@charset "utf-8";
/*=============================================================

 common

=============================================================*/

.ttlBlock {
	position: relative;
	padding-bottom: 1px;
	border-bottom: 3px solid #e6003e;
}
.ttlBlock .ttlBlockInner {
	padding: 1px 1px 0 1px;
	border: 1px solid #cccccc;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.ttlBlock .ttlBox {
	width: 100%;
	display: table;
	padding: 16px 30px 12px;
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f0f0f0));
	background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
	background-image: linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.ttlBlock .ttlBox h2 {
	width: auto;
	display: table-cell;
	font-size: 112.5%;
	vertical-align: middle;
}
.ttlBlock .ttlBox p {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	line-height: 1;
}
.ttlBlock .ttlBox p a {
	display: inline-block;
	padding: 0 0 0 10px;
	background: url(../shared/img/arw_red.png) no-repeat left center;
	color: #333;
}
/* BOX

-------------------------------------------------------------*/

#contents {
	width: 950px;
	margin: 0 auto;
	clear: both;
	line-height: 1.7;
	padding-bottom: 90px;
}
.sectionBox {
	clear: both;
	padding-top: 60px;
}
.sectionBoxInner {
	padding: 30px 0px 0px;
}
/*=============================================================

 main

=============================================================*/

#main {
	display: block;
	background: url(../img/mainbg.png) repeat-x center top;
}
#mainInner {
	width: 950px;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
}
#main-visual {
}
#main-visual .visualBlock {
}
#main-visual .visualBlock img {
	width: 100%;
	height: auto;
}
#main-visual .visualBlock .pc {
	display: block;
}
#main-visual .visualBlock .sp {
	display: none;
}
.bx-prev, .bx-next {
	position: absolute;
	z-index: 100;
	width: 40px;
	height: 80px;
	margin-top: -40px;
	top: 50%;
}
.bx-prev {
	bottom: 0;
	left: -50px;
	background: url(../img/arw_prev.png) no-repeat left top;
}
.bx-next {
	bottom: 0;
	right: -50px;
	background: url(../img/arw_next.png) no-repeat left top;
}
.bx-pager {
	padding: 0 0 0 0;
	text-align: center;
	position: absolute;
	z-index: 100;
	width: 100%;
	bottom: 10px;
}
.bx-pager .bx-pager-item {
	display: inline-block;
	padding: 0 10px;
}
.bx-pager a {
	background: url(../img/pager.png) no-repeat left top;
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	text-align: left;
}
.bx-pager a.active {
	background: url(../img/pager_act.png) no-repeat left top;
}
/*=============================================================

 BNR

=============================================================*/

#bnrArea {
}
#bnrAreaInner {
	padding:20px 20px 20px 0px;
	background-color:#f0f0f0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#bnrArea ul {
}
#bnrArea ul li {
	float:left;
	width:290px;
	padding:0 0 0 20px;
}
#bnrArea ul li a {
	display:block;
	border:1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow:hidden;
	background-color:#fff;
}
#bnrArea ul li a figure img {
	width:100%;
	height:auto;
}
#bnrArea ul li a p {
	width:100%;
	display:table;
	text-decoration:none;
	font-size:18px;
	color:#333;
	line-height:1.25;
}
#bnrArea ul li a p span {
	display:table-cell;
	vertical-align:middle;
	height:4em;
	padding:0 10px 0 25px;
	background: url(../shared/img/arw_red.png) no-repeat 10px center;
}
/*=============================================================

 News

=============================================================*/

#newsArea {
}
/* list

-------------------------------------------------------------*/

#newsList dl {
	position: relative;
	padding: 20px 0 20px 128px;
	border-bottom: 1px dotted #cccccc;
}
#newsList dl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#newsList dl dt {
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}
#newsList dl dt span.date {
	display: inline-block;
	width: 7em;
	padding-right: 5px;
}
#newsList dl dt span.icn {
	display: inline-block;
	float: right;
}
#newsList dl dt span.icn img {
	padding-right: 5px;
	height: 24px;
	width: auto;
}
#newsList dl dt span.icn img.category {
	position: absolute;
	top: 20px;
	left: 0;
}
#newsList dl dd {
	display: block;
	padding: 5px 0 0;
}
#newsList dl dd a {
	color: #015ed0;
}
#newsList dl dd .txtPdf {
	display: inline-block;
}
#newsList dl dd .icnPdf {
	width: 15px;
	height: 16px;
	padding: 3px 0 0 5px;
	vertical-align: text-top;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 TUBLET

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media only screen and (max-width:950px) {
/*=============================================================

 common

=============================================================*/

.ttlBlock .ttlBlockInner {
	padding: 1px 1px 0 1px;
	border: none;
	border-top: 1px solid #cccccc;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.ttlBlock .ttlBox {
	padding: 16px 14px 12px;
}
.ttlBlock .ttlBox h2 {
	font-size: 15px;
}
.ttlBlock .ttlBox p a {
	font-size: 13px;
}
/* BOX

-------------------------------------------------------------*/

#contents {
	width: 100%;
	padding-bottom: 50px;
}
.sectionBox {
	clear: both;
	padding-top: 40px;
}
.sectionBoxInner {
	padding: 30px 14px 0px;
}
/*=============================================================

 main

=============================================================*/

#main {
	display: block;
	background: none;
	background-color: #f0f0f0;
}
#mainInner {
	width: 100%;
}
#main-visual {
}
#main-visual .visualBlock {
}
.bx-prev, .bx-next {
	display: none;
}
.bx-pager a {
	background: url(../img/pager_sp.png) no-repeat left top;
	background-size: 14px 14px;
	-webkit-background-size: 14px 14px
}
.bx-pager a.active {
	background: url(../img/pager_act_sp.png) no-repeat left top;
	background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
}
/*=============================================================

 BNR

=============================================================*/

#bnrArea {
}
#bnrAreaInner {
	padding:14px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
#bnrArea ul {
}
#bnrArea ul li {
	float:none;
	width:auto;
	padding:0;
	margin-top:14px;
}
#bnrArea ul li:first-child {
	margin-top:0px;
}
/*=============================================================

 News

=============================================================*/

/* list

-------------------------------------------------------------*/

#newsList {
	padding: 0 14px;
}
#newsList dl {
	padding: 20px 0 20px 0px;
}
#newsList dl dt span.date {
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
}
#newsList dl dt span.icn {
	display: block;
	float: none;
}
#newsList dl dt span.icn img {
	height: 20px;
}
#newsList dl dt span.icn img.category {
	position: static;
}
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 SP 640px

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media only screen and (max-width:640px) {
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 SP 480px

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media only screen and (max-width:480px) {
#mainInner {
	width: 100%;
	padding: 20px 0 40px;
}
#main-visual .visualBlock .pc {
	display: none;
}
#main-visual .visualBlock .sp {
	display: block;
}
#movieArea #movieList .movieBox .thum a {
	width: 100%;
	height: 120px;
	top: 50%;
	left: 0;
	margin: -60px 0 0 0;
}
}
