@charset "utf-8";

body {
backgroud-size: 50% 50%;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}

/*ヘッダー内のロゴ画像
---------------------------------------------------------------------------*/
header h1 img{
	width: 50%;
	height: auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
nav#menubar ul li {
	float: left;
	width: 30%;
	height: 160px;
	margin-left: 2%;	
	/*background-color: #000;*/
}
/*各メニューの写真部分の設定*/
nav#menubar ul li img {
	width: 90%;
}
nav#menubar ul li a img {
	border: 5px solid #FFF;
}
/*各メニューの写真部分のマウスオン時の設定*/
nav#menubar ul li a:hover img {
	border: 5px solid #FF3;
}
/*テキスト部分の設定*/
nav#menubar ul li a span {
	font-size: 120%;
	margin-bottom: 10px;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	height: auto;
	width: 100%;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツのh2タグの設定*/
#main h2 {
	padding: 4px 15px;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 10px 1em;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	padding: 4px 15px;
}

/*ブロック
---------------------------------------------------------------------------*/
#main section.list article {
height: auto;
width: 100%;
	margin: 0px 0px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 130%;
}
#main section.list article figure img {
	width: 100%;
	height: auto;
}

/*ブロック2
---------------------------------------------------------------------------*/
#main section.list2 article {
height: auto;
width: 100%;
	margin: 0px 0px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main section.list2 article figure img {
	width: 100%;
	height: auto;
}

/*ブロック3
---------------------------------------------------------------------------*/
#main section.list3 article {
height: auto;
width: 100%;
	margin: 0px 0px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main section.list3 article figure img {
	width: 100%;
	height: auto;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	font-size: 120%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 80px;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
/*写真の設定*/
img.wa {
	width: 100%;
	height: auto;
}
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

.spNone {
	display:none;
}

div.fb-like-box{
display: block;
width:100%;
margin-left:auto;
margin-right:auto;
}

.left-box { float: left; width:100%; padding: 0; box-sizing: border-box; }
.right-box { float: left;　width:100%; padding: 0; box-sizing: border-box; }

.float_r {
float: none;
}
