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

.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;
  padding: 5px 0;
  background: #fff;
  border: 1px solid #1b95d4;
  color: #1b95d4;
  border-radius: 3px;
  font-size: 14px;
  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.active {
  background: #1b95d4;
  color: #fff;
  font-weight: bold;
}

/* タブの中身 */
#tab-box {
  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;
}
#tab-box h4 {
  font-size:18px;
  margin: 0 0 10px;
}

/* タブ内の料金表 */
table.price_table{
  	border-bottom: 1px #000000 solid;
  	border-right: 1px #000000 solid;
  	width: 100%;
	margin: 10px 0 0;
	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.4em;
	text-align: center;
}

table.price_table th{
	text-align: center;
	background: #000000;
	color: #FFF;
}

table.price_table .info{
	background: #F3F3F3;
}

table.price_table span{
    font-size: 12px;
    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;
}

.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,
div#content .inner h4{
    width: 100%;
	font-size: 1em;
	margin: 0;
    padding-bottom: 5px;
	background: none;
    border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	border-top: none;
}

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;
}
