@charset "UTF-8";
@import url("./common/common.css");
@import url("./common/base.css");


/*----- トップページ 設定 ----------------------------------------------------*/

div.main_image {  }
div.main_image img{ width:100%; }


/*----- INTRODUCTION 設定 ----------------------------------------------------*/

section.intro p{ width:92%; padding:20px 4% 0 4%; line-height:1.9em; float:left; }


/*----- facebook 設定 ----------------------------------------------------*/

article.fb { width:92%; padding:20px 4% 0 4%; text-align:center; float:left; position:relative; z-index:99999; }

/*----- NEWS INFORMATION 設定 ----------------------------------------------------*/

ul.news_list { width:92%; padding:30px 4% 0 4%; overflow:hidden; }
ul.news_list li{ width:100%; height:40px; float:left; }
ul.news_list li a{ width:100%; height:40px; line-height:40px; text-indent:20px; background:url(/ja/img/home/news_icon.png) 0 50% no-repeat; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; display:block; }


/*----- SITE CONTENTS 設定 ----------------------------------------------------*/

div.sc_wrap { width:100%; margin:10px 0; position:relative; }
div.sc_wrap img{ width:100%; }

div.sc_wrap p{ position:absolute; top:50%; left:30px; }
div.sc_wrap a:hover{ color:#fff; }


/*----- BOTTOM CONTENTS 設定 ----------------------------------------------------*/

div.bottom_wrap { padding:0 3% 50px 3%; }

aside.banner { width:40%; float:left; }
ul.banner_list { width:100%; }
ul.banner_list li{ width:100%; margin-bottom:10px; text-align:center; float:left; }


/*----- 1100px以下の画面設定 ----------------------------------------------------*/

@media screen and (max-width:1100px) {

	aside.banner { width:100%; padding-top:30px; float:left; }

}
/*----- 650px以下の画面設定 ----------------------------------------------------*/

@media screen and (max-width:650px) {

	section.intro p{ font-size:1.1em; }

	div.sc_wrap p{ font-size:0.8em; top:40%; }

	div.bottom_wrap { width:94%; }

	aside.banner { width:80%; padding:30px 10%; float:left; }

}

/*----- 480px以下の画面設定 ----------------------------------------------------*/

@media screen and (max-width:480px) {



}
