/* レイアウト */

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background: url(../images/bg_body.png);
}
.cf:after {
	display: block;
	clear: both;
	content: '';
}
a:link {
	color: #002a87;
}
a:hover {
	-webkit-transition: .25s;
	-moz-transition: .25s;
	transition: .25s;
	text-decoration: none;
	opacity: .8;
	-ms-filter: 'alpha(opacity=80)';
}
#wrapper {
	width: 970px;
	margin: 0 auto;
	background-color: #fff;
}
#wrapperCL {
	float: left;
	width: 756px;
	margin-left: 15px;
}
#columnCenter {
	float: right;
	width: 580px;
}
#columnLeft {
	float: left;
	width: 160px;
}
#columnRight {
	float: right;
	width: 170px;
	margin-right: 15px;
}

/* 最上部のナビゲーション */
#blockskip.show a {
	font-size: 88%;
	line-height: 2em;
	height: 2em;
	color: #fff;
}
#blockskip a {
	font-size: 1px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 1px;
	text-align: center;
	color: #595959;
	background-color: #595959;
}
.headermenu {
	background-color: #000;
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(148, 148, 148) 0%, rgb(108, 108, 108) 46%, rgb(8, 8, 8) 58%, rgb(0, 0, 0) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(148, 148, 148)), color-stop(.46, rgb(108, 108, 108)), color-stop(.58, rgb(8, 8, 8)), color-stop(1, rgb(0, 0, 0)));
	background-image: -webkit-linear-gradient(-90deg, rgb(148, 148, 148) 0%, rgb(108, 108, 108) 46%, rgb(8, 8, 8) 58%, rgb(0, 0, 0) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(148, 148, 148) 0%, rgb(108, 108, 108) 46%, rgb(8, 8, 8) 58%, rgb(0, 0, 0) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(148, 148, 148) 0%, rgb(108, 108, 108) 46%, rgb(8, 8, 8) 58%, rgb(0, 0, 0) 100%);
	background-image: linear-gradient(180deg, rgb(148, 148, 148) 0%, rgb(108, 108, 108) 46%, rgb(8, 8, 8) 58%, rgb(0, 0, 0) 100%);
}
.headermenu ul {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.headermenu ul li {
	line-height: 24px;
	display: inline;
	color: #fff;
}
.headermenu ul li a {
	font-size: 75%;
	color: #fff;
}

/* ヘッダ */
#siteHeader {
	position: relative;
}
#siteHeader #logoArea {
	float: left;
	padding: 15px 0 0 15px;
}
#siteHeader #logoArea #tagline {
	font-size: 88%;
	margin: 0;
	padding: 0;
}
#siteHeader #logoArea h1 {
	margin: 6px 0;
}
#siteHeader .searchbox {
	position: absolute;
	top: 48px;
	right: 260px;
	padding-left: 32px;
	background: url(../images/cssSprite.png) 2px -197px no-repeat;
}
#siteHeader .searchbox input[type='text'] {
	line-height: 23px;
	width: 230px;
	padding: 0 3px;
	border: 1px solid #bbb;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .54);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .54);
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .54);
}
#siteHeader .searchbox input[type='submit'] {
	font-size: 88%;
	line-height: 23px;
	width: 79px;
	margin-left: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(125, 135, 145);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: -moz-linear-gradient(38% 4% -90deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 81%, rgb(219, 219, 219) 97%, rgb(216, 216, 216) 98%);
	background-image: -webkit-gradient(linear, 38% 4%, 38% 96%, color-stop(0, rgb(255, 255, 255)), color-stop(.81, rgb(243, 243, 243)), color-stop(.97, rgb(219, 219, 219)), color-stop(.98, rgb(216, 216, 216)));
	background-image: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 81%, rgb(219, 219, 219) 97%, rgb(216, 216, 216) 98%);
	background-image: -o-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 81%, rgb(219, 219, 219) 97%, rgb(216, 216, 216) 98%);
	background-image: -ms-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 81%, rgb(219, 219, 219) 97%, rgb(216, 216, 216) 98%);
	background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 81%, rgb(219, 219, 219) 97%, rgb(216, 216, 216) 98%);
}
#siteHeader p#cartButton {
	position: absolute;
	top: 39px;
	right: 15px;
	width: 224px;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgb(1, 19, 121);
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(72, 88, 158) 0%, rgb(1, 19, 121) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(72, 88, 158)), color-stop(1, rgb(1, 19, 121)));
	background-image: -webkit-linear-gradient(-90deg, #48589e 0%, #011379 100%);
	background-image: -o-linear-gradient(-90deg, rgb(72, 88, 158) 0%, rgb(1, 19, 121) 100%);
	background-image: linear-gradient(180deg, rgb(72, 88, 158) 0%, rgb(1, 19, 121) 100%);
	-webkit-box-shadow: 0 3px 0 rgb(26, 0, 102);
	-moz-box-shadow: 0 3px 0 rgb(26, 0, 102);
	box-shadow: 0 3px 0 rgb(26, 0, 102);
}
#siteHeader p#cartButton a {
	font-size: 113%;
	font-weight: bold;
	line-height: 32px;
	display: block;
	padding: 4px 0 0 46px;
	text-decoration: none;
	color: #fff;
	background: url(../images/cssSprite.png) 12px -94px no-repeat;
}

