/** ベース設計 **/
html {
	font-size: 62.5%;
}

body {
	font-size: 2em;
	color: #4D4D4D;
	background:url("../../images/bg.gif") top center;
}

#body {
	padding: 0 17px;
	width: 1020px;
	margin: auto;
}

#header {
	width: 1020px;
	height: 100px;
	background: url("../../images/bg_head.png") no-repeat;
}

#header #title {
	position: relative;
	left: 225px;
	top: 15px;
}

#header #contact {
	float: right;
	margin-right: 40px;
	margin-top: 8px;
	width:222px;
}

#footer {
	padding: 50px 0;
}

#container {
	width:1000px;
	margin:0 auto 20px;
	padding: 10px 0;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}

#error404 #contents {
	width:100%;
}

#pagetop:hover {
	opacity:1;
}

#pagetop {
	display:none;
	text-align: center;
	position:fixed;
	right:20px;
	bottom:20px;
	opacity:0.7;
}

.red { color: #D55851; }
.blue { color: #2B65B3; }

/* コンテンツ詳細
*************************/
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	width: 1000px;
	margin-bottom: 2rem;
}

.box.t01 {
	background: url("../../images/head0.gif") center top no-repeat;
	padding: 10px;
}

.box.t01 h2,
.box.t01 a {
	display: inline-block;
}

.box.t01 p {
	margin-bottom: 0;
}

.box.t01 #btn_shikifuton:hover {
	cursor: pointer;
	opacity: 0.8;
}


.box.t02 {
	text-align: center;
}

h3 {
	margin-bottom: 2rem;
}

.box.t03 {
}

.box.t03 .inbox {
	text-align: center;
}

.box.t03 .inbox p {
	display:inline-block;
	margin: 0 auto 1rem;
	text-align: left;
}

.box.t04 {
	text-align: center;
}

.box.t04 .inbox {
	width: 700px;
	margin: 0 auto 1rem;
}

.box.t04 .inbox p {
	display:inline-block;
	text-align: left;
}

.box.t04 .inbox p:nth-of-type(2) {
	width: 400px;
	margin: 0;
	float: left;
}

.box.t04 .goretex {
	width: 880px;
	margin: auto;
}

.box.t04 .goretex p {
	text-align: left;
	margin-top: 2rem;
}

.box.t04 .goretex p strong {
	color: #000;
}

.box.t05 {
	text-align: center;
}

.box.t05 .inbox {
	width: 700px;
	margin: 0 auto 1rem;
}

.box.t05 .inbox p {
	display:inline-block;
	text-align: left;
}

.box.t06 {
	text-align: center;
	margin: 2rem auto;
}


.box.lineup h4 {
	text-align: center;
}

.box.lineup .index {
	text-align: center;
}

.box.lineup .index li {
	display: inline-block;
	margin: 1rem;
}

.box.lineup .index li:hover {
	cursor: pointer;
	opacity: 0.5;
}

.box.lineup .items {
	margin-bottom: 5rem;
}

.box.lineup .items h5 {
	text-align: center;
}

.box.lineup .items table {
	margin: 0 auto 2rem;
}

.box.lineup .items table tr td {
	vertical-align: middle;
	padding: 0 1rem;
}

.box.lineup .items table + strong {
	display: block;
	text-align: center;
}

.box.lineup .items .ibox table {
	width: 950px;
}

.box.lineup .items .ibox table td {
	vertical-align: top;
}

.box.lineup .items .ibox table strong {
	color: #1eb7af;
	font-size: 2.4rem;
}

.box.lineup .items .ibox table td span {
	color: #a53d19;
}

.box.lineup .items .ibox table ul {
	margin-left: 3rem;
	margin-bottom: 1rem;
}

.box.lineup .items .ibox table ul li {
	color: #a53d19;
	font-size: 1.8rem;
}

.box.lineup.futon .index li:hover {
	cursor: default;
	opacity:1;
}


.contact {
	width: 908px;
	height: 464px;
	margin: -5px 0 0 49px;
	padding: 30px 0 0 0;
	text-align: center;
	background: url(../../images/bg_contact.png) no-repeat center top;
}

.contact2 {
	display: inline-block;
	vertical-align: top;
	width: 370px;
	height: 198px;
	margin: 30px 10px;
	padding: 15px;
	background: url(../../images/bg_contact2.png) no-repeat center center;
}

.contact2 ul {
	list-style-type: none;
	margin: 30px 0 0 0;
}

.contact2 ul li {
	line-height: 2;
}

#block6 {
	margin-top: 5rem;
}

#block6 h2 {
	margin:0 0 5rem;
}

#block6 h3 {
	margin:0;
}