@charset "UTF-8";
/*--------------------------------------------------
live800_delete
--------------------------------------------------*/
#InviteWindow{
	display:none;
}

/*--------------------------------------------------
background-color
--------------------------------------------------*/
.bg_lte_pink {background-color: #74c6ff!important;}


/*--------------------------------------------------
color
--------------------------------------------------*/
.lte_pink {color: #FF6B6B!important;}
.lte_red {color: #b23b3b!important;}
.wimax_blue {color: #1f3096!important;}


/*--------------------------------------------------
font-size
--------------------------------------------------*/
.f16 {font-size: 16px;}
.f17 {font-size: 17px;}
.f22 {font-size: 22px;}

.f40 {
	line-height: 100%;
	font-size: 40px;
}

@media screen and (max-width: 640px) {
	.f40 {
		line-height: 100%;
		font-size: 20px;
	}
}


/*--------------------------------------------------
img
--------------------------------------------------*/
@media screen and (max-width: 640px) {
	img.sp_w20 {width: 20%!important;}
	img.sp_w30 {width: 30%!important;}
	img.sp_w40 {width: 40%!important;}
	img.sp_w50 {width: 50%!important;}
	img.sp_w60 {width: 60%!important;}
	img.sp_w70 {width: 70%!important;}
	img.sp_w80 {width: 80%!important;}
	img.sp_w90 {width: 90%!important;}
}


/*--------------------------------------------------
width
--------------------------------------------------*/
.w360 {width: 360px;}
.w400 {width: 400px;}
.w440 {width: 440px;}
.w460 {width: 460px;}
.w500 {width: 500px;}
.w590 {width: 590px;}
.w770 {width: 770px;}
.w790 {width: 790px;}


/*--------------------------------------------------
scroll
--------------------------------------------------*/
@media screen and (max-width: 640px) {
	.sp_scroll {
		padding: 5px;
		border: 1px solid #cccccc;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.w200p {width: 200%;}
	.w300p {width: 300%;}
	.w400p {width: 400%;}
}

/*--------------------------------------------------
text-align
--------------------------------------------------*/
.pc_t_right {text-align: right;}

ul.ul_center {text-align: center;}
ul.ul_center li {display: inline-block; padding: 0 20px 10px 0;}
ul.ul_center li.end {padding-right: 0;}

@media screen and (max-width: 640px) {
	.pc_t_right {text-align: left;}
	.sptcenter {text-align: center;}

	ul.ul_center {text-align: left;}
	ul.ul_center li {display: inherit; margin-bottom: 10px; padding: 0;}
}


/*--------------------------------------------------
container
--------------------------------------------------*/
#container {
	width: 960px;
	margin: 10px auto 50px;
	text-align: left;
	color: #4f4f4f;
}
#container.liquid {
	width: inherit;
	margin: 0;
}
#container a,
#container a:visited {
	color: #0062b2;
	text-decoration: underline;
    text-decoration-skip-ink: none;
}
#container a:hover,
#container a:active,
#container a:focus {
	color: #0062b2;
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	#container {
		margin: auto 1% 50px;
	}
	#container h1 {
		margin-top: 20px;
	}
}


/*--------------------------------------------------
pankuzu_area
--------------------------------------------------*/
#pankuzu_area {
	font-size: 14px;
}
#pankuzu_area.liquid {
	width: 960px;
	margin: 10px auto 10px;
}

#pankuzu_area ul#pankuzu_list {
	float: left;
}
#pankuzu_area ul#pankuzu_list li {
	margin-left: 5px;
	float: left;
}
#pankuzu_area ul#pankuzu_list li.stt {
	margin-left: 0;
}
#pankuzu_area ul#pankuzu_list li.arrow {
	font-weight: bold;
	color: #1e7aae;
}

#pankuzu_area h1 {
	float: right;
}


/*--------------------------------------------------
nav_fixed
--------------------------------------------------*/
#nav_fixed {
	margin-top: 20px;
}

#nav_fixed p.title {
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px 3px 0 0;
}
#nav_fixed p.title span {
	padding-left: 10px;
	font-size: 18px;
}

