@charset "utf-8";

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*ヘッダー
header {
	text-align: center;
}

header h1 {
	padding: 5px 0 10px 0;
}
---------------------------------------------------------------------------*/

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	border-radius: 10px 10px 10px 10px;
}

/*main,sub
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 44%;
	padding-bottom: 20px;
}
#sub {
	float:right;
	width: 55%;
	padding-bottom: 0px;
}
#main p {
	padding: 15px;
	padding-right: 5px;
}
.smapho {
	display:none;
}

/*メイン画像
---------------------------------------------------------------------------*/
#mainimg {
	/* display: none; */
	width: auto;
	height: auto;
}
#mainimg img {
	border-radius: 0px 0px 10px 10px;
	vertical-align: bottom;
	z-Index:2;
	position: relative;
	left:0px;
	top:0px;
}
#res_image {
	height: auto;
	width: 100%;
	position: relative;
}

