@charset "Shift_JIS";



/* format 
------------------------------------------------------------ */

*{
	margin:0;
	padding:0;
}
h1 {
}
h2 {
}

h3 {
}
.h3_bo {
	padding-bottom: 5px;
	color: #00aaeb;
	text-align: center;
	margin: 15px 0px 10px;
	padding-top: 5px;
	border: 2px solid #5ec5f2;
	background-color: #e6f4fd;
	font-weight: bold;
	font-size: 16px;
}
.h3_ka {
	font-size: 15px;
	color: #de75a3;
	text-align: center;
	border: 2px solid #de75a3;
	background-color: #fef7fa;
	font-weight: bold;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.h4_bo {
	margin-bottom: 5px;
	margin-top: 20px;
	border-bottom: 1px solid #5ec5f2;
	border-left: 3px solid #5ec5f2;
	padding-left: 5px;
	font-weight: bold;
	color: #00aaeb;
	font-size: 15px;
}
.h4_ka {
	margin-bottom: 5px;
	margin-top: 20px;
	border-bottom: 1px solid #de75a3;
	border-left: 3px solid #de75a3;
	padding-left: 5px;
	font-weight: bold;
	color: #de75a3;
	font-size: 15px;
}
.h5_bo {
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 14px;
	color: #00aaeb;
	font-weight: bold;
}
.h5_ka {
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 14px;
	color: #de75a3;
	font-weight: bold;
}
body {
*font-size: small;
*font: x-small;
	font-size: 13px;
}
p{
	margin:0;
	line-height:160%;
}
ul{
	list-style:none;
}
li{
	line-height:150%;
}
th,td{
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	/* [disabled]line-height:160%; */
}
/*--変更後--*/
img{
	vertical-align:top;
	/* [disabled]border:none; */
	margin-top:0px;
}

.clr{
	clear:both;
	height:0;
	margin:0;
	padding:0;
	line-height:100%;
	font-size:0;
}


/* link 
------------------------------------------------------------ */
a{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:none;
}





.btn-flat-border {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  padding: 0.2em 1em;
  text-decoration: none;
  color: #00aaeb;
  border: solid 2px #5ec5f2;
  border-radius: 3px;
  background: #e6f4fd;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #1E9C70;
  color: white;
}





.btn-flat-border_ka {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  padding: 0.2em 1em;
  text-decoration: none;
  color: #ff7dc1;
  border: solid 2px #ff7dc1;
  border-radius: 3px;
  background: #fef7fa;
  transition: .4s;
}

.btn-flat-border_ka:hover {
  background: #F39700;
  color: white;
}


/* layout 
------------------------------------------------------------ */

#container{
	text-align:left;
	width:950px;
	margin:0 auto;
	padding-top: 0px;
	clear: none;
}
#header{
	width:950px;
	height: 90px;
	margin-bottom: 20px;
}

/* topメインしたボタン配置 
------------------------------------------------------------ */
#mainBtn
 {
	width: 680px;
}
.leftBtn {
	float: left;
	margin-right: 10px;
	margin-left: 7px;
}
#centerBtn {
	float: left;
	width: 225px;
	padding-left: 13px;
}
#rightBtn {
	　
	float: right;
	float: right;
	width: 225px;
}
#sideNavi {
	float: left;
	width: 240px;
	margin-bottom: 10px;
}
#sideNavi ul li {
	padding-bottom: 8px;
}
ul li a  {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#contents{
	width:950px;
}
#main-top {
	float: right;
	width: 680px;
}





/* foot 
------------------------------------------------------------ */
#footer {
	width: 950px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 15px;
	border-top: thin solid #333;
	border-bottom: thin solid #333;
	text-align: center;
}
#copyright {
	clear: both;
	width: 950px;
	height: 18px;
	border-top: 1px solid #666;
	margin-bottom: 5px;
}
#prize table{
	border-collapse:collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#prize table tr td{
	padding-left: 5px;
	border: thin solid #999;
}