#nav_fixed ul.nav_wrapper {
	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
--------------------------------------------------*/
#container_inner {
	margin: 10px 10px 0;
}

@media screen and (max-width: 640px) {
	#container_inner {
		margin: 10px 0 0;
	}
}

.btn_pagetop {
	margin: 0 10px 10px;
	text-align: right;
}
.btn_pagetop img {
	width: 34px!important;
}


/*--------------------------------------------------
column_one
--------------------------------------------------*/
#column_one #container_inner {
	margin: 0;
}
#column_one #container_inner.liquid {
	width: 960px;
	margin: 10px auto 50px;
}
#column_one #container_inner .cont {
	margin: 15px 10px 50px;
}
#column_one #container_inner .cont_plan {
	margin: 15px 10px 50px;
}

.cart_bottom {
	padding-top: 120px;
}

@media screen and (max-width: 640px) {
	#column_one #container_inner .cont_plan {
		margin: 15px 0 50px 10px;
	}
}


/*--------------------------------------------------
column_two
--------------------------------------------------*/
#column_two {
	margin-top: 30px;
	line-height: 200%;
}

#column_two p {
	line-height: 160%;
}

ul li {
	line-height: 160%;
}

dl dd {
	line-height: 160%;
}


/*--------------------------------------------------
column_two column_main
--------------------------------------------------*/
#column_main {
	width: 685px;
	float: left;
}

.rnav_no #column_main {
	width: 920px;
	float: none;
	margin:0 auto;
}

#column_main .cont {
	margin: 50px 20px 50px;
}

#column_main .cont.uketori_cont {
	margin: 15px 20px 30px;
}

#column_main .cont.video_cont {
	margin: 15px 20px 30px;
}

#column_main .cont p.copy {
	font-size: 18px;
}

#column_main .cont .btn_kuwashiku {
	margin-top: 30px;
	text-align: right;
}

#column_main .cont ul.btn_date {
	text-align: center;
	float: right;
	margin-top:10px;
}
#column_main .cont ul.btn_kuwashiku li {
	display: block;
}

.btn_kuwashiku02{
	margin-top: 10px;
	text-align: right;
}

#column_main .cont .cont_inner {
	margin: 0 10px;
}

#column_main .cont div.column_two {
	margin-top: 20px;
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
	#column_main .cont {
		margin: 15px 10px 20px;
	}
	#column_main .cont_02 {
		margin: 15px 10px 30px;
    }

    #column_main .cont ul.btn_kuwashiku {
        width:221px;
        float:right;
        text-align:center;
    }
}


/*--------------------------------------------------
column_two column_side
--------------------------------------------------*/
#column_side {
	width: 235px;
	float: right;
}

#column_side ul.side_cont {
	margin-bottom: 20px;
}

/*---------- banner ----------*/
#column_side ul.side_cont li {
	margin-bottom: 10px;
}
#column_side ul.side_cont li img {
	max-width: 100%;
}
#column_side ul.side_cont li.bdr {
	border: 1px solid #666666;
}

#column_side ul.side_cont li.beginner {
	line-height: 0;
	border: 6px solid #1a8cbb;
}
#column_side ul.side_cont li.faq {
	line-height: 0;
	border: 2px solid #0099ff;
    border-radius:5px;
}
#column_side ul.side_cont li.hikkoshi {
	line-height: 0;
	border: 2px solid #0099ff;
    border-radius:5px;
}
#column_side ul.side_cont li.norikae {
	line-height: 0;
	border: 6px solid #0064b6;
}
#column_side ul.side_cont li.sim {
	line-height: 0;
	border: 6px solid #BF3E3E;
}
#column_side ul.side_cont li.tel {
	line-height: 0;
	border: 6px solid #ffba00;
}
#column_side ul.side_cont li.device {
	line-height: 0;
	border: 6px solid #339900;
}

#column_side ul.side_cont li.counter {
	line-height: 0;
	border: 6px solid #185B9A;
}

#column_side ul.side_cont li.tel ul li {
	margin: 0;
}
#column_side ul.side_cont li.tel ul li.last {
	margin: 0 10px 10px;
}

