@charset "utf-8";
/*メインイメージ（カルーセル）--*/
#mainImgArea, #mainImgArea * {
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none
}
#mainImgArea {
	max-width:1200px;
	min-width:966px;
	width:100%;
	height:597px;
	overflow:hidden;
	margin-right:auto;
	margin-left:auto;
	position:relative
}
#mainImgArea .apps-container {
	position:absolute;
	left:50%;
	top:70px;
	height:527px;
	opacity:0
}
#mainImgArea .apps-container-inner {
	position:relative;
	left:-600px;
	cursor:-webkit-grab;
	cursor:-moz-grab
}
#mainImgArea .apps-container-inner.grabbing {
	cursor:-webkit-grabbing;
	cursor:-moz-grabbing
}
.fest-banner {
	-ms-filter:"alpha( opacity=0 )";
	filter:alpha(opacity=0);
	opacity:0;
	display:block;
	width:100%;
	height:85px;
	position:absolute;
	background-color:#fff;
	left:0;
	top:192px
}
.fest-banner:hover {
	-ms-filter:"alpha( opacity=20 )";
	filter:alpha(opacity=20);
	opacity:.2
}
#jsMainImgCover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
#jsMainImgCover .jsBg {
	background:#fff url(../import/images/main/bg/load_title.gif) no-repeat center 203px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
#jsMainImgCover .jsImg {
	position:absolute;
	top:410px;
	left:50%;
	display:none
}
#jsMainImgCover .jsImg img {
	position:relative;
	left:-73px
}
#mainImgArea .bg {
	position:absolute;
	width:6488px;
	height:527px
}
ul.bg li.bg1 {
	position:absolute;
	top:0;
	left:0;
	width:3244px;
	height:527px
}
ul.bg li.bg2 {
	position:absolute;
	top:0;
	left:3244px;
	width:3244px;
	height:527px
}
#mainImgArea .middle {
	position:absolute;
	width:1200px;
	left:0;
	top:0
}
#mainImgArea .obj {
	position:absolute;
	width:1200px;
	height:527px;
	background:url(../import/images/main/bg/obj-spring.png) repeat-x 0 bottom
}
#mainImgArea .logo {
	position:absolute;
	top:0;
	left:0;
	width:1200px;
	height:527px;
	background:url(../import/images/main/bg/logo-spring.png) no-repeat 50% 129px
}
.items-container {
	position:absolute;
	left:0;
	width:1200px;
	height:527px
}
.items {
	position:absolute;
	left:0;
	bottom:0
}
.items li {
	float:left;
	position:relative
}
.items li a {
	display:block
}
.items li img {
	position:absolute;
	bottom:0
}
.items li img.jsOv {
	display:none
}
.items li a.hover img.jsOv {
	display:inline!important
}
/*--メインイメージ（カルーセル）*/

body {
	background: #f7f7f7;
}
/*NEWS--*/
#newsCntn #bnr_twoclm {  	
  display: flex;
  justify-content: space-between;
  width:100%;
  margin-top:20px;
}
#newsCntn #bnr_twoclm .bnr_twoclm_li img{
	width:98%
}

#importantInfo {
	width:900px;
	border:solid 1px #feccd6;
	height:20px;
	padding:12px 30px 10px;
	text-align:left;
	margin-top: 20px;
}
#importantInfo ul li {
	list-style-type: disc!important;
	font-size: 12px;
}
#newsCntn {
	width: 620px;
	text-align: left;
	margin-top: 25px;
	float: left;
}
#newsCntn h2 {
	float:left;
}
#newsCntn dl {
	border-top:solid 1px #ededed;
	border-bottom:solid 1px #ededed;
	padding:5px 0 10px 0;
	margin-top: 5px;
	margin-bottom: 20px;
}
#newsCntn dl dt {
	font-size: 93%;
	float:left;
	margin-right: 0;
	margin-top: 4px;
	width: 75px
}
#newsCntn dl dd {
	font-size: 93%;
	display: table;
	line-height: 1.6em;
	margin-top: 4px;
	margin-bottom: 0px;
}
#newsCntn dl dd a {
	text-decoration: none;
}
#newsCntn dl dd a:hover {
	text-decoration:underline;
}
#newsCntn ul {
	margin-left: 20px;
}
#newsCntn ul li {
	list-style-image: url("../img/index/ico_news.jpg")!important;
	float: left;
	margin-right: 40px;
	font-size:95%;
	margin-bottom:15px;
}
#newsCntn ul li a {
	text-decoration: none;
}
#newsCntn ul li a:hover {
	text-decoration:underline;
}
#newsCntn .caution{
clear:both;
background-color:#fbe8ec;
padding:3px 0
}
#newsCntn .caution a{
	text-decoration:none
}


/*--NEWS*/

/*バナー--*/
#bnrCntn {
	margin-top: 20px;
	float:right;
	width: 320px;
}
#bnrCntn ul li {
	float: left;
	margin-top: 5px;
}
#bnrCntn ul li:nth-child(1) {
	margin-right:4px;
}
/*--バナー*/

/*インデックス内共通コンテナ--*/
.indexMiniCntn {
	margin-bottom:80px;
}
.indexMiniCntn dl dt {
	float:left;
}
.indexMiniCntn dl dd {
	float:right;
	width: 280px;
	text-align: left;
}

/*--インデックス内共通コンテナ*/
