@charset "UTF-8";

@media screen and (max-width:641px){

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

body{
	font-size: 14px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#kv{
	width: 100%;
	
}

#kv img{
	width: 100%;
}

#main_contents{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#main_contents .container .main .box_left,
#main_contents .container .main .box_right{
	/* width: 420px; */
	width: 100%;
}

#main_contents .container .main .box_left{
	/* float: left; */
	float: none;
}

#main_contents .container .main .box_right{
	/* float: right; */
	float: none;
	margin-top: 30px;
}

#main_contents .container .main  .box_ttl{
	width: 100%;
	display: block;
}

#main_contents .container .main .box_left .news_contents{
	height: 150px;
	padding: 5px 12px 0;
	border-left: 2px solid #fd8c8f;
	border-right: 2px solid #fd8c8f;
	border-bottom: 2px solid #fd8c8f;
	overflow: scroll;
}

#main_contents .container .main .box_left .news_contents ul li{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dadada;
}

#main_contents .container .main .box_left .news_contents ul li:last-child{
	border-bottom: none;
}

#main_contents .container .main .box_left .news_contents ul li dl dt{
	display: inline-block;
	color: #fd8c8f;
	width: 100%;
	vertical-align: top;
	margin-bottom: 5px;
}

#main_contents .container .main .box_left .news_contents ul li dl dd{
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

#main_contents .container .btnArea{
	margin-top: 40px;
}

#main_contents .container .btnArea ul li{
	float: none;
	margin-left: auto!important;
	margin-right: auto;
}

#main_contents .container .btnArea ul li a{
	display: block;
	width: 100%;
	height: auto;
}

#main_contents .container .main .box_right .twitter_contents{
	height: 150px;
	padding: 5px 12px 0;
	border-left: 2px solid #3398b0;
	border-right: 2px solid #3398b0;
	border-bottom: 2px solid #3398b0;
	overflow: scroll;
}

#main_contents .container .bnrArea{
	margin-top: 40px;
	background: #ededed;
	padding: 40px 0 10px; 
}

#main_contents .container .bnrArea ul{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#main_contents .container .bnrArea ul li{
	width: 80%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#main_contents .container .bnrArea ul li a{
	display: block;
	height: auto;
	width: 100%;
}

#main_contents .container .bnrArea ul li a img{
	width: 100%;
	height: auto;
}


#main_contents .container .bnrArea ul li:first-child{
	margin-left: auto!important;
}



#main_contents .container .copyright{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: center;
	font-size: 10px;
	padding-bottom: 30px;
}



}