/* グローバルナビ */
#globalNavi {
	clear: both;
	width: 940px;
	margin: 0 auto 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #7a1200;
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(208, 42, 0) 0%, rgb(122, 18, 0) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 108%, color-stop(0, rgb(208, 42, 0)), color-stop(1, rgb(122, 18, 0)));
	background-image: -webkit-linear-gradient(-90deg, rgb(208, 42, 0) 0%, rgb(122, 18, 0) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(208, 42, 0) 0%, rgb(122, 18, 0) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(208, 42, 0) 0%, rgb(122, 18, 0) 100%);
	background-image: linear-gradient(180deg, rgb(208, 42, 0) 0%, rgb(122, 18, 0) 100%);
	-webkit-box-shadow: 0 3px 0 rgb(64, 0, 0);
	-moz-box-shadow: 0 3px 0 rgb(64, 0, 0);
}
#globalNavi ul {
	margin: 0 auto;
	padding: 0;
}
#globalNavi ul li {
	font-weight: bold;
	display: inline-block;
	display: table-cell;
	float: left;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #ff7373;
	text-shadow: 2px 2px 1px rgb(64, 16, 0);
}
#globalNavi ul li a {
	font-weight: bold;
	line-height: 35px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-shadow: 2px 2px 1px rgb(64, 16, 0);
	padding-top: 4px;
}
#globalNavi ul li.navi1 {
	width: 154px;
}
#globalNavi ul li.navi2 {
	width: 134px;
}
#globalNavi ul li.navi3 {
	width: 176px;
}
#globalNavi ul li.navi4 {
	width: 150px;
}
#globalNavi ul li.navi5 {
	width: 170px;
}
#globalNavi ul li.navi6 {
	width: 156px;
	border-right: none;
}

/* スライド */

#slideArea ul li {
	display: none;
}

#slideArea ul li:first-child {
	display: block;
}
.slide1 {
	position: relative;
	margin-bottom: 20px;
}
.slide1 .flex-control-nav {
	position: relative;
	top: 0;
	width: 580px;
	text-align: right;
}
.slide2 {
	position: relative;
	float: left;
	width: 280px;
	margin-bottom: 20px;
}
.slide3 {
	position: relative;
	float: right;
	width: 280px;
}

.slide2 ul, .slide3 ul {
	list-style-type: none;	
	margin: 0;
	padding: 0;	
}

/* キーワード */
#keyword {
	border: 1px solid #d9a300;
}
#keyword h2 {
	font-size: 100%;
	margin-top: 0;
	padding: 4px 8px;
	background: url(../images/bg_keyword.png);
}
#keyword ul {
	margin: 1em 15px 1em 30px;
	padding: 0;
}
#keyword ul li {
	display: inline;
}
#keyword ul li a {
	margin-right: 30px;
	padding-left: 14px;
	background: url(../images/cssSprite.png) left 4px no-repeat;
}

