﻿h1.pageTtl {
}

.pageTtl>img, .pageTtl>a>img {
	width: 100%;
}


section {
	margin-bottom: 2em;
}
section>h2 {
	margin-bottom: 1em;
}
section>img, section>a>img {
	display: block;
	width: 100%;
}
.pageNav {
	overflow: hidden;
}

.pageNav li {
	display: block;
	float: left;
	width: 33.3%;
}

.pageNav li>a>img {
	width: 100%;
}


/* 

.secNav

ページ内各セクションへのリンク
---------------------------------------------------------------- */


.secNav {
	margin-bottom: 16px;
	border-bottom: 1px solid #CCCCCC;
}

.secNav ul {
	overflow:hidden;
	text-align: center
}

.secNav ul li {
	display:block;
	float:left;

	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 20%, rgba(230,230,230,1) 57%, rgba(204,204,204,1) 78%, rgba(230,230,230,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(255,255,255,1)), color-stop(57%,rgba(230,230,230,1)), color-stop(78%,rgba(204,204,204,1)), color-stop(99%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 20%,rgba(230,230,230,1) 57%,rgba(204,204,204,1) 78%,rgba(230,230,230,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 20%,rgba(230,230,230,1) 57%,rgba(204,204,204,1) 78%,rgba(230,230,230,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 20%,rgba(230,230,230,1) 57%,rgba(204,204,204,1) 78%,rgba(230,230,230,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 20%,rgba(230,230,230,1) 57%,rgba(204,204,204,1) 78%,rgba(230,230,230,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

}

.secNav ul li a {
	display: block;
}
.secNav ul li a img {
	vertical-align: middle;
}

.first {
/*	line-height: 75px;*/
}

.first li {
	/*width: 33.33%;*/
}

.late {
	line-height: 65px;
}

.late li {
	width: 50%;
}

section h3 {
	font-weight: bold;
	margin: 1em 10px;
}

section h3:before {
	content: "■ ";
	color: #2473D1;
	font-size: 14px;
	font-weight: normal;
}

section>.pad10 {
	margin-bottom: 16px;
}
.pad10>h4 {
	margin-bottom: .5em;
}
.pad10>img,.pad10>a>img {
	width: 100%;
}


/* 

.btnLink ボタン
---------------------------------------------------------------- */

.btnLink li {
	margin: 10px 0;
}

.btnLink li a {
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(252,252,252,1) 29%, rgba(204,204,204,1) 73%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(29%,rgba(252,252,252,1)), color-stop(73%,rgba(204,204,204,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(252,252,252,1) 29%,rgba(204,204,204,1) 73%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(252,252,252,1) 29%,rgba(204,204,204,1) 73%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(252,252,252,1) 29%,rgba(204,204,204,1) 73%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(252,252,252,1) 29%,rgba(204,204,204,1) 73%,rgba(255,255,255,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 1px #CCCCCC solid;     /* 枠線の装飾 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 7px 0 22px;
	position: relative;
	text-align:center;
}  

.btnLink li a:before {
	background: transparent url(/include_html/smt/images/common/arrowblack_s.png) no-repeat 0 50%;
	content: "";
	height: 100%;
	position: absolute;
	left: 7px;
	width: 12px;
}  

.thumbTxt li>a>div>p {
	font-size: 12px;
}


/*

.value

価格表記
---------------------------------------------------------------- */

.value {
	font-size: 100% !important;
	font-weight: bold !important;
}

.value>span {
	color: #F00;
}