#column_side ul.side_cont li.side_bnr:hover {
	opacity: 0.5;
}
#column_side ul.side_cont li.side_bnr a {
	display: table;
	width: 100%;
}
#column_side ul.side_cont li.side_bnr a:hover {
	color: #4f4f4f!important;
}
#column_side ul.side_cont li.side_bnr a span {
	display: table-cell;
	vertical-align: middle;
}

#column_side ul.side_cont li.faq a span.icon {
    padding:15px 10px;
    text-align: center;
    background-color: #0099ff;
}

#column_side ul.side_cont li.hikkoshi a span.icon {
    padding:10px 4px;
    text-align: center;
    background-color: #0099ff;
}

#column_side ul.side_cont li.side_bnr a span.text {
	padding-left: 5px;
	line-height: 120%;
	font-size: 16px;
    color:#0099ff;
}

@media screen and (max-width:640px){
    #column_side ul.side_cont li.hikkoshi a span.icon {
        padding:10px 0px;
    }

    #column_side ul.side_cont li.faq a span.icon {
        padding:15px 8px;
    }

    #column_side ul.side_cont li.side_bnr a span.icon img {
        width:auto !important;
    }

}

/*---------- banner ----------*/

/*---------- topics ----------*/
#column_side dl {
	background-color: #f4f2f2;
	margin-bottom: 20px;
}

#column_side dl dt.title {
	background-color: #06295d;
    border-radius: 5px 5px 0 0;
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #ffffff;
}
#column_side dl dt.title span.line {
	display: block;
    text-align:center;
}
#column_side dl dt.title span.news {
	display: block;
}
#column_side dl dt.title span.user {
	display: block;
}
#column_side dl dt.title span.etc {
	display: block;
	background: url(/template/images/side_icon_etc.png) no-repeat;
	background: url(/template/images/side_icon_etc_ie8.png) no-repeat\9;/* IE8 */
	background-size: 27px 26px;
	padding-left: 32px;
}#column_side dl dd {
	padding: 0 10px 10px;
}

#column_side dl dd dl.column {
	margin: 0;
	line-height: 160%;
}

#column_side dl dd dl.column dt {
	padding-bottom: 10px;
}
#column_side dl dd dl.column dt span.date {
	padding-right: 5px;
}

#column_side dl dd dl.column dt span.label {
	display: inline-block;
	padding: 0 4px;
	color: #ffffff!important;
	border-radius: 3px;
}
#column_side dl dd dl.column dt span.label.green {
	background-color: #2FB950;
}
#column_side dl dd dl.column dt span.label.orange {
	background-color: #DF8425;
}
#column_side dl dd dl.column dt span.label.red {
	background-color: #FD423E;
}

#column_side dl dd dl.column dd {
	padding: 0;
	border-bottom: none;
}
.service_icon01{
	background:url(../images/service_icon_01.gif) no-repeat left center;
	margin-left:10px;
	padding-top:10px!important;
}
.service_icon01 span{
	padding-left:65px;
	display:block;
	font-size:11px;
	line-height:15px;
}
.service_icon03{
	background:url(../images/service_icon_03.gif) no-repeat left center;
	margin-left:10px;
	padding:10px!important;
	margin-top:10px;
}

.service_icon03 span{
	padding-left:65px;
	display:block;
	font-size:11px;
	line-height:15px;
}
.service_icon04{
	background:url(../images/service_icon_04.gif) no-repeat left center;
	margin-left:10px;
	padding-top:10px!important;
}
.service_icon04 span{
	padding-left:65px;
	display:block;
	font-size:11px;
	line-height:15px;
}

.service_icon05{
	background:url(../images/service_icon_05.gif) no-repeat left center;
	margin-left:10px;
	padding:10px!important;
	margin-top:10px;
}

