@charset"utf-8";

img{
	vertical-align:bottom;
}
.shadow{
	box-shadow:2px 5px 1px #999;
	-webkit-box-shadow:2px 5px 1px #999;
}
table .b_left{
	border-left:solid 4px #0756a0;
}
#syoki_table{
	border-radius:10px;
	-webkit-border-radius:10px;
	border:solid 4px #0756a0;
	margin:10px auto 0 auto;
}
#syoki_table th{
	background-color:#0756a0;
	border:none;
	color:#fff;
	text-align:center;
}
#syoki_table td{
	text-align:center;
}
.sim_table{
	border-left:1px solid #323232;
	border-top:1px solid #323232;
	background-color:#0756a0;
	color:#323232;
	margin:0 auto 10px auto;
}
.sim_table td{
	border-right:1px solid #323232;
	border-bottom:1px solid #323232;
	padding:5px;
	color:#fff;
}

.sim_table th{
	border-right:1px solid #323232;
	border-bottom:1px solid #323232;
	text-align:left;
	background-color:#ffffff;
	margin:0;
	padding:5px;
}
section#contents .sim_h5{
	width:95%;
	margin:10px auto 0 auto;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	background-color:#0756a0;
}
td.pink{
	background-color:#ea6088;
}
.glay{
	background:#e6e6e6;
}
.font_orange_2{
	color: #f07702;
}
section#contents h3{
	background-color:#0756a0;
	color:#fff;
	font-size:14px;
	/*
	font-size:16px;
	*/
	text-align:center;
	padding:10px;
}
section#contents .t_pink{
	background-color:#ea6088;
}
.phone_table{
	border-left:1px solid #323232;
	border-top:1px solid #323232;
	background-color:#0756a0;
	color:#323232;
	margin:0 auto 10px auto;
}

.phone_table td{
	border-right:1px solid #323232;
	border-bottom:1px solid #323232;
	padding:10px;
	color:#fff;
}

.phone_table th{
	border-right:1px solid #323232;
	border-bottom:1px solid #323232;
	text-align:left;
	background:#ffffff;
	margin:0;
	font-weight:normal;
	padding:10px;
	min-width:3em;
}

.phone_table th.ex{
	font-weight:bold;
}
.option_table{
	border-left:1px solid #323232;
	border-top:1px solid #323232;
	background:#0756a0;
	color:#323232;
	margin:0 auto 10px auto;
}

.option_table td{
	border-right:1px solid #323232;
	border-bottom:1px solid #323232;
	padding:10px;
	color:#fff;
}

.option_table th{
	border-right:1px solid #323232;
	border-bottom:1px solid #323232;
	text-align:left;
	background:#ffffff;
	margin:0;
	font-weight:normal;
	padding:10px;
}

.option_table th.ex{
	font-weight:bold;
}
#option_icon.active{
	transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
}
.category_frame{
	border:2px solid #0756a0;
	border-radius:10px;
	-webkit-border-radius:10px;
	width:95%;
	margin:10px auto;
}
.category_frame h3{
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
.font_pink{
	color:#ea6088;
}
#file_pdf{
	text-align:center;
	margin-bottom:10px;
}
#file_pdf p{
	font-size:16px;
}
#file_button a{
	background-color: #f07702;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-image: url(../images/smartphone/orange_arrow.png);
    background-position: 90%;
    background-repeat: no-repeat;
	background-size:20px 20px;
	-webkit-background-size:20px 20px;
    padding: 10px 55px 5px 30px;
	text-decoration:none;
	display:inline-block;
	width:60%;
}
#new_tanmatu{
	width:280px;;
	margin:10px auto;
	overflow:auto;
}
.new_tanmatu_content{
	text-align:center;	
}
.new_tanmatu_content a{
	color:#fff;
	text-decoration:none;
}
.tanmatu_border{
	border:solid 1px #ccc;
}
.tanmatu_syousai{
	background-color:#0756a0;
	color:#fff;
	font-weight:bold;
	text-align:right;
	padding-right:31px;
	background-image:url(../images/smartphone/right_arrow.png);
	background-position:255px;
	background-repeat:no-repeat;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	line-height:20px;
	
}
.tanmatu_price{
	overflow:auto;
	border-radius:10px;
	-webkit-border-radius:10px;
	border:solid 2px #0756a0;
	width:95%;
	margin:10px auto;
}
.tanmatu_price p{
	padding:5px;
	font-size:16px;
	font-weight:bold;
	width:95%;
}
.tanmatu_price .pay{
	background-color:#0756a0;
	color:#fff;
	width:250px
}
.phonespec_table{
	border-left:1px solid #323232;
	border-top:1px solid #323232;
	background:#e6e6e6;
	color:#323232;
}

.phonespec_table td{
	border-right:1px solid #323232;
	border-bottom:1px solid #323232;
	padding:10px;;
}

.phonespec_table th{
	border-right:1px solid #323232;
	border-bottom:1px solid #323232;
	text-align:left;
	background:#ffffff;
	margin:0;
	font-weight:normal;
	padding:10px;
}
.goriyou_button{
	background-color:#0756a0;
	border-radius:10px;
	-webkit-border-radius:10px;
	width:80%;
	text-align:center;
	font-weight:bold;
	color:#fff;
	padding:5px 0;
	margin:20px auto;
}
.goriyou_button img{
	margin:0 10px;
}
#shinki_icon.active{
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}

#mnp_icon.active{
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
#mnp_area{
	position:relative;
	width:320px;
	margin:0 auto;
	padding-bottom:10px;
}
#mnp_a{
	display: block;
    position: absolute;
    width: 125px;
    height: 30px;
    top: 410px;
    right: 95px;
}
.red{
	color:#F00;
}
.spec_table{
	border-left:1px solid #323232;
	border-top:1px solid #323232;
	background:#0756a0;
	color:#323232;
	margin:10px auto 0 auto;
}

.spec_table td{
	border-right:1px solid #323232;
	border-bottom:1px solid #323232;
	padding:5px;
	color:#fff;
}

.spec_table th{
	border-right:1px solid #323232;
	border-bottom:1px solid #323232;
	text-align:left;
	background:#ffffff;
	margin:0;
	font-weight:normal;
	padding:5px;
	min-width:83px;
}

.spec_table th.ex{	
	border-right:1px dotted #323232;
	font-weight:bold;
}
#check1{
	display: block;
    margin: 0 auto 10px auto;
    width: 90%;
    text-align: center;
    background-color: #3294ff;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    border-radius: 10px;
	-webkit-border-radius: 10px;
    box-shadow:3px 3px 2px #ccc;
	-webkit-box-shadow:3px 3px 2px #ccc;
}