@charset "utf-8";
/* CSS Document */




/**********　countrie.css のコピー　************/







/*******一覧ページ*********/

#country_box{
	width: 653px;
	height: auto;
	display : block;
	overflow : hidden;
	hasLayout : true;
}

.country_box_left{
	float: left;
	width: 50%;
	list-style-type: none;
	padding: 0px;
}
.country_box_right{
	float: right;
	width: 50%;
	list-style-type: none;
	padding: 0px;
}






/*******タイトルまわり***********/


#country_ttl{
	width: 653px;
	margin-top: 20px;
	height: 250px;
}


.planttl_img{
	float: left;
}


.check{
	height: 180px;
	width: 231px;
	float: right;
}



.check_bottom{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b5b6b7;
	border-bottom-color: #b5b6b7;
	border-left-color: #b5b6b7;
	width: 229px;
	margin-bottom: 10px;
	padding-top: 10px;
}




.areacheck_btn a{
	display:block;
	background-image:url(../image/countries/area_btn.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 231px;
}

.areacheck_btn a:hover{
	background-image:url(../image/countries/area_btn_mo.jpg);
	background-repeat: no-repeat;
}







/**********　countrie.css のコピー　ここまで　***********/















dl{
	margin-bottom: 20px;
}


.main_box ul{
	margin-top: 10px;
	margin-bottom: 30px;
}

.plan_detail_box .check {
	margin-left: 10px;
}


.option_02_left_box{
	float: left;
	height: 300px;
	width: 250px;
	margin-left: 70px;
	text-align: center;
}

.option_02_right_box{
	float: right;
	height: 300px;
	width: 250px;
	margin-right: 40px;
	text-align: center;
}


.option_01_check{
	width: 500px;
	padding-left: 85px;
	padding-top: 5px;
	padding-bottom: 10px;
}




/***********************国別通話料一覧**************************/
.menu-main {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-style: normal;
	color: #666666;
	line-height: 18px;
	font-weight: normal;
}
.menu-main_underline{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-style: normal;
	color: #666666;
	line-height: 18px;
	font-weight: normal;
	text-decoration: underline;

}

.menu-main-bold {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-style: normal;
	color: #666666;
	line-height: 18px;
	font-weight: bold;
}
.menu-main-bold-blue {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-style: normal;
	color: #0000FF;
	line-height: 18px;
	font-weight: bold;
}
