@charset "utf-8";
/* CSS Document */

/*slider
*******************************/
#slider{
	width: 1024px;
	height: auto;
	margin: 0 auto 20px auto;
}

#slider ul{
	list-style: none;
}

#slider ul li img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* containerInner
********************************/
.containerInner{
	margin-bottom: 30px;
}

/* about
********************************/

.containerInner:after{
	content:"";
	display: block;
	clear: both;
	overflow: auto;
}

.about{
	float: left;
	width: 49%;
	height: auto;
	margin-right: 2%;
	line-height: 2.0;
}

.about h1{
	/*font-family:'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif;*/
	border-bottom: 1px solid #842f4f;
	color: #842f4f;
	margin-bottom: 10px;
	line-height: 1.5;
}

.about img{
	float: right;
	padding: 0 0 5px 5px;
	max-width: 100%;
	height: auto;
}

/* news
******************************/

.containerInner .news{
	float: left;
	width: 49%;
	height: auto;
	line-height: 2.0;
}

.news h1{
	border-bottom: 1px solid #842f4f;
	color: #842f4f;
	margin-bottom: 10px;
	line-height: 1.5;
}

.news ul{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.news ul li{
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #333;
}

.news ul li time{
	font-weight: bold;
	margin-right: 10px;
}

.news ul li time i{
	margin-right: 5px;
}

.news ul li a{
	color: #842f4f;
	text-decoration: underline;
}

.news ul li a:hover{
	text-decoration: none;
}


/* feature
******************************/
.feature{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.feature > h1{
	border-bottom: 1px solid #842f4f;
	color: #842f4f;
	margin-bottom: 10px;
	line-height: 1.5;	
}

.featureInner{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.featureInner:after{
	content: "";
	display: block;
	clear: both;
	overflow: auto;
}

.feature article{
	width: 32%;
	height: auto;
	margin-right: 2%;
	float: left;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #842f4f;
	border-radius: 5px;
	background: #f3e2ea;
	line-height: 2.0;
}

.feature article:last-child{
	margin-right: 0;
}

.feature article h1{
	line-height: 1.5;
	margin-bottom: 10px;
}

@media screen and (max-width: 789px){
	
	.about{
		width: 100%;
		height: auto;
		float: none;
		margin: 0 0 20px 0;
	}
	
	.about img{
		padding: 0 0 10px 10px;
	}
	
	.containerInner .news{
		width: 100%;
		height: auto;
		float: none;
		margin: 0 0 10px 0;
	}
	
	.feature article{
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
	}
	
}

@media screen and (max-width: 560px){
	.about img{
		width: 50%;
		heihgt: auto;
	}
	
	.news ul li time{
		display: block;
		margin-right: 0;
	}
	
}