@charset "shift-jis";

/*--------------------------------------------------
modules
--------------------------------------------------*/
.lightblue {
	background-color: #FEE3E3;
}
.pink{ color:#FF6B6B !important;}
.aqua{ color:#4EBAF3 !important;}
.f36{ font-size:36px !important;}
@media screen and (max-width: 640px) {
	.sp_h_auto{ height: auto !important;}
	.f36{ font-size:24px !important;}
}

/*共通ボタン*/
.button{
	display:inline-block;
	padding:10px 20px 10px 36px;
	border-radius:4px;
	background-image:url(/common/images/icon/button_arrow_default.png);
	background-image:url(/common/images/icon/button_arrow_default_ie8.png)\9;
	background-color:#e9eef2;
	background-repeat:no-repeat;
	background-position: 13px center;
	background-size:12px 12px;
	border:1px solid #ced6dd;
	box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset;
	font-size:13px;
	line-height:100%;
	color:#4F4F4F;
}
.button:hover{
	opacity:0.7;
	-ms-filter: "alpha(opacity=70)";
	cursor:pointer;
	color:#4F4F4F !important;
}
.button.close.icon{
	background-image:url(/common/images/icon/button_close.png);
	background-image:url(/common/images/icon/button_close_ie8.png)\9;
	background-position:center;
	width:20px;
	height:20px;
	padding:0;
}
.button.offer{
	box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset;
	background-color:#FFCC01;
	border-color:#FFAE00;
}
@media screen and (max-width: 640px) {
	.button{ display:block; }
}

/*--------------------------------------------------
pop up
--------------------------------------------------*/
.seni{
	position:fixed;
	width:235px;
	bottom:-160px;
	z-index:100;
}
.seni a img {
	width:235px;
}
.seni_close_btn{
	position:absolute;
	width:30px;
	height:30px;
	right:0;
	top:0;
	cursor:pointer;
	z-index:9999;
}
.seni_smp{
	position:fixed;
	left:0;
	bottom:0;
	z-index:9999;
	width:100%;
	color:#fff;
	text-align:left;
	box-shadow:0 0 6px 3px #000;
}
.seni_smp.voice{
	background-color:#452d23;
}
.seni_smp.data{
	background-color:#024d98;
}
.seni_smp .base{
	display:block;
	position:relative;
	padding:10px;
}
.seni_smp a.ikou{
	color:#fff;
}
.del_btn{
	display:block;
	width:30px;
	height:30px;
	border:1px solid #fff;
	background:url(../images/pop_close.png) center center no-repeat;
	background-size:30px 30px;
	position:absolute;
	top:5px;
	right:5px;
	z-index:100000;
}

/*--------------------------------------------------
nav_fixed
--------------------------------------------------*/
#nav_fixed {
	margin-top: 20px;
}

#nav_fixed p.title {
	display: inline-block;
	background-color: #ff6b6b;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 3px 3px 0 0;
}
#nav_fixed p.title span {
	padding-left: 10px;
	font-size: 18px;
}

#nav_fixed ul.nav_wrapper {
	background-color: #ff6b6b;
	border-top: 1px solid #ffffff;
	box-shadow: 0 5px 5px;
}
#nav_fixed ul.nav_wrapper li ul li {
	padding: 5px;
	line-height: 0;
	border-right: 1px solid #ffffff;
	float: left;
}
#nav_fixed ul.nav_wrapper li ul li img {
	width: 181px;
}
#nav_fixed ul.nav_wrapper li ul li.end {
	padding: 5px 0 5px 5px;
	border-right: none;
}

@media screen and (max-width: 640px) {
	#nav_fixed ul.nav_wrapper li ul.sp_end {
		border-top: 1px solid #ffffff;
	}
	#nav_fixed ul.nav_wrapper li ul li.end {
		padding: 5px;
		border-right: 1px solid #ffffff;
	}
	#nav_fixed ul.nav_wrapper li ul li.sp_end {
		border-right: none;
	}
	#nav_fixed ul.nav_wrapper li ul li img {
		width: 100%;
	}
}


/*--------------------------------------------------
container_inner
--------------------------------------------------*/
.mainvisual {
	border: 6px solid #ff6b6b;
}

@media screen and (max-width: 640px) {
	.mainvisual {
		border: 3px solid #ff6b6b;
	}
}


/*--------------------------------------------------
column_one
--------------------------------------------------*/
h1.column_one {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #BF3E3E;
}


/*--------------------------------------------------
column_two column_main
--------------------------------------------------*/
@media screen and (max-width: 640px) {
	#column_main .cont {
		margin: 15px 10px 20px;
	}
	#column_main .cont div.column_two dl.app {
		margin-top: 10px;
	}
}


/*--------------------------------------------------
title
--------------------------------------------------*/
#column_main h2 {
	background: url(../images/h2_bg.jpg) repeat;
	margin: 0!important;
	padding: 5px!important;
	line-height: 120%;
	font-size: 25px!important;
	font-weight: normal;
	color: #ffffff;
	border: none;
	border-bottom: 5px solid #bf3e3e;
}
#column_main h2 span.line1 {
	display: block;
	border-left: 2px solid #ffffff;
}
#column_main h2 span.line2 {
	display: block;
	padding-left: 5px;
	border-left: 1px solid #BF3E3E;
}
#column_main span.mnp {
	display: block;
	background: url(/mobile/lte/images/h2_icon_mnp.png) no-repeat;
	background: url(/mobile/lte/images/h2_icon_mnp_ie8.png) no-repeat\9;/* IE8 */
	background-size: 32px 31px;
	padding-left: 42px;
}
#column_main h2 span.sim {
	display: block;
	background: url(/mobile/lte/images/h2_icon_sim.png) no-repeat;
	background: url(/mobile/lte/images/h2_icon_sim_ie8.png) no-repeat\9;/* IE8 */
	background-size: 25px 31px;
	padding-left: 35px;
}
#column_main h2 span.taiiki {
	display: block;
	background: url(/mobile/lte/images/h2_icon_taiiki.png) no-repeat;
	background: url(/mobile/lte/images/h2_icon_taiiki_ie8.png) no-repeat\9;/* IE8 */
	background-size: 35px 31px;
	padding-left: 45px;
}
#column_main h2 span.tokusetsu {
	display: block;
	background: url(/mobile/lte/images/h2_icon_tokusetsu.png) no-repeat;
	background: url(/mobile/lte/images/h2_icon_tokusetsu_ie8.png) no-repeat\9;/* IE8 */
	background-size: 32px 31px;
	padding-left: 42px;
}
#column_main h2 span.tokuten {
	display: block;
	background: url(/mobile/lte/images/h2_icon_tokuten.png) no-repeat;
	background: url(/mobile/lte/images/h2_icon_tokuten_ie8.png) no-repeat\9;/* IE8 */
	background-size: 28px 31px;
	padding-left: 38px;
}

#column_main .cont h3 {
	background-color: #ffffff;
	padding: 5px 0!important;
	font-size: 18px!important;
	font-weight: bold;
	border: none;
	border-bottom: 5px solid #ff6b6b;
	border-radius: 0;
}
#column_main .cont h3 span.autoconnect {
	display: block;
	background: url(/mobile/lte/images/h3_icon_autoconnect.png) no-repeat;
	background: url(/mobile/lte/images/h3_icon_autoconnect_ie8.png) no-repeat\9;/* IE8 */
	background-size: 53px 53px;
	padding-left: 63px;
	line-height: 53px;
}
#column_main .cont h3 span.chumoku {
	display: block;
	background: url(/mobile/lte/images/h3_icon_chumoku.png) no-repeat;
	background: url(/mobile/lte/images/h3_icon_chumoku_ie8.png) no-repeat\9;/* IE8 */
	background-size: 53px 53px;
	padding-left: 63px;
}
#column_main .cont h3 span.wifi {
	display: block;
	background: url(/mobile/lte/images/h3_icon_wifi.png) no-repeat;
	background: url(/mobile/lte/images/h3_icon_wifi_ie8.png) no-repeat\9;/* IE8 */
	background-size: 53px 53px;
	padding-left: 63px;
	line-height: 53px;
}
#column_main .cont h3 span.wifispot {
	display: block;
	background: url(/mobile/lte/images/h3_icon_wifispot.png) no-repeat;
	background: url(/mobile/lte/images/h3_icon_wifispot_ie8.png) no-repeat\9;/* IE8 */
	background-size: 53px 53px;
	padding-left: 63px;
	line-height: 53px;
}

#column_main .cont h3.connect,
#column_main .stepTtl div.connect {
	background-color: #ff6b6b;
	padding: 5px 5px 5px 76px !important;
	color: #ffffff;
	border: 0;
	position:relative;
}
#column_main .cont h3.biglobe{
	padding-left:86px !important;
}

#column_main .cont h3.bdbn {
	margin-bottom: 5px;
	border-bottom: none;
}
#column_main .cont h3.bdbn span.fukidashi {
	display: block;
	border-radius: 5px;
	padding: 5px 5px 5px 10px;
	color: #ffffff;
}
#column_main .cont h3.bdbn span.fukidashi.tsukaufuki {
	background-color: #EF4E53;
}
#column_main .cont h3.bdbn span.fukidashi.yasukufuki {
	background-color: #33B1E5;
}
#column_main .cont h3.bdbn span.tsukau {
	display: block;
	background: url(/mobile/lte/images/h3_icon_tsukau.png) bottom left no-repeat;
	background: url(/mobile/lte/images/h3_icon_tsukau_ie8.png) bottom left no-repeat\9;/* IE8 */
	background-size: 43px 32px;
	padding-left: 43px;
	line-height: 32px;
}
#column_main .cont h3.bdbn span.yasuku {
	display: block;
	background: url(/mobile/lte/images/h3_icon_yasuku.png) bottom left no-repeat;
	background: url(/mobile/lte/images/h3_icon_yasuku_ie8.png) bottom left no-repeat\9;/* IE8 */
	background-size: 43px 32px;
	padding-left: 43px;
	line-height: 32px;
}

.connect_left {
	width: 300px;
	float: left;
}

.connect_right {
	width: 300px;
	float: right;
}

#column_main .cont h3.connect.top {
	margin-top: 0;
}
#column_main .cont h3.connect span,
#column_main div.connect h3 span{
	display:inline-block;
	padding:5px;
	position:absolute;
	left:10px;
	top:7px;
	color:#ff6b6b;
	background:#fff;
	font-size:12px;
	line-height:1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.stepTtl {
	cursor:pointer !important;
	display:table;
	width:100%;
}
.stepTtl div {
	display:table-cell;
}
.stepTtl div h3{
	margin:0 !important;
}
#column_main .stepTtl div.connect h3{
	margin:0 10px 0 0 !important;
	padding:0 !important;
	border:0;
	background-color:transparent;
	color:#FFFFFF !important;
}
.stepAccordion .stepTtl .arrow{
	background:url(../images/acco_icon_btn.png) no-repeat right center;
	background:url(../images/acco_icon_btn_ie8.png) no-repeat right center\9;
	background-size: 20px;
}
.tag {
	background-color:#666666;
	width:80px;
	vertical-align:middle;
}

.attention{
	padding:15px 15px;
	border:2px solid #FFE200;
	background: rgba(255, 255, 153, 0.5);
}

.attention img {
	vertical-align: middle;
	margin-right: 10px;
}

@media screen and (max-width: 643px) {
	.attention img {
		float: left;
	}
}

.btn_top {
	float:left;
	width:421px;
	margin-bottom:30px;
	}

.btn_bottom {
	float:right;
	width:214px;
	}


@media screen and (max-width: 640px) {
	#column_main .cont h3 span.wifi {
		line-height: inherit;
	}
	#column_main .cont h3.connect.top,
	#column_main .stepTtl div.connect {
		padding:35px 10px 10px 10px !important
	}
	#column_main .stepTtl div.connect h3 {
		margin-right:0px !important;
		padding-right:25px !important;
	}
	#column_main .cont h3.bdbn span.tsukau {
		line-height: inherit;
	}
	#column_main .cont h3.bdbn span.yasuku {
		line-height: inherit;
	}
	.btn_top {
		width:100%;
		margin-bottom:10px;
	}
	.btn_bottom {
		width:100%;
		margin-bottom:20px;
	}
}


/*--------------------------------------------------
index
--------------------------------------------------*/
.f_tsukau {
	color: #FB696D;
}
.f_yasuku {
	color: #47AEE3;
}

ul.three_box li {
	margin-right: 12px;
	float: left;
}
ul.three_box li.end {
	margin-right: 0;
}
ul.three_box.tsukau li {
	border: 7px solid #FB696D;
}
ul.three_box.yasuku li {
	border: 7px solid #47AEE3;
}

.ol_wrapper_600{
	margin:0 auto;
	width:600px;
	text-align:left;
	padding:0 70px;
}
.inline_two_column {
	display: table;
	width: 100%;
	margin: 0 auto;
}
.inline_two_left {
	display: table-cell;
	padding-right: 40px;
	vertical-align: top;
}
.inline_two_left img,
.inline_two_right img {
	width: 100%;
}
.inline_two_left.hikaku {
	width: 296px;
}
.inline_two_left.tanmatsugazo,
.inline_two_right.tanmatsugazo {
	width: 220px;
	padding:0 40px;
}
.inline_two_left.tanmatsugazo img,
.inline_two_right.tanmatsugazo img {
	margin-bottom:10px;
}
.inline_two_left.normal {
	width: 270px;
}
.inline_two_right {
	display: table-cell;
	vertical-align: top;
}
.inline_two_right.normal {
	width: 290px;
}

dl.tsukau_lb_box {
	margin-top: 10px;
	border: 3px solid #FB696D;
}
dl.tsukau_lb_box dt {
	background-color: #FB696D;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #ffffff;
}
dl.tsukau_lb_box dd {
	padding: 10px;
	text-align: center;
}

.ol_tsukau{
	width:200px;
}
.ol_yasuku_01{
	width:140px;
}
.ol_yasuku_03{
	width:570px;
	margin:0 auto;
}
.tsukau_tanmatsu_01{
	width:149px;
	margin-bottom:30px;
}
.tsukau_tanmatsu_02{
	width:166px;
	margin-bottom:30px;
}
.tsukau_tanmatsu_03{
	width:285px;
	margin-bottom:30px;
}

.tsukau_pink_box {
	margin-top: 10px;
	padding: 10px;
	border: 3px solid #FB696D;
}
.tsukau_pink_box .tsukau_title {
	font-weight: bold;
	color: #FB696D;
	margin-bottom:12px;
}
.ol_yasuku_03_title {
	margin-left: 20px;
	font-size: 20px;
	font-weight: bold;
}
.id_kakomi_dashed {
	border:1px dashed #777777;
	padding: 15px;
	margin-bottom:20px;
}
.id_kakomi_dashed_indent {
	text-indent: 1em;
}

