@charset "UTF-8";
/* CSS Document */

.caution{
	color: #FF0000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.w-label{color:red;font-size:18px;font-weight:700;text-align:center;margin:20px 0 15px!important}
.caution-box{
	border: solid 1px #000000;
	padding: 12px;
}
.caution-box p:last-child{
	margin-bottom: 0 !important;
}
.caution-box h4{
	font-size: 1.2em;
	text-align: center;
	border-bottom: solid 1px #333333;
	padding-bottom: 5px;
}
.pricelist-pc {
	width: 730px;
	border: 3px solid #000;
	box-sizing: border-box;
	overflow: hidden;
	font-family: 'Oswald', sans-serif;
	background : -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fefd35));
	background : -webkit-linear-gradient(top, #fff, #fefd35);
	background : linear-gradient(to bottom, #fff, #fefd35);	
}
.pricelist-pc ul li {
	display: inline-block;
	width: 50%;
	padding: 0 15px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}
.pricelist-pc ul li:nth-child(2n) {
	border-right: none;
}
.pricelist-pc ul li:nth-last-child(-n+2) {
	border-bottom: none;
}
.pricelist-pc ul li div {
	display: table-cell;
	vertical-align: middle;
	width: 161px;
	height: 50px;
	font-size: 23px;
	font-weight: bold;
	color: #000;
}
.pricelist-pc ul li div.price-pc {
	color: #ff2b06;
	font-size: 43px;
	font-weight: bold;
	width: 200px;
	text-align: right;
	vertical-align: baseline;
}

.pricelist-pc ul li div.kinjitsu {
	color: #ff2b06;
	font-size: 23px;
	font-weight: bold;
	width: 200px;
	text-align: right;
	vertical-align: middle;
}

div#content h3.typelist,
div#content h4.typelist {
  text-align: center;
  margin: 15px auto 10px;
  padding-top: 3px;
  padding-bottom: 1px;
  border-top: 1px solid #1b95d4;
  border-bottom: 1px solid #1b95d4;
  border-left: none;
  border-right: none;
  color: #1b95d4;
  line-height: 1.6em;
  width: 20%;
	background: none;
  font-size: 18px;
}
.pluslcd {
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	padding: 8px 12px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.pluslcd h4 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	line-height: 1.3em;
	border-bottom: 1px solid #000;
}
.pluslcd p {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px!important;
}
.pluslcd p:first-child{margin:0 0 5px!important}
.pluslcd p:last-child{margin:0!important}
.pluslcd p.bold { font-weight:bold!important; }
.pluslcd span {
	color: #ff0000;
	font-weight: bold;
}

/* リペアSIMの料金表 */
.pricelist-sim {
	width: 730px;
	border: 3px solid #000;
	box-sizing: border-box;
	overflow: hidden;
	font-family: 'Oswald', sans-serif;
	background: #f3f3f3;
}
.pricelist-sim ul li {
	display: inline-block;
	width: 360px;
	padding: 0;
	border-right: 4px solid #000;
	border-bottom: 1px solid #000;
	box-sizing: inherit;
}
.pricelist-sim ul li:nth-child(2n) {
	border-right: none;
}
.pricelist-sim ul li:nth-last-child(-n+2) {
	border-bottom: none;
}
.pricelist-sim ul li div {
	display: table-cell;
	vertical-align: middle;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	/* background: #fefd35; */
}
.pricelist-sim ul li div.kisyu {
	width: 99px;	
}
.pricelist-sim ul li div.price-pc {
	color: #ff2b06;
	font-size: 30px;
	font-weight: bold;
	width: 130px;
	border-left: 1px solid #000;
	background: url(../img02/arrow.png) no-repeat left center #fff;
	text-align: center;
	vertical-align: middle;
}
.pricelist-sim ul li div.price-default {
	color: #999999;
	width: 130px;
	font-size: 30px;
	border-left: 1px solid #000;
	background: #fff;
}
.pricelist-sim ul li div.price-pc p, .pricelist-sim ul li div.price-default p {
	text-align: right;
	margin: 0 10px 0 0!important;
}
.pricelist-sim ul li div.price-pc p span, .pricelist-sim ul li div.price-default p span {
	font-size: 16px;
}
.pricelist-sim ul li div.title_kisyu {
	font-size: 12px!important;
	height: 30px!important;
	width: 99px;
	background: #f3f3f3;
	/* font-weight: normal; */
}
.pricelist-sim ul li div.title_def {
	font-size: 12px!important;
	height: 30px!important;
	/* font-weight: normal; */
	width: 130px;
	background: #ffffff;
	border-left: 1px solid #000;
}
.pricelist-sim ul li div.title_sim {
	font-size: 12px!important;
	height: 35px!important;
	/* font-weight: normal; */
	width: 130px;
	border-left: 1px solid #000;
	line-height: 1.2em;
	background: #fefd35;
}
.pricelist-sim ul li div.kinjitsutaiou {
	color: #000;
	width: 130px;
	font-size: 18px;
	border-left: 1px solid #000;
	background: #fff;
}
.pricelist-sim ul li div.kinjitsu_sim {
	color: #ff0000;
	width: 130px;
	font-size: 18px;
	border-left: 1px solid #000;
	background: #fff;
}
.repairsim {
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	border-top: 3px solid #000000;
	padding: 2px 12px 12px;
	color: #000;
	font-size: 14px;
	overflow: hidden;
}
.repairsim p {
	line-height: 2em!important;
}
.repairsim p span {
	font-weight: bold;
	font-size: 16px;
	line-height: 2em;
}
.repairsim h4 {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}
.notice {
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	padding: 10px;
	font-size: 12px;
	line-height: 1.6em;
}
.about_repairsim {
	display: inline-block;
	padding: .8em 1em .6em;
	font-size: 1.2em;
	text-decoration: none;
	background: #222222;/*ボタン色*/
	color: #FFF;
	border-bottom: solid 4px #111111;
	border-radius: 3px;
}
.about_repairsim:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}

