@charset "utf-8";
/* ------- basic ------------- */

#contents {
	padding-top: 100px;
}

#contents h1 ,h2.borderTitle {
	padding: 0 4px 15px;
	border-bottom: solid 1px #b3b3b3;
	margin-bottom: 25px;
	line-height: 1.4em;
}
#contents h1.spb ,h2.borderTitle.spb {
	padding: 0 4px 12px;
}
.categoryTitle, #contents h1.categoryTitle {
	padding: 0;
	border-bottom: none;
	margin-bottom: 50px;
}


.faqBlock {
	border-top: solid 1px #e6e6e6;
	padding: 30px 0 30px;
}
.faqBlock .title {
	float: left;
	font-size: 105%;
	font-weight: bold;
	background: url(../images/common/icon_list.gif) no-repeat left center;
	padding-left: 15px;
}
.faqBlock .faqWrapper {
	float: right;
	width: 760px;
}
.faqBlock .faqWrapper .faq {
	margin-bottom: 10px;
	padding: 5px;
	background: #f3eae6;
	border-radius: 5px;
	font-size: 85%;
}
.faqBlock .faqWrapper .faq.open {
	background: #ffe1e4;
}
.faqBlock .faqWrapper .faq .question {
	background: url(../images/support/faq/icon_q_default.gif) no-repeat 10px 10px;
	padding: 12px 10px 5px 57px;
	min-height: 30px;
	color: #a96d52;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
.faqBlock .faqWrapper .faq.open .question { background: url(../images/support/faq/icon_q_open.gif) no-repeat 10px 10px; }
.faqBlock .faqWrapper .faq .text { width: 620px; 
}
.faqBlock .faqWrapper .faq .question:after {
	background: url(../images/support/faq/icon_plus.gif) no-repeat right 2px;
	padding-right: 26px;
	min-height: 20px;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -10px;
}
.faqBlock .faqWrapper .faq.open .question:after { background: url(../images/support/faq/icon_minus.gif) no-repeat right 2px; }

.faqBlock .faqWrapper .faq .answer {
	display: none;
}
.faqBlock .faqWrapper .faq .answer .base {
	background: #fff url(../images/support/faq/icon_a.gif) no-repeat 10px 13px;
	padding: 15px 10px 5px 57px;
	border-radius: 4px;
	min-height: 30px;
}

.entryInfo {
	border: solid 2px #1ba9e7;
	padding: 12px 18px 9px;
	border-radius: 7px;
	margin-bottom: 80px;
}
.entryInfo .entryTitle {
	float: left;
}
.entryInfo .entryBtn {
	float: right;
}

.entryPage {
	
}
.entryPage h1.hasRightBtn {
	float: left;
}
.entryPage .kkBtn {
	float: right;
}
.entryPage .kkTitle {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	color: #ff6e79;
}
.plBlock {
}
#contents.entryPage h3 {
	margin-bottom: 30px;
}
.planBlock {
	border: solid 3px #abd9fb;
	padding: 17px 20px;
	width: 790px;
}
.planBlock .free {
	float: left;
	width: 200px;
}
.planBlock .price {
	float: right;
	width: 565px;
}
.numWrapper .num {
	float: left;
	width: 30px;
	padding-top: 4px;
}
.numWrapper .text {
	float: right;
	width: 240px;
	line-height: 1.2em;
}
.numWrapper.multi .num {
	width: 40px;
}
.numWrapper.multi .text {
	width: 230px;
}
.entryPage .col3Block .leftBlock {
	width: 280px;
}
.entryPage .col3Block .centerBlock {
	width: 280px;
	padding-left: 60px;
}
.entryPage .col3Block .rightBlock {
	width: 280px;
}
.btnMarginRight {
	float: left;
	margin-right: 20px;
}

.reviewInfo {
	border: solid 2px #10967b;
	padding: 12px 10px 9px 18px;
	border-radius: 7px;
	margin-bottom: 80px;
}
.reviewInfo .reviewTitle {
	float: left;
	position: relative;
}
.reviewInfo .reviewTitle img {
	position: absolute;
	top: -38px;
}
.reviewInfo .reviewBtn {
	float: right;
	padding: 12px 0 16px;
}