@media screen and (max-width: 1020px) {
	.ol_wrapper_600{
		width:auto;
		padding:0 20px;
	}
}
@media screen and (max-width: 640px) {
	ul.three_box li {
		margin: 0 0 10px 0;
	}
	ul.three_box li.end {
		margin: 0;
	}
	.ol_wrapper_600{
		width:auto;
		padding:0;
	}
	.inline_two_left.hikaku{
		width: 200px;
	}
	.inline_two_left.tanmatsugazo,
	.inline_two_right.tanmatsugazo {
		width: auto;
		padding:0 0 20px;
	}
	.inline_two_left.tanmatsugazo img,
	.inline_two_right.tanmatsugazo img {
		margin-bottom:10px;
	}
	.inline_two_left.ol_tsukau,
	.inline_two_right.ol_yasuku_01,
	.ol_yasuku_03,
	.inline_two_right.normal,
	.inline_two_left.normal{
		width: auto;
	}
	.inline_two_left.ol_tsukau img,
	.inline_two_right.normal img,
	.inline_two_left.normal img{
		width: 200px !important;
	}
	.inline_two_right.ol_yasuku_01 img{
		width: 140px !important;
	}
	.inline_two_column {
		display: block;
	}
	.inline_two_left {
		display: block;
		padding-right: 0;
		margin:0 auto;
	}
	.inline_two_right {
		display: block;
		margin-top: 10px;
	}
	.biglobe_denwa_img {
		width: 50px !important;
	}
}


/*----------------------------------------------------------------------
connect
----------------------------------------------------------------------*/
table.yajirushi_box {
	width: 100%;
}
table.yajirushi_box tr td {
	color: #A5A5A5;
}

.connect ul.tab_title li {
	width: 325px;
	padding: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.connect ul.tab_title li a {
	display: block;
	padding:10px;
}

.connect ul.tab_title li.tab_left {
	background-color: #EBEBEB;
	float: left;
}
.connect ul.tab_title li.tab_left.ui-state-default {
	margin-top: 10px;
}
.connect ul.tab_title li.tab_left.ui-state-hover {
	opacity: 0.5;
}
.connect ul.tab_title li.tab_left.ui-state-active {
	background-color: #FF6B6B;
	margin-top: 0;
}

.connect ul.tab_title li.tab_right {
	background-color: #EBEBEB;
	float: right;
}
.connect ul.tab_title li.tab_right.ui-state-default {
	margin-top: 10px;
}
.connect ul.tab_title li.tab_right.ui-state-hover {
	opacity: 0.5;
}
.connect ul.tab_title li.tab_right.ui-state-active {
	background-color: #FF6B6B;
	margin-top: 0;
}

.connect #tab_left {
	margin-bottom: 50px;
	padding: 0;
	border: 5px solid #FF6B6B;
}
.connect #tab_right {
	margin-bottom: 50px;
	padding: 0;
	border: 5px solid #FF6B6B;
}

.yellow_box {
	margin-top: 10px;
	padding: 10px;
	border: 2px solid #FFBA00;
}

#column_main .cont.connect_20 {
	margin-bottom: 20px;
}
#column_main .cont.connect_bottom {
	margin-bottom: 0;
}
#column_main .cont.connect_top {
	margin-top: 0;
}

.h2_connect{
	background:url(../images/img_truck.jpg) left top no-repeat;
	padding:20px 0 20px 115px;
	font-size:40px !important;
	font-weight:normal;
	color:#222;
}
.step1_wrapper{
	min-height:610px;
	*height:610px;
	background:url(../images/connect_bg01.gif) left bottom no-repeat #e5e5e5;
	color:#7f7f7f;
	text-align:center;
	width:100px;
	float:left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.step1_wrapper.last {
	min-height:530px;
	*height:530px;
}
.step1_content{
	min-height:200px;
	*height:200px;
	float:right;
	width:510px;
}
.step2_wrapper{
	min-height:130px;
	*height:130px;
	background:url(../images/connect_bg01.gif) left bottom no-repeat #e5e5e5;
	color:#7f7f7f;
	text-align:center;
	width:100px;
	float:left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.step2_content{
	min-height:130px;
	*height:130px;
	float:right;
	width:500px;
}
.step3_wrapper{
	min-height:3445px;
	*height:3445px;
	background:url(../images/connect_bg01.gif) left bottom no-repeat #e5e5e5;
	color:#7f7f7f;
	text-align:center;
	width:100px;
	float:left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.step3_content{
	min-height:3445px;
	*height:3445px;
	float:right;
	width:510px;
}
.step3_content .left{
	width:280px;
}
.step3_content .right{
	width:280px;
}
.step4_wrapper{
	min-height:3470px;
	*height:3470px;
	background:url(../images/connect_bg01.gif) left bottom no-repeat #e5e5e5;
	color:#7f7f7f;
	text-align:center;
	width:100px;
	float:left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.step4_content{
	min-height:3470px;
	*height:3470px;
	float:right;
	width:510px;
}
.step_tit{
	background:#7f7f7f;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.step_arrow{
	font-weight:bold;
	font-size:17px;
	padding:5px;
}
.howtoList{
	margin-top:15px;
	padding-top:15px;
	border-top:2px dotted #CCCCCC;
}
.howtoList li{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:2px dotted #CCCCCC;
}
.howtoList li.caption01,
.howtoList li.b_none{
	margin-bottom:0;
	padding-bottom:0;
	border:0;
}
.howtoList li .txt{
	width:270px;
}
.howtoList li .table_lte{
	width:290px;
}
.howtoList li .img{
	width:200px;
}
.howtoList li .table_lte{
	clear:none;
}
.howtoList li .notes{
	width:270px;
	margin-top:10px;
	padding:10px;
	background-color:#F5F4F4;
}
.und_arw{
	display:block;
	background:url(../images/connect_step03_arrow.gif) center bottom no-repeat #fff;
	padding-bottom:60px;
	margin-bottom:10px;
}
.success{
	border:3px solid #FF6B6B;
	color:#FF6B6B;
	padding:15px;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	background-color:#FAD0D1;
}
a.closeAccordion{
	display:none;
}

/* table_lte */
table.table_lte {
	clear: both;
	border-collapse: collapse;
}
.table_lte th {
	border: solid  1px #bbb;
	border-collapse: collapse;
	font-weight: bold;
	padding: 10px;
}
.table_lte td {
	border: solid 1px #bbb;
	border-collapse: collapse;
	padding: 10px;
	text-align: center;
}
.table_lte .border_none {
	border: none!important;
	background: none!important;
}
.table_lte .bg_gray {background: #e5e5e5;}
.table_lte .bg_yellow {background: #eff164;}
.table_lte .bg_yellow02 {background: #fbfc87;}
.table_lte .bg_yellow03 {background-color:#fdfec3;}
.table_lte .bg_green {background: #a3f8df;}
.table_lte .bg_green01 {background: #a3f8df;}
.table_lte .bg_blue {background-color: #61e6bf;}
.table_lte .bg_blue02 {background-color: #bae5ff;}
.table_lte .bg_blue03 {background-color: #daf1ff;}
.table_lte .bg_blue04 {background-color: #c9ffef;}
.table_lte .bg_white {background: #fff;}
.table_lte .bg_pink {background: #fec5c5;}
.table_lte .bg_orange {background: #fed19c;}


@media screen and (max-width: 640px) {
	.h2_connect{
		background:url(../images/img_truck_ie8.jpg) left top no-repeat;
		padding:0px 0 0px 50px;
		font-size:30px !important;
		font-weight:normal;
		color:#222;
	}
	.step1_wrapper,
	.step1_wrapper.last,
	.step2_wrapper,
	.step3_wrapper,
	.step4_wrapper{
		background-color: #EBEBEB;
		background-image: none;
		min-height:inherit;
		*height:auto;
		width:auto;
		float:none;
	}
	.step1_content,
	.step2_content,
	.step3_content,
	.step4_content{
		width:auto;
		min-height:inherit;

		*height:auto;
	}
	.step_tit{
		margin-bottom:5px;
	}
	.step_arrow{
		padding: 10px 5px;
	}
	.step3_content .left,
	.step3_content .right{
		width:auto;
		float:none;
	}
	.howtoList li .txt{
		width:auto !important;
		float:none !important;
	}
	.howtoList li .table_lte{
		width:100%;
		float:none !important;
	}
	.howtoList li .notes{
		width:auto !important;
		float:none !important;
	}
	.howtoList li .img{
		width:50%;
		margin:10px auto 0;
		float:none !important;
	}
	.howtoList li .img img{
		display:block;
	}
 	a.closeAccordion{
		display:block;
		margin-top:10px;
		padding:10px;
		background-color:#AAAAAA;
		color:#FFFFFF !important;
		text-align:center;
	}
	a.closeAccordion:hover{
		color:#FFFFFF;
	}
	.success{
		margin:0 10px;
	}
}


/*--------------------------------------------------
spec
--------------------------------------------------*/
#column_main .cont ul.spec_sim {
	margin: 10px 0;
}

#column_main .cont ul.spec_sim li.inner_box {
	width: 205px;
	margin-right: 15px;
}
#column_main .cont ul.spec_sim li.inner_box.last {
	margin-right: 0;
}

#column_main .cont ul.spec_sim li.inner_box ul {
	text-align: center;
	line-height: 160%;
}

#column_main .cont ul.spec_sim li.inner_box ul li img {
	margin-bottom: 5px;
}
.tanmatsu_right{
	margin-top:20px;
}
.last3{
	margin-right:0!important;
}

@media screen and (max-width: 640px) {
	#column_main .cont ul.spec_sim li.inner_box {
		width: inherit;
		margin-right: 0;
		float: none!important;
	}

	#column_main .cont ul.spec_sim li.inner_box ul li img {
		width:50% !important;
	}
	.last3{
		margin-right:none!important;
	}
}


/*----------------------------------------------------------------------
ここから端末紹介ページ
----------------------------------------------------------------------*/
.mobile_spec_box {
	}
.mobile_spec_box_offer {
	width:700px;
	margin:0 auto;
}

.mobile_spec_left {
	margin-right: 10px;
	float: left;
	}
.mobile_spec_left_offer {
	margin-right: 10px;
	float: left;
	}
.mobile_spec_left_offer a{
	outline:none;
	}
.spec_m_box {
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	}
ul.spec_s_box {
	display: inline-block;
	width: 260px;
	}
ul.spec_s_box li {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	float: left;
	}
ul.spec_s_box li.last {
	margin-right: 0;
	}

.mobile_spec_right {
	width: 365px;
	float: right;
}
.mobile_spec_right_offer {
	width: 365px;
	float: right;
}
@media screen and (max-width: 640px) {
.mobile_spec_box_offer {
	width:100%;
	margin:0 auto;
}
.mobile_spec_right_offer {
	text-align:center;
	float: none;
	width:100%;
}
.mobile_spec_left_offer {
	text-align:center;
	float: none;
	width:100%;
}
}

.spec_sim_wrapper {
	margin: 20px 0;
	}
.spec_sim_box {
	width: 230px;
	margin-right: 10px;
	float: left;
	}
.spec_sim_box.last {
	margin-right: 0;
	}
.spec_sim_top {
	margin-bottom: 10px;
	text-align: center;
	}
.spec_sim_bottom {
	text-align: center;
	}
.spec_btn {
	margin: 10px 0 0 0;
	}
.spec_yellow_box {
	margin: 0 30px;
	padding: 10px;
	border: 1px solid #ffc000;
	}
.spec_yellow_left {
	float: left;
	margin-top: 5px;
	}
.spec_yellow_right {
	width: 550px;
	float: right;
	}
.spec_red_box {
	margin: 0 30px;
	padding: 10px;
	border: 1px solid #DA000F;
	}
.spec_red_left {
	width: 500px;
	float: left;
	}
.spec_red_right {
	float: right;
	}

.spec_mobile_wrapper {
	width: 614px;
	margin: 20px auto 0;
	}
.spec_mobile_inner {
	float: left;
	margin-right: 30px;
}
.spec_mobile_inner.last {
	margin-right: 0;
}
.spec_mobile {
	width: 290px;
	text-align: center;
	border: 1px solid #cccccc;
	margin:0 auto;
	}
.spec_mobile_blue {
	background-color: #DAF1FF;
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	min-height: 67px;
	*height: 80px;
	}
.spec_mobile_blue.bottom {
	border-top: 1px solid #cccccc;
	border-bottom: none;
	min-height: 42px;
	*height: 42px;
	}
.spec_mobile_img {
	padding: 10px;
	text-align: center;
	}

@media screen and (max-width: 640px) {
	.spec_m_box {
		border: none;
		}
	.mobile_spec_left {
		margin-right: 0;
		text-align: center;
		float: none;
		}
	.spec_m_box img {
		border: 1px solid #cccccc;
		}
	ul.spec_s_box {
		display: inline-block;
		width: inherit;
		text-align:center;
		}
	ul.spec_s_box li {
		margin: 0 5px 10px 5px;
		display:inline-block;
		float:none;
		}
	ul.spec_s_box li.last {
		margin: 0 5px 10px 5px;
		}
	.mobile_spec_right {
		width: inherit;
		float: none;
		}

	.spec_mobile_wrapper {
		width:auto;
		}
	.spec_mobile_inner {
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
		}
	.spec_mobile_inner.last {
		margin-bottom: 0;
		}
	.spec_mobile_blue {
		min-height: inherit;
		}
	.spec_sim_wrapper {
		margin-top: 0;
		}
	.spec_sim_box {
		width: inherit;
		margin-right: 0;
		float: none;
		}
	.spec_sim_box.last {
		margin-top: 50px;
		}
	.spec_yellow_box {
		margin: 0 0;
		}
	.spec_yellow_left {
		width: inherit;
		float: none;
		text-align: center;
		margin-bottom: 10px;
		}
	.spec_yellow_right {
		width: inherit;
		float: none;
		}
	.spec_red_box {
		margin: 0 0;
		}
	.spec_red_left {
		width: inherit;
		float: none;
		}
	.spec_red_right {
		margin-top: 10px;
		text-align: center;
		float: none;
		}
	.spec_mobile {
		width: inherit;
		margin-right: 0;
		float: none;
	}
	.spec_btn {
		text-align: center;
		width:60%;
		margin:0 auto;
		}
	.spec_btn img{
		width:100%;
	}
}

.img_left_box.docomo {
	display:table;
	width:100%;
}
.img_left_box.docomo .img_area, .img_left_box.docomo .txt_area{
	display:table-cell;
	vertical-align:middle;
}
.img_left_box.docomo .img_area{
	width:144px;
}
.img_left_box.docomo .txt_area{
	padding-left:20px;
}
@media screen and (max-width: 640px) {
	.img_left_box.docomo .img_area{ width:30%; vertical-align:middle;}
	.img_left_box.docomo .txt_area{ width:67%; padding-left:3%;}
}

/*--------------------------------------------------
faq
--------------------------------------------------*/
#column_main .cont dl.faq {
	line-height: 160%;
}

#column_main .cont dl.faq dt {
	background: url(/mobile/lte/images/faq_icon_q.png) 10px center no-repeat #F9CFD0;
	background: url(/mobile/lte/images/faq_icon_q_ie8.png) 10px center no-repeat #F9CFD0\9;/* IE8 */
	background-size: 27px 25px;
	margin-top: 5px;
	padding: 10px 10px 10px 47px;
	font-weight: bold;
	border: 2px solid #EF4E53;
}
#column_main .cont dl.faq dt.stt {
	margin-top: 0;
}
#column_main .cont dl.faq dt a {
	color: #EF4E53;
}
#column_main .cont dl.faq dt a:hover {
	color: #EF4E53;
}

#column_main .cont dl.faq dd {
	background: url(/mobile/lte/images/faq_icon_a.png) 10px 10px no-repeat #FFFFCC;
	background: url(/mobile/lte/images/faq_icon_a_ie8.png) 10px 10px no-repeat #FFFFCC\9;/* IE8 */
	background-size: 27px 25px;
	margin-top: 5px;
	padding: 10px 10px 10px 47px;
}


/*----------------------------------------------------------------------
offer_lightbox
----------------------------------------------------------------------*/
.lb_filter {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    background-color: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    z-index: 9999;
}

.lb_container {
    position: absolute;
	left: 50%;
    top: 40%;
    display: none;
    background-color: #FFFFFF;
    width: 680px;
	margin-left: -360px;
    padding: 20px;
    text-align: center;
    z-index: 10000;
}

.lb_wrapper.fixed .lb_container {
	position: fixed;
}

.lb_btn_top {
	margin-top: 10px;
}

.lb_btn {
	background-color: #cccccc;
	padding: 5px 50px;
	border: 1px solid #666666;
}

@media screen and (max-width: 640px) {
	.lb_wrapper {
		position: absolute;
		top: 10%;
		width: 100%;
	}
	.lb_wrapper.fixed {
		position: fixed;
		z-index: 10000;
	}
	.lb_container {
    	position: relative;
		left: 0;
    	top: 0;
    	width: 80%;
		margin: 0 auto;
    }
	.lb_wrapper.fixed .lb_container {
		position: relative;
	}
}

p.plus {
	text-align: center;
}


/*----------------------------------------------------------------------
offer_tabs
----------------------------------------------------------------------*/
ul.tab_title {
	margin: 0 10px;
}

ul.tab_title li {
	width: 445px;
	padding: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
ul.tab_title li a {
	color: #000000!important;
}
ul.tab_title li a:hover {
	color: #000000!important;
}

ul.tab_title li.tab_left {
	background-color: #EBEBEB;
	float: left;
}
ul.tab_title li.tab_left.ui-state-default {
	margin-top: 10px;
}
ul.tab_title li.tab_left.ui-state-default a{
	padding:11px 10px 10px;
	display:block;
}
ul.tab_title li.tab_left.ui-state-hover {
	opacity: 0.5;
}
ul.tab_title li.tab_left.ui-state-active {
	margin-top: 0;
	background-color: #FF6B6B;
}
ul.tab_title li.tab_left.ui-state-active a {
	padding:15px 10px 14px;
	display:block;
}

ul.tab_title li.tab_right {
	background-color: #EBEBEB;
	float: right;
}
ul.tab_title li.tab_right.ui-state-default {
	margin-top: 10px;
}
ul.tab_title li.tab_right.ui-state-default a{
	padding:10px 10px 9px;
	display:block;
}
ul.tab_title li.tab_right.ui-state-hover {
	opacity: 0.5;
}
ul.tab_title li.tab_right.ui-state-active {
	margin-top: 0;
	background-color: #FF6B6B;
}
ul.tab_title li.tab_right.ui-state-active a{
	padding:16px 10px;
	display:block;
}

#tab_left {
	padding: 20px;
	border: 5px solid #FF6B6B;
}

#tab_right {
	padding: 20px;
	border: 5px solid #FF6B6B;
}
#tab_left dl dt,
#tab_right dl dt{
	font-size: 20px;
}
#tab_left dl dt span.icon,
#tab_right dl dt span.icon{
	color:#FBB426;
}
#tab_left p.title,
#tab_right p.title{
	background-color: #FBB426;
	margin-top: 30px;
	padding: 10px;
	font-size: 20px;
	color: #000000;
}
#tab_left ul.inner_box,
#tab_right ul.inner_box{
	padding:10px;
}