/* タブメニュー */
.typemenu {
	background: #f0f0f0;
	padding: 5px 10px;
}
#tab-menu {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 0;
}
ul#tab-menu {
width:100%;
margin:0 auto;
padding:0%;
display:inline-block;
box-sizing: border-box;
}
#tab-menu li {
	display: inline-block;
	/*width: 115px;*/
	/*margin:5px 8px 5px 0;*/
	width: 179px;
	margin:0 3px 3px 0;
	padding: 5px 0;
	background: #ffffff;
	border: 1px solid #1b95d4;
	color: #1b95d4;
	border-radius: 4px;
	font-size: 15px;
	line-height: 1.2em;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}
#tab-menu li.none {
  background: #dddddd;
  color: #fff;
  border: 1px solid #dddddd;
  pointer-events: none;
}
/*
#tab-menu li:nth-child(6n) {
	margin-right: 0;
}
*/
#tab-menu li:nth-child(5){
	margin-right: 540px;
}
#tab-menu li:nth-child(24),
#tab-menu li:nth-child(27),
#tab-menu li:nth-child(42){
	margin-right: 180px;
}
#tab-menu li:nth-child(33),
#tab-menu li:nth-child(35){
	margin-right: 360px;
}
#tab-menu li.active {
  background: #1b95d4;
  color: #fff;
  font-weight: bold;
}

