﻿h1.pageTtl {
}

sup {
	font-size: smaller;
	vertical-align: super;
}

.pageTtl>img, .pageTtl>a>img {
	width: 100%;
}


#contents section {
	margin-bottom: 2em;
}
#contents section>h2 {
	margin-bottom: 1em;
}
#contents 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;
}

#contents .first {
	line-height: 75px;
}

#contents .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: #966135;
	font-size: 14px;
	font-weight: normal;
}

section h4 {
	font-weight: bold;
	margin: 1em 0;
}

section>.pad10 {
	margin-bottom: 16px;
}
.pad10>h4 {
}
.pad10>img, .pad10>a>img {
	width: 100%;
}


/* 

.feature_box ボタン 「TM-9の特徴」
---------------------------------------------------------------- */

.feature_box {
	background-color: #EEF7DB;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 0 0 10px;
}
.feature_box>*:not(h4) {
	margin: 0 10px;
}
.feature_box>h4 {
	background-color: #6BA358;
	color: #FFF;
	font-size: 1.17em;
	line-height: 1.5em;
	margin-top: 0;
	text-align: center;
}
.feature_box .feature_list li {
	counter-increment: h3count;
	line-height: 1.3em;
	margin: .17em 0;
}
.feature_box .feature_list li:before {
	background-color: #40782D;
	color: #FFF;
	content: counter(h3count);
	font-size: 1.17em;
	font-weight: bold;
	margin-right: .3em;
	padding: .07em .3em;
}
.feature_box .feature_list li strong {
	color: #C30;
	font-size: 1.2em;
	font-weight: bold;
}
.feature_box .feature_list li span {
	color: #40782D;
	display: block;
	font-weight: bold;
	padding-left: 1.5em;
}
.feature_box .feature_list li span:before {
	content: "＝";
}


/* 

.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

価格表記
---------------------------------------------------------------- */

#mainImages {
	margin-bottom: 10px;
}
#mainImages img {
	width: 100%;
}
#mainImages p {
	font-weight: bolder;
}


.mNav>ul>li.reco {
background-color: #FFF;
border-top: 1px solid #CCC;
padding-top: 10px;
padding-bottom: 10px;
}

.mNav>ul>li:not([class^=ex]):after {
	content: url(/images/sp/parts/icon_arrowBlue.png) !important;
}

.mNav>ul>li.select:after {
	content: url(/images/sp/parts/icon_arrowBlueDown.png) !important;
}

.mNav img{
	width:96%;
}