/* 商品リスト */
#columnCenter .itemList {
	clear: both;
}
#columnCenter .itemList h2,
#columnCenter #news h2 {
	font-size: 113%;
	padding: 4px 12px;
	color: #fff;
	border-bottom: 2px solid #e82300;
	background-color: #444;
}
#columnCenter .itemList p {
	margin: 0;
}
#columnCenter .itemList p.itemComment,
#columnCenter .itemList p.itemPrice,
#columnCenter .itemList p.itemScore,
#columnCenter .itemList p.itemRelease {
	font-size: 88%;
}
#columnCenter .itemList p.itemComment {
	font-weight: bold;
	color: #b80000;
}
#columnCenter .itemList p.itemScore .star {
	color: #eb3100;
}
#columnCenter .itemList .photoBox {
	width: 130px;
	height: 130px;
	margin: 0 auto 8px;
	padding: 0;
	border: 1px solid #ccc;
}
#columnCenter .itemList ul {
	margin: 10px 6px;
	padding: 15px 0 10px;
	list-style-type: none;
	border: 1px solid #bbb;
}
#columnCenter .itemList ul li {
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.3%;
	padding: 6px;
}
#columnCenter .itemList ul li img {
	max-width: 130px;
	height: auto;
}

/* 新着情報 */
#columnCenter #news {
	margin-bottom: 30px;
}
#columnCenter #news ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#columnCenter #news ul li {
	padding: 8px 4px;
	border-bottom: 1px dotted #999;
}
#columnCenter #news ul li:first-child {
	padding-top: 0;
}

/* トップに戻る */
#toTop {
	font-size: 88%;
	text-align: right;
}

/* 左カラム */
#columnLeft p {
	margin-top: 0;
}
#columnLeft h2 {
	font-size: 100%;
	padding: 6px;
	border-top: 1px solid #ccc;
	border-bottom: 3px solid #bc3300;
	background-color: #f3f3f3;
}
#columnLeft nav#categoryList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#columnLeft nav#categoryList ul li {
	margin-bottom: 3px;
}
#columnLeft nav#categoryList ul li.more a {
	padding: 6px 0;
	background-image: none;
}
#columnLeft nav#categoryList ul li a {
	font-size: 93%;
	display: block;
	padding-left: 16px;
	background: url(../images/cssSprite.png) 5px -395px no-repeat;
}

/* 右カラム */
#columnRight .rightContentBox {
	margin-bottom: 24px;
	border: 1px solid #bbb;
}
#columnRight .rightContentBox h2 {
	font-size: 100%;
	margin: 0;
	padding: 2px 4px;
	border-bottom: 2px solid #006dd9;
	background-color: #f3f3f3;
}
#columnRight .rightContentBox ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
}
#columnRight .rightContentBox ul li h3 {
	font-size: 93%;
	font-weight: normal;
	margin: 0 0 8px;
	padding-left: 24px;
	background-image: url(../images/cssSprite.png);
	background-repeat: no-repeat;
}
#columnRight .rightContentBox ul li p {
	margin: 0 0 10px;
	text-align: center;
}
#columnRight .rightContentBox ul li h3.rank1 {
	background-position: left -500px;
}
#columnRight .rightContentBox ul li h3.rank2 {
	background-position: left -700px;
}
#columnRight .rightContentBox ul li h3.rank3 {
	background-position: left -900px;
}
#columnRight .rightContentBox ul li h3.rank4 {
	background-position: left -1100px;
}
#columnRight .rightContentBox ul li h3.rank5 {
	background-position: left -1300px;
}
#columnRight #ranking p {
	width: 130px;
	height: 130px;
	margin: 0 auto 10px;
	text-align: center;
}
#columnRight aside.rightContentBox {
	font-size: 88%;
}
#columnRight aside.rightContentBox p {
	margin: 0 0 1;
	padding: 0 10px;
	text-align: center;
}
#columnRight .rightContentBox p.image {
	margin: 10px 0;
	text-align: center;
}

/* フッタ */
#siteFooter {
	clear: both;
	margin-top: 30px;
	padding-bottom: 10px;
	border-top: 1px solid #bbb;
}
#siteFooter p {
	font-size: 88%;
	text-align: center;
}
#siteFooter p small {
	font-size: 100%;
}
.snsButton {
	text-align: center;
}
.snsButton li {
	display: inline-block;
	overflow: hidden;
	max-width: 100px;
	list-style-type: none;
	vertical-align: top;
}
.snsButton li.lineButton {
	margin-right: 15px;
}
.snsButton li.likeButton {
	margin-top: -5px;
}