@charset "UTF-8";

/* reset */

h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* basic */

.s20 {
	font-size: 20px;
}

.center {
	margin: 18px 0 0 0;
	text-align: center;
}

/* header */

.header {
	border-top: 3px solid #fff;
}

.header > .header_menu {
	margin: 0 auto;
	width: 980px;
}

.header > .header_menu > .header_logo {
/*	width: 152px; */
/*	height: 70px; */
	width: 286px;
	height: 80px;
	float: left;
}

.header > .header_menu > .header_logo img {
/*	margin: 3px 0 0 0; */
	width: 286px;
	height: 80px;
}

.header > .header_menu > .header_lbox {
	margin: 0 0 0 10px;
/*	width: 438px; */
	width: 304px;
	height: 70px;
	float: left;
}

.header > .header_menu > .header_lbox > .header_name {
	margin: 0 0 0 auto;
	padding: 5px 0 0 0;
/*	width: 434px; */
	width: 300px;
	height: 25px;
	text-align: right;
}

.header > .header_menu > .header_lbox > .header_name > span {
	color: #744f32;
	font-size: 13px;
	font-weight: normal;
}

.header > .header_menu > .header_lbox > .header_text > span {
	color: #744f32;
	font-size: 12px;
}


.header > .header_menu > .header_rbox {
	margin: 0 0 0 10px;
	width: 369px;
	height: 30px;
	float: right;
}

.header > .header_menu > .header_rbox ul {
	width: 369px
	height: 30px;
	list-style:none;
	letter-spacing: -.40em;
	background: #fff;
}

.header > .header_menu > .header_rbox ul > li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 0 0 3px;
	width: 118px;
	height: 28px;
	text-align: center;
	letter-spacing: normal;
	background: #FFB3B8;
	border: 1px solid #505050;
}

.header > .header_menu > .header_rbox ul > li > a {
	display: block;
	padding: 5px 0 0 0;
	width: 118px;
	height: 25px;
	color: #744f32;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.header > .header_nav {
	margin: 0 auto;
	width: 980px;
}

.header > .header_nav > ul {
	margin: 0 0 4px 0;
	height: 30px;
	list-style:none;
}

.header > .header_nav > ul > li {
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
}

.header > .header_nav > ul > li > a {
	display: block;
	padding: 5px 0 0 0;
	width: 196px;
	height: 25px;
	color: #744f32;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
}

.header > .header_nav > ul > li > a.home {
	background: url("../../img/main/home.jpg") no-repeat;
    background-position: 45px 0px;
}

.header > .header_nav > ul > li a:hover {

}

/* sidemenu */

.side_menu_search_bar {
	padding: 0 0 0 0;
	height: 28px;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #505050;
	background-color: #FFB3B8;
	text-align: center;
}

.side_menu_search_bar > h2 {
	color: #744f32;
	font-size: 12px;
	font-weight: bold;
}

.side_menu_search_box {
	padding: 0 0 8px 8px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #505050;
	background-color: #FFB3B8;
}

.side_menu_search_box .keyword {
	float: left;
	padding: 5px 0 5px 5px;
	width: 154px;
	height: 24px;
	box-sizing: border-box;
	border: 1px solid #505050;
	border-right: none !important;
}

.side_menu_search_box .button {
	height: 24px;
	width: 28px;
	padding: 0 0 0 7px;
	float: left;
	border: none;
	border: 1px solid #505050;
	background: url("../../img/main/magnifying_glass.png") no-repeat;
	background-position: 5px 3px;
}

.side_menu_banner01 {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #505050;
	background-color: #FFD4FF;
	text-align: center;
}

.side_menu_banner02 {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #505050;
	background-color: #D4FFFF;
	text-align: center;
}

.side_menu_banner01 > h2, .side_menu_banner02 > h2  {
	font-size: 12px;
	font-weight: bold;
}

.side_menu_banner01 > h2 > a, .side_menu_banner02 > h2 > a {
	display: block;
	padding: 6px 0 0 0;
	height: 24px;
	color: #744f32;
	text-decoration: none;
}

.side_menu_bar {
	padding: 0 0 0 0;
	height: 28px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #505050;
	background-color: #FFB3B8;
	text-align: center;
}

.side_menu_bar > h2 {
	color: #744f32;
	font-size: 12px;
	font-weight: bold;
}

.side_menu_box {
	padding: 0 8px 8px 8px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #505050;
	background-color: #FFF;
}

.side_menu_box > p {
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 12px;
}

.side_menu_box > p > a {
	color: #744f32;
	text-decoration: none;
}

.side_menu_box > ul.color_list {
	padding: 0;
}

.side_menu_box > ul.color_list > li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 10px 0 0 0;
	padding: 0;
	width: 42px;
	text-align: center;
}