.service_icon05 span{
	padding-left:65px;
	display:block;
	font-size:11px;
	line-height:15px;
}
.new_dt{
    padding:5px;
    background-color:#06295d;
	color:#ffffff;
	font-size:16px;
	margin:30px 10px 0;
    text-align:center;
    border-radius:5px 5px 0 0;
}
.new_dl{
	background-color:#f0f0f0;
	padding:10px;
	margin:0 10px;
}
.new_dl dt{
	font-size:14px;
}

@media screen and (max-width: 640px) {
.service_icon03{
	height:41px!important;
}
.service_icon01{
	height:41px!important;
}
}

/*---------- topics ----------*/


/* ----------------------------------------------------
powerup
---------------------------------------------------- */
.powerup{
	width: 80%;
	margin: 20px auto;
	font-size: 18px;
}
.pw_icon{
	background:url(/mobile/lte/images/powerup.gif) no-repeat left center;
	display:block;
	padding-left:100px;
	text-align:left;
	background-size: 80px 56px;
}

@media screen and (max-width: 640px) {
	.powerup{
		font-size:14px!important;
	}
	.powerup_arrow{
		width:60px;
		margin:0 auto;
	}
}


/* ----------------------------------------------------
change_plan_ttl
---------------------------------------------------- */
.change_plan_ttl{
	margin-top: 20px;
	background:#d1edfb;
	padding: 0 50px;
	border-top: 2px solid #4ebaf3;
	border-bottom: 2px solid #4ebaf3;
}
.change_plan_ttl p{
	font-size:18px;
	width:60%;
	margin:0 auto;
	line-height:110%;
}
.change_plan_icon01{
	background:url(/mobile/lte/images/plan_img_icon01.png) no-repeat left center;
}
.change_plan_icon02{
	background:url(/mobile/lte/images/plan_img_icon02.png) no-repeat left center;
}

.change_plan_icon01, .change_plan_icon02{
	display:block;
	text-align:left;
	padding:20px 0px 20px 90px;
	line-height:130%!important;
}

.change_plan_icon01 span, .change_plan_icon02 span{
	font-weight:bold;
	line-height:150%!important;
}
.change_plan_icon01 span{
	color:#0e93f2;
}
.change_plan_icon02 span{
	color:#6699ff;
}

@media screen and (max-width: 640px) {
	.change_plan_ttl{
		padding:10px 0;
	}
	.change_plan_ttl p{
		font-size:16px;
	}
	.change_plan_icon{
		padding:0 0 0 100px;
	}
}


/*--------------------------------------------------
accordion
--------------------------------------------------*/
#column_main .cont dl.accordion_btn {
	margin: 20px 0;
}

#column_main .cont dl.accordion_btn dt.acco_ol  {
	background: url(/mobile/lte/images/acco_icon_btn.png) right 10px center no-repeat #959595;
	background: url(/mobile/lte/images/acco_icon_btn.png) right center no-repeat #959595\9;/* IE8 */
	padding: 5px;
	line-height: 35px;
	font-size: 20px;
	color: #ffffff;
}
#column_main .cont dl.accordion_btn dt.acco_ol span.tanmatsu {
	display: block;
	background: url(/mobile/lte/images/acco_icon_tanmatsu.png) no-repeat;
	background: url(/mobile/lte/images/acco_icon_tanmatsu_ie8.png) no-repeat\9;/* IE8 */
	background-size: 23px 35px;
	padding: 0 43px;
}

#column_main .cont dl.accordion_btn dd.acco_ol {
	padding: 10px 0;
	border: 2px solid #959595;
	display:none;
}

@media screen and (max-width: 640px) {
	#column_main .cont dl.accordion_btn dt.acco_ol {
		line-height: 120%;
	}
}


/*--------------------------------------------------
video
--------------------------------------------------*/
.video {
	position: relative;
	text-align: center;
	float: none;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	iframe {
		position: relative;
		width: 100%;
	}
}


