@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

#wrapper_toppage{
	margin: 0;
	padding: 0;
	text-align:left;
	width:100%;
	min-width:1000px;
	background: url(../img/common/bg_contents.png) repeat-x top center;
}
@media screen and (max-width: 768px) {
/*tablet*/
#wrapper_toppage{
	width:100%;
	min-width:100%;
}
}
@media screen and (max-width: 479px) {
/*sp*/
}

/*mainImage
************************************************************************************/
.mainImage{
    height: 300px;
	width:100%;
	background:#FF6;
    margin: 0 -500% 40px -500%;
    padding: 0 500%;
}

.mainImage .slide{
	width: 850px;
	margin: auto;
}

.top_discription{
	border: 1px solid #CCC;
	margin:15px 15px 15px 0;
	padding:15px;
	font-weight:bold;
}

#news{
}

#news .body{
	height: 340px;
	overflow-y: scroll;
}


#news .title{
	background:-webkit-gradient(linear,center top, center bottom, from(#FFF), to(#e6e6e6));
	background:-moz-linear-gradient(top, #FFF, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffFFFFFF', endColorstr='#ffe6e6e6');
	background: linear-gradient(to bottom, #FFF, #e6e6e6);
	padding: 8px 0 8px 15px;
	margin: 0 0 5px 0;
	font-size:20px;
	font-weight:bold;
	border-top: 1px solid #ededed;
}
#news .title span{
	padding: 0 0 0 10px;
	border-left: 3px solid #F60;
	line-height: 1.1em;
	display: block;
}
#news .report{
	margin-top:10px;
	font-size:14px;
	border-bottom:dotted #999999 1px;
	padding: 0 0 10px 0;
}
#news .report .day{
    font-weight: bold;
	font-size:16px;
    color: #FF6600;
}

@media screen and (max-width: 768px) {
/*tablet*/
.mainImage{
    height: auto;
	margin-bottom:10px;
}
.mainImage img{
	max-width: 100%;
	height: auto;
	margin:0 5px 0 0;
}

.mainImage .slide{
	width: 100%;
	margin: auto;
}


.top_discription{
	border: 1px solid #b40000;
	margin:15px 0;
	padding:5px;
}
}
@media screen and (max-width: 479px) {
/*sp*/
.mainImage img{
	max-width: 100%;
	height: auto;
}

}




