﻿@charset "UTF-8";

/*------------------------------
 main image
------------------------------*/
#main_v_index_2.main_v{
	float: none;
	width: 730px;
	height: 310px;
}

/*------------------------------
 campaign
------------------------------*/
.camp_tokuchou_bg {
	background: #e3f0ff;
	padding: 20px;
	*padding: 17px;
}

.w350 { width: 350px;}

.threedays_kaijo_box {
	border-right: 3px solid #e6e3d8;
	border-left: 3px solid #e6e3d8;
	border-bottom: 3px solid #e6e3d8;
	background: #fff;
	padding: 10px;
}
.camp_cap{
	float:right;
	width:400px;
}

.camp_tokuten>.attention {
	float:right;
}

.w_movie_box div{
	width:50% !important;
}

.w_movie_box div:first-child{
	width:48% !important;
	margin-right:2%;
}

/* タブ切り替え */
.top_tab_member{
	padding: 10px;
	border: 2px solid #0285FF;
}

.top_tab_menu{
	display: table;
    width: 96%;
    margin: 0 auto;
}

.top_tab_menu li{
	display: table-cell;
    width: 33%;
    border-left: 10px solid #fff;
    background-color: #949494;
    vertical-align: middle;
}

.top_tab_menu li:first-child{
	border-left: 0;
}

.top_tab_menu li a{
	display: block;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff!important;
}


@media screen and (max-width: 640px) {
	.camp_tokuten .left{
		width:43%;
	}
	.camp_tokuten .right{
		width:55% !important;
	}
	.camp_tokuten>.attention {
		float:left;
		width:100%;
	}
	.camp_cap{
		clear:both;
		float:none;
		width:auto;
	}

}

#basic {
	display: block;
	height: 0;
	padding-top: 90px;
	margin-top: -90px;
}
@media screen and (max-width: 640px) {
	#basic {
		padding-top: 0;
		margin-top: 0;
	}
}

/*------------------------------
長期割引開始告知
------------------------------*/

.discount_box h4{
	margin-bottom:0px;
	border:solid 1px #eb5505;
	border-radius:0px;
	padding:5px 10px;
	background-color:#eb5505;
	color:#FFF;
}

.discount_box_txt{
	margin-top:0px;
	margin-bottom:30px;
	padding:10px;
	border:solid 1px #eb5505;
}



/* ------------------------------

20160726

------------------------------ */

.b30th-prize {
	padding: 8% 3% 3%;
	margin-top: 10%;
	border: 10px solid #85b81f;
	position: relative;
}

.b30th-prize p span {
	font-weight: bold;
	color: #f26d01;
}

.b30th-prize img {
	width: 100%;
}

.b30th-prize .title {
	width: 80%;
	position: absolute;
	top: 0;
	left: 10%;
	margin-top: -8%;
}

.b30th-prize .subtitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2 !important;
	text-align: center;
	color: #f26d01;
	margin-top: 1.5%;
}

.b30th-prize .logo {
	width: 30%;
	margin: 3% auto;
}

.b30th-prize ul {
	margin-top: 3%;
}

.b30th-prize ul li {
	font-size: 12px;
	padding-left: 2em;
}
.b30th-prize ul li:before {
	content: "※　";
	display: inline-block;
	margin-left: -2em;
}

.b30th-prize li a {
	color: #0099FF !important;
}

.b30th-prize .link-container {
	margin-top: 3%;
	text-align: right;
}


/* ------------------------------

ライトボックス（データ通信量制限について）
参照元 :
 /shared/css/layout.css
 /mobile/wimax/css/style_2.css

------------------------------ */

table.global {
   margin: 10px 0;
   border-collapse: collapse;
}

table.global th {
   font-weight: normal;
	 padding: 0.5em 1em!important;
	 font-weight: bold;
	 background: #fff;
   border: solid 1px #aaa;
}

table.global td {
   padding: 0.5em;
   background: #fff;
   word-break: break-all;
   border: solid 1px #aaa;
}

@media screen and (max-width: 640px) {
	table.global td {
		font-size: 11px!important;
	}
}

table.global td li {
	padding-left: 5px;
	text-indent: -0.5em;
}
table.global .bg01 { background-color: #9dd4ff;}
table.global .bg02 { background-color: #d5ebff;}
table.global .bg03 { background-color: #f4f9ff;}
table.global .bg04 { background-color: #f2f2f2;}

table.global .inner_table td {
	border: none!important;
	padding: 0!important;
}

.payment__title {
	display: table;
	text-align: center;
	white-space: nowrap;
	border-spacing: 10px 0;
	margin: 0 -10px;
}
.payment__title::before {
	margin:0;
}
.payment__title:after {
	content: '';
	display: table-cell;
	width: 100%;
	background: linear-gradient(transparent, transparent 14px, #ffba00 14px, #ffba00 19px, transparent 19px, transparent 100%);
	-webkit-background-clip: padding;
	background-clip: padding;
}