/* タブの中身 */
#tab-box {
	/*width: 75%;*/
	width: 75%;
	margin: 20px auto;
	padding: 0;
	box-sizing: border-box;
}
#tab-box div {
	display: none;
}
#tab-box div.active {
	display: block;
}
#tab-box p {
	/*font-size: 11px;*/
	/*line-height: 1.6em!important;*/
	/*margin: 0 0 10px!important;*/
	font-size: 14px;
	line-height: 1.3em!important;
	margin: 0 0 5px!important;
}
#tab-box h4 {
	font-size:18px!important;
	padding: 25px 0 25px 85px!important;
}
#tab-box div:nth-child(1) h4{background: url("../img02/price_iph16e.png") top left no-repeat;}
#tab-box div:nth-child(2) h4{background: url("../img02/price_iph16pm.png") top left no-repeat;}
#tab-box div:nth-child(3) h4{background: url("../img02/price_iph16pr.png") top left no-repeat;}
#tab-box div:nth-child(4) h4{background: url("../img02/price_iph16pl.png") top left no-repeat;}
#tab-box div:nth-child(5) h4{background: url("../img02/price_iph16.png") top left no-repeat;}
#tab-box div:nth-child(6) h4{background: url("../img02/price_iph15pm.png") top left no-repeat;}
#tab-box div:nth-child(7) h4{background: url("../img02/price_iph15pr.png") top left no-repeat;}
#tab-box div:nth-child(8) h4{background: url("../img02/price_iph15pl.png") top left no-repeat;}
#tab-box div:nth-child(9) h4{background: url("../img02/price_iph15.png") top left no-repeat;}
#tab-box div:nth-child(10) h4{background: url("../img02/price_iph14pm.png") top left no-repeat;}
#tab-box div:nth-child(11) h4{background: url("../img02/price_iph14pr.png") top left no-repeat;}
#tab-box div:nth-child(12) h4{background: url("../img02/price_iph14pl.png") top left no-repeat;}
#tab-box div:nth-child(13) h4{background: url("../img02/price_iph14.png") top left no-repeat;}
#tab-box div:nth-child(14) h4{background: url("../img02/price_iph13pm.png") top left no-repeat;}
#tab-box div:nth-child(15) h4{background: url("../img02/price_iph13p.png") top left no-repeat;}
#tab-box div:nth-child(16) h4{background: url("../img02/price_iph13m.png") top left no-repeat;}
#tab-box div:nth-child(17) h4{background: url("../img02/price_iph13.png") top left no-repeat;}
#tab-box div:nth-child(18) h4{background: url("../img02/price_iph12pm.png") top left no-repeat;}
#tab-box div:nth-child(19) h4{background: url("../img02/price_iph12p.png") top left no-repeat;}
#tab-box div:nth-child(20) h4{background: url("../img02/price_iph12m.png") top left no-repeat;}
#tab-box div:nth-child(21) h4{background: url("../img02/price_iph12.png") top left no-repeat;}
#tab-box div:nth-child(22) h4{background: url("../img02/price_iph11pm.png") top left no-repeat;}
#tab-box div:nth-child(23) h4{background: url("../img02/price_iph11p.png") top left no-repeat;}
#tab-box div:nth-child(24) h4{background: url("../img02/price_iph11.png") top left no-repeat;}
#tab-box div:nth-child(25) h4{background: url("../img02/price_iphse3.png") top left no-repeat;}
#tab-box div:nth-child(26) h4{background: url("../img02/price_iphse2.png") top left no-repeat;}
#tab-box div:nth-child(27) h4{background: url("../img02/price_iphse.png") top left no-repeat;}
#tab-box div:nth-child(28) h4{background: url("../img02/price_iphxr.png") top left no-repeat;}
#tab-box div:nth-child(29) h4{background: url("../img02/price_iphxsm.png") top left no-repeat;}
#tab-box div:nth-child(30) h4{background: url("../img02/price_iphxs.png") top left no-repeat;}
#tab-box div:nth-child(31) h4{background: url("../img02/price_iphx.png") top left no-repeat;}
#tab-box div:nth-child(32) h4{background: url("../img02/price_iph8p.png") top left no-repeat;}
#tab-box div:nth-child(33) h4{background: url("../img02/price_iph8.png") top left no-repeat;}
#tab-box div:nth-child(34) h4{background: url("../img02/price_iph7p.png") top left no-repeat;}
#tab-box div:nth-child(35) h4{background: url("../img02/price_iph7.png") top left no-repeat;}
#tab-box div:nth-child(36) h4{background: url("../img02/price_iph6sp.png") top left no-repeat;}
#tab-box div:nth-child(37) h4{background: url("../img02/price_iph6s.png") top left no-repeat;}
#tab-box div:nth-child(38) h4{background: url("../img02/price_iph6p.png") top left no-repeat;}
#tab-box div:nth-child(39) h4{background: url("../img02/price_iph6.png") top left no-repeat;}
#tab-box div:nth-child(40) h4{background: url("../img02/price_iph5c.png") top left no-repeat;}
#tab-box div:nth-child(41) h4{background: url("../img02/price_iph5s.png") top left no-repeat;}
#tab-box div:nth-child(42) h4{background: url("../img02/price_iph5.png") top left no-repeat;}
#tab-box div:nth-child(43) h4{background: url("../img02/price_iph4s.png") top left no-repeat;}
#tab-box div:nth-child(44) h4{background: url("../img02/price_iph4.png") top left no-repeat;}

