@charset "utf-8";

/*h1タグ
---------------------------------------------------------------------------*/
h1 {
	display: none;
}

/*container
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 10px;
}

/*header
---------------------------------------------------------------------------*/
header {
	margin-bottom: 0px;
}

/*smartphone用menubar
---------------------------------------------------------------------------*/
/*メニュー１個ごと*/
#menubar ul li {
	float: left;
	width: 48%;
	margin: 0px 1%;
}
#menubar ul li a {
	text-decoration: none;
	text-align: center;	/*文字をセンタリング*/
	display: block;
	border-bottom: 2px dotted #8c8c8c;	/*下線の幅、線種、色*/
	padding: 5px 0px;			/*上下、左右への余白*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間 0.5秒。*/
	transition: 0.5s;			/*同上*/
}
#menubar ul li a:hover {
	background-color: #dfeccd;	/*マウスオン時の背景色*/
}
/*最後のメニュー*/
#menubar ul li:last-child {
	margin-bottom: 20px;
}

/*contents
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,sub
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#diary {
	overflow: auto;
    width: 100%;
    height: 1800px;
}
#diary iframe {
	-o-transform:scale(0.95);
	-webkit-transform:scale(0.95);
	-moz-transform:scale(0.95);
	-ms-transform:scale(0.95);
	transform-origin:0 0;
	-o-transform-origin:0 0;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
}

/*homeメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	height: auto;
	width: 100%;
	margin-bottom: 5px;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 96%;
}

/*その他
---------------------------------------------------------------------------*/
/*写真*/
img.wa {
	width: 100%;
	height: auto;
}
#sub #submenu {
	display: none;
}
#menubar {
	display: block;
}