.side_menu_box > .rank {
	margin: 12px 0 4px 0;
	padding: 4px 0 0 0;
	width: 32px;
	height: 28px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #e0e0e0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.side_menu_box > .rank_color_1 {
	background-color: #debb00;
}

.side_menu_box > .rank_color_2 {
	background-color: #929292;
}

.side_menu_box > .rank_color_3 {
	background-color: #c87e38;
}

.side_menu_box .rank_name {
	margin: 0 8px 4px 0;
	font-size:12px;
}

.side_menu_box .rank_name > a {
	color: #744f32;
	text-decoration: none;
}

/* footer */

.footer {
	margin: 16px 0 0 0;
	border: 1px solid #734F32;
	background: #734F32;
}

.footer > .footer_nav {
	margin: 0 auto 8px auto;
	width: 980px;
	border-bottom: 1px dashed #fff;
}

.footer > .footer_nav > ul {
	padding: 8px 0 0 0;
	height: 28px;
	list-style:none;
}

.footer > .footer_nav > ul > li {
	position: relative;
	float: left;
	padding: 0 20px 0 0;
	min-width: 160px;
	text-align: left;
	border-left: 1px solid #fff;
}

.footer > .footer_nav > ul > li > a {
	display: block;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	line-height: 1.4;
	border-left: #fff;
}

.footer > .footer_box {
	margin: 0 auto 3px auto;
	width: 980px;
}

.footer > .footer_box > p {
	margin: 0;
	mpadding: 0;
}

.footer > .footer_box > p > span {
	color: #fff;
	font-size: 12px;
}

.copylight_box {
	margin: 0 auto 3px auto;
	width: 100%;
	background: #fff;
	text-align: center;
}

.copylight_box > p {
	margin: 0;
	mpadding: 0;
}

.copylight_box > p > span {
	color: #734F32;
	font-size: 10px;
	font-weight: bold;
}

/* top */

.top_menu_bar01 {
	padding: 0 0 0 8px;
	width: 750px;
	height: 28px;
	border: solid 1px #505050;
	background-color: #FFD4FF;
}
.top_menu_bar02 {
	padding: 0 0 0 8px;
	width: 750px;
	height: 28px;
	border: solid 1px #505050;
	background-color: #D4FFFF;
}
.top_menu_bar01 > h2, .top_menu_bar02 > h2 {
	color: #744f32;
	font-size: 12px;
	font-weight: bold;
}

.top_box {
	width: 748px;
	height: 249px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #505050;
	background-color: #fff;
	text-align: center;
}

.top_box .item_box {
	padding: 0 0 0 10px;
}

.item_box > .item_image {
	width: 150px;
	margin: 0 0 6px 0;
}

.item_box > .item_image > a > img {
	width: 150px;
}

.item_box > .item_name {
	margin: 0 0 4px 0;
	width: 150px;
	font-size: 12px;
	line-height: 1.2;
}

.item_box > .item_name > a {
	color: #744f32;
	text-decoration: none;
}

.item_box > .item_price {
	width: 150px;
}

.note {
	margin: 0 0 16px 0;
	width: 748px;
	height: 148px;
	border: 1px solid #505050;
}

/* contents */

.main_box {
	width: 748px;
	border: 1px solid #505050;
}

.main_box span.required {
	padding: 0 6px;
	color: #FFF;
	border: 1px solid #e0e0e0;
	background-color: #FFB3B8;
}

.main_box a.button {
	display: block;
	padding: 6px 6px 0 6px;
	width: 172px;
	height: 28px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border: solid 1px #909090;
	background-color: #FFB3B8;
	cursor: pointer;
	text-decoration: none;
}

.main_box a.cancel {
	border: solid 1px #909090;
	background-color: #9FA0A0;
}

.main_box button {
	padding: 0 6px;
	width: 172px;
	height: 34px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border: solid 1px #909090;
	background-color: #FFB3B8;
	cursor: pointer;
}

.main_box .button {
	padding: 0 6px;
	width: 172px;
	height: 34px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border: solid 1px #909090;
	background-color: #FFB3B8;
	cursor: pointer;
}

.main_box button.delete {
	padding: 0 6px;
	width: auto;
	height: 23px;
	color: #FFF;
	border: 1px solid #e0e0e0;
	background-color: #9FA0A0;
}

.main_box button.cancel {
	border: solid 1px #909090;
	background-color: #9FA0A0;
}

.main_box .line {
	border-top: 1px dotted #505050;
}

.main_box_space {
	width: 15px;
}

.main_box > .breadcrumb {
	padding: 2px 0 0 4px;
}

.main_box > .breadcrumb > p {
	margin: 0 0 2px 0;
}

