@charset "utf-8";

/* ========================================================
	contents.css => コンテンツページ用CSS
======================================================== */

div#contentsArea h2 {
	margin-bottom: 20px;
}
div#contentsArea h3 {
	margin-bottom: 0.6em;
}



a.link {
	padding-left: 10px;
	background: url(../images/link_point.gif) no-repeat left;
}




/* 商品リスト
============================================================================================================ */
div#stockList {
	clear: both;
	padding-bottom: 20px;
}
div#stockList ul {
	zoom: 1;
}
div#stockList ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#stockList ul li {
	float: left;
}
div#stockList div {
	padding: 20px 19px;
	border: 1px solid #e3e3e3;
}
div#stockList table {
	margin: 5px 0;
	width: 860px;
	border-collapse: collapse;
}
div#stockList table th,
div#stockList table td {
	border: 1px solid #b9cffb;
	text-align: center;
	line-height: 1.3;
}
div#stockList table th {
	padding: 0.8em 0.3em;
	background-color: #dce7fb;
	font-weight: bold;
	color: #333333;
}
div#stockList table td {
	padding: 0.4em 0.6em;
	background-color: #ffffff;
}
div#stockList table td.new {
	width: 36px;
	padding: 5px;
}
div#stockList table td.image {
	width: 1px;
	padding: 10px;
}
div#stockList table td p {
	border: 1px solid #e3e3e3;
}
div#stockList table td.name {
	text-align: left;
}
div#stockList table a:link, div#stockList table a:visited {
	color: #666666;
	text-decoration: none;
}
div#stockList table a:hover, div#stockList table a:active {
	color: #666666;
	text-decoration: none;
}

div#stockList table tr.soldout td ,
div#stockList table tr.lease td {
	background-color: #fafafa;
	color: #cccccc;
}
div#stockList table tr.soldout td p,
div#stockList table tr.lease td p {
	position: relative;
}
div#stockList table tr.soldout td p strong,
div#stockList table tr.lease td p strong {
	position: absolute;
	top: 40px;
	left: 0;
}
div#stockList table tr.soldout td em,
div#stockList table tr.lease td em {
	text-decoration: line-through;
}


p.switch {
	text-align: center;
}
p.switch span {
	color: #bbbbbb;
}
p.switch span.prev {
	padding-left: 12px;
}
p.switch span.next {
	padding-right: 12px;
}
p.switch a.prev {
	padding-left: 12px;
	background: url(../../stock/images/arrow_prev.gif) no-repeat left;
}
p.switch a.next {
	padding-right: 12px;
	background: url(../../stock/images/arrow_next.gif) no-repeat right;
}
p#noStock {
	padding: 100px 0;
	text-align: center;
}


/* 商品詳細
============================================================================================================ */
div#detail {
	margin: 20px 10px;
	zoom: 1;
}
div#detail:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#detail p {
	position: relative;
	float: left;
	border: 1px solid #e3e3e3;
	display: none;
}
div#detail p#ph0 {
	display: block;
}
div#detail ul {
	clear: right;
	float: right;
	width: 142px;
}
div#detail li {
	margin-bottom: 5px;
	text-align: right;
}
div#detail ul#thumbs {
	height: 271px;
}
div#detail ul#thumbs li {
	display: inline;
	float: left;
	margin: 0 0 4px 4px;
	border: 1px solid #e3e3e3;
	cursor: pointer;
}

table#detailTable {
	width: 630px;
	margin: 0 10px;
	background-color: #b9cffb;
}
table#detailTable th,
table#detailTable td {
	padding: 0.4em 0.8em;
}
table#detailTable th {
	width: 20%;
	background-color: #edf3fd;
}
table#detailTable td {
	width: 30%;
	background-color: #ffffff;
}
table#detailTable td.join {
	width: auto;
}
table#detailTable tr.title th,
table#detailTable tr.title td {
	background-color: #dce7fb;
	font-size: 114%;
	font-weight: bold;
	color: #6293eb;
}

div#info {
	width: 408px;
	margin: 20px 121px 0;
	padding-bottom: 5px;
	background: url(../../stock/images/info_bg.gif) no-repeat left bottom;
}
div#info form {
	padding: 10px 0;
	background: url(../../stock/images/info_bg_top.gif) no-repeat;
	text-align: center;
	font-size: 0.1em;
}
div#info dl {
	margin: 0 11px;
}
div#info dl dt {
	float: left;
}
div#info dl dd li {
	padding-bottom: 5px;
	text-align: right;
}





/* 会社概要
============================================================================================================ */
dl#outline {
	margin: 0 15px 40px;
}
dl#outline dt {
	float: left;
	padding-top: 0.4em;
	padding-left: 14px;
	background: url(../images/point_circle.gif) no-repeat 0 0.8em;
	font-weight: bold;
}
dl#outline dd {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 9em;
	background: url(../images/line.gif) repeat-x left bottom;
}
* html dl#outline dd {
	text-indent: -3px;
}

div#map {
	width: 630px;
	height: 500px;
	margin: 20px 10px 0;
}







/* お問い合わせ
============================================================================================================ */
div#inquiry {
	margin: 0 10px;
}
div#inquiry p#mainText {
	margin-bottom: 0.7em;
	padding-bottom: 1em;
	background: url(../images/line.gif) repeat-x left bottom;
}
div#inquiry em {
	color: #81acf6;
}

div#inquiry table {
	width: 630px;
	margin: 2em 0 25px;
	background-color: #b9cffb;
}
div#inquiry table th,
div#inquiry table td {
	padding: 0.4em 0.8em;
}
div#inquiry table th {
	width: 24%;
	background-color: #dce7fb;
}
div#inquiry table td {
	background-color: #ffffff;
}
div#inquiry input.size01 {
	width: 260px;
}
div#inquiry input.size02 {
	width: 400px;
}
div#inquiry input.size03 {
	width: 120px;
}
div#inquiry textarea {
	width: 400px;
	height: 200px;
}

div#inquiry p.btn {
	text-align: center;
}
div#inquiry p.btn input {
	margin: 0 5px;
}
div#inquiry label {
	cursor: pointer;
}


div#inquiry p#error {
	margin: 20px 0 30px;
	font-weight: bold;
	color: red;
}

