@charset "UTF-8";


body{
	margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}


/* --------------------------------
	HEADER_AREA
   -------------------------------- */
#header_area{
	/*position: fixed;*/
}


/* --------------------------------
	HEADER IMAGE [TOP]
   -------------------------------- */
/* TOP メイン領域 */
#top_title_area{
	position: relative;
	padding-top: 90px;
}
.top{
	height: auto;
}
/* ヘッダー画像 */
.topimg{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin: 0 auto;
}
/* キャッチコピー */
.catch{
	margin: 0;
	padding: 15px;
	background-color: rgba(255,255,255,0.5);
	font-size: 28px;

	position: absolute;
	bottom: 35%;
	left: 3%;
}
/* --------------------------------
	SLIDER
   -------------------------------- */
.slider-pro{ }
.sp-slide p{
	font-size: 20px!important;
	text-align: center;
}
/* --------------------------------
	TOPICS_AREA
   -------------------------------- */
.topic_area{
	padding: 0;
	margin-top: 5px;
	/*padding: 0 15px;*/
}


.topic_box{
	padding: 10px 0 10px 0;
}

/* --------------------------------
 topic_boxの中身（２列）
   -------------------------------- */
.box_top a{
	padding: 20px;
	display: block;
	background-color: #f2f2f2;
	color: #333;
	text-align: left;
	text-decoration: none;
}
.box_top a:hover{opacity: 0.8}
.box_top a:after{
	content: "";
	display: block;
	clear: both;
}

/* 概要 */
.box_det{
	float: left;
	width: 68%;
	display: block;
	color: #333;
	text-align: left;
	text-decoration: none;

	min-height:180px;
	height:auto !important; 
	height:180px;
}
.box_photo{
	float: right;
	width: 30%;
	height: auto;
}
.box_photo img{
	max-width: 100%;
	height: auto;
	border: none;
	margin-bottom: 5px;
	vertical-align: bottom

}
/**/
.box_top a:hover{opacity: 0.8}

.box_top h1{
	margin-top: 0;
	margin-bottom: 0;
	padding: 8px 0 5px 44px;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 2px dotted #999;
}
.box_top p{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 16px;
}

/* --------------------------------
	news_area(新着情報とバナー）
   -------------------------------- */
#news_area{
	padding: 20px 5px 20px 5px;
}

.news_box{
	padding-bottom: 20px;
}

/* お知らせ */
.news{
	padding: 20px;
	border: solid 5px #dddddd;
}

.news h1{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	color: #666666;
}

.news ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.news li a{
	display: block;
	padding: 5px;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.news li a:hover{background-color: #eeeeee}

.news time{
	color: #888888;
	font-weight: bold;
}

.news a:after{
	content: "";
	display: block;
	clear: both;
}

.news time{
	float: left;
	width: 60px
}

.news .text{
	float: none;
	width: auto;
	margin-left: 60px;
}


/* バナーエリア */
.banner ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.banner li img{
	width: 80%;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	padding: 10px 10%;
}

.banner li a{
	display: block;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	border-radius: 4px;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	/*background-color: #f2f2f2;*/
}

.banner li a:hover img{ border: 1px solid #999; }

.banner i{
	margin-right: 5px;
	font-size: 18px;
}
/* ================================
			767px以下
   ================================ */
@media (max-width: 767px) {

	#top_title_area{
		position: relative;
		padding-top: 80px;
	}

	.sp-slide p{
		font-size: 18px!important;
		text-align: center;
	}

}
/* ================================
			768px以上
   ================================ */
@media (min-width: 768px) {

	.topic_area:after{
		content: "";
		display: block;
		clear: both;
	}

	.topic_box{
		float: left;
		width: 49%;

		padding: 15px 0 10px 0;
		margin: 0;
	}
	.topic_box.pR{
		float: right;
	}

	/* news_boxとbanner_boxを横に並べる設定 */
	#news_area:after {
		content: "";
		display: block;
		clear: both;
	}

	.news_box{
		float: left;
		width: 70%;
		padding-right: 35px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.banner_box{
		float: left;
		width: 30%;
	}

}
/* ================================
			1190px以上
   ================================ */
@media (min-width: 1190px) {

	/* 全体の横幅を固定 */
	#news_area,
	.topic_area{
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	/* 全体の横幅を固定 */
	#top_title_area{
		/*width: 1140px;*/
		margin-left: auto;
		margin-right: auto;
	}


}