.text-green {
	color: #690;
}
.text-pink {
	color: #FC70BB;
}
.text-blue {
	color: #228DEA;
}
.text-orange {
	color: #EF7C00;
}
.text-bold {
	font-weight: bolder;
}
.text-gray {
	color: #666;
}
.text-small {
	font-size: 11px;
	line-height: 18px;
}





/* etc 
------------------------------------------------------------ */
br.clr{
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	line-height:0px;
	clear:both;
}
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix{
	position:relative;
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.news-title {
	font-weight: bold;
}
.space-both {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* margin */
.mt5							{ margin-top:5px !important;}
.mt10							{ margin-top:10px !important;}
.mt15							{ margin-top:15px !important;}
.mt20							{ margin-top:20px !important;}
.mt25							{ margin-top:25px !important;}
.mt30							{ margin-top:30px !important;}
.mt120							{ margin-top:120px !important;}

.mr5							{ margin-right:5px !important;}
.mr10							{ margin-right:10px !important;}
.mr15							{ margin-right:15px !important;}
.mr20							{ margin-right:20px !important;}
.mr25							{ margin-right:25px !important;}
.mr30							{ margin-right:30px !important;}

.mb0							{ margin-bottom:0px !important;}
.mb5							{ margin-bottom:5px !important;}
.mb10							{ margin-bottom:10px !important;}
.mb15							{ margin-bottom:15px !important;}
.mb20							{ margin-bottom:20px !important;}
.mb25							{ margin-bottom:25px !important;}
.mb30							{ margin-bottom:30px !important;}
.mb100							{ margin-bottom:100px !important;}

.ml5							{ margin-left:5px !important;}
.ml10							{ margin-left:10px !important;}
.ml15							{ margin-left:15px !important;}
.ml20							{ margin-left:20px !important;}
.ml25							{ margin-left:25px !important;}
.ml30							{ margin-left:30px !important;}




.area {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #0D0066;
	margin-top: 30px;
	color: #006;
	padding-left: 5px;
	border-left: thick solid #0D0066;
	margin-bottom: 10px;
}



.warning {
	color: #F00;
}
#container #contents #main-top #hdcp table{
	border-collapse:collapse;
	margin-bottom: 5px;
	border-top: 1px solid #999;
	border-right: 0px none #FFF;
	border-bottom: 0px none #FFF;
	border-left: 0px none #FFF;
}
#container #contents #main-top #hdcp table tr th {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #999;
}
#container #contents #main-top #hdcp table tr td {
	border: 1px solid #999;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}
.bg-yellow {
	background-color: #FFC;
}
.bg-lightBlue {
	background-color: #B2D2F6;
}
.bg-lightGreen {
	background-color: #B2D2F6;
}
.bg-pink {
	font-weight: bolder;
	background-color: #FFE2FF;
	color: #000;
}
.bg-gray {
	font-weight: bolder;
	background-color: #CCC;
	color: #000;
}
#result table {
	border-collapse:collapse;
	margin-top: 10px;
}
#result table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #888;
}


#container #contents #main-top #cresult-btn table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #contents #main-top #result-list table{
	border-collapse:collapse;
}
#container #contents #main-top #result-list table tr td {
	border: 1px solid #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#score table {
	border-collapse:collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}
#score table tr td{
	text-align: center;
	border: 1px solid #999;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}
.plainlinks a {
        background: none !important;
        padding: 0 !important;
        color: #002bb8 !important;
}
.btn img:hover
{ opacity:0.85; filter:alpha(opacity=80); -ms-filter: "alpha(opacity=70)";}.eva-subtitle {
	color: #F00;
	font-size: 18px;
	font-weight: bold;
}

.indent p {
	text-indent:-1em;
	padding-left:1em;
}

#kadai			{width:100%; margin:0 0 30px;overflow:hidden;}

.leftBox		{float:left;width:200px;}
.rightBox	{ float:right; width:300px;}


