@charset "utf-8";

.g1{
	background-color:#5482c8 !important;
	color:#FFF !important;
}
.g3{
	background-color:#f2591a !important;
	color:#FFF !important;
}
.g5{
	background-color:#48b647 !important;
	color:#FFF !important;
}
.g7, .g10{
	background-color:#fb0 !important;
	color:#FFF !important;
}
.g15{
	background-color:#FF8484 !important;
	color:#FFF !important;
}
.g20{
	background-color:#404c97 !important;
	color:#FFF !important;
}
.g30{
	background-color:#1bc3fb !important;
	color:#FFF !important;
}
.g40{
	background-color:#91d128 !important;
	color:#FFF !important;
}
.g50{
	background-color:#e153b2 !important;
	color:#FFF !important;
}

#tab_label{
	text-align:center;
}
#tab_single{
	background-color: #ffaf00;
}
#tab_family{
	background-color: #d0121b;
}
.tab_box{
	margin-top:0px !important;
}
.tab_tab p{
	font-size:0.8em;
}
#tab_label .tab_tab {
	margin:10px !important;
	margin-bottom:0px !important;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    cursor:pointer;
    color:white;
    width:200px;
}
.leaf.non_sim {
    padding: 22px !important;
    vertical-align: top;
    width:auto !important;
    background-color:#999;
}
.tab_box .sim_count{
	font-size:1.2em;
}

form table{width:100%;}

form input[type=text],
select,
form input[type=radio],
form input[type=number],
form input[type=tel],
form input[type=checkbox]{
	font-size:1.4em !important;
	border:2px solid #f93 !important;
	padding: 4px;
  margin-left: 6px;
}

form th {
    background-color: #ffeab4;
    color: #666;
    padding: 6px;
    text-align: center;
}

form td{
	padding:4px 10px
}
.inner_table th{
	background-color: rgb(255, 238, 221);
	text-align: left;
}

.radio_set > label {
    border: 2px solid #f90;
    border-radius: 10px;
    margin: 6px;
    padding: 6px 16px 2px 4px;
    display: inline-block;
    cursor: pointer;
}

.radio_set > label.current{
	background-color: #F90;
	color: white;
}

.input_number{
	text-align:right;
}

.tab_box .plan_box{
	opacity:0.6;
}

.tab_box .leaf{
	opacity:0.6;
}

.tab_box .leaf.current{
	opacity:1;
}

.tab_box .plan_box.current{
	box-shadow:0 0 0px 3px #ff1493;
	opacity:1;
}
.plan_list dl{
    margin: 10px;
}
.plan_list p.plan_sim{
	font-weight: bold;
	color: #39F;
	border-bottom: 1px solid #39F;
}
.plan_list dt {
	color: #F90;
	font-weight: bold;
	float: left;
	display: block;
	width: 120px;
	clear: left;
}
.plan_list dd{
	margin-left:20px;
}

@media screen and (max-width:480px) {
	#tab_label .tab_tab{
		width:auto;
		margin:10px 0px 0 0 !important;
	}

	#form_indicator{
		width:100%;
	}

	form th,
	form td{
		float:left;
	}
	form th{
		width:90%;
	}
	#agreement_box,
	#company_box{
		width:100%;
		min-width: auto;
	}
	#company_box,
	#contact_box,
	#header_box{
		padding:0;
	}
	#header_box{
		text-align: center;
		min-width: 100%;
	}
	#agreement_left,
	#agreement_right{
		float:left;
		width:100%;
	}
	#company_right{
		margin:0px;
	}
	#company_left{
		margin:0px;
		text-align: left;
		width:100%;
	}
	.fee_box{
		min-width:auto;
	}
	.contents_box1{
		min-width: auto;
	}
	.form_btn {
	    width: 40%;
	}
	p#contact_title{
		font-size: 1em;
		width: 100%;
	}
	#contact_box,
	#contact_left,
	#contact_right{
		min-width: 100%;
	}

	.product_wrap{
		float:none !important;
		width:100% !important;
	}
	.plan_box .price {
	    margin-left: 30px;
	    position: absolute;
	}

}