.tab_cont dl dt {
	font-size: 20px;
}
.tab_cont dl dt span.icon {
	color: #FBB426;
}
.tab_cont p.title {
	background-color: #FBB426;
	margin-top: 30px;
	padding: 10px;
	font-size: 20px;
	color: #000000;
}

.tab_cont ul.inner_box {
	padding: 10px;
}

@media screen and (max-width: 640px) {
	ul.tab_title li.tab_left {
		border-right: 5px solid #ffffff;
	}
	ul.tab_title li.tab_right {
		border-left: 5px solid #ffffff;
	}

	#tab_left {
		padding: 10px;
	}
	#tab_right {
		padding: 10px;
	}
}


/*----------------------------------------------------------------------
offer_title
----------------------------------------------------------------------*/
.h2_box {
	position: relative;
	background-color: #FB5559;
	margin-bottom: 20px;
	padding-bottom: 1px;
}
.h2_box.stt {
	margin-top: 50px;
}
.h2_box.simlast {
	margin-top: 50px;
}
.h2_box h2 {
	background-color: #FB5559;
	margin: 10px 10px 0 0;
	padding: 10px;
	line-height: 28px;
	font-size: 20px!important;
	font-weight: normal;
	color: #ffffff;
	border: none!important;
}

h2.caution_off {
	background: url(/mobile/lte/images/offer_h2_caution_off.png) no-repeat;
	background: url(/mobile/lte/images/offer_h2_caution_off_ie8.png) no-repeat\9;/* IE8 */
	background-size: 29px 28px;
	margin: 10px;
	*margin: 5px 10px 10px 10px;
	padding: 0 0 0 39px!important;
	*padding: 5px 0 4px 38px!important;
	float: left;
	}

h2.caution_on {
	background: url(/mobile/lte/images/offer_h2_caution_on.png) no-repeat;
	background: url(/mobile/lte/images/offer_h2_caution_on_ie8.png) no-repeat\9;/* IE8 */
	background-size: 29px 28px;
	margin: 10px;
	*margin: 5px 10px 10px 10px;
	padding: 0 0 0 39px!important;
	*padding: 5px 0 4px 38px!important;
	font-weight: normal;
	float: left;
	}

h2.mobile {
	background: url(/mobile/lte/images/offer_h2_mobile.png) no-repeat;
	background: url(/mobile/lte/images/offer_h2_mobile_ie8.png) no-repeat\9;/* IE8 */
	background-size: 42px 28px;
	margin: 10px;
	*margin: 5px 10px 10px 10px;
	padding: 0 0 0 52px!important;
	*padding: 5px 0 4px 52px!important;
	float: left;
}

h2.plan {
	background: url(/mobile/lte/images/offer_h2_plan.png) no-repeat;
	background: url(/mobile/lte/images/offer_h2_plan_ie8.png) no-repeat\9;/* IE8 */
	background-size: 29px 28px;
	margin: 10px 10px 5px 10px;
	*margin: 5px 10px 10px 10px;
	padding: 3px 0 6px 39px!important;
	*padding: 5px 0 4px 39px!important;
	float: left;
}
.h2_plan_sub {
	position: absolute;
	*position: inherit;
	top: 20%;
	right: 10px;
	background-color: #FDEFB2;
	padding: 5px;
	float: right;
}

h2.sim {
	background: url(/mobile/lte/images/offer_h2_sim.png) no-repeat;
	background: url(/mobile/lte/images/offer_h2_sim_ie8.png) no-repeat\9;/* IE8 */
	background-size: 63px 28px;
	margin: 10px;
	*margin: 5px 10px 10px 10px;
	padding: 0 0 0 73px!important;
	*padding: 5px 0 4px 73px!important;
	float: left;
}
h2.tanmatu {
	background: url(/mobile/lte/images/offer_h2_tanmatu.png) no-repeat;
	background: url(/mobile/lte/images/offer_h2_tanmatu_ie8.png) no-repeat\9;/* IE8 */
	background-size: 20px 29px;
	margin: 10px;
	*margin: 5px 10px 10px 10px;
	padding: 0 0 0 33px!important;
	*padding: 5px 0 4px 33px!important;
	line-height: 28px;
	font-size: 20px!important;
	font-weight: normal;
	color: #ffffff;
	border: none!important;
	float: left;
}
h2.tanmatu_cb {
	background: url(/mobile/lte/images/offer_h2_tanmatu_cb.png) no-repeat;
	background: url(/mobile/lte/images/offer_h2_tanmatu_cb_ie8.png) no-repeat\9;/* IE8 */
	background-size: 40px 29px;
	margin: 10px;
	*margin: 5px 10px 10px 10px;
	padding: 0 0 0 50px!important;
	*padding: 5px 0 4px 50px!important;
	line-height: 28px;
	font-size: 20px!important;
	font-weight: normal;
	color: #ffffff;
	border: none!important;
	float: left;
}

@media screen and (max-width: 640px) {
	h2.plan {
		padding: 0 0 0 39px!important;
	}

	.h2_plan_sub {
		position: static;
		margin: 10px;
		padding: 5px;
		text-align: center;
		float: none;
		clear: both;
	}
}


/*--------------------プラン選択前--------------------*/
sp.plus {
	text-align: center;
}

.plan_inner {
	padding: 3px;
}
.choice {
	display: table;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
}
.choice_left {
    display: table-cell;
    padding-right: 3px;
    text-align: right;
    width: 50%;
}
.choice_left img {
    max-width: 50px;
}
.choice_right {
    display: table-cell;
    padding-left: 3px;
    text-align: left;
    width: 50%;
}

/*---各プランボタン---*/
.checkPlan{
	cursor:pointer;
}
.plan_panel {
	background-color: #ffffff;
	border: 5px solid #D14842;
	float: left;
	width: 170px;
	*width: 213px;
	margin-right: 10px;
	text-align: center;
}
.plan_panel.select {
	display: none;
	background-color: #D14842;
	border: 5px solid #D14842;
}
.plan_panel.end {
	margin-right: 0;
}
.plan_panel h3 {
	background-color: transparent;
	margin: 0;
	padding: 0!important;
	font-size: 21px!important;
	font-weight: normal;
	color: #D14842;
	border: none;
	border-radius: 0!important;
	min-height:66px;
}
.plan_panel.select h3 {
	color: #ffffff;
}
.plan_panel ul {
	margin-top: 10px;
	}
.plan_panel ul li {
	background: #D14842;
	margin-top: 5px;
	padding: 6px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	}
.plan_panel.select ul li {
	background: #ffffff;
	color: #D14842;
}
.choice {
	background-color: #FDBAB6;
	color: #2D2D2D;
	border-top: 1px solid #D14842;
}
.choice.select {
	color: #D14842;
	border-top: 1px solid #ffffff;
}
/*4カラムの場合*/
.cont_plan.column_4 .plan_panel {
	width: 217px;
	*width: 260px;
}

/*--------------------END/プラン選択前--------------------*/

/*--------------------プラン選択中--------------------*/
.h2_cont .select .select_check {
	position: relative;
	left: 37px;
	left: 125px\9;/* IE8 */
	*left: 40px;/* IE7 */
}
.h2_cont .select .select_check img {
	position: absolute;
	width: 66px;
	top: -15px;
}
/*--------------------END/プラン選択中--------------------*/

/*--------------------プラン_内容_共通--------------------*/
.table_plan {
	line-height: normal!important;
	width: 100%;
	*width: 894px;
	margin-bottom: 30px;
}
td.shiro {
	border: none!important;
	background: #fff!important;
}

.aquos_box {
	float: left;
}
.aquos_box .aquos_img {
	width: 225px;
	margin: 20px 0 0 25px;
}
.aquos_box .aquos_img img {
	width: inherit;
}
.aquos_box .aquos_img_select {
	display: none;
	width: 225px;
	margin: 20px 0 0 25px;
}
.aquos_box .aquos_img_select img {
	width: inherit;
}
.aquos_box .komikomi_img {
	width: 200px;
	margin: 15px 0 0 30px;
}
.aquos_box .komikomi_img img {
	width: inherit;
}

.table_charge_area .table_charge {
	width: 100%;
	*width: 600px;
	margin-bottom: 10px;
}
.table_charge_area .table_charge th {
	background: #ddd;
	border: 3px solid #797979;
	font-size: 16px;
	line-height: 150%;
	padding: 12px;
}
.table_charge_area .table_charge th.bg_gray {
	background: #797979;
	border: none;
	border-right: 3px solid #ffffff;
	color: #ffffff;
	padding: 15px 12px;
}
.table_charge_area .table_charge th.bg_gray.last {
	border-right: 3px solid #797979;
}
.table_charge_area .table_charge td {
	border-right: 3px solid #797979;
	border-bottom: 3px solid #797979;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	padding: 12px;
}
.table_charge_area .table_charge .huki .charge_huki_inner {
	width: 56px;
	margin: 0 auto;
}
.table_charge_area .table_charge .huki .charge_huki_inner img {
	width: inherit;
}
.table_charge_area .uchiwake_box {
	border: 3px solid #797979;
	border-radius: 10px;
	width: 888px;
	margin: 0 auto;
}
.table_charge_area .uchiwake_ttl {
	background: #797979;
	font-size: 16px;
	color: #fff;
	padding: 7px;
}
.table_charge_area .uchiwake_pd {
	padding: 10px 20px;
}
.table_charge_area .table_uchiwake {
	width: 100%;
	*width: 500px;
}
.table_charge_area .table_uchiwake td {
	border: none;
	font-size: 14px;
	padding: 5px;
}
.table_charge_area .table_uchiwake td.bdr_top {
	border-top: 2px solid #797979;
	padding-top: 10px;
}

.table_charge_area .sudeni_box {
	border: 3px solid #beddff;
	padding: 10px;
	*width: 600px;
}
.table_charge_area .sudeni_box .sudeni_img {
	float: left;
	padding-left: 10px;
}
.table_charge_area .sudeni_box .sudeni_img img {
	width: 63px;
}
.table_charge_area .sudeni_box .sudeni_txt {
	float: right;
	width: 780px;
}
.table_charge_area .table_sudeni {
	width: 100%;
	*width: 580px;
}
.table_charge_area .table_sudeni th {
	background: #ddd;
	border: 3px solid #9e9e9e;
	font-size: 14px;
	padding: 12px;
}
.table_charge_area .table_sudeni th.bg_blue {
	background: #a6dcf4;
	border: none;
	border-right: 3px solid #ffffff;
	padding: 15px 12px;
}
.table_charge_area .table_sudeni th.bg_blue.last {
	border-right: 3px solid #a6dcf4;
}
.table_charge_area .table_sudeni td {
	border-right: 3px solid #9e9e9e;
	border-bottom: 3px solid #9e9e9e;
	font-size: 16px;
	text-align: center;
	padding: 12px;
}

