@charset "UTF-8";

/*--------------------------------------
	Style Name : Home Style Sheet

	Content Area
--------------------------------------*/

/*--------------------------------------
	div#lead-area
--------------------------------------*/

 div#lead-area {
	border-bottom: 2px solid #FFCC00;
	 position: relative;
}

 div#lead-area .mv_text {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%,-50%);
	 z-index: 10;
}

.slick-slider {
	margin-bottom: 0;
}

.slick-slide img {
	width: 100%;
}

/*	div.section
--------------------------------------*/

#main-content div.section {
	margin-bottom: 20px;
}

#main-content div.section div.content-link a {
	padding-left: 12px;
	background: url(../image/icon_arrow_03.png) no-repeat left center;
	text-align: right;
}

/*	#section-01
--------------------------------------*/

#main-content #section-01 h2.section-title {
	margin-bottom: 0;
}

#main-content #section-01 div.wrapBox {
	background: url(../../image/bg_wrapbottom.png) bottom no-repeat;
}

#main-content #section-01 div.wrapBox {
	/zoom: 1;
}

#main-content #section-01 div.wrapBox:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#main-content #section-01 div.wrapBox ul {
	padding: 6px 0 0 19px;
}

#main-content #section-01 div.wrapBox ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#main-content #section-01 div.wrapBox ul li dl.itemBox {
	margin: 0 12px 16px 0;
	border: 1px solid #E6E6E6;
	width: 201px;
}

#main-content #section-01 div.wrapBox ul li dl.itemBox {
	/zoom: 1;
}

#main-content #section-01 div.wrapBox ul li dl.itemBox:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

* html ul li 

{
	/*ieのfloatバグ回避の為*/
	margin-left: 1px;
}

#main-content #section-01 div.wrapBox ul li dl.itemBox dd {
	padding: 8px 5px;
	zoom: 1;
}

#main-content #section-01 div.wrapBox ul li dl.itemBox dd.text {
	float: right;
	width: 110px;
		line-height: 160%;
}

#main-content #section-01 div.wrapBox ul li dl.itemBox dd.text p {
	margin: 0;
}

#main-content #section-01 div.wrapBox ul li dl.itemBox dd p.moreinfo {
	margin: 5px 0 0;
	padding: 0 0 0 10px;
	background: url(../image/arrow02.png) no-repeat;
}

#main-content #section-01 div.wrapBox ul li dl.itemBox dd p.img {
	margin: 0;
	border: 1px solid #ccc;
	float: left;
}

/*	#section-02
--------------------------------------*/

#main-content #section-02 h2.section-title {
	margin-bottom: 0;
}

#main-content #section-02 .facebook {
	background: #ffffff;
}

#main-content #section-02 div.wrapBox {
	background: url(../../image/bg_wrapbottom.png) bottom no-repeat;
}

#main-content #section-02 div.wrapBox ul {
	padding: 7px 0 10px 21px;
}

#main-content #section-02 div.wrapBox ul li {
	clear: both;
	width: 620px;
	padding: 5px 0px 5px 10px;
	background: url(../image/arrow02.png) no-repeat left center;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	font-size: 14px;
}

#main-content #section-02 div.wrapBox ul li .entryBox {
	font-weight: normal;
	font-size: 12px;
	margin-right: 10px;
}

