@charset "utf-8";
/* CSS Document */
/*========mv ==============*/
#mv{
	position:relative;
	display:block;
	width:100%;
	z-index:0;
	padding-bottom:10px;
	clear:both;
}
.info{padding:0 0.5rem;
margin-bottom: 1rem;
text-align: center;}
.info h3{margin-bottom: 0.5rem;}
.info p{margin-bottom: 0.5rem;}
/*========smooth div scroll ==============*/

#makeMeScrollable{
	position: relative;
	width: 100%;
	height:64px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#makeMeScrollable img{
	margin:0 5px;}

/*========コンテンツ ==============*/
#contents{
	width:100%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #D77D66;
	border-bottom-width: 10px;
	border-bottom-color: #D77D66;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: solid;
}
.nav{
	display:block;
}
.nav li{
	display:inline-block;
	width:100%;
}
.Scrollable_container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	height: 64px;
	width: auto;
}

#wrapScr{
	margin-top:0px;
	clear:both;
	display:block;
	width:100%;
	margin-bottom: 10px;
}
/*========新着情報========*/
#infoConte{
	display: block;
	webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	border-bottom-width: 10px;
	border-bottom-color: #D77D66;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: solid;
	padding: 10px 0;
}
.titN{
	width: 98%;
	padding-left: 1%;
}
.titN img{
	width: 25%;
	max-width: 102px;}
	

#news{
width: 100%;
	margin: 0 auto;
}
#news:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#news li {
/*	margin-bottom:10px;*/
	height:3em !important;
	line-height: 1.2em;
}
#news li:nth-child(3n+3) {
		float:left;
	width:66%;
/*	overflow:hidden;
	white-space: nowrap;*/
/*	text-overflow: ellipsis;
	-moz-text-overflow:ellipsis; 
	-o-text-overflow: ellipsis;*/ 
}
#news li:nth-child(3n+1) {
	clear:left;
	float:left;
	color:#E35514;
width: 2%;}

#news li:nth-child(3n+2) {
	float:left;
	width:28%;
}
