@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR Common
Made by Thuyntn
/////////////////////////////////////
*/

/*/////MAINVISUAL/////*/
#Mainvisual {
	height: 329px;
	overflow: hidden;
	background: url(../images/common/bg_mv.png) repeat-x 0 100%;
}
.slideCell {
	display: block;
	float: left;
	height: 100%;
}

/*/////CONTENT/////*/
.list-banner {
	padding-bottom: 15px;
}
.list-banner li {
	float: left;
	margin-right: 5px;
}
.concept {
	/* background: url(../images/index/bg_concept.png) no-repeat 0 0; */
	width: 600px;
	margin-left: 10px;
	background-color: #fff;
	height: auto;
	padding-bottom:2em;
	margin-bottom:2em;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
.title01 {
	padding: 20px 0;
	text-align:center;
}
.text01 {
	font-size: 125%;
	color: #77ab35;
	line-height: 22px;
	width: auto;
	padding: 5px 25px 0 25px;
}
.news {
	background: url(../images/index/bg_news.png) no-repeat 50% 0;
	padding: 3px;
	height: 307px;
	margin-left: 5px;
}
.news h2 {
	text-align: center;
	padding: 30px 0 27px;
}
.news .list-news {
	width: 565px;
	color: #fff;
	height: 174px;
	padding: 10px 0 10px 15px;
	overflow:auto; /* scrollからautoに変更 */
    -webkit-overflow-scrolling:touch;
}

div.news {
  width:hogehoge;
  height:hogehoge;
  overflow:auto; /* scrollからautoに変更 */
  -webkit-overflow-scrolling:touch;

}

iframe {
  width:100%;
  height:100%;
  border:none; /* 追加で指定 */
  display:block; /* 追加で指定 */
}


/*.news .news-list {
	width: 565px;
}
.news .news-list dd {
	margin: 2px 0;
}
.news .news-list dd a {
	color: #fff;
	text-decoration: none;
}
.news dd a:hover {
	text-decoration: underline;
}*/
.fb-page {
	width:289px;
	height:495px;

}