/* タブ内の料金表 */
table.price_table{
	/*border-bottom: 1px #000000 solid;*/
	border: 1px #000000 solid;
	border-right: 1px #000000 solid;
	width: 100%;
	margin: 0 0 10px;
	background: #ffffff;
	color: #000000;
	border-collapse: collapse;
	word-break: break-all;
}
table.price_table td,
table.price_table th{
	/*border-top: 1px #000000 solid;*/
	/*border-left: 1px #000000 solid;*/
	/*padding: 5px;*/
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
	padding: 5px;
}
table.price_table th{
	border: 1px #000000 solid;
	text-align: center;
	background: #000000;
	color: #FFFFFF;
}
table.price_table td{
	border: 1px #000000 solid;
}
table.price_table th:nth-child(3n){
	border-right: none;
}
table.price_table .info{
	background: #F3F3F3;
}

table.price_table span{
	font-size: 12px;
	font-weight: normal;
	margin-left: 2px;
}

.repairsimtext {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 0 10px;
	padding: 10px;
	line-height: 1.4em;
}

.repairsimtext strong {
	font-size: 12px;
	line-height: 1.4em;
}

.repairsimtext hr {
	border: none;
	background: #000;
	height: 1px;
	margin: 5px 0 10px;
}

.blackprice {
	font-size: 16px!important;
	font-weight: bold;
	text-align: right!important;
	padding-right: 28px!important;
}

.redprice {
	color: #ff0000;
	font-weight: bold;
	line-height: 1.2em!important;
	font-size: 18px!important;
}
.price_cell{
	font-family:din-2014,sans-serif;
	font-size: 22px!important;
	font-weight: bold;
}
.simprice {
	color: #ff0000;
	font-weight: bold;
	line-height: 1.2em!important;
	font-size: 18px!important;
	background: url(../img02/arrow2.png) no-repeat left center #fff;
	text-align: right!important;
	padding-right: 28px!important;
}

.blueprice {
	color: #1b95d4;
	font-weight: bold;
	line-height: 1.2em!important;
	font-size: 18px!important;
}

.certain {
	font-size: 10px;
	line-height: 1.2em;
}

div#content .inner h3{
	font-size: 1.4em;
	padding-bottom: 5px;
	background: none;
	border-bottom: 1px dotted #cccccc;
	border-left: none;
	border-right: none;
	border-top: none;
}
div#content .inner h4{
	font-size: 1.3em;
	margin: 15px 0 10px 0;
	padding: 8px;
	background: #eee;
}
.main_symptoms{
	font-size: 1.3em!important;
	border: none!important;
	padding: 0!important;
	margin: 0 0 5px 0!important;
}
div#content h2,
div#content h3 {
width: 730px;
height: auto;
box-sizing: border-box;
margin: 20px 0 10px;
padding: .5em;
border-top: 3px solid #000;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
background: -webkit-linear-gradient(top, #fff, #eee);
background: linear-gradient(to bottom, #fff, #eee);
font-size: 18px;
line-height: 1.4em;
color: #000;
}

div#content h2:first-child {
margin: 0 0 10px;
}

div#content h2 span,
div#content h3 span {
	font-size: 10px;
	margin-left: 10px;
}

div#content h2.h_img,
div#content h3.h_img {
	margin: 0;
	padding: 0;
	border: none;
}

/*故障箇所リスト*/
#fault_menu{
	width:100%;
	display:inline-block;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#fault_menu li {
	display: inline-block;
	width: 179px;
	height: 48px;
	margin:0 3px 3px 0;
	padding: 15px 0;
	background: #ffffff;
	border: 1px solid #ff9c00;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.2em;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}
#fault_menu li:nth-child(4n) {
	margin-right: 0;
}
#fault_menu li:nth-child(4),
#fault_menu li:nth-child(5),
#fault_menu li:nth-child(6){
	padding: 6px 0;
}
#select-box div {
	display: none;
}
#select-box div.active {
	display: block;
}
#select-box tr {
	/*display: none;*/
}
#select-box tr.checked {
	display: block;
}
#select-box p {
	font-size: 14px;
	line-height: 1.3em!important;
	margin: 0 0 5px!important;
}
#select-box h4 {
	font-size:18px;
	margin-bottom: 5px;
}
#fault_menu li.checked {
	background: #ffb84d;
	font-weight: bold;
}
.repair_menu{
	font-size: 15px !important;
}
.operation_time{
	font-size: 15px !important;
}
.condition_list li{
	float: none;
	line-height: 1.7em!important;
}















