@charset "utf-8"; 

* {
    font-family: "ＭＳ Ｐ明朝", serif;
    vertical-align: 0;
}

h1, h2, h3, th, dt, strong, a, #logo a, #footer ul li {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
    color: #5d4442;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 12pt;
    line-height: 1.4;
}
head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}
p, dt, dd, th, td, li  {
    line-height: 1.4;
}
#container,
#header h2,
#footer p,
#fotter address,{
    text-align: left;
}
#content {
    width: 92%;
    margin-left: auto;
    text-align: left;
}

#header h2 {
	font-size: 12pt;
	}

h3.detailTitle {
	clear: both;
	margin-top: 1em;
	font-size: 20pt;
	}
	
table {
    margin-bottom: 1em;
    border-collapse: collapse;
    width: 100%;
}
th, td {
    border: 2px solid #473533;
    padding: 6px 8px;
    vertical-align: top;
    text-align: left;
    font-size: 10.5pt;
}

th,
td.price {
	white-space: normal;
	}

a {
	text-decoration: none;
}

#logo a:after {
    content: "";
}
img {
	border: 0;
}


.detailBox p {
	min-height: 220px;
	}
	
	* html .detailBox p {
	height: 220px;
	}

.detailBox ul {
	list-style: none;
	}

.detailBox p img {
	float: left;
	display:inline-block;
	width: 300px;
	padding-bottom: 30px;
	}
	
.detailBox table {
	clear: both;
	}

#main #detailInfo {
	float: none;
	position: absolute;
	top: 200px;
	left: 450px;
	width: 200px;
	}
	
#main #detailInfo ul,
#main #detailInfo ul li {
	padding-left: 0;
	list-style: none;
	}

#header h1,
#header h1 a,
#header ul.hmenu,
#header .gnavi,
#nav,
#main h2,
#main ol.path,
#main p.requestBtn,
#main .dinfoBox ul.noprint,
p.ptop,
#footer ul {
	display: none;
}
#header p#printonly {
	display: block;
	}