@charset "utf-8";

/*------------------------------------------------------------------------------------------------
   mainvisual
------------------------------------------------------------------------------------------------*/

#mainvisual {
	padding: 0 0 1px 0;
	background:url(../common/images/line_dots_01.gif) repeat-x left bottom;
}

/*------------------------------------------------------------------------------------------------
   main
------------------------------------------------------------------------------------------------*/

.topBnrList {
	overflow: hidden;
	width: 100%;
	margin: 0 0 50px 0;
	padding: 10px 0 0 0;
	text-align: center;
}
.topBnrList li {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 0 0;
}
.topBnrList li.movBox {
	width: 214px;
	height: 128px;
	margin-right: 0;
	padding: 52px 13px 0 13px;
	background: url(../images/bg_top_movie.jpg) no-repeat left top;
}
.topBnrList li.movBox .bnr {
	margin: 0 0 9px;
	line-height: 1;
}
.topBnrList li.movBox .bnr a {
	display: block;
	background: #FFFFFF;
}
.topBnrList li a:hover img {
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.topBnrList2 {
	overflow: hidden;
	width: 100%;
	margin: 0 0 50px 0;
	padding: 10px 0 0 0;
	text-align: right;
}
.topBnrList2 li {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	margin: 0 9px 0 0;
}

#newsBoxGrp {
	overflow: hidden;
	width: 100%;
	padding: 0 0 40px 0;
}
#newsBoxGrp .leftBox {
	float: left;
	width: 460px;
}
#newsBoxGrp .rightBox {
	float: right;
	width: 460px;
}
.newsBox {
}
.newsBox .newsTitle {
	position: relative;
	margin: 0 0 3px 0;
	line-height: 1;
}
.newsBox .newsTitle .listBtn {
	position: absolute;
	top: 1px;
	right: 2px;
}
.newsBox .newsTitle .listBtn a:hover img {
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.senmonshoku .ttl{
	font-size: 24px;
	text-align: left;
	padding-bottom: 5px;
	border-bottom:1px solid #1fc2f8;
	margin-bottom: 20px;
	background: url(../images/icon_ttl.gif) no-repeat left top 17px;
	padding-left: 30px;

}
.senmonshoku p{
	text-align: left;
	font-size: 16px;
}
.senmonshoku p span{
	font-weight: bold;
}
.senmonshoku .d{
	font-size: 16px;
	text-align: left;
	margin: 70px 0;
}
.senmonshoku .d a{
	padding-right: 20px;
	background: url(../images/icon_pdf.png) no-repeat right center;
}
.senmonshoku .d dt{
	float: left;
}

.senmonshoku a{
	color:#0077ce;
}

.remodal-cancel{
	background: #1ec1f8 !important;
}
.remodal-cancel span{
	background: url(../images/icon_close.gif) no-repeat left center;
	padding-left: 20px;
}