@charset "utf-8";
/*table*/
#content .tableCaption .date{
	text-align: right;
}
#content .tableArea th{
	background: #e9e7cf;
}
#content .tableArea tr.even{
	background: #fffff3;
}
/* popup
------------------------------------------------------*/
#popup {

}
#popup .popcloseBtn {
	float:right;
	height: 18px;
	width: 71px;
	margin:10px 10px 10px 0;
	display: block;
}
#popup .popcloseBtn img{
	vertical-align: top;
}
#popup .popupInner{
	padding: 0 0 30px 36px;
}
#popup .title{
	clear:both;
	width: auto;
	font-size: 16px;
	border-left: #00822d solid 4px;
	padding-left: 7px;
	height: 20px;
	line-height: 1;
	padding-top: 3px;
	margin-bottom: 14px;
}
#popup .img1{
	padding-left: 2px;
	padding-right: 8px;
}
#popup .textArea{
	width: 528px;
}
#popup table{
	width: 149px;
	font-size: 12px;
}
#popup .textArea li{
	margin-bottom: 15px;
}
#popup .textArea li p{
	padding-left: 1.2em;
	text-indent: -1.2em;
}
#popup table th{
	background: #e9e7cf;
	text-align: center;
	border: #c8c8c8 solid 1px;
}

#popup table td{
	text-align: center;
	border-top: #f8f8f8 solid 1px;
	border-bottom: #c8c8c8 solid 1px;
	border-left: #c8c8c8 solid 1px;
	border-right: #c8c8c8 solid 1px;
}

#popup .LCol{
	float:left;
	font-size: 12px;
}
#popup .RCol{
	float:left;
}

#popup table tr.even{
	background: #fffff3;
}

.ditaileLink{
	float: right;
}
.ditaileLink a{
	color: #00822d;
}
.ditaileLink a i {
	font-size: 110%;
	margin-right: 0.25em;
}
@media screen and (max-width: 750px){
	#popup .textArea{
		width: 90%;
	}
	#popup .LCol{
		width: 78%;
	}
	#popup .RCol{
		width: 20%;
	}
	#popup table{
		width: 100%;
	}
	#popup .popupInner {
		padding: 0 0 0 5%;
	}
	.ditaileLink{
		float:none;
	}
}

/* start 修正日付20150225 */
.prize{
	width: 9em;
}
/* end 修正日付20150225 */