.main_box > .title {
	margin: 0 0 22px 0;
	padding: 16px 0 16px 12px;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #505050;
	background-color: #FFB3B8;
}

.main_box > .title > h2 {
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
}

.main_box > .contents {
	margin: 0 0 22px 0;
	padding: 18px 60px 18px 60px;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #505050;
	background-color: #FFF;
}

.main_box > .detail {
	padding: 18px 24px 18px 24px;
}

.main_box > .stick {
	margin: -24px 0 20px 0
}

.main_box > .contents .point {
	color:#FF878A;
	font-size: 20px;
	font-weight: bold;
}

.main_box > .contents > .subtitle {
	margin: 0 0 18px 0;
}

.main_box > .contents > .subtitle > h3 {
	color: #FF878A;
	font-size: 20px;
	font-weight: bold;
}

.main_box > .contents > .subcontents {
	margin: 16px 0 16px 0;
	padding: 18px 30px 18px 30px;
	border-style: dotted;
	border-width: 1px 0 1px 0;
	border-color: #505050;
	background-color: #FFF;
}

.main_box > .contents p {
	margin: 3px 0px;
	padding: 0;
}

.main_box > .contents p.par {
	margin: 4px 0px 18px 0;
	padding: 0;
}

.main_box > .contents p.par02 {
	margin: 4px 0px 36px 0;
	padding: 0;
}

.main_box > .contents p.par03 {
	margin: 18px 0px 4px 0;
	padding: 0;
}

.main_box > .cart_link {
	margin: 10px 10px 16px 0;
	padding: 0;
	text-align: right;
}

.main_box > .contents > p > .attention {
	color:#FF5C7A;
}

.main_box > .contents > h3 {
	color: #FF878A;
	font-size: 20px;
	font-weight: bold;
}

.main_box > .contents > .guide01 h4 {
	color: #FF878A;
	font-size: 18px;
	font-weight: bold;
}

.main_box > table.nav {
	table-layout: fixed;
	width: 748px;
	height: 44px;
	padding: 2px 16px 0 16px;
	border-top: 1px solid #7c7c7c;
	border-bottom: 1px solid #7c7c7c;
	background-color: #505050;
}

.main_box > table.nav td {
	color: #848484;
	text-align: left;
}

.main_box > table.nav td.highlight01 {
	color: #FF878A;
}

.main_box > table.nav td.highlight02 {
	color: #fff;
}

.main_box > table.nav td.num {
	width: 28px;
	color: #886e70;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.main_box > table.nav td > span {
	color: #FFF;
}

.main_box > table.nav td.num > span {
	color: #FF878A;
}

.main_box > table.nav td.arror {
	width: 42px;
	text-align: center;
}

.main_box > table.nav td.cart {
	width: 56px;
	text-align: center;
}

.main_box > table.nav td.delivery {
	width: 120px;
	text-align: center;
}

.main_box > table.nav td.payment {
	width: 120px;
	text-align: center;
}

.main_box > table.nav td.confirm {
	width: 56px;
	text-align: center;
}

.main_box > table.nav td.complete {
	width: 56px;
	text-align: center;
}

#product_image_box {
	width:364px;
	margin: 0;
	padding: 0;
}

#product_image_box .main {
    display:table;
	margin: 0 0 20px 0;
	width:365px;
}

#product_image_box .main li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style:none;
	margin: 0;
	padding: 0;
}

#product_image_box .main li img {
	width: 362px;
	height: 362px;
	border: 1px solid #ddd;
	margin: 0;
	padding: 0;
}

.main_img2 img, .main_img3 img, .main_img4 img, .main_img5 img, .main_img6 img, .main_img7 img, .main_img8 img, .main_img9 img, .main_img10 img, .main_img11 img {
    display: none;
}

#product_image_box .thumb {
    display:table;
	list-style:none;
	margin: 0;
	padding: 0;
}

#product_image_box .thumb li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 85px;
//	margin: 0 0 10px 5px;
	padding: 0;
	vertical-align: top;
	word-wrap: break-word;
}
#product_image_box .thumb li img {
	width: 83px;
	border: 1px solid #ddd;
}
#product_image_box .thumb li:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.thumb_img2, .thumb_img3, .thumb_img4,
.thumb_img6, .thumb_img7, .thumb_img8,
.thumb_img10, .thumb_img11 {
	margin: 0 0 10px 8px;
}

.code_box {
	float: left;
	width: 158px;
}

.sns_box {
	float: right;
	width:156px;
	font-size: 0;
	line-height: 0;
	text-align: right;
}

.sns_box img {
	margin-left: 3px;
	width: 36px;
	height: 36px;
	vertical-align: bottom;
}