/*----------------------------------------------------------------------
tel_box
----------------------------------------------------------------------*/
.tel_box {
	background-color: #ebebeb;
	max-width: 665px;
	margin: 0 auto 50px;
	padding: 10px;
	text-align:left;
}
.tel_box_header {
	text-align: center;
}
.tel_box_top {
	background-color: #ffffff;
	margin-bottom: 20px;
	padding: 10px;
}
.tel_box_top_02 {
	background-color: #ffffff;
	padding: 10px;
}
.tel_box_top_left {
	float: left;
}
.tel_box_top_right {
	width: 385px;
	float: right;
}
.holiday {
	background-color: #428D00;
	padding: 1px 5px;
	color: #ffffff;
}
.tel_box_bottom {
	background-color: #ffffff;
	margin-bottom: 20px;
	padding: 10px;
}
.tel_box_bottom_left {
	width: 255px;
	float: left;
}
.tel_nexus_box_left {
	width: 38px;
	margin-right: 10px;
	float: left;
}
.tel_nexus_box_left img {
	width: 38px;
}
.tel_nexus_box_right {
	width: 207px;
	float: right;
}
.tel_box_bottom_right {
	width: 385px;
	float: right;
}

@media screen and (max-width: 640px) {
	.tel_box_top_left {
		margin-bottom: 10px;
		float: none;
	}
	.tel_box_top_right {
		width: inherit;
		float: none;
	}
	.tel_box_top_right img {
		width: 100%;
	}
	.tel_box_bottom_left {
		width: inherit;
		margin-bottom: 10px;
		float: none;
	}
	.tel_nexus_box {
		display: table;
		width: 100%;
	}
	.tel_nexus_box_left {
		display: table-cell;
		width: 78px;
		padding-right: 10px;
		float: none;
	}
	.tel_nexus_box_left img {
		width: 78px;
	}
	.tel_nexus_box_right {
		display: table-cell;
		width: 70%;
		vertical-align: middle;
		float: none;
	}
	.tel_box_bottom_right {
		width: inherit;
		float: none;
	}
	.tel_box_bottom_right img {
		width: 100%;
	}
}