/*--------------------SMS選択前--------------------*/
.sms_area {
	margin-top: 30px;
}
.sms_area_out {
	margin-top: 30px;
}
.sms_area .sms_btn {
	background: #c3e867; /* Old browsers */
	background: -moz-linear-gradient(top,  #c3e867 0%, #c3e867 50%, #a3da36 51%, #a3da36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3e867), color-stop(50%,#c3e867), color-stop(51%,#a3da36), color-stop(100%,#a3da36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c3e867 0%,#c3e867 50%,#a3da36 51%,#a3da36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c3e867 0%,#c3e867 50%,#a3da36 51%,#a3da36 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c3e867 0%,#c3e867 50%,#a3da36 51%,#a3da36 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c3e867 0%,#c3e867 50%,#a3da36 51%,#a3da36 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e867', endColorstr='#a3da36',GradientType=0 ); /* IE6-9 */
	border-bottom: 4px solid #689c00;
	width: 100%;
	*width: 894px;
}
.sms_area_out .sms_btn_02 {
	background: #d1d1d1; /* Old browsers */
	background: -moz-linear-gradient(top,  #d1d1d1 0%, #c6c6c6 50%, #adadad 50%, #7a7a7a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d1d1), color-stop(50%,#c6c6c6), color-stop(50%,#adadad), color-stop(100%,#7a7a7a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d1d1d1 0%,#c6c6c6 50%,#adadad 50%,#7a7a7a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d1d1d1 0%,#c6c6c6 50%,#adadad 50%,#7a7a7a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d1d1d1 0%,#c6c6c6 50%,#adadad 50%,#7a7a7a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d1d1d1 0%,#c6c6c6 50%,#adadad 50%,#7a7a7a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */
	border-bottom: 4px solid #333333;
	width: 100%;
	*width: 894px;
}
.sms_area_out .sms_btn_02.tsuika {
	*width: 852px;
}
.sms_area_out .sms_btn_02 td {
	vertical-align: middle;
}
.sms_area_out .sms_btn_02 .sms_icon {
	padding-left: 15px;
	position: relative\9;/* IE8 */
}
.sms_area_out .sms_btn_02 .sms_icon img {
	width: 95px;
	margin-top: -26px;
	margin-top: -52px\9;/* IE8 */
	*margin-top: -26px;/* IE7 */
	position: absolute\9;/* IE8 */
	z-index: 1\9;/* IE8 */
}
.sms_area_out .sms_btn_02 .checkbox {
	padding: 12px 15px 12px 25px;
	padding: 12px 15px 12px 125px\9;/* IE8 */
}
.sms_area_out .sms_btn_02 .checkbox img {
	width: 48px;
}
.sms_area_out .sms_btn_02 .sms_txt_first {
	font-size: 24px;
	*font-size: 22px;/* IE7 */
	padding: 27px 15px 27px 0;
}
.sms_area_out .sms_btn_02 .sms_txt {
	font-size: 22px;
	padding: 12px 15px 12px 0;
}
.sms_area_out .sms_btn_02 .sms_txt_left {
	float: left;
	display: block;
	line-height: 130%;
	width: 400px;
}
.sms_area_out .sms_btn_02.tsuika .sms_txt_left {
	width: 390px;
}
.sms_area_out .sms_btn_02 .sms_txt_red {
	float: left;
	display: inline;
	font-size: 28px;
	*font-size: 26px;/* IE7 */
	color: #c90000;
	padding: 20px 0 0 10px;
}
.sms_area .sms_btn.tsuika {
	*width: 852px;
}
.sms_area .sms_btn td {
	vertical-align: middle;
}
.sms_area .sms_btn .sms_icon {
	padding-left: 15px;
	position: relative\9;/* IE8 */
}
.sms_area .sms_btn .sms_icon img {
	width: 95px;
	margin-top: -26px;
	margin-top: -52px\9;/* IE8 */
	*margin-top: -26px;/* IE7 */
	position: absolute\9;/* IE8 */
	z-index: 1\9;/* IE8 */
}
.sms_area .sms_btn .checkbox {
	padding: 12px 15px 12px 25px;
	padding: 12px 15px 12px 125px\9;/* IE8 */
}
.sms_area .sms_btn .checkbox img {
	width: 48px;
}
.sms_area .sms_btn .sms_txt_first {
	font-size: 24px;
	*font-size: 22px;/* IE7 */
	padding: 27px 15px 27px 0;
}
.sms_area .sms_btn .sms_txt {
	font-size: 22px;
	padding: 12px 15px 12px 0;
}
.sms_area .sms_btn .sms_txt_left {
	float: left;
	display: block;
	line-height: 130%;
	width: 400px;
}
.sms_area .sms_btn.tsuika .sms_txt_left {
	width: 390px;
}
.sms_area .sms_btn .sms_txt_red {
	float: left;
	display: inline;
	font-size: 28px;
	*font-size: 26px;/* IE7 */
	color: #c90000;
	padding: 20px 0 0 10px;
}
/*--------------------END/SMS選択前--------------------*/
/*--------------------SMS選択中--------------------*/
.sms_area_select {
	margin-top: 30px;
}
.sms_area_select {
	display: none;
	padding-top: 4px;
}
.sms_area_select .sms_btn {
	background: #a3da36; /* Old browsers */
	background: -moz-linear-gradient(top,  #a3da36 0%, #a3da36 50%, #c3e867 51%, #c3e867 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3da36), color-stop(50%,#a3da36), color-stop(51%,#c3e867), color-stop(100%,#c3e867)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a3da36 0%,#a3da36 50%,#c3e867 51%,#c3e867 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a3da36 0%,#a3da36 50%,#c3e867 51%,#c3e867 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a3da36 0%,#a3da36 50%,#c3e867 51%,#c3e867 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a3da36 0%,#a3da36 50%,#c3e867 51%,#c3e867 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3da36', endColorstr='#c3e867',GradientType=0 ); /* IE6-9 */
	width: 100%;
	*width: 894px;
}
.sms_area_select .sms_btn.tsuika {
	*width: 852px;
}
.sms_area_select .sms_btn td {
	vertical-align: middle;
}
.sms_area_select .sms_btn .sms_icon {
	padding-left: 15px;
	position: relative\9;/* IE8 */
}
.sms_area_select .sms_btn .sms_icon img {
	width: 95px;
	margin-top: -26px;
	margin-top: -52px\9;/* IE8 */
	*margin-top: -26px;/* IE7 */
	position: absolute\9;/* IE8 */
	z-index: 1\9;/* IE8 */
}
.sms_area_select .sms_btn .checkbox {
	padding: 12px 15px 12px 25px;
	padding: 12px 15px 12px 125px\9;/* IE8 */
}
.sms_area_select .sms_btn .checkbox img {
	width: 48px;
}
.sms_area_select .sms_btn .sms_txt_first {
	font-size: 24px;
	*font-size: 22px;/* IE7 */
	padding: 27px 15px 27px 0;
}
.sms_area_select .sms_btn .sms_txt {
	font-size: 22px;
	padding: 12px 15px 12px 0;
}
.sms_area_select .sms_btn .sms_txt_left {
	float: left;
	display: block;
	line-height: 130%;
	width: 400px;
}
.sms_area_select .sms_btn.tsuika .sms_txt_left {
	width: 390px;
}
.sms_area_select .sms_btn .sms_txt_red {
	float: left;
	display: inline;
	font-size: 28px;
	*font-size: 26px;/* IE7 */
	color: #c90000;
	padding: 20px 0 0 10px;
}
/*--------------------END/SMS選択中--------------------*/
/*--------------------END/プラン_内容_共通--------------------*/

/*--------------------プラン選択前_内容--------------------*/
#cont_noplan {
	border: 3px dashed #666;
	font-size: 26px;
	font-weight: bold;
	color: #444;
	text-align: center;
	padding: 40px 62px 50px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#cont_noplan .noplan_img {
	float: left;
}
#cont_noplan .noplan_txt {
	float: right;
	margin-top: 10px;
}
@media screen and (max-width: 640px) {
	#cont_noplan .noplan_img img{
		width: 35% !important;
	}
	.plus img{
		width: 35% !important;
	}
}
/*--------------------END/プラン選択前_内容--------------------*/

/*--------------------音声スタート_内容--------------------*/
.contPlan {
	display: none;
}
.contPlan .huki .huki_inner {
	margin-bottom: -3px;
}
.contPlan .inner {
	border: 3px solid #D14842;
	padding: 20px;
	margin-bottom: 40px;
}
.contPlan .table_plan th {
	background: #D14842;
	border: 3px solid #D14842;
	font-size: 24px;
	color: #fff;
	text-align: left;
	width: 55%;
	padding: 15px 20px;
}
.contPlan .table_plan td {
	background: #FDBAB6;
	border: 3px solid #D14842;
	font-size: 24px;
	color: #D14842;
	width: 45%;
	padding: 15px 30px;
}

.contPlan .huki.en img {
	width: 23px;
	margin-left: 80px;
}
.contPlan .huki.entry img {
	width: 23px;
	margin-left: 270px;
}
.contPlan .huki.ls img {
	width: 23px;
	margin-left: 460px;
}
.contPlan .huki.lm img {
	width: 23px;
	margin-left: 650px;
}
.contPlan .huki.st img {
	width: 23px;
	margin-left: 840px;
}
/*4カラムの場合*/
.cont_plan.column_4 .contPlan .huki.en img {
	width: 23px;
	margin-left: 103px;
}
.cont_plan.column_4 .contPlan .huki.entry img {
	width: 23px;
	margin-left: 339px;
}
.cont_plan.column_4 .contPlan .huki.ls img {
	width: 23px;
	margin-left: 575px;
}
.cont_plan.column_4 .contPlan .huki.st img {
	width: 23px;
	margin-left: 811px;
}
/*--------------------END/音声スタート_内容--------------------*/


/*---SIM選択エリア---*/
.sim_wrapper {
	margin-bottom: 50px;
	padding: 20px 10px 10px 10px;
	border: 1px dashed #666666;
	clear: both;
	}
.sim_box {
	position: relative;
	background-color: #ffffff;
	width: 213px;
	*width: 230px;
	min-height: 275px;
	margin-right: 8px;
	margin-bottom: 10px;
	text-align: center;
	border: 5px solid #A8861B;
	float: left;
}
.sim_box.select {
	display: none;
	background-color: #A8861B;
	color: #ffffff;
}
.sim_box.last {
	margin-right: 0;
}

.sim_box.sms,
.sim_box_select.sms {
	display: none;
}

.choice_sim {
	position: absolute;
	bottom: 0;
	display: table;
	background-color:fdeca8;
	width: inherit;
	*width: 100%;
	padding: 15px 0 5px;
	border-top: 1px solid #a8861b;
}
.choice_sim.select {
	background-color: #A8861B;
	border-top: 1px solid #ffffff;
}

.choice_sim_left {
	display: table-cell;
	width: 50%;
	padding-right: 3px;
	text-align: right;
	*float:left;
	*position: absolute;
	*left: 0;
	*bottom: 10px;
}
.choice_sim_left img {
	max-width: 50px;
}

.choice_sim_right {
	display: table-cell;
	width: 50%;
	padding-left: 3px;
	text-align: left;
	*float:right;
	*padding-top:40px;
	}

.choice_sim_select {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	display: table;
	background-color:#fff;
	width: inherit;
	*width: 100%;
	padding: 5px 0;
	}

.choice_sim_left_select {
	display: table-cell;
	width: 50%;
	padding-right: 3px;
	text-align: right;
	*float: left;
	}
.choice_sim_right_select {
	display: table-cell;
	width: 50%;
	padding-left: 3px;
	text-align: left;
	*padding-top: 40px;
	*float: right;
	}

.img_box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
	}
/*---END/SIM選択エリア---*/
/*--------------------END/スタンダード_内容--------------------*/

/*--------------------プラン選択中--------------------*/

