@charset "utf-8";
/* CSS Document */

/*********** 全体 ***********/
body#all {
	background-image: url(../img/common/bg.jpg);
	margin: 0;
	padding: 0;
	background-color: #313131;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Lucida Grande', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;*/
	-webkit-text-size-adjust: 100%;kanrenboxred
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
}
h2 {
	display: block;
	margin: 0;
	padding: 0;
}
/*********** 全体 ***********/

/*********** 主要 ***********/
#wrapper {
	background-color: #FFF;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#seo {
	background-color: #000;
	margin: 0;
	padding: 8px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
.none {
	display: none;
}
.small {
	font-size: 11px;
	line-height: 120%;
}
.middle {
	font-size: 14px;
	line-height: 160%;
}
/*********** 主要 ***********/

/*********** ヘッダー ***********/
#header {
	background-image: url(../img/header/bg.jpg);
	width: 900px;
	height: 130px;
	margin: 0;
	padding: 0;
	position: relative;
}
#header-bnr {
	background-color: #FFFF00;
	width: 890px;
	padding: 5px;
	text-align: center;
}
#header-bnr img {
	width: 293px;
}
#headerinfo-left {
	background-color: #C30;
	width: 235px;
	font-size: 13px;
	line-height: 1.5em;
	color: #FF0;
	text-align: center;
}
#headerinfo-right {
	background-color: #930;
	width: 625px;
	font-size: 12px;
	color: #FFF;
	line-height: 1.5em;
}
#headerinfo-right div {
	font-size: 15px;
	color: #FF0;
	margin-bottom: 5px;
}
#header .logo a {
	background-image: url(../img/header/logo.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 189px;
	height: 89px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
#header .logobox {
	width: 290px;
	margin-left: 15px;
	margin-top: 15px;
	float: left;
}
#header .logo_icon {
	background-image: url(../img/header/logo_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 100px;
	height: 106px;
	margin: 0;
	padding: 0;
	float: left;
}
#rightbox01 {
	width: 490px;
	height: 43px;
	margin-top: 15px;
	margin-right: 15px;
	float: right;
}
#rightbox02 {
	width: 490px;
	height: 38px;
	margin-right: 15px;
	padding: 0;
	float: right;
}
#header .lang {
	width: 135px;
	height: 20px;
	float: right;
}
#header .service {
	width: 340px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	line-height: 120%;
	float: left;
}
#header .search {
	width: 172px;
	height: 30px;
	margin: 2px 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
#header .memberbox {
	width: 158px;
	height: 38px;
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
}
ul#memberbtn {
	width: 158px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
ul#memberbtn li {
	height: 38px;
	margin: 0;
	float: left;
	display: block;
	overflow: hidden;
	list-style: none;
}
ul#memberbtn li a {
	width: 79px;
	height: 38px;
	text-indent: -100px;
	background-image: url(../img/header/member.png);
	float: left;
	display: block;
	overflow: hidden;
}
/* memberbtn normal
---------------------*/
#memberbtn01 a {
	width: 79px;
	background-position: 0px 0px;
}
#memberbtn02 a {
	width: 79px;
	background-position: -79px 0px;
}
/* memberbtn rollover
----------------------*/
#memberbtn01 a:hover {
	width: 79px;
	background-position: 0px -38px;
}
#memberbtn02 a:hover {
	width: 79px;
	background-position: -79px -38px;
}
#header .cartbox {
	width: 150px;
	height: 35px;
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
}
#header .cart a {
	background-image: url(../img/header/cart.png);
	width: 150px;
	height: 0;
	margin: 0;
	padding-top: 35px;
	display: block;
}
#header .cart a:hover {
	background-position: 0 -35px;
}
#header .menu {
	width: 565px;
	height: 33px;
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
}
ul#headmenu {
	width: 565px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
