@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

dl img,
li img {
	display: block;
	vertical-align: baseline;
}

a:link {
	color: #0000ee;
	text-decoration: none;
}

a:visited {
	color: #0000ee;
	text-decoration: none;
}

a:hover {
	color: #0000ee;
	text-decoration: underline;
}

a:active {
	color: #0000ee;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1160px;
	color: #000;
	text-align: center;
	line-height: 1.5;
	background: #F5F5F5 url(../../../../img/pc/common/body_bg.gif) repeat-y center top;
}

#container {
	text-align: left;
}

.wrap {
	margin: 0 auto;
	padding: 6px 49px 53px 47px;
	width: 980px;
	background: url(../../../../img/pc/common/main_bg.gif) repeat-y left top;
}

#main {
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 18px 0 17px;
	background: #FFF;
}

#header .hInner {
	margin: 0 auto;
	width: 982px;
}

h1 {
	margin-top: 4px;
	float: left;
	width: 780px;
	color: #333;
	font-size: 2.1em;
}

#header .hInner h1 a {
	color: #333;
}

#header .hInner h1 a:hover {
	text-decoration: none;
}

#header .hInner .btn {
	float: right;
}

#header .hInner .btn a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	padding: 10px 0 8px;
}

#gNavi ul {
	margin: 0 auto;
	width: 980px;
}

#gNavi li {
	float: left;
	width: 244px;
}

#gNavi li a {
	display: block;
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.2;
	text-align: center;
}

#gNavi li a img {
	margin: 0 auto 3px;
}

#gNavi li a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 0 11px 7px;
}

#pagePath li {
	padding-right: 5px;
	display: inline;
	font-size: 12px;
}

#pagePath li a {
	padding-right: 8px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 680px;
	float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	margin-top: 29px;
	width: 280px;
	float: right;
}

#sideBar .title {
	padding: 8px 8px 10px;
	color: #fff;
	font-size: 1.4em;
	background-color: #333;
	border: 1px solid #E2E2E2;
	border-bottom: none;
}

#sideBar .title span {
	padding-left: 8px;
}

#sideBar .info {
	padding: 10px 15px 10px;
	border: 1px solid #E2E2E2;
}

#sideBar .info .stock {
	margin-bottom: 5px;
}

#sideBar .info .stock .photoBox {
	margin-top: 5px;
	float: left;
}

#sideBar .info .stock .photoBox a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#sideBar .info .stock .textBox {
	float: right;
	width: 140px;
}

#sideBar .info .stock .textBox dt {
	font-size: 1.2em;
}

#sideBar .info .stock .textBox dd {
	font-size: 1.4em;
	line-height: 1.3;
	word-wrap: break-word;
}

#sideBar .info .stock .textBox dd a {
	color: #1d3994;
}

#sideBar .info .price {
	margin-bottom: 5px;
	padding-bottom: 11px;
	background: url(../../../../img/pc/common/line01.gif) repeat-x left bottom;
}

#sideBar .info .price dt {
	padding-top: 2px;
	width: 104px;
	float: left;
	color: #333;
	font-size: 1.2em;
	line-height: 1.3;
	text-align: center;
	background-color: #F4F4F4;
}

#sideBar .info .price dd {
	padding-left: 115px;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3;
	word-wrap: break-word;
}

#sideBar .info .price dd span {
	color: #e0120e;
	font-size: 1.2em;
}

#sideBar .info .price dd p {
	font-size: 1.2em;
}

#sideBar .info .link {
	padding-top: 5px;
	text-align: center;
}

#sideBar .info .link a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 35px 0;
	overflow: hidden;
	zoom: 1;
	background-color: #333;
}

#footer .fInner {
	margin: 0 auto;
	width: 980px;
}

#footer .fInner p {
	float: left;
	width: 780px;
	color: #FFF;
	font-size: 1.8em;
	font-weight: bold;
}

#footer .fInner .link {
	float: right;
	width: 180px;
	font-size: 1.4em;
	font-weight: normal;
	text-align: right;
}

#footer .fInner .link a {
	margin-left: 10px;
	color: #FFF;
}