@media screen and (max-width: 640px) {
	.plan_panel{
		width: 100% !important;
		box-sizing:border-box;
		float: none;
		padding: 15px;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 0;
		border: none;
	}
	.plan_panel.select {
		background-color: #ffffff;
		border: medium none;
    	float: none;
    	margin-bottom: 20px;
    	margin-right: 0;
    	padding: 0;
    	width: inherit;
	}
	.plan_inner.select {
		background-color: #D14842;
		padding: 15px;
		border: none;
	}
	.choice {
    	background-color: #DDDDDD;
		margin: 5px 0;
		color: #2E2D2D;
    	border: none;
		border-radius: 5px;
	}
	.choice.select {
    	background-color: #FDBAB6;
    	border: medium none;
    	border-radius: 5px;
    	color: #D14842;
    	margin: 5px 0;
	}
	.plan_inner {
		width: auto !important;
		border: 5px solid #D14842;
		padding: 10px;
	}
	.plan_panel h3 {
		font-size: 18px!important;
		min-height: inherit;
		}
	.plan_panel ul li {
		padding: 7px;
		font-size: 18px;
		}
	.plan_panel ul li .txtxlarge {
		font-size: 14px!important;
		}
	.plan_panel .crown_img {
		width: 90px;
		}
	.plan_panel .crown_img img {
		width: inherit;
		margin-top: -120px;
		margin-top: -60px\9;/* IE8 */
		margin-left: 0\9;/* IE8 */
		}
	.h2_cont .select .select_check {
		width: 50px;
		left: 76%;
	}
	.h2_cont .select .select_check img {
		position: absolute;
		width: inherit;
		top: -30px;
	}
	.h2_cont .plan_en_select,
	.h2_cont .plan_ls_select,
	.h2_cont .plan_lm_select,
	.h2_cont .plan_st_select {
		float: none;
		width: inherit;
		padding: 15px;
		margin-right: 0;
		}
	.h2_cont .select h3 {
		font-size: 18px!important;
		}
	.h2_cont .select ul li {
		padding: 7px;
		font-size: 18px;
		}
	.h2_cont .select ul li .txtxlarge {
		font-size: 14px!important;
		}

	.plan_en_select {
		background-position: center 5px;
		background-size: 210px 39px;
		margin-bottom: 15px;
		}
	.plan_en_select .crown_img {
		width: 90px;
		}
	.plan_en_select .crown_img img {
		width: inherit;
		margin-top: -120px;
		margin-top: -60px\9;/* IE8 */
		margin-left: 0\9;/* IE8 */
		}
	.plan_ls_select {
		margin-bottom: 15px;
		}
	.plan_lm_select {
		margin-bottom: 15px;
		}
	.plan_st_select {
		margin-bottom: 15px;
		}
	.plan_st_select ul li.left {
		width: 44%;
		height: 27px;
		margin-right: 0;
		}
	.plan_st_select ul li.right {
		font-size: 13px;
		width: 44%;
		height: 27px;
		}
	#cont_noplan {
		font-size: 20px;
		padding: 20px;
		margin-top: 30px;
		margin-bottom: 40px;
	}
	#cont_noplan .noplan_img {
		float: none;
	}
	#cont_noplan .noplan_txt {
		float: none;
		margin-top: 10px;
	}

	#cont_en .huki_en,
	#cont_entry .huki_entry,
	#cont_ls .huki_ls,
	#cont_lm .huki_lm,
	#cont_st .huki_st {
		text-align: center;
		width: 100%;
	}
	#cont_en .huki_en .huki_inner,
	#cont_entry .huki_entry .huki_inner,
	#cont_ls .huki_ls .huki_inner,
	#cont_lm .huki_lm .huki_inner,
	#cont_st .huki_st .huki_inner {
		width: 20px;
		margin: 0 auto -3px;
	}
	#cont_en .huki_en img,
	#cont_entry .huki_entry img,
	#cont_ls .huki_ls img,
	#cont_lm .huki_lm img,
	#cont_st .huki_st img {
		width: inherit!important;
		margin-left: 0!important;
	}
	#cont_en .inner_en,
	#cont_entry .inner_entry,
	#cont_ls .inner_ls,
	#cont_lm .inner_lm,
	#cont_st .inner_st {
		padding: 10px;
		margin-bottom: 20px;
	}
	.table_plan {
		margin-bottom: 20px;
	}
	#cont_en .table_en th,
	#cont_entry .table_entry th,
	#cont_ls .table_ls th,
	#cont_lm .table_lm th,
	#cont_st .table_st th {
		font-size: 14px;
		width: 55%;
		padding: 15px;
	}
	#cont_en .table_en td,
	#cont_entry .table_entry td,
	#cont_ls .table_ls td,
	#cont_lm .table_lm td,
	#cont_st .table_st td {
		font-size: 14px;
		width: 45%;
		padding: 15px;
	}
	#cont_en .table_en .f20,
	#cont_entry .table_entry .f20,
	#cont_ls .table_ls .f20,
	#cont_lm .table_lm .f20,
	#cont_st .table_st .f20 {
		font-size: 12px;
	}
	#cont_en .table_en .f30,
	#cont_entry .table_entry .f30,
	#cont_ls .table_ls .f30,
	#cont_lm .table_lm .f30,
	#cont_st .table_st .f30 {
		font-size: 16px;
	}
	#cont_en .table_en .f50,
	#cont_entry .table_entry .f50,
	#cont_ls .table_ls .f50,
	#cont_lm .table_lm .f50,
	#cont_st .table_st .f50 {
		font-size: 22px;
	}

	.aquos_box {
		float: none;
		margin-bottom: 20px;
		text-align: center;
	}
	.aquos_box .aquos_inner {
		width: 245px;
		margin: 0 auto;
	}
	.aquos_box .aquos_img {
		float: left;
		width: 145px;
		margin: 0;
	}
	.aquos_box .aquos_img_select {
		float: left;
		width: 145px;
		margin: 0;
	}
	.aquos_box .komikomi_img {
		float: right;
		width: 100px;
		margin: 25px 0 0 0;
	}

	.table_charge_area {
		float: none;
		width: 100%;
	}
	.table_charge_area .table_charge {
		width: 100%;
	}
	.table_charge_area .table_charge th {
		font-size: 12px;
		padding: 5px;
	}
	.table_charge_area .table_charge th.bg_gray {
		padding: 5px;
	}
	.table_charge_area .table_charge td {
		font-size: 12px;
		padding: 5px;
	}
	.table_charge_area .table_charge .huki .charge_huki_inner {
		width: 28px;
	}
	.table_charge_area .uchiwake_box {
		width: 90%;
	}
	.table_charge_area .uchiwake_ttl {
		font-size: 12px;
		padding: 5px;
	}
	.table_charge_area .uchiwake_pd {
		padding: 5px 10px;
	}
	.table_charge_area .table_uchiwake {
		width: 100%;
	}
	.table_charge_area .table_uchiwake td {
		font-size: 12px;
		padding: 5px;
	}

	.table_charge_area .sudeni_box {
		padding: 5px;
	}
	.table_charge_area .sudeni_box .sudeni_img {
		float: left;
		padding-left: 0;
		width: 55px;
	}
	.table_charge_area .sudeni_box .sudeni_img img {
		width: inherit;
	}
	.table_charge_area .sudeni_box .sudeni_txt {
		float: right;
		width: 75%;
		margin-bottom: 10px;
	}
	.table_charge_area .table_sudeni {
		width: 100%;
	}
	.table_charge_area .table_sudeni th {
		font-size: 12px;
		padding: 5px;
	}
	.table_charge_area .table_sudeni th.bg_blue {
		padding: 5px;
	}
	.table_charge_area .table_sudeni td {
		font-size: 12px;
		padding: 5px;
	}

	/*---SMS選択前---*/
	.sms_area {
		margin-top: 20px;
	}
	.sms_area .sms_btn .sms_icon {
		width: 62px;
		padding-left: 12px;
	}
	.sms_area .sms_btn .sms_icon img {
		width: inherit;
		margin-top: 0;
		margin-top: -25px\9;/* IE8 */
	}
	.sms_area .sms_btn .checkbox {
		width: 36px;
		padding: 15px 15px 15px 15px;
	}
	.sms_area .sms_btn .checkbox img {
		width: inherit;
	}
	.sms_area .sms_btn .sms_txt_first {
		font-size: 14px;
		padding: 15px 12px 15px 0;
	}
	.sms_area .sms_btn .sms_txt {
		font-size: 14px;
		line-height: 160%;
		padding: 15px 12px 15px 0;
	}
	.sms_area .sms_btn .sms_txt_left {
		float: none;
		display: block;
		width: inherit;
	}
	.sms_area .sms_btn.tsuika .sms_txt_left {
		width: inherit;
	}
	.sms_area .sms_btn .sms_txt_red {
		float: none;
		display: block;
		font-size: 18px;
		color: #c90000;
		padding: 5px 0 0;
	}
		.sms_area_out .sms_btn_02 .sms_icon {
		width: 62px;
		padding-left: 12px;
	}
	.sms_area_out .sms_btn_02 .sms_icon img {
		width: inherit;
		margin-top: 0;
		margin-top: -25px\9;/* IE8 */
	}
	.sms_area_out .sms_btn_02 .checkbox {
		width: 36px;
		padding: 15px 15px 15px 15px;
	}
	.sms_area_out .sms_btn_02 .checkbox img {
		width: inherit;
	}
	.sms_area_out .sms_btn_02 .sms_txt_first {
		font-size: 14px;
		padding: 15px 12px 15px 0;
	}
	.sms_area_out .sms_btn_02 .sms_txt {
		font-size: 14px;
		line-height: 160%;
		padding: 15px 12px 15px 0;
	}
	.sms_area_out .sms_btn_02 .sms_txt_left {
		float: none;
		display: block;
		width: inherit;
	}
	.sms_area_out .sms_btn_02.tsuika .sms_txt_left {
		width: inherit;
	}
	.sms_area_out .sms_btn_02 .sms_txt_red {
		float: none;
		display: block;
		font-size: 18px;
		color: #c90000;
		padding: 5px 0 0;
	}

	/*---END/SMS選択前---*/
	/*---SMS選択中---*/
	.sms_area_select {
		margin-top: 20px;
	}
	.sms_area_select .sms_btn .sms_icon {
		width: 62px;
		padding-left: 12px;
	}
	.sms_area_select .sms_btn .sms_icon img {
		width: inherit;
		margin-top: 0;
		margin-top: -25px\9;/* IE8 */
	}
	.sms_area_select .sms_btn .checkbox {
		width: 36px;
		padding: 15px 15px 15px 15px;
	}
	.sms_area_select .sms_btn .checkbox img {
		width: inherit;
	}
	.sms_area_select .sms_btn .sms_txt_first {
		font-size: 14px;
		padding: 15px 12px 15px 0;
	}
	.sms_area_select .sms_btn .sms_txt {
		font-size: 14px;
		line-height: 160%;
		padding: 15px 12px 15px 0;
	}
	.sms_area_select .sms_btn .sms_txt_left {
		float: none;
		display: block;
		width: inherit;
	}
	.sms_area_select .sms_btn.tsuika .sms_txt_left {
		width: inherit;
	}
	.sms_area_select .sms_btn .sms_txt_red {
		float: none;
		display: block;
		font-size: 18px;
		color: #c90000;
		padding: 5px 0 0;
	}
	/*---END/SMS選択中---*/

	.h2_box.last {
		margin-top: 25px;
		}

	.sim_wrapper {
		margin: 0 5px 10px;
		padding: 10px 5px;
		}

	.sim_box {
		border: medium none;
		float: none;
		margin-bottom: 20px;
		margin-right: 0;
		min-height: inherit;
		width: inherit;
	}
	.sim_box.select {
		background-color: #ffffff;
	}

	.choice_sim {
		background-color: #f1e6a0;
		border: medium none;
		border-radius: 5px;
		color: #e9b224;
		margin: 5px 0;
		position: relative;
		width: 100%;
	}
	.choice_sim.select {
	    background-color: #a8861b;
    	color: #ffffff;
    	padding: 10px 0;
    	width: 100%;
	}

	.img_box {
		display: table-cell;
		vertical-align: middle;
		width: 55px;
		margin-right: 0;
		margin-bottom: 0;
		padding-right: 10px;
		padding-bottom: 0;
		border-right: 1px solid #ffffff;
		border-bottom: inherit;
		float: none;
		}
	.img_box img {
		width: 100%;
		}
	.txt_box {
		display: table-cell;
		vertical-align: middle;
		padding-left: 10px;
		float: none;
		}
	.txt_box_last {
		display: table-cell;
		vertical-align: middle;
		padding-left: 10px;
		}
}


/*----------------------------------------------------------------------
offer_button
----------------------------------------------------------------------*/
.offer_1gb{
	border:2px solid #fe6c28;
	padding:15px;
}
.offer_1gb img{
	float:left;
	width:120px;
}
.offer_1gb p{
	display:block;
	float:right;
	width:760px;
}
.btn_box {
	margin: 20px 0 20px;
}

.btn_l {
	width: 460px;
	float: left;
}
.btn_l img {
	width: 100%;
}

.btn_r {
	width: 460px;
	float: right;
}
.btn_r img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	.offer_1gb{
		padding:10px;
		text-align:center;
	}
	.offer_1gb img{
		float:none;
		width:60% !important;
	}
	.offer_1gb p{
		display:block;
		float:none;
		text-align:left;
		width:auto;
	}
	.btn_l {
		width: inherit;
		float: none;
	}
	.btn_l img {
		width: 100%;
	}
	.btn_r {
		width: inherit;
		float: none;
	}
	.btn_r img {
		width: 100%;
	}
}


/*----------------------------------------------------------------------
offer_accordion
----------------------------------------------------------------------*/
.h5_cont {
	margin: 0 10px 20px;
	}

.acco_ttl {
	display: none;
	}
.acco_cnt {
	display: block;
	}
.acco_btn {
	display: none;
	background-color: #FB5559;
	margin-bottom: 10px;
	padding: 10px;
	}
.close_img {
	width: 50%;
	margin: 0 auto;
	}

@media screen and (max-width: 640px) {
	.acco_ttl {
		display: block;
		}
	.acco_cnt {
		display: none;
		margin: 0 5px;
		}
	.acco_btn {
		display: block;
		}
}