/*--------------------------------------------------
clubOff_box
--------------------------------------------------*/
.clubOff_box{
	margin: 15px 20px 50px;
}
.clubOff_box .inner{
	width: 605px;
	margin: 0 auto;
}
.clubOff_box .clubOff_arrow {
	display: inline-block;
	height: 34px;
	padding: 0 15px 0 20px;
	color: #ffffff;
	font-weight: bold;
	line-height: 34px;
	background-color: #ff0000;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
.clubOff_box .clubOff_arrow:before {
	content: "";
	display: block;
	border-bottom: 17px solid transparent;
	border-left: 15px solid rgba(0,0,0,0.5);
	border-top: 17px solid transparent;
	position: absolute;
	right: -15px;
	top: 2px;
}
.clubOff_box .clubOff_arrow:after {
	content: "";
	display: block;
	border-bottom: 17px solid transparent;
	border-left: 15px solid #ff0000;
	border-top: 17px solid transparent;
	position: absolute;
	right: -15px;
	top: 0;
}
.clubOff_box .clubOff_midashi{
	display: table;
}
.clubOff_box .clubOff_midashi p{
	display: table-cell;
	vertical-align: middle;
}
.clubOff_box .clubOff_txt{
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.clubOff_box{ margin: 15px 10px 20px;}
	.clubOff_box .inner{ width: auto;}
	.clubOff_box .clubOff_midashi{ display: block;}
	.clubOff_box .clubOff_midashi p{ display: block;}
	.clubOff_box .clubOff_txt{ padding-top: 10px;}
	.clubOff_box .inner img{ height: auto;}
}


/*--------------------------------------------------
option_service
--------------------------------------------------*/
dl.option_service {
	border: 2px solid #767676;
}
dl.option_service dt.title {
	background-color: #767676;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
dl.option_service dd.inner {
	padding: 20px;
}

dl.option_service dd.inner dl {
	width: 394px;
	min-height: 230px;
	padding: 20px;
	border: 2px solid #BEBEBE;
}
dl.option_service dd.inner dl dt {
	margin-bottom: 10px;
	line-height: 34px;
	font-size: 18px;
	font-weight: bold;
}
dl.option_service dd.inner dl dt span.security {
	display: block;
	background: url(/template/images/icon_security.jpg) no-repeat;
	background: url(/template/images/icon_security_ie8.jpg) no-repeat\9;/* IE8 */
	background-size: 31px 34px;
	padding-left: 41px;
}
dl.option_service dd.inner dl dt span.otasuke {
	display: block;
	background: url(/template/images/icon_otasuke.png) no-repeat;
	background: url(/template/images/icon_otasuke_ie8.png) no-repeat\9;/* IE8 */
	background-size: 31px 34px;
	padding-left: 41px;
}
dl.option_service dd.inner dl dd.heightline {
	min-height: 100px;
}
dl.option_service dd.inner dl dd span.tokuten {
	display: inline-block;
	background-color: #FBAE25;
	margin-right: 10px;
	padding:2px 10px;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	dl.option_service {
		margin-top: 20px;
	}
	dl.option_service dt.title {
		padding: 10px;
	}
	dl.option_service dd.inner {
		padding: 10px;
	}

	dl.option_service dd.inner dl {
		padding: 10px;
	}
	dl.option_service dd.inner dl.right {
		margin-top: 10px;
	}
	dl.option_service dd.inner dl dt {
		line-height: inherit;
	}
	dl.option_service dd.inner dl dd span.tokuten {
		display: table-cell;
		width: 25%;
		text-align: center;
		vertical-align: middle;
	}
	dl.option_service dd.inner dl dd span.txt {
		display: table-cell;
		width: 75%;
		padding-left: 5px;
		vertical-align: middle;
	}
}

/*--------------------------------------------------
option_service_box(add: 15/11/18)
--------------------------------------------------*/
.common-option-box{
	border:3px solid #0463CD;
}
.common-option-box .pc_t_right{
	text-align:right;
}
.common-option-box .strong{
	font-size:160% !important;
	line-height: 140% !important;
}
.common-option-box-ttl{
	margin:0;
	padding:10px !important;
	background:#0463CD;
	color:#ffffff;
	border:0;
	font-size:20px !important;
	font-weight:bold;
	line-height:140%;
	text-align:center;
}
.common-option-box-inner{
	padding:20px;
	font-size:16px;
	text-align:center;
}
.common-option-box-logo{
	margin:15px 0;
}
.common-option-box-monthlyCost{
	font-size:24px;
	font-weight:bold;
}
.common-option-box-campaign{
	margin-bottom:10px 0px 5px;
}
@media screen and (max-width: 640px) {
	.common-option-box .pc_t_right{
		text-align:left;
	}
	.common-option-box-ttl{
		text-align:left;
	}
	.common-option-box-inner{
		padding:15px;
		text-align:left;
	}
}

/*--------------------------------------------------
offer_button
--------------------------------------------------*/
.offer_btn {
	background-color: #FBAE25;
	margin:0 auto;
	padding: 20px 10px;
	width:400px;
	text-align: center;
	font-size: 30px;
	color: #2a2a2a;
	border-right: 1px solid #413006;
	border-bottom: 1px solid #413006;
	border-radius: 5px;
}

.offer_btn:hover {
	opacity: 0.5;
}
.offer_btn a {
	display: block;
}
.offer_btn a:hover {
	color: #2a2a2a!important;
}
.offer_btn span.arrow {
	display: inline-block;
	background: url(/template/images/icon_btn.png) no-repeat;
	background: url(/template/images/icon_btn_ie8.png) no-repeat\9; /* IE8 */
	background-size: 24px 44px;
	min-height: 44px;
	padding-left: 34px;
	line-height: 44px;
}

@media screen and (max-width: 640px) {
	.offer_btn {
		font-size: 24px;
		padding:25px 0;
		width:auto;
		margin:0 10px;
	}
}

/*----------------------------------------------------------------------
tanmatsu
----------------------------------------------------------------------*/
.tanmatsu_box {
	background-color: #FDEADA;
	margin-bottom: 30px;
	padding: 10px;
	}
.tanmatsu_wrapper {
	margin-bottom: 20px;
	}

.tanmatsu_left {
	width: 310px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	}
.tanmatsu_left_2 {
	width: 340px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}
.tanmatsu_left_t {
	margin-bottom: 10px;
	}
.tanmatsu_left_l {
	margin-right: 10px;
	float: left;
	}
.tanmatsu_left_r {
	width: 210px;
	margin-top: 10px;
	float: right;
	}

.tanmatsu_left_b {
	margin-bottom: 10px;
	}
.tanmatsu_left_bl {
	margin-right: 10px;
	float: left;
	}
.tanmatsu_left_br {
	width: 210px;
	float: right;
	}

.tanmatsu_right {
	margin-right: 20px;
	float: right;
	}

@media screen and (max-width: 640px) {
	.tanmatsu_left {
		width: inherit;
		margin-left: 0;
		margin-top: 0;
		float: none;
		}
	.tanmatsu_left_2 {
		width: inherit;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 10px;
		float: none;
		}
	.tanmatsu_left_l {
		display: table-cell;
		padding-right: 10px;
		float: none;
		}
	.tanmatsu_left_r {
		display: table-cell;
		vertical-align: top;
		width: inherit;
		float: none;
		}

	.tanmatsu_left_b {
		display: table;
		width: 100%;
		}
	.tanmatsu_left_bl {
		display: table-cell;
		padding-right: 10px;
		float: none;
		}
	.tanmatsu_left_br {
		display: table-cell;
		padding-left: 80px;
		vertical-align: top;
		width: inherit;
		float: none;
		}

	.tanmatsu_right {
		margin-right: 0;
		text-align: center;
		float: none;
		}
}


/*----------------------------------------------------------------------
ここまで端末紹介ページ
----------------------------------------------------------------------*/
.ie7 .equipment_spec_wrapper,
.ie8 .equipment_spec_wrapper{
	border-bottom:1px solid #aaa;
}

.equipment_spec_wrapper {
	margin: 0 10px;
}

.equipment_spec li{
	background-color:#e5e5e5;
	border-top:1px solid #aaa;
	border-right:1px solid #aaa;
	border-left:1px solid #aaa;
}
.equipment_spec li:last-child{
	border-bottom:1px solid #aaa;
}
.equipment_spec li li{
	background-color:#fff;
	border:none;
}
.equipment_spec li li:last-child{
	border-bottom:none;
}
.equipment_spec li dt{
	padding:10px;
	float:left;
	width:190px;
}
.equipment_spec li dd{
	background: #fff;
	width: 389px;
	*width: 494px;
	padding: 10px;
	float: left;
}
h3.mobile_nexus7 {
	margin: 10px;
	padding: 0 0 0 15px!important;
	line-height: 28px;
	font-size: 20px!important;
	font-weight: normal;
	color: #ffffff;
	border: none!important;
	float: left;
	*margin: 5px 10px 10px 10px;
	*padding: 5px 0 4px 15px!important;
	background-color: #4585E4;
	}


@media screen and (max-width: 640px) {
	.equipment_spec li{
		border:none;
	}
	.equipment_spec li:last-child{
		border:none;
	}
	.equipment_spec li dt{
		float:none;
		width:auto !important;
	}
	.equipment_spec li dd{
		float:none;
		width:auto !important;
	}
	.spec_m_box a{
		cursor:default;
		}
}

p.plan_1gb_title {
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #46AA35;
}


/*--------------------------------------------------
bokuore
--------------------------------------------------*/
.plan_1gb {
	margin: 10px 0;
	padding: 15px;
	border: 3px solid #46aa35;
	border-radius: 10px;
}
.plan_1gb .plan_1gb_ttl {
	font-size: 23px;
	color: #0a4300;
	text-align: center;
}
.plan_1gb .plan_1gb_img .left {
	text-align: center;
	padding: 15px 10px;
}
.plan_1gb .plan_1gb_img .right {
	text-align: center;
	padding: 10px;
}

.bokuore_box .left, .bokuore_box .right {
	width: 270px;
}

.bokuore_box p img{
	width:100%;
}

.plan_wifibox {
	display: table;
}
.plan_wifileft {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle;
}
.plan_wifiright {
	display: table-cell;
	vertical-align: middle;
}


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