.firmwareDataBlock {
	border-bottom: solid 1px #e6e6e6;
	padding: 18px 0;
}
.firmwareDataBlock.last {
	border-bottom: none;
}
.firmwareDataBlock .dTitle {
	float: left;
	padding-left: 20px;
	font-weight: bold;
	width: 100px;
}
.firmwareDataBlock .dData {
	float: right;
	width: 820px;
}
.scPt {
	padding-top: 10px;
}
.super-largeMargin {
	margin-bottom: 100px;
}

/* ------- firmware01 ------------- */

.plBlockgry{
	background-color:#eee;
	padding:25px 20px 5px 20px;
	margin-bottom:20px;
}
.plBlockgry div.clearfix{
	padding-bottom:20px;
}
.plBlockgry div dt{
	float:left;
	width:250px;
	font-size:1.1em;
}
.plBlockgry div dd{
	padding-left:260px;
	font-weight:bold;
	font-size:1.1em;
}
.plBlockgry div.clearfix span{
	display:block;
	font-size:0.8em;
	line-height:1.5;
	font-weight:normal;
	padding-top:5px;
}
.tbar{
	background-color:#666;
	color:#fff;
	padding:5px 10px;
}
table.fm01{
	border-collapse: collapse;
	width:100%;
}
table.fm01 th{
	width:210px;
	border-bottom:1px solid #eee;
	padding:15px 0;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	line-height:1.6;
}
table.fm01 td{
	border-bottom:1px solid #eee;
	padding:15px 0;
	font-size:14px;
}
.t-subtxt{
	margin:15px 0 0 10px;
	font-size:14px;
}
.t-subtxt2{
	margin-top:20px;
	font-size:14px;
	border:3px solid #eee;
	padding:15px 20px;
}
.ht{
	border:1px solid #333;
	margin-bottom:20px;
}
.ht .htttl{
	text-align:center;
	background-color:#333;
	padding:10px;
	color:#fff;
}
.ht .inr{
	padding:25px 20px 20px 20px;
	font-size:14px;
}
.ht .inr .smds{
	font-weight:bold;
	margin-bottom:15px;
	border-left:5px solid #AB7152;
	padding-left:10px;
	font-size:16px;
}
.ht .inr ol{
	padding-left:40px;
}
.ht .inr ol li{
	list-style-type: decimal;
	padding-bottom:10px;
	border-bottom:1px dotted #999;
	margin-bottom:10px;
}
.ht .inr .chu{
	padding:0 0 40px 40px;
}
.ht .inr .tx{
	padding:0 0 40px 18px;
}
.ht .inr .tx2{
	padding:0 0 20px 18px;
}
.ht .inr .toi span.b{
	font-weight:bold;
}
.ht .inr .toi span.tel{
	font-weight:bold;
	font-size:20px;
	line-height:1.5em;
}
.ht .inr .toi{
	padding:20px;
	background-color:#eee;
	margin-left:18px;
}
.ht .inr .btn{
	width:320px;
	margin:0 auto 40px auto;
}
.ht .inr .btn p{
	padding:20px 0;
	text-align:center;
	color:#fff;
	font-weight:bold;
	background-color:#AB7152;
	border-radius:5px;
}
.ht .inr .btn a:hover{
	text-decoration:none;
}
.ht .inr .btn a:hover p{
	background-color:#EBDBD6;
	color:#AB7152;
}
.ht .inr ul li{
	float:left;
	width:265px;
	margin:0 20px 30px 20px;
	font-size:12px;
	line-height:1.6em;
}
.ht .inr ul li img{
	padding-bottom:5px;
}
.t-subtxt3{
	padding:20px;
	font-size:14px;
}
.t-subtxt3 p span{
	font-weight:bold;
}
.firmware01 #toMallBlock,
.fw_howto #toMallBlock{
	display:none;
}
span.red{
	color:#f00;
}
span.red a{
	color:#f00;
	text-decoration:underline;
}