.sms_area {
	margin-top: 30px;
}
.sms_area_out {
	margin-top: 30px;
}
.sms_area .sms_btn {
	background: #c3e867; /* Old browsers */
	background: -moz-linear-gradient(top,  #c3e867 0%, #c3e867 50%, #a3da36 51%, #a3da36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3e867), color-stop(50%,#c3e867), color-stop(51%,#a3da36), color-stop(100%,#a3da36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c3e867 0%,#c3e867 50%,#a3da36 51%,#a3da36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c3e867 0%,#c3e867 50%,#a3da36 51%,#a3da36 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c3e867 0%,#c3e867 50%,#a3da36 51%,#a3da36 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c3e867 0%,#c3e867 50%,#a3da36 51%,#a3da36 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e867', endColorstr='#a3da36',GradientType=0 ); /* IE6-9 */
	border-bottom: 4px solid #689c00;
	width: 100%;
	*width: 940px;
}
.sms_area_out .sms_btn_02 {
	background: #d1d1d1; /* Old browsers */
	background: -moz-linear-gradient(top,  #d1d1d1 0%, #c6c6c6 50%, #adadad 50%, #7a7a7a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d1d1), color-stop(50%,#c6c6c6), color-stop(50%,#adadad), color-stop(100%,#7a7a7a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d1d1d1 0%,#c6c6c6 50%,#adadad 50%,#7a7a7a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d1d1d1 0%,#c6c6c6 50%,#adadad 50%,#7a7a7a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d1d1d1 0%,#c6c6c6 50%,#adadad 50%,#7a7a7a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d1d1d1 0%,#c6c6c6 50%,#adadad 50%,#7a7a7a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */
	border-bottom: 4px solid #333333;
	width: 100%;
	*width: 940px;
}

.sms_area .sms_btn.tsuika {
	*width: 918px;
}
.sms_area .sms_btn td {
	vertical-align: middle;
}
.sms_area .sms_btn .sms_icon {
	position: relative\9;/* IE8 */
}
.sms_area .sms_btn .sms_icon img {
	width: 95px;
	margin-left: 15px;
	margin-top: -26px;
	margin-top: -52px\9;/* IE8 */
	*margin-top: -26px;/* IE7 */
	position: absolute\9;/* IE8 */
	z-index: 1\9;/* IE8 */
}
.sms_area .sms_btn .checkbox {
	padding: 12px 30px 12px 25px;
	padding: 12px 15px 12px 125px\9;/* IE8 */
}
.sms_area .sms_btn .checkbox img {
	width: 48px;
}
.sms_area .sms_btn .sms_txt_first {
	font-size: 24px;
	padding: 27px 15px 27px 0;
}
.sms_area .sms_btn .sms_txt {
	font-size: 22px;
	padding: 12px 15px 12px 0;
}
.sms_area .sms_btn .sms_txt_left {
	float: left;
	display: block;
	line-height: 130%;
	width: 400px;
}
.sms_area .sms_btn.tsuika .sms_txt_left {
	width: 390px;
}
.sms_area .sms_btn .sms_txt_red {
	float: left;
	display: inline;
	font-size: 28px;
	color: #c90000;
	padding: 20px 0 0 40px;
}
.sms_area_out .sms_btn_02.tsuika {
	*width: 918px;
}
.sms_area_out .sms_btn_02 td {
	vertical-align: middle;
}
.sms_area_out .sms_btn_02 .sms_icon {
	position: relative\9;/* IE8 */
}
.sms_area_out .sms_btn_02 .sms_icon img {
	width: 95px;
	margin-left: 15px;
	margin-top: -26px;
	margin-top: -52px\9;/* IE8 */
	*margin-top: -26px;/* IE7 */
	position: absolute\9;/* IE8 */
	z-index: 1\9;/* IE8 */
}
.sms_area_out .sms_btn_02 .checkbox {
	padding: 12px 30px 12px 25px;
	padding: 12px 15px 12px 125px\9;/* IE8 */
}
.sms_area_out .sms_btn_02 .checkbox img {
	width: 48px;
}
.sms_area_out .sms_btn_02 .sms_txt_first {
	font-size: 24px;
	padding: 27px 15px 27px 0;
}
.sms_area_out .sms_btn_02 .sms_txt {
	font-size: 22px;
	padding: 12px 15px 12px 0;
}
.sms_area_out .sms_btn_02 .sms_txt_left {
	float: left;
	display: block;
	line-height: 130%;
	width: 400px;
}
.sms_area_out .sms_btn_02.tsuika .sms_txt_left {
	width: 390px;
}
.sms_area_out .sms_btn_02 .sms_txt_red {
	float: left;
	display: inline;
	font-size: 28px;
	color: #c90000;
	padding: 20px 0 0 40px;
}
.sms_area_select {
	margin-top: 30px;
}
.sms_area_select {
	display: none;
	padding-top: 4px;
}
.sms_area_select .sms_btn {
	background: #a3da36; /* Old browsers */
	background: -moz-linear-gradient(top,  #a3da36 0%, #a3da36 50%, #c3e867 51%, #c3e867 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3da36), color-stop(50%,#a3da36), color-stop(51%,#c3e867), color-stop(100%,#c3e867)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a3da36 0%,#a3da36 50%,#c3e867 51%,#c3e867 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a3da36 0%,#a3da36 50%,#c3e867 51%,#c3e867 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a3da36 0%,#a3da36 50%,#c3e867 51%,#c3e867 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a3da36 0%,#a3da36 50%,#c3e867 51%,#c3e867 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3da36', endColorstr='#c3e867',GradientType=0 ); /* IE6-9 */
	width: 100%;
	*width: 940px;
}
.sms_area_select .sms_btn.tsuika {
	*width: 918px;
}
.sms_area_select .sms_btn td {
	vertical-align: middle;
}
.sms_area_select .sms_btn .sms_icon {
	position: relative\9;/* IE8 */
}
.sms_area_select .sms_btn .sms_icon img {
	width: 95px;
	margin-left: 15px;
	margin-top: -26px;
	margin-top: -52px\9;/* IE8 */
	*margin-top: -26px;/* IE7 */
	position: absolute\9;/* IE8 */
	z-index: 1\9;/* IE8 */
}
.sms_area_select .sms_btn .checkbox {
	padding: 12px 30px 12px 25px;
	padding: 12px 15px 12px 125px\9;/* IE8 */
}
.sms_area_select .sms_btn .checkbox img {
	width: 48px;
}
.sms_area_select .sms_btn .sms_txt_first {
	font-size: 24px;
	padding: 27px 15px 27px 0;
}
.sms_area_select .sms_btn .sms_txt {
	font-size: 22px;
	padding: 12px 15px 12px 0;
}
.sms_area_select .sms_btn .sms_txt_left {
	float: left;
	display: block;
	line-height: 130%;
	width: 400px;
}
.sms_area_select .sms_btn.tsuika .sms_txt_left {
	width: 390px;
}
.sms_area_select .sms_btn .sms_txt_red {
	float: left;
	display: inline;
	font-size: 28px;
	color: #c90000;
	padding: 20px 0 0 40px;
}

@media screen and (max-width: 640px) {
	.sms_area {
		margin-top: 20px;
	}
	.sms_area_out .sms_btn_02 .sms_icon {
		width: 62px;
	}
	.sms_area_out .sms_btn_02 .sms_icon img {
		width: inherit;
		margin-left: 12px;
		margin-top: 0;
		margin-top: -25px\9;/* IE8 */
	}
	.sms_area_out .sms_btn_02 .checkbox {
		width: 36px;
		padding: 15px 15px 15px 15px;
	}
	.sms_area_out .sms_btn_02 .checkbox img {
		width: inherit;
	}
	.sms_area_out .sms_btn_02 .sms_txt_first {
		font-size: 14px;
		padding: 15px 12px 15px 0;
	}
	.sms_area_out .sms_btn_02 .sms_txt {
		font-size: 14px;
		line-height: 160%;
		padding: 15px 12px 15px 0;
	}
	.sms_area_out .sms_btn_02 .sms_txt_left {
		float: none;
		display: block;
		width: inherit;
	}
	.sms_area_out .sms_btn_02.tsuika .sms_txt_left {
		width: inherit;
	}
	.sms_area_out .sms_btn_02 .sms_txt_red {
		float: none;
		display: block;
		font-size: 18px;
		color: #c90000;
		padding: 5px 0 0;
	}
	.sms_area .sms_btn .sms_icon {
		width: 62px;
	}
	.sms_area .sms_btn .sms_icon img {
		width: inherit;
		margin-left: 12px;
		margin-top: 0;
		margin-top: -25px\9;/* IE8 */
	}
	.sms_area .sms_btn .checkbox {
		width: 36px;
		padding: 15px 15px 15px 15px;
	}
	.sms_area .sms_btn .checkbox img {
		width: inherit;
	}
	.sms_area .sms_btn .sms_txt_first {
		font-size: 14px;
		padding: 15px 12px 15px 0;
	}
	.sms_area .sms_btn .sms_txt {
		font-size: 14px;
		line-height: 160%;
		padding: 15px 12px 15px 0;
	}
	.sms_area .sms_btn .sms_txt_left {
		float: none;
		display: block;
		width: inherit;
	}
	.sms_area .sms_btn.tsuika .sms_txt_left {
		width: inherit;
	}
	.sms_area .sms_btn .sms_txt_red {
		float: none;
		display: block;
		font-size: 18px;
		color: #c90000;
		padding: 5px 0 0;
	}
	.sms_area_select {
		margin-top: 20px;
	}
	.sms_area_select .sms_btn .sms_icon {
		width: 62px;
	}
	.sms_area_select .sms_btn .sms_icon img {
		width: inherit;
		margin-left: 12px;
		margin-top: 0;
		margin-top: -25px\9;/* IE8 */
	}
	.sms_area_select .sms_btn .checkbox {
		width: 36px;
		padding: 15px 15px 15px 15px;
	}
	.sms_area_select .sms_btn .checkbox img {
		width: inherit;
	}
	.sms_area_select .sms_btn .sms_txt_first {
		font-size: 14px;
		padding: 15px 12px 15px 0;
	}
	.sms_area_select .sms_btn .sms_txt {
		font-size: 14px;
		line-height: 160%;
		padding: 15px 12px 15px 0;
	}
	.sms_area_select .sms_btn .sms_txt_left {
		float: none;
		display: block;
		width: inherit;
	}
	.sms_area_select .sms_btn.tsuika .sms_txt_left {
		width: inherit;
	}
	.sms_area_select .sms_btn .sms_txt_red {
		float: none;
		display: block;
		font-size: 18px;
		color: #c90000;
		padding: 5px 0 0;
	}
}


/*----------------------------------------------------------------------
offer_mobile
----------------------------------------------------------------------*/
.mobile_box {
	position: relative;
	width: 296px;
	*width: 315px;
	min-height: 295px;
	*height: auto !important;
  	*height: 330px;
	background-color: #ffffff;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: 5px solid #A8861B;
	float: left;
	cursor:pointer;
}
.mobile_box.last_box {
	margin-right: 0;
	*margin-top: 0;
}
.mobile_box.select {
	display: none;
	background-color: #A8861B;
	color: #ffffff;
}

.img_box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #A8861B;
}
.img_box.select {
	border-bottom: 1px solid #ffffff;
}

.txt_box {
	margin-bottom: 10px;
}

.box_text.select {
	color: #ffffff;
}

.choice_mobile {
	position: absolute;
	bottom: 0;
	display: table;
	background-color:#FDECA8;
	width: 100%;
	*width: 100%;
	padding: 15px 0 5px;
	border-top: 1px solid #A8861B;
}
.choice_mobile.select {
	background-color:#A8861B;
	border-top: 1px solid #ffffff;
}

.choice_mobile_left {
	display: table-cell;
	width: 50%;
	padding-right: 3px;
	text-align: right;
	*float:left;
	*position: absolute;
	*left: 0;
	*bottom: 10px;
	}
.choice_mobile_left img {
	max-width: 50px;
}
.choice_mobile_right {
	display: table-cell;
	width: 50%;
	padding-left: 3px;
	text-align: left;
	*float:right;
	*padding-top:40px;
	}
.choice_mobile_soldout {
	display: table-cell;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px;
	*padding: 10px 10px 0;
	}
.choice_mobile_soldout p {
	width: 100%;
	color: #c90000;
	}

.choice_mobile_select {
    background-color: #fdeca8;
    border-top: 1px solid #a8861b;
    bottom: 0;
    display: table;
    padding: 15px 0 5px;
    position: absolute;
    width: inherit;
	}

.choice_mobile_left_select {
    display: table-cell;
    padding-right: 3px;
    text-align: right;
    width: 50%;
	}
.choice_mobile_right_select {
    display: table-cell;
    padding-left: 3px;
    text-align: left;
    width: 50%;
	}


.choice_mobile_left_select img {
	max-width: 50px;
}
.choice_mobile_right_select {
	display: table-cell;
	width: 50%;
	padding-left: 3px;
	text-align: left;
	*float:right;
	*padding-top:40px;
	}

.box_text {
	color: #c90000;
}
.box_text_select {
	background-color: #ffffff;
	color: #c90000;
}

@media screen and (max-width: 640px) {
	.mobile_box {
		width: inherit;
		min-height: inherit;
		margin-right: 0;
		margin-bottom: 20px;
		border: none;
		float: none;
	}
	.mobile_box.select {
		background-color: #ffffff;
	}
	.mobile_box.last_box {
		margin-bottom: 10px;
	}
	.mobile_inner {
		margin-right: 10px;
	}
	.mobile_table {
		display: table;
		position: relative;
		width: 100%;
		padding: 10px 0;
		border: 5px solid #A8861B;
	}
	.mobile_table.select {
		background-color: #A8861B;
	}
	.img_box {
		display: table-cell;
		vertical-align: middle;
		width: 55px;
		margin-right: 0;
		margin-bottom: 0;
		padding-right: 10px;
		padding-bottom: 0;
		border-right: 1px solid #A8861B;
		border-bottom: none;
		float: none;
	}
	.img_box.select {
		border-right: 1px solid #ffffff;
		border-bottom: none;
	}
	.img_box img {
		width: 100%;
		}
	.txt_box {
		display: table-cell;
		vertical-align: middle;
		padding: 0 10px;
		border-right: 1px solid #A8861B;
		float: none;
	}
	.txt_box.select {
		border-right: 1px solid #ffffff;
	}
	.txt_box_last {
		display: table-cell;
		vertical-align: middle;
		padding-left: 10px;
	}

	.choice_mobile {
		position: relative;
		background-color: #f1e6a0;
		width: 100%;
		border: medium none;
		border-radius: 5px;
		color: #e9b224;
		margin: 5px 0;
	}
	.choice_mobile.select {
		background-color:#A8861B;
		width: 100%;
		padding: 10px 0;
		color: #ffffff;
	}
	.choice_mobile_left {
		display: table-cell;
		padding-right: 3px;
		text-align: right;
		width: 50%;
	}
	.choice_mobile_soldout {
		height: 35px;
		}
}


/*--------------------------------------------------
offer_box
--------------------------------------------------*/
#column_main .cont ul.btn_kuwashiku.lte {
	margin-left: 98px;
	float: none;
}
.index_mobile_box {
	position: relative;
	background-color: #ffc8c8;
	width: 133px;
	*width: 153px;
	min-height: 210px;
	margin-right: 10px;
	padding: 10px;
	text-align: center;
	line-height: 160%;
	float: left;
}

.index_mobile_box.stt {
	background-color: #ffffff;
	width: 136px;
	*width: 156px;
	margin-top: 20px;
	min-height: inherit;
}
.index_mobile_box.stt img {
	width: 100%;
}
.index_mobile_box.one_eqi{
	width:215px !important;
	margin-right:9px;
}
.index_mobile_box.one_eqi.end{
	margin-right:0 !important;
}

.index_mobile_box.end {
	margin-right: 0;
	*margin-top: 0;
}

.index_img_box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	width: 100%;
}

.index_img_box img {
	width: 130px;
}


@media screen and (max-width: 640px) {
	.index_mobile_box {
		width: inherit;
		min-height: inherit;
		margin-right: 0;
		margin-bottom: 20px;
		float: none;
	}
	.index_mobile_box.stt {
		padding: 0;
	}
	.index_mobile_box.stt img {
		width: 50%!important;
		zoom: 0.5;
	}
	.index_mobile_box.one_eqi{
		width:inherit !important;
		margin-right:0;
	}
	.index_mobile_box.end {
		margin-bottom: 10px;
	}

	.index_mobile_table {
		display: table;
		position: relative;
		width: 100%;
		padding: 10px 0;
	}

	.index_img_box {
		display: table-cell;
		vertical-align: middle;
		width: 55px;
		margin-right: 0;
		margin-bottom: 0;
		padding-right: 10px;
		padding-bottom: 0;
		border-right: 1px solid #ffffff;
		border-bottom: inherit;
		float: none;
	}

	.index_img_box img {
		width: 100%;
	}

	.index_txt_box {
		display: table-cell;
		vertical-align: middle;
		padding-left: 10px;
		border-right: none;
		float: none;
	}

	.txt_box {
		display: table-cell;
		vertical-align: middle;
		padding-left: 10px;
		float: none;
	}
	.txt_box_last {
		display: table-cell;
		vertical-align: middle;
		padding-left: 10px;
	}
}


/*--------------------------------------------------
table
--------------------------------------------------*/
table.lte_graph_hikaku {
	width: 100%;
}