ul#headmenu li {
	height: 33px;
	margin: 0;
	float: left;
	display: block;
	overflow: hidden;
	list-style: none;
}
ul#headmenu li a {
	height: 33px;
	padding-top: 33px;
	background-image: url(../img/header/menu.png);
	float: left;
	display: block;
	overflow: hidden;
}
/* headmenu normal
---------------------*/
#headmenu01 a {
	width: 115px;
	background-position: 0 0;
}
#headmenu02 a {
	width: 102px;
	background-position: -115px 0;
}
#headmenu03 a {
	width: 90px;
	background-position: -217px 0;
}
#headmenu04 a {
	width: 40px;
	background-position: -307px 0;
}
#headmenu05 a {
	width: 74px;
	background-position: -347px 0;
}
#headmenu06 a {
	width: 84px;
	background-position: -421px 0;
}
#headmenu07 a {
	width: 60px;
	background-position: -505px 0;
}
/* headmenu rollover
----------------------*/
#headmenu01 a:hover {
	width: 115px;
	background-position: 0 -33px;
}
#headmenu02 a:hover {
	width: 102px;
	background-position: -115px -33px;
}
#headmenu03 a:hover {
	width: 90px;
	background-position: -217px -33px;
}
#headmenu04 a:hover {
	width: 40px;
	background-position: -307px -33px;
}
#headmenu05 a:hover {
	width: 74px;
	background-position: -347px -33px;
}
#headmenu06 a:hover {
	width: 84px;
	background-position: -421px -33px;
}
#headmenu07 a:hover {
	width: 60px;
	background-position: -505px -33px;
}
/*********** ヘッダー ***********/

/*********** サイドナビ ***********/
#side {
	width: 255px;
	float: left;
}
#sidebnr {
	margin: 5px 5px 0 5px;
}
#sidebnr img {
	margin-bottom: 5px;
}
#sidebnr embed {
	margin-top: -5px;
	margin-bottom: 5px;
}
#side .navi {
	background-color: #000;
}
#side .navinabeshirt, #side .navipassgoods {
	width: 255px;
	height: 36px;
	margin: 0;
	display: block;
}
#side .navinabeshirt a, #side .navipassgoods a {
	width: 255px;
	height: 36px;
	margin: 0;
	display: block;
}
#side .menu, #side .navititle {
	height: 30px;
	margin-left: 10px;
	font-size: 12px;
	color: #FFF;
	line-height: 30px;
	text-decoration: none;
	display: block;
}
#side .menu {
	font-size: 11px;
	color: #FFF;
}
#side .navititle {
	font-size: 13px;
	color: #2993B4;
	font-weight: bold;
}
#side .dl, #side .dt {
	margin: 0;
}
#side .dd {
	background-image: url(../img/side/navi_bg.gif);
	margin: 0;
}
#side .dd a:hover {
	background-color: #2993B4;
	margin: 0;
	padding-left: 10px;
	color: #FFF;
	display: block;
}
/*********** サイドナビ ***********/

/*********** メインエリア ***********/
#main {
	width: 900px;
	margin: 0;
	padding: 0;
}
#contentsbox {
	background-image: url(../img/common/contents_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
	vertical-align: top;
	width: 645px;
	margin: 0;
	padding: 0;
}
#contents {
	width: 607px;
	margin: 19px;
	padding: 0;
	font-size: 13px;
}
/*********** メインエリア ***********/

/*********** 商品ページ内 ***********/
.heading {
	position: relative;
	padding: 5px;
	margin: 20px 0 15px 0;
	font-weight: bold;
	font-size: 14px;
	background-color: #000;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 300;
}
.heading:before {
	content: '';
	height: 0;
	width: 0;
	display: block;
	border: 13px transparent solid;
	border-right-width: 0;
	border-left-color: #000;
	position: absolute;
	top: 18px;
	left: 15px;
	transform: rotate(-270deg);
	-webkit-transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);
	-o-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
}

