@charset "UTF-8";

#bmcp_box{
	width:100%;
	padding:20px 0;
	background:#000;
}

#bmcp_box h1{
	width:304px;
	height:156px;
	margin:0 auto;
	background:url(cp_title.png) no-repeat;
	background-size:304px 156px;
	text-indent:-9999px;
}

.period{
	width:90%;
	margin:10px auto;
	padding:5px;
	background:#666;
	text-align:center;
	font-size:90%;
	color:#FFF;
	font-weight:bold;
	text-shadow: 1px 1px 3px #000;
	line-height:1.4;
}

#bmcp_box h2{
	text-align:center;
	font-size:140%;
	color:#fff;
	font-weight:bold;
	text-shadow: 0px 0px 4px #fff;
	line-height:1.4;
}

.intro{
	width:80%;
	padding:8px;
	margin:10px auto 20px;
	background:#fff;
	font-size:90%;
	color:#333;
	line-height:1.2;
}

.select{
	width:80%;
	margin:0 auto;
	padding:8px;
	background:#333;
	text-align:center;
}

.select h3{
	width:95%;
	margin:0 auto 10px;
	padding:5px;
	background: -webkit-gradient(linear, left top, right bottom, from(#ccc), to(#fff));
	text-align:center;
	font-size:90%;
	color:#333;
	font-weight:bold;
	text-shadow: 1px 1px 3px #fff;
	line-height:1.4;
}

.select p{
	margin-bottom:8px;
	font-size:120&;
	color:#FFF;
	font-weight:bold;
}

.select dt.application a,.select dt.exchange a{
	display:inline-block;
	width:80%;
	height:35px;
	margin:5px auto 7px;
	padding-top:15px;
	border-radius: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#333));
	text-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 2px 2px 4px 0px #000;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.select dd{
	color:#FFF;
	margin-bottom:8px;
}

.namenana{
	width:80%;
	margin:20px auto;
	padding:8px;
	background:-webkit-gradient(linear, left top, right bottom, from(#9C0),to(#005E2D));
}

.namenana h3{
	width:95%;
	margin:0 auto 10px;
	padding:5px;
	background:#FFF596;
	font-size:90%;
	color:#006E35;
	font-weight:bold;
	text-shadow: 1px 1px 3px #FF0;
	line-height:1.4;
}

.conditions{
	width:95%;
	margin:0 auto 15px;
	font-size:85%;
	color:#FF0;
	line-height:1.2;
	font-weight:bold;
	text-shadow: 1px 1px 3px #030;
}

.notes{
	width:90%;
	padding-left:12px;
	margin:0 auto 10px;
	font-size:12px;
	color:#FFF;
	line-height:1.2;
	text-indent:-12px;
}

.master{
	width:80%;
	margin:20px auto;
	padding:8px;
	background:-webkit-gradient(linear, left top, right bottom, from(#dac552),color-stop(0.5, #fff),to(#dac552));
	text-align:center;
}

.master h3{
	width:95%;
	margin:0 auto 10px;
	padding:5px;
	background:#AC1316;
	text-align:center;
	font-size:90%;
	color:#FFF;
	font-weight:bold;
	text-shadow: 1px 1px 3px #600;
	line-height:1.4;
}

.master p{
	margin-bottom:8px;
	font-size:120&;
	color:#AC1316;
	font-weight:bold;
	line-height:2;
}

.master p a{
	font-size:90%;
	color:#039;
}

.master p a.bn{
	display:block;
	width:80%;
	margin:0 auto;
	padding:8px 15px 0 12px;
	background:#002566;
}

.under_text_link{
	text-align:center;
}

.under_text_link a{
	color:#FFF;
	font-weight:bold;
	text-shadow: 0px 0px 3px #fff;
}