table.lte_graph_hikaku th {
	background-color: #767676;
	padding: 10px;
	color: #ffffff;
	border-top: 2px solid #767676;
	border-left: 2px solid #767676;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
table.lte_graph_hikaku th.space {
	background-color: #ffffff;
	border: none;
}
table.lte_graph_hikaku th.lte {
	background-color: #0C91EF;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
table.lte_graph_hikaku th.sim {
	background-color: #FA4441;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}
table.lte_graph_hikaku th.end {
	border-bottom: 2px solid #767676;
}

table.lte_graph_hikaku td {
	padding: 10px;
	text-align: center;
	border: 2px solid #767676;
}


/*----------------------------------------------------------------------
assistpack
----------------------------------------------------------------------*/
ul.assistpack_graph {
	*margin-top: -10px;
	font-size: 11px!important;
	}
.assistpack_graph li {
	font-size: 11px!important;
	}
.assistpack_graph li dl {
	width: 71px;
	*width: 69px;
	float: left;
	}
.assistpack_graph li dl.first {
	width: 88px;
	}
.assistpack_graph li dl dt {
	background-color: #E5E5E5;
	min-height: 40px;
	height: auto !important;
  	height: 40px;
	*height: 50px;
	padding: 5px;
	text-align: center;
	line-height: 40px;
	*line-height: inherit;
	border: 1px solid #cccccc;
	border-right: none;
	border-bottom: none;
	}
.assistpack_graph li dl dt.two {
	line-height: inherit;
	*line-height: 20px;
	}
.assistpack_graph li dl dt.last {
	border: 1px solid #cccccc;
	border-bottom: none;
	}
.assistpack_graph li dl dt.top {
	border: 1px solid #cccccc;
	border-right: none;
	border-top: none;
	border-bottom: none;
	}
.assistpack_graph li dl dt.top2 {
	border: 1px solid #cccccc;
	border-right: none;
	border-top: none;
	*border-top: 1px solid #cccccc;
	border-bottom: none;
	}
.assistpack_graph li dl dt.top_last {
	border: 1px solid #cccccc;
	border-top: none;
	border-bottom: none;
	}
.assistpack_graph li dl dt.top2_last {
	border: 1px solid #cccccc;
	border-top: none;
	*border-top: 1px solid #cccccc;
	border-bottom: none;
	}
.assistpack_graph li dl dd {
	background-color: #ffffff;
	min-height: 60px;
	height: auto !important;
  	height: 60px;
	padding: 5px;
	text-align: center;
	line-height: 60px;
	border: 1px solid #cccccc;
	border-right: none;
	}
.assistpack_graph li dl dd.three {
	line-height: inherit;
	*line-height: 20px;
	}
.assistpack_graph li dl dd.last {
	border: 1px solid #cccccc;
	}
.assistpack_graph li dl dd.last2 {
	border: 1px solid #cccccc;
	}

@media screen and (max-width: 640px) {
	.assistpack_graph li dl {
		display: table;
		width: 100%;
		float: none;
		}
	.assistpack_graph li dl.first {
		width: 100%;
		}
	.assistpack_graph li dl dt {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		min-height: inherit;
		line-height: inherit;
		float: none;
		}
	.assistpack_graph li dl dt.top {
		border: 1px solid #cccccc;
		border-right: none;
		border-bottom: none;
		}
	.assistpack_graph li dl dt.top2 {
		border: 1px solid #cccccc;
		border-right: none;
		border-bottom: none;
	}

	.assistpack_graph li dl dt.top_last {
		border: 1px solid #cccccc;
		}
	.assistpack_graph li dl dt.top2_last {
		border: 1px solid #cccccc;
		}
	.assistpack_graph li dl dd {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		min-height: inherit;
		line-height: inherit;
		border-right: 1px solid #cccccc;
		border-bottom: none;
		float: none;
		}
	.assistpack_graph li dl dd.last {
		border-bottom: none;
		}
	.assistpack_graph li dl dd.last2 {
		}
}

table.assistpack_table {
	width: 100%;
	margin-bottom: 20px;
	font-size: 11px!important;
	}
table.assistpack_table th {
	background-color: #ffeeb2;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #cccccc;
	}
table.assistpack_table th.gray {
	background-color: #E5E5E5;
	color: #222222!important;
	}
table.assistpack_table th.none_t {
	background-color: transparent;
	border: none;
	}
table.assistpack_table td {
	background-color: #ffffff;
	padding: 5px;
	text-align: center;
	border: 1px solid #cccccc;
	}


/*----------------------------------------------------------------------
shosai_btn
----------------------------------------------------------------------*/
.shosai_btn_area {
	width: 10%;
}
.shosai_btn {
	background-color: #2D2D2D;
	width: 90%;
	padding: 10px;
	color: #ffffff;
}
.shosai_btn ul li.caption01 {
	color: #ffffff!important;
}

.shosai_btn table {
	width: 100%;
	font-size: 12px;
	color: #ffffff;
}

.shosai_btn table.shosai_inner {
	margin: 10px 0;
	border: 1px solid #ffffff;
}

.shosai_btn table.shosai_inner td {
	padding: 5px;
}
.shosai_btn table.shosai_inner td.shosai_boder {
	border-bottom: 1px solid #ffffff;
}

.shosai_btn table.shosai_dashed td {
	padding-bottom: 5px;
}
.shosai_btn table.shosai_dashed {
	margin-bottom: 5px;
	border-bottom: 1px dashed #ffffff;
}


/*----------------------------------------------------------------------
index_graph
----------------------------------------------------------------------*/
table.index_graph {
	width: 100%;
	margin-bottom: 10px;
	}
table.index_graph th {
	background-color: #ebebeb;
	padding: 5px;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	color: #333333;
	border: 1px solid #999999;
	}
table.index_graph th.plan {
	background-color: #ffeeb2;
	}
table.index_graph td {
	padding: 5px;
	text-align: center;
	font-size:12px;
	color: #333333;
	border: 1px solid #999999;
	}
table.index_graph sup {
	font-size:11px!important;
	color: #666666;
	}
table.index_graph .bdr_t_none {
	border-top: none!important;
	}
table.index_graph .bdr_b_none {
	border-bottom: none!important;
	}
.index_graph_btn {
	padding: 0 10px;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	color:#ffffff;
	background:#FF6B6B;
	border-bottom:5px solid #AF5B5B;
	}
.index_graph_btn .graph_btn_inner{
	padding: 15px 30px;
	background:url(/mobile/lte/images/acco_icon_btn.png) no-repeat right center;
	background-size: 24px auto;
	background:url(/mobile/lte/images/acco_icon_btn_ie8.png) no-repeat right center\9;
}
@media screen and (max-width: 640px) {
	.index_graph_btn .graph_btn_inner{
		padding: 15px 35px 15px 0;
		text-align:left;
	}
}

/*--------------------------------------------------
plan
--------------------------------------------------*/
div.plan_cont{
	margin:10px 10px 30px;
}
div.plan_cont .plan_title{
	margin:0 0 10px;
}
table.plan_table {
	margin:0 auto 10px;
	}
table.plan_table th {
	background-color: #ebebeb;
	width: 50%;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	border: 1px solid #999999;
	}
table.plan_table td {
	background-color: #ffffff;
	width: 50%;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	border: 1px solid #999999;
	}
.plan_charge_area .sudeni_box {
	border: 3px solid #beddff;
	padding: 10px;
}
.plan_charge_area .sudeni_box .sudeni_charge {
	line-height: 1.4;
	padding-right: 20px;
}

table.plan_table sup {
	font-size: 10px!important;
	color: #666666;
	}

.plan_left {
	width: 650px;
	float: left;
	}
.plan_name {
	background-color: #204997;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	color: #ffffff;
	}
.planbox{
	border: solid 2px #ff6868;
	margin-top:20px;
}
.f10{
	font-size:10px;
}
.f11{
	font-size:11px;
}
.f14{
	font-size:14px;
}
.f17{
	font-size:17px;
}
.big_price{
	font-size:28px;
	font-weight:bold;
}
.plan_box {
	margin-bottom: 40px;
	}

.plan_title {
	background-color: #4585E4;
	padding: 10px;
	color: #ffffff;
}
.plan_cont .plan_title {
	background-color: #2998b4;
}
.powerup{
	width: 90%;
	margin: 20px auto;
	font-size: 24px;
}
.pw_icon{
	padding-left:120px;
}

.plan_table_ttl {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.plan_table_ttl.st {
	background: #fb5477;
}
.plan_table_ttl.ls {
	background: #ff7a38;
}
.plan_table_ttl.lm {
	background: #ff9d3e;
}
.plan_table_ttl.sd {
	background: #dea827;
}
.plan_table_ttl td {
	padding: 10px 5px;
}
.plan_kakomi_otoku {
	background-color: #ffdd33;
	padding: 3px 20px;
	color: #333333;
	font-size: 13px;
	border-radius: 3px;
	box-shadow: 1px 1px #d32247;
	line-height: 31px;
}

table.plan_table_red.border{
	border: 2px solid #d23a3a;
	color: #4f4f4f;
}
table.plan_table_red tr th,
table.plan_table_red tr td {
	padding: 10px;
}
table.plan_table_red tr.ttl th {
	width: 70%;
	background-color: #d23a3a;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}
table.plan_table_red tr.ttl td {
	width: 30%;
	background-color: #d23a3a;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
table.plan_table_red tr.ttl td a{
	display: inline-block;
	padding: 5px 10px;
	background-color: #fff;
	color: #D23A3A !important;
	text-align: center;
}
table.plan_table_red tr.ttl td a:hover{
	text-decoration: underline !important;
}
@media screen and (max-width: 640px) {
	table.plan_table_red tr.ttl th {
		width: 60%;
	}
	table.plan_table_red tr.ttl td {
		width: 40%;
	}
}
.taiiki_box {
	padding:20px;
}
.taiiki_color{
	color:#b88600;
	font-size:25px;
}
.vcharge_color{
	color:#78a32f;
	font-size:25px;
}
.plan_table_ttl_st td{
	padding:20px 0;
	text-align:center;
}
.plan_table_ttl_ls td{
	padding:20px 0;
	text-align:center;
}
.plan_table_ttl_lm td{
	padding:20px 0;
	text-align:center;
}
.plan_table_ttl_sd td{
	padding:20px 0;
	text-align:center;
}

.caption01.strong {
	font-size: 13px!important;
}
.tokuten_obi {
	text-align: center;
	margin-bottom: -110px;
	}

.tokuten_obi_2 {
	text-align: center;
	margin-bottom: -110px;
	}

#column_main .cont dl.accordion_btn.price01 dt.acco_ol {
	background:url(/mobile/lte/images/plan_bk_sim.png) center no-repeat #d15d97;
}
#column_main .cont dl.accordion_btn.price02 dt.acco_ol {
	background:url(/mobile/lte/images/plan_bk_sim_02.png) center no-repeat #ff4784;
}
#column_main .cont dl.accordion_btn.price03 dt.acco_ol {
	background:url(/mobile/lte/images/plan_bk_sim_02.png) center no-repeat #ff6600;
}
#column_main .cont dl.accordion_btn.price04 dt.acco_ol {
	background:url(/mobile/lte/images/plan_bk_sim.png) center no-repeat #ff9933;
}
#column_main .cont dl.accordion_btn.price05 dt.acco_ol {
	background:url(/mobile/lte/images/plan_bk_sim.png) center no-repeat #daa100;
}
#column_main .cont dl.accordion_btn.price01 dt.acco_ol, #column_main .cont dl.accordion_btn.price02 dt.acco_ol, #column_main .cont dl.accordion_btn.price03 dt.acco_ol, #column_main .cont dl.accordion_btn.price04 dt.acco_ol, #column_main .cont dl.accordion_btn.price05 dt.acco_ol {
	background-size:100% auto;
	padding: 0;
	line-height: 35px;
	font-size: 20px;
	color: #ffffff;
	display: table;
	width: 100%;
}

#column_main .cont dl.accordion_btn.price01{
	margin:20px 0 5px 0!important;
}
#column_main .cont dl.accordion_btn.price02, #column_main .cont dl.accordion_btn.price03, #column_main .cont dl.accordion_btn.price04, #column_main .cont dl.accordion_btn.price05 {
	margin:0 0 5px 0!important;
}

#column_main .cont dl.accordion_btn.price01 dd{	border-color:#d15d97; }
#column_main .cont dl.accordion_btn.price02 dd{	border-color:#ff4784; }
#column_main .cont dl.accordion_btn.price03 dd{	border-color:#ff6600; }
#column_main .cont dl.accordion_btn.price04 dd{	border-color:#ff9933; }
#column_main .cont dl.accordion_btn.price05 dd{	border-color:#daa100; }

dt.price {
	height: 4em;
	font-size: 16px;
}
dl.price02 dt.price, dl.price03 dt.price {
	min-height: 7.5em;
}

dt.price span{
	display:table-cell;
	vertical-align:middle;
}
.planName {
	width: 16%;
	padding: 0 2% 0 2%;
}
.planCapacity {
	font-size: 150%;
	font-weight: bold;
	width: 8%;
	text-align: right;
	padding: 0 0 0 1%;
}
.planCapacity_unit {
	width: 12%;
	padding:0 7% 0 1%;
}
.planPrice {
	width: 17%;
	font-size: 150%;
	font-weight: bold;
	text-align:right;
	padding: 0 0 0 1%;
}
.planPrice_unit {
	width: 22%;
	padding:0 9% 0 1%;
}

@media screen and (max-width: 640px) {
	.tokuten_obi_2 {
		text-align: center;
		margin-bottom: -70px;
	}
	#column_main .cont dl.accordion_btn.price02 dt.acco_ol {
		background:url(/mobile/lte/images/plan_bk_sim_sp.png) center no-repeat #ff4784;
	}
	#column_main .cont dl.accordion_btn.price03 dt.acco_ol {
		background:url(/mobile/lte/images/plan_bk_sim_sp.png) center no-repeat #ff6600;
	}
	#column_main .cont dl.accordion_btn.price02 dt.acco_ol, #column_main .cont dl.accordion_btn.price03 dt.acco_ol {
		background-size:100% auto;
		padding: 0;
		line-height: 35px;
		color: #ffffff;
		display: table;
		width: 100%;
	}
	#column_main .cont dl.accordion_btn.price01 dt.acco_ol, #column_main .cont dl.accordion_btn.price02 dt.acco_ol, #column_main .cont dl.accordion_btn.price03 dt.acco_ol, #column_main .cont dl.accordion_btn.price04 dt.acco_ol, #column_main .cont dl.accordion_btn.price05 dt.acco_ol{
		font-size: 18px;
	}
}
.orange_kadomaru_box {
	border: 3px solid #ff8610;
	border-radius: 3px;
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
	}