/*********** 商品ページ内 ***********/
/*********** ショッピングガイド ***********/
#guide {
	margin-left: 6px;
}
#shoppingguide {
	width: 607px;
	height: 780px;
	margin: 19px;
	padding: 0;
	position: relative;
}
/*通常
#shoppingguide{
	width: 607px;
	height: 545px;
	margin: 19px;
	padding: 0;
	position: relative;
}*/

#shoppingguide .banner {
	margin-bottom: 15px;
}
/*********** ショッピングガイド ***********/

/*********** フッター ***********/
#footer {
	background: #000;
	width: 900px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #FFF;
	overflow: hidden;
	clear: left;
}
#footer h3 {
	margin: 0 0 10px 15px;
	padding: 0;
	font-size: 16px;
	color: #FF0;
}
.box ul {
	type: none;
	margin: 0 0 10px 10px;
	padding: 0;
}
.box li {
	list-style: disc;
	margin: 0 0 5px 18px;
	padding: 0;
}
.box li a {
	color: #FFF;
	text-decoration: none;
}
.box li a:hover {
	color: #FF0;
	text-decoration: none;
	border-bottom: 1px dashed #FF0;
}
#footer .ul {
	margin: 0 0 10px 0;
	padding: 0;
}
#footer .li {
	list-style: none;
	margin: 0 0 5px 15px;
	padding: 0;
	font-size: 11px;
}
#footer .li a:hover {
	color: #FF0;
	text-decoration: none;
	border: 0;
}
#footer .li img {
	margin-bottom: 5px;
}
#footer .box {
	width: 212px;
	height: 100%;
	font-size: 12px;
	margin-top: 25px;
	padding: 0;
	float: left;
	overflow: hidden;
}
#footer .pagetop {
	width: 850px;
	margin-left: 25px;
	text-align: right;
}
#footer .copyright {
	width: 850px;
	margin: 0 25px 25px 25px;
	padding: 0;
	font-size: 11px;
	line-height: 1.5em;
	text-align: center;
}
#footer_office {
	width: 850px;
	margin: 25px;
}
#footer_office .left {
	width: 640px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.5em;
	float: left;
}
#footer_office .right {
	width: 210px;
	margin: 0;
	padding: 0;
	float: left;
}
/*********** フッター ***********/

/*********** 関連商品 ***********/
#kanrenred {
	background-color: #900;
}
#kanrenblack {
	background-color: #000;
}
#kanrenred, #kanrenblack {
	width: 606px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#kanrenred .title, #kanrenblack .title {
	margin: 10px;
	padding: 0;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
#kanrenboxred, #kanrenboxblack {
	width: 604px;
	border-style: solid;
	border-width: 1px;
}
#kanrenboxred {
	border-color: #900;
}
#kanrenboxblack {
	border-color: #000;
}
#kanrenboxin {
	width: 590px;
	margin: 14px 0 14px 14px;
	padding: 0;
	overflow: hidden;
}
#kanrenboxred .item, #kanrenboxblack .item {
	width: 103px;
	margin-right: 13px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	float: left;
}
#kanrenboxred .item a, #kanrenboxblack .item a {
	color: #333;
	text-decoration: none;
}
#kanrenboxred .item a:hover, #kanrenboxblack .item a:hover {
	color: #2993B4;
	text-decoration: none;
}
#kanrenboxred img, #kanrenboxblack img {
	margin-bottom: 5px;
	width: 103px;
	border: 0;
}
/*********** 関連商品 ***********/

/*********** ページトップ ***********/
#pagetopbox {
	width: 606px;
	height: 25px;
	margin-bottom: 15px;
	padding: 0;
	overflow: hidden;
}
#pagetop a {
	background-image: url(../img/common/pagetop.gif);
	width: 110px;
	height: 0;
	margin: 0;
	padding-top: 25px;
	float: right;
	display: block;
}
#pagetop a:hover {
	background-position: 0 -25px;
}
/*********** ページトップ ***********/

/* clearfix*/
.clearfix:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* clearfix*/