.orange_kadomaru_box_2{
	background:#FFF;
	border: 3px solid #ff8610;
	border-radius: 3px;
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.ichigiga {
	float: left;
	margin-top:45px;
}
.box_volumeup {
	width: 390px;
	margin-top: 20px;
	margin-left: 20px;
}
.box_volumeup_2 {
	width: 370px;
	margin-top: 20px;
	margin-left: 20px;
}
.txt_volumeup {
	font-size: 28px;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	dl.price02 dt.price, dl.price03 dt.price {
		height: 6.5em;
	}

	dt.price span{
		line-height:100%;
		letter-spacing:-1px;
	}
	.planName {
		width: 25%;
		padding: 0 1% 0 3%;
	}

	.planName.txtlarge, .planCapacity_unit.txtlarge, .planPrice_unit.txtlarge {
		font-size:65%!important;
	}

	.planCapacity, .planPrice {
		font-size: 110%;
	}
	#column_main .cont dl.accordion_btn.price05 dt.acco_ol .planCapacity {
		letter-spacing:-4px;
		text-align:left;
	}

	.planCapacity {
		width: 5%;
		text-align: right;
		padding: 0;
	}
	.tokuten_obi {
		text-align: center;
		margin-bottom: -85px !important;
		}
	.ichigiga {
		float: none !important;
		margin-top:10px;
	}
	.box_volumeup {
		width: 100%;
		margin-top: 20px;
		margin-left: 20px;
	}
	.box_volumeup_2 {
		width: 100%;
		margin-top: 20px;
		margin-left: 20px;
	}
}


/*--------------------------------------------------
id
--------------------------------------------------*/
#id #column_main{
	width:100%;
}
#id .attention{
	margin:25px 0 10px;
}
#id .red{
	margin-bottom:20px;
}
#id_thum{
	margin:15px 0 25px;
	text-align:center;
  -webkit-padding-start: 40px;
}

#id_thum li{
	display:inline;
}
#id_thum li img{
	margin:0 5px;
	cursor:pointer;
	vertical-align: inherit;
	width: inherit;
}
#id_picture{
	border:2px solid #ffba25;
	text-align:center;
	padding:40px;
	margin-bottom:30px;
}
#id_picture div{
	display:none;
}
#id_picture div.block{
	display:block;
}
#id_picture img{
	margin-bottom:10px;
}
#id_picture ol{
	width:740px;
	margin:0 auto;
	text-align:left;
}
#id_picture li{
	line-height:1.5;
}
@media screen and (max-width: 640px) {
	#id_thum li img{
		width:26% !important;
	}
	#id_picture{
		padding:10px;
	}
	#id_picture img{
		width:100%;
	}
	#id_picture ol{
		width:100%;
	}
}


/*--------------------------------------------------
mnp
--------------------------------------------------*/
#mnp{
	border-collapse:collapse;
}
#mnp #column_main{
	width:100%;
}
#mnp th{
	padding:10px;
	border:1px solid #666;
	background:#eee;
	font-size:14px;
	font-weight:bold;
}
#mnp td{
	padding:10px;
	font-size:14px;
	border:1px solid #666;
}
#mnp .attention{
	padding:20px 15px 20px 80px;
}
@media screen and (max-width: 640px) {
	#mnp th{
		padding:3px;
		font-size:11px;
	}
	#mnp td{
		padding:3px;
		font-size:11px;
	}
}


/*--------------------------------------------------
link
--------------------------------------------------*/
.anchor
 {
	display:block;
	margin-top: -94px;
	padding-top: 94px;
	visibility:hidden;
}

@media screen and (max-width: 640px) {
.anchor
 {
	margin-top: 0px;
	padding-top: 0px;
	}
}

@media screen and (max-width: 640px) {
.smp_no{
	display:none;
}
}


/*--------------------------------------------------
video
--------------------------------------------------*/
.cont_sim_video {
	border: 3px solid #bf3e3e;
	margin-top: 10px;
	padding: 15px;
	color: #bf3e3e;
}
.cont_sim_video_text {
	text-align: left;
	margin: 10px 0 20px 10px;
}
.v_left {
	float: left;
}
.v_right {
	float: right;
}

@media screen and (max-width: 640px) {
	.cont_sim_video {
		margin:0 10px;
	}
	iframe {
		position: relative;
    	width: 100%;
		margin: 0 0 20px 0;
	}
	.v_left {
		float: none !important;
	}
	.v_right {
		float: none !important;
	}
}

/*--------------------------------------------------
androidsecurity_box
--------------------------------------------------*/
.androidsecurity_box{
	border: solid 2px #0061e6;
	padding:20px;
	margin:0 20px 50px;
}
.androidsecurity_box img{
	display:block;
	margin:15px auto;
}
.androidsecurity_ttl{
	text-align:center;
}
.security_service_list li .img{
	width:302px;
	border:4px solid #c7c7c7;
	text-align:center;
}
.security_service_list li .txt{
	margin-top:10px;
	text-align:center;
}
@media screen and (max-width: 640px) {
	.androidsecurity_box{
		border: solid 2px #0061e6;
		padding:20px;
		margin:0 10px 50px;
	}
	.androidsecurity_ttl{
		text-align:center;
		margin:0 10px!important;
	}
	.security_service_list li{
		float:none !important;
		display: table;
	}
	.security_service_list li .img{
		display:table-cell;
		width:100px;
		padding: 5px;
		vertical-align:middle;
	}
	.security_service_list li .txt{
		display:table-cell;
		padding-left: 15px;
		vertical-align:middle;
		text-align:left;
	}
}


/*--------------------------------------------------
biglobe_phone
--------------------------------------------------*/
.biglobe_phone{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.bphone_price{
	margin-bottom:10px;
}
.bphone_price li{
	float:right;
	position:relative;
	width:315px;
	padding:15px 0;
	background: #fd3a3a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZkM2EzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNDE0MDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fd3a3a 1%, #c41401 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fd3a3a), color-stop(100%,#c41401)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fd3a3a 1%,#c41401 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fd3a3a 1%,#c41401 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fd3a3a 1%,#c41401 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fd3a3a 1%,#c41401 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd3a3a', endColorstr='#c41401',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:20px;
	text-align:center;
	color:#fff;
}
.bphone_price li:first-child{
	float:left;
}.bphone_price li .push{
	position:absolute;
	top:12px;
	left:7px;
	width:70px;
	height:53px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	font-size:16px;
	text-align:center;
	color:#333;
	font-weight:bold;
	line-height:1.2;
	background:#ffe700;
	padding-top:17px;
}
@media screen and (max-width: 640px) {
	.biglobe_phone .strong img{
		width:auto !important;
	}
	.bphone_price{
		margin-bottom:0;
	}
	.bphone_price li{
		width:auto;
		float:none;
		margin-bottom:10px;
	}
	.bphone_price li:first-child{
		float:none;
	}
}

/*--------------------------------------------------
norikae.html
--------------------------------------------------*/
#norikae_mainvisual{
	border: 7px solid #ff6b6b;
	background-color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
}
#column_main h3.norikae_h3_red{
	border: 0;
	background: #f44f4f;
	font-size: 20px !important;
	font-weight: bold;
	padding: 10px 20px !important;
	color: #ffffff;
}
#column_main h3.norikae_h3{
	border-bottom-color: #ababab;
	color: #525252;
	margin-bottom: 40px;
}
#column_main h3.norikae_h3_attention{
	border: 0;
	background-color: transparent;
	font-size: 20px !important;
	font-weight: bold;
	padding:0 !important;
	text-align: center;
	margin-bottom: 30px !important;
}
#column_main h3.norikae_h3_attention .inner{
	display: inline-block;
	background: url(/mobile/lte/images/simnorikae_icon_attention.png) no-repeat left center;
	background: url(../images/simnorikae_icon_attention_ie8.png) no-repeat left center\9;
	background-size: 45px 40px;
	padding: 12px 20px 7px 50px !important;
}
.norikae_acco_btn{
	background-color: #f44f4f;
}
.norikae_acco_btn .inner{
	display: block;
	margin-right: 20px;
	padding: 18px 48px 18px 15px;
	border: 0;
	background: url(/mobile/lte/images/acco_icon_btn.png) no-repeat right center;
	font-size: 25px;
	color: #ffffff;
}
.norikae_acco_cont{
	border: 3px solid #f44f4f;
	padding: 15px;
}
.norikae_acco_cont img{
	height: auto !important;
}
#column_main .cont dl.norikae.faq dt{
	color: #ef4e53;
}
#column_main .cont dl.norikae.faq dd{
	margin-top: 0;
	margin-bottom: 5px;
}
.norikae_attentionList{
	width: 460px;
	margin: 0 auto;
}
.norikae_attentionList li{
	text-indent: -1.5em;
	padding-left: 1.5em;
}
@media screen and (max-width: 640px) {
	.norikae_acco_btn .inner{
		margin-right: 10px;
		background-size: 19px 29px;
		padding: 18px 29px 18px 15px;
		font-size: 20px;
	}
	.norikae_attentionList{
		width: 90%;
	}
}


/*--------------------------------------------------
offer colorBox
--------------------------------------------------*/
.offer #colorbox .inline_box{
	max-width:700px;
	width: auto;
	margin:0 auto;
}


/*--------------------------------------------------
plan list
--------------------------------------------------*/
.plan_list > *{
	width:177px;
	margin-left:12px;
	padding:60px 15px 20px;
	float:left;
	background-color:#ff7c80;
	color:#ffffff;
	font-size: 16px;
	text-align:center;
	position:relative;
}
.plan_list > *:first-child{
	margin-left:0;
}
.plan_list .plan_size{
	font-size: 80px;
	letter-spacing:-5px;
	padding-right:3px;
}
.plan_list dt,
.plan_list dd{
	position:relative;
}
.plan_list > * .osusume{
	position:absolute;
	left:-20px;
	top:-83px;
}
.plan_list > * .cursor{
	position:absolute;
	left:-65px;
	bottom:-10px;
	z-index:2;
}
.plan_list .plan_gb{
	font-size: 30px;
}
.plan_list .strong{
	font-size: 22px !important;
}
.plan_list > *.st{
	background-color:#e85656;
}
.plan_list .bd_b{
	border-bottom: 2px dotted #ffffff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.plan_otameshi{
	display:table;
	width: 100%;
	background-color:#FFDBDB;
}
.plan_otameshi dt,
.plan_otameshi dd{
	display:table-cell;
	vertical-align:middle;
	padding:10px;
}
.plan_otameshi .otameshi_size{
	width:25%;
	font-size: 80px;
	text-align:center;
	padding-top:25px;
	line-height:100%;
}
.plan_otameshi .otameshi_size .otameshi_gb{
	font-size: 30px;
}
.plan_otameshi .otameshi_ttl{
	width:45%;
}
.plan_otameshi .otameshi_spec{
	width:30%;
}
.plan_otameshi .strong{
	font-size: 22px !important;
}
/*リボン*/
.ribbon{
	position:absolute;
	left:-22px;
	top:-30px;
	box-sizing:border-box;
	width:221px;
	padding:10px 5px;
	background-color:#87D160;
	z-index:1;
	color:#ffffff !important;
}
.ribbon:hover{
	background-color:#97E170;
}
.ribbon > *{
	font-size:14px !important;
	line-height:130% !important;
}
.ribbon .strong{
	font-size:26px !important;
}
.ribbon::before{
	content:"";
	display:block;
	border-right:7px solid #427027;
	border-bottom:7px solid transparent;
	position:absolute;
	left:0;
	bottom:-7px;
}
.ribbon::after{
	content:"";
	display:block;
	border-left:7px solid #427027;
	border-bottom:7px solid transparent;
	position:absolute;
	right:0;
	bottom:-7px;
}
/*オーバーレイ*/
.cb_osusume {
	position: absolute;
	width: 330px;
	z-index: 1;
	color: #666;
	left: -100px;
	top: 250px;
	background-color: #ffffff;
	padding: 30px;
	border: 3px solid #87D160;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.plan_list .cb_osusume .btn_close{
  margin:0;
  position:absolute;
  right:10px;
  top:10px;
}
.plan_list .cb_osusume .btn_close img{
	width:20px;
	height:20px;
}

@media screen and (max-width: 640px) {
	.plan_list > *{
		box-sizing:border-box;
		width:32%;
		margin-left:2%;
		padding:30px 10px 20px;
		font-size:14px;
	}
	.plan_list .plan_size,
	.plan_otameshi .otameshi_size{
		font-size: 50px;
	}
	.plan_list .plan_gb,
	.plan_otameshi .otameshi_size .otameshi_gb{
		font-size: 20px;
	}
	.plan_otameshi .strong{
		font-size: 18px !important;
	}
	.plan_list > * .osusume{
		width:50px;
		left:-15px;
		top:-50px;
	}
	.plan_list > * .cursor{
		width:50px;
		left:-40px;
		bottom:10px;
	}
	.cb_osusume {
		width: 260%;
		padding: 40px 20px 20px;
		top: 60%;
		left: -100%;
	}
	/*リボン*/
	.ribbon{
		left:-14px;
		top:-8px;
		box-sizing:content-box;
		width:100%;
		padding:10px 14px 10px;
	}
	.ribbon .strong{
		font-size:22px !important;
	}
	.ribbon::before{
		border-right-width:4px;
		border-bottom-width:4px;
		bottom:-4px;
	}
	.ribbon::after{
		border-left-width:4px;
		border-bottom-width:4px;
		bottom:-4px;
	}
	.balloon.otameshi{
		display:inline-block;
		margin-bottom:25px;
		background-color:#87D160;
		text-align:center;
		padding:10px;
		color:#fff;
		font-weight:bold;
		position:relative;
		border-radius:10px;
		float:none;
	}
	.balloon.otameshi::after{
		content:"";
		display:block;
		width:16px;
		height:16px;
		background-color: #87D160;
		position:absolute;
		bottom:-8px;
		left:48%;
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
	}
}

/*----------------------------------------------------------------------
counter
----------------------------------------------------------------------*/

.yellow{
	background-color: #ffffcc;
	padding: 15px;
}

.counter_img_box{
	margin-bottom: 10px;
}

.counter_img_box li{
	float: left;
	border: 7px solid #FB696D;
	margin-left: 10px;
}

.counter_img_box li img{
	width: 139.75px;
}

.counter_img_box li:first-child{
	margin-left: 0;
}

.counter_table th{
	background-color: #444444;
	padding: 15px;
	border: 1px solid #999999;
	color: #ffffff;
}

.counter_table td{
	border: 1px solid #999999;
	padding: 15px;
}

.mnp_ttl{
	margin-top: 10px;
	color: #ff6b6b;
	font-weight: bold;
	font-size: 18px;
	border-bottom: none!important;
}

@media screen and (max-width: 640px) {

.counter_img_box li{
	margin-bottom: 3%;
	width: 45%!important;
	border: 3px solid #FB696D;
}

.counter_img_box li:nth-child(3){
	margin-left: 0;
}


}