@charset "euc-jp";

/***********************
		reset
***********************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
	-webkit-text-size-adjust: none;
	font-family: Helvetica, san-serif;
	word-break: break-all;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {
	border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
	vertical-align:middle;
}

/***********************
		tag
***********************/
body {
	font-size: 14px;
	line-height: 1.4;
}
a {
	color: #09F;
}
img {
	vertical-align: bottom;
}
section h1,
#prd_dtl section section h1 {
	padding: 10px;
	font-size: 18px;
	color: #FFF;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#333),
		color-stop(100%,#111)
		);
	text-shadow: 0 -1px 0 #000;
	border-top: 1px solid #333;
	border-bottom: 1px solid #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	word-break: break-all;
}
section h1 img {
	vertical-align: middle;
}
section h1 img[class] {
	vertical-align: baseline;
}
section section h1 {
	padding: 4px 10px 3px;
	font-size: 14px;
	color: #666;
	text-shadow: 0 1px #EEE;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#BBB),
		color-stop(100%,#DFDFDF)
		);
	border-top: none;
	border-bottom: 1px solid #BBB;
	-webkit-box-shadow: inset 0 1px 1px 0 #999;
	box-shadow: inset 0 1px 1px 0 #999;
}

/***********************
		class
***********************/
.clearfix {
	zoom:1;
}
.clearfix:after {
    content: ""; 
    display: block; 
    clear: both;
}
.more_cont {
	display: none;
}
.hidden {
	display: none;
}
.soldout {
	margin-bottom: 3px;
	font-weight: bold;
	color: #FFF;
	background: #F00;
	padding: 3px 5px;
	text-align: center;
}
.nophoto {
	display: block;
	line-height: 76px;
	text-align: center;
	font-size: 12px;
	width: 76px;
	height: 76x;
	margin: 0 auto;
	border: 2px solid #CCC;
	color: #999;
	font-weight: bold;
	background: #FFF;
}
.noprd {
	font-size: 16px;
	line-height: 10;
	text-align: center;
	font-weight: bold;
}
header form input[type="submit"] {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 -1px #003F65;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom,
		color-stop(0%,#47BEF0), 
		color-stop(100%,#005081)
		);
	border-top: 1px solid #68D2FF;
	border-bottom: 1px solid #003F65;
}
.mailmaga_ins input,
.mailmaga_del input {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 -1px #003F65;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom,
		color-stop(0%,#47BEF0), 
		color-stop(100%,#005081)
		);
	border-top: 1px solid #68D2FF;
	border-bottom: 1px solid #003F65;
}
.cart_color {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 -1px #003F65;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom,
		color-stop(0%,#47BEF0), 
		color-stop(100%,#005081)
		);
	border-top: 1px solid #68D2FF;
	border-bottom: 1px solid #003F65;
}
.wrap {
	padding: 10px;
}

/***********************
		link_list
***********************/
.link_list li {
	border-top: 1px solid #CCC;
}
.link_list li:first-child {
	border-top: none;
}
.link_list li > * {
	display:block;
	text-decoration:none;
	color:#333;
	padding:10px 30px 10px 10px;
	-webkit-background-size: 20px 13px;
	word-break: break-all;
}
.link_list li > a {
	background:url(https://img.shop-pro.jp/s_tmpl_img/14/arrow_list.png) no-repeat center right;
}
.link_list .pict {
	padding-left: 30px;
	-webkit-background-size: 25px 25px;
}

/***********************
		prd_list
***********************/
.prd_list,
.prd_th {
	list-style: none;
}
.prd_list a,
.prd_th a {
	display: block;
	text-decoration: none;
	color: #333;
	line-height: 1.2;
	margin: 0 5px;
}
.prd_list li {  
	background: url(https://img.shop-pro.jp/s_tmpl_img/14/arrow_prd.png) no-repeat center right;
	-webkit-background-size: 38px 28px;
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
.prd_list li a:after {  
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.prd_list a {
	width: 100%;
	height: 100%;
}
.prd_list li:last-child {
	border: none;
}
.prd_list .pict {  
	width: 25%;  
	min-height: 80px;
	float: left;  
}
.prd_list .pict img {
	display: block;
	max-width: 100%;
	max-height: 100px;
	margin: 0 auto;
}
.prd_list .summary {  
	width: 60%;  
	min-height: 80px;
	float: left;
	padding-left: 15px;
} 
.prd_list .name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.prd_list .name img[class] {
	vertical-align: baseline;
}
.prd_list .ttl p:last-child {
	margin-bottom: 5px;
}
.prd_list .ttl {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2;
	word-break: break-all;
}
.prd_list .regular {
	font-size: 16px;
	font-weight: normal;
	text-decoration: line-through;
}
.prd_list .price {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.prd_list .discount {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.prd_list .soldout {
	font-size: 12px;
	width: 70px;
}
.prd_th li {
	float: left;
	width: 30%;
	margin: 0 0 10px 2.5%;
	font-size: 10px;
	text-align: center;
	word-break: break-all;
}
.prd_th li.clear {
	clear: both;
}
.prd_th a {
	margin: 0 5px;
	font-weight: bold;
}
.prd_th img,
.prd_th .nophoto {
	display: block;
	margin: 0 auto 2px;
}
.prd_th img {
	max-width: 100%;
	max-height: 100px;
}
.prd_th .name img[class] {
	vertical-align: baseline;
}
.prd_th .regular {
	text-decoration: line-through;
}
.prd_th .discount {
	color: #F00;
}
.prd_th .price {
	color: #F00;
}

/***********************
		global_nav
***********************/
header nav,
footer .global {
	padding: 7px 0;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #000;
	box-shadow: 0 0 5px 0 #666;
	-webkit-box-shadow: 0 0 5px 0 #666;
}
header nav {
	background: #000 url(https://img.shop-pro.jp/s_tmpl_img/14/bg.jpg);
	background-size: 27px 16px;
}
footer .global {
	background: #000;
}
.global a,
.global span {
	display: block;
	padding: 4px 0 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#FDFCFB),
		color-stop(100%,#E0DBD0)
		);
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.global .cart a {
	color: #FFF;
	text-shadow: 0 -1px #000;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom,
		color-stop(0%,#7295B5), 
		color-stop(45%,#005081), 
		color-stop(85%,#147BB6), 
		color-stop(100%,#47BEF0)
		);
	border-top: 1px solid #000;
}
.global li {
	float: left;
	width: 19.5%;
	margin-left: 0.5%;
	text-align: center;
}
.global li:first-child {
	margin-left: 2%;
}
footer .global li {
	width: 27%;
	margin-left: 0.5%;
	line-height: 1.6;
}
header .global .home {
	width: 14.5%;
}
header .global .prd {
	width: 22%;
}
footer .global .pagetop {
	width: 41.5%;
}

/***********************
		header prd
***********************/
header .more_cont {
	width: 96%;
	margin: 0 auto;
	padding-top: 7px;
}
header .tab li {
	float: left;
	width: 32%;
	margin-left: 2.3%;
	padding: 8px 0 6px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#FDFCFB),
		color-stop(100%,#E0DBD0)
		);
	border-top: 1px solid #000;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
header .tab li:first-child {
	margin-left: 0;
}
header .tab li:last-child {
	float: right;
	margin-left: 0;
}
header .tab .now {
	color: #666;
	background: #FFF;
	border-top: 1px solid #FFF;
}
header .tab_cont {
	background: #FFF;
	border-bottom: 1px solid #000;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;

}
header form {
	padding: 5px 10px;
        overflow: hidden;
}
header form input,
header form select {
	font-size: 16px;
	line-height: 1.4;
	display: block;
	width: 95%;
	margin: 10px auto;
}
header form input[type="submit"] {
	font-size: 16px;
	padding: 10px 0;
	border-right: none;
	border-left: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

/***********************
		topicpass
***********************/
#topicpass {
	margin: 10px 5px;
	font-size: 10px;
}
#topicpass ul {
	margin-bottom: 5px;
}
#topicpass li {
	display: inline;
	margin-right: 5px;
	line-height: 1.2;
	word-break: break-all;
}
#topicpass a {
	margin-left: 5px;
}

/***********************
		logo
***********************/
#logo {
	padding: 12px 7px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#logo a {
	text-decoration: none;
	color: #333;
}
#logo img, #eyecatch img {
	width:100%;
}
#logo.img {
	padding: 0;
}

/***********************
		menu
***********************/
#menu {
	width: 90%;
	margin: 20px auto;
	font-size: 16px;
	color: #333;
}
#menu a {
	color: #333;
}
#menu > ul {
	border: 1px solid #CACACA;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
#menu .link_list li {
	border-top: 1px solid #FFF;
}
#menu .link_list > li {
	border-bottom: 1px solid #CACACA;
	background-color: #ECECEC;
}
#menu .link_list > li:nth-child(even) {
	background-color: #D6D6D6;
}
#menu .link_list > li:first-child {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
#menu .link_list > li:last-child {
	border-bottom: none;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
#menu .link_list li > * {
	color:#333;
}
#menu .link_list li > a {
	background:url(https://img.shop-pro.jp/s_tmpl_img/14/menu_arrow.png) no-repeat center right;
}
#menu .more_btn {
	background:url(https://img.shop-pro.jp/s_tmpl_img/14/menu_plus.png) no-repeat center right;
}
#menu .more_btn.open {
	background:url(https://img.shop-pro.jp/s_tmpl_img/14/menu_minus.png) no-repeat center right;
}
#menu .more_cont {
	padding: 0;
}
#menu .more_cont li {
	border-bottom: none;
}
#menu .more_cont .welcome {
	padding: 5px 10px;
}
#menu a p {
	font-size: 10px;
}
#menu .user .pict {
	background: url(https://img.shop-pro.jp/s_tmpl_img/14/menu_acc.png) no-repeat left center;
}
#menu .mailmaga .pict {
	background: url(https://img.shop-pro.jp/s_tmpl_img/14/menu_mailmaga.png) no-repeat left center;
}
.mailmaga br {
	display: none;
}
.mailmaga input {
	font-size: 16px;
	line-height: 1.4;
	margin: 8px auto;
	display: block;
	width: 91%;
}
.mailmaga_ins input,
.mailmaga_del input {
	font-size: 16px;
	padding: 10px 0;
	border-right: none;
	border-left: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;

}
.mailmaga_ins,
.mailmaga_del {
	width: 50%;
	float: left;
}
#menu .sk a {
	padding: 3px 30px 3px 10px;
}
#menu .sk .pict {
	background: url(https://img.shop-pro.jp/s_tmpl_img/14/menu_sk.png) no-repeat left center;
}
#menu .manager .pict {
	background: url(https://img.shop-pro.jp/s_tmpl_img/14/menu_manager.png) no-repeat left center;
}
#menu .manager .wrap {
	padding: 10px;
}
.manager .photo {
	float: left;
	margin-right: 10px;
	max-width: 80px;
	max-height: 120px;
}
.manager .name {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.manager .memo {
	font-size: 10px;
}
#menu .blog .pict {
	background: url(https://img.shop-pro.jp/s_tmpl_img/14/menu_blog.png) no-repeat left center;
}
#menu .inq .pict {
	background: url(https://img.shop-pro.jp/s_tmpl_img/14/menu_inq.png) no-repeat left center;
}
#menu .privacy .pict {
	background: url(https://img.shop-pro.jp/s_tmpl_img/14/menu_privacy.png) no-repeat left center;
}

/***********************
		switch
		copyright
***********************/
.switch {
	padding: 20px 10px 10px;
	text-align: center;
	color: #FFF;
	background: url(https://img.shop-pro.jp/s_tmpl_img/14/bg.jpg);
	background-size: 27px 16px;
	-webkit-box-shadow: inset 0 3px 4px #000;
	box-shadow: inset 0 3px 4px #000;
}
.switch a {
	font-weight: bold;
	color: #FFF;
}
.switch p {
	margin-bottom: 10px;
}
.switch small {
	font-size: 10px;
}

/***********************
		recommend
		seller
		checkitem
		category
***********************/
#recommend h1,
#seller h1,
#category h1 {
	text-transform:  uppercase;
	text-align: left;
}
#recommend .more_btn {
	display:block;
	padding: 7px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#recommend .wrap,
#seller .wrap,
#checkitem .wrap {
	background: url(https://img.shop-pro.jp/s_tmpl_img/14/flick_bg.png);
	-webkit-box-shadow: inset 0 0 10px 0 #999;
	box-shadow: inset 0 0 10px 0 #999;
}
#category .link_list li:last-child {
	border-bottom: 2px solid #CCC;
}

/***********************
		info
		arrival
***********************/
#info_arr {
	padding: 7px 0;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#333),
		color-stop(100%,#111)
		);
	border-top: 1px solid #333;
	border-bottom: 1px solid #000;
}
#info_arr.tab ul {
	margin: 0 5%;
	list-style: none;
}
#info_arr.tab li {
	float: left;
	width: 50%;
	padding: 4px 0;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#444),
		color-stop(100%,#222)
		);
	border-top: 1px solid #555;
	border-bottom: 1px solid #000;
}
#info_arr.tab li:first-child {
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}
#info_arr.tab li:last-child {
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}
#info_arr.tab .now {
	color: #FFF;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#222),
		color-stop(100%,#444)
		);
}
#info h1,
#arrival h1 {
	text-transform: uppercase;
}
#arrival li {
	width: 50%;
	padding: 0;
	background: url(none);
	float: left;
	border-style: none;
}
#arrival li.clear {
	clear: both;
}
#arrival .pict {
	min-height: 50px;
	margin-left: 5px;
	width: 30%;
}
#arrival .nophoto {
	line-height: 56px;
	font-size: 10px;
	width: 56px;
	height: 56px;
}
#arrival .summary {
	min-height: 50px;
	width: 55%;
}
#arrival .name {
	font-size: 12px;
}
#arrival a {
	padding: 10px 0;
	margin: 0;
}
#arrival .soldout,
#arrival .regular,
#arrival .discount,
#arrival .price {
	font-size: 10px;
}

/***********************
		prd_list
***********************/
#prd_list ul {
	list-style: none;
}
#prd_list .condition {
	padding: 10px;
}
#prd_list .link_list.more_wrap li:last-child,
.sub_cat .link_list li:last-child {
	border-bottom: 2px solid #CCC;
}
.sort {
	float: left;
	width: 70%;
	margin: 5px 0 10px 5px;
}
.sort li {
	text-align: center;
	width: 33%;
	float: left;
	line-height: 3;
}
.sort li:first-child a,
.tabsnav li:last-child a {
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.sort li:last-child a,
.tabsnav li:first-child a {
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0 4px 4px 0;
}
.tabsnav {
	float: right;
	width: 25%;
	background: none;
	padding: 0;
	margin: 5px 5px 10px 0;
}
.tabsnav li {
	border-top-style: none;
	border-bottom-style: none;
	float: right;
	width: 50%;
	margin: 0;
	padding: 0;
}
.tabsnav a {
	padding: 7px 0;
}
.tabsnav img {
	display: block;
	margin: 0 auto;
}
.sort a,
.tabsnav a {
	display: block;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom,
		color-stop(0%,#47BEF0), 
		color-stop(100%,#005081)
		);
	-webkit-box-shadow: inset 0 1px 1px 0 #003F65;
	box-shadow: inset 0 1px 1px 0 #003F65;
	border-bottom: 1px solid #003F65;
}
.sort .current,
.tabsnav .current {
	background: 
		-webkit-gradient(linear, 
		left top, left bottom,
		color-stop(0%,#005081), 
		color-stop(100%,#47BEF0)
		);
	border-bottom: 1px solid #005081;
	box-shadow: inset 0 1px 2px #003F65;
}
.prdtabcontent {
	clear: both;
	display: none;
}
.prdtabcontent.currentTab {
	display: block;
}
.prd_page_nav {
	margin: 10px 0;
	text-align: center;
}
.prd_page_nav a,
.prd_page_nav span {
	display: block;
	padding: 5px 0;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
	font-size: 12px;
}
.prd_page_nav a {
	color: #FFF;
}
.prd_page_nav p {
	font-size: 10px;
	line-height: 5;
}
.prd_page_nav li {
	float: left;
	width: 50%;
}
.prd_page_nav a {
	background: 
		-webkit-gradient(linear, 
		left top, left bottom,
		color-stop(0%,#47BEF0), 
		color-stop(100%,#005081)
		);
	-webkit-box-shadow: inset 0 1px 1px 0 #003F65;
	box-shadow: inset 0 1px 1px 0 #003F65;
	border-bottom: 1px solid #003F65;
}
.prd_page_nav span {
	color: #FFF;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#BBB),
		color-stop(100%,#DFDFDF)
		);
	border-bottom: 1px solid #BBB;
	-webkit-box-shadow: inset 0 1px 1px 0 #999;
	box-shadow: inset 0 1px 1px 0 #999;
}

/***********************
		prd_dtl
***********************/
#images {
	padding: 10px 0;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: inset 0 0 10px 0 #999;
	box-shadow: inset 0 0 10px 0 #999;
}
#images .img {
	margin-bottom: 10px;
}
#images img {
	max-width: 90%;
}

	#images .flick {
		width: 320px;
	}
	#images .flick ul li {
		width: 320px;
		margin-bottom: 0;
	}
	#images .flick ul li img {
		max-width: 90%;
		margin-bottom: 0;
	}
	#images .flick ul li a {
	display: inline;
		margin: 0;
	}
#prd_dtl .dtl_tbl td {
	font-size: 14px;
}
#prd_dtl .dtl_tbl td select {
	width: 80%;
}
#prd_dtl .cart {
	margin-top: 10px;
	text-align: center;
}
#prd_dtl .cart_color {
	width: 90%;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	border-right: none;
	border-left: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#prd_dtl .soldout {
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#prd_dtl .link_list li:first-child {
	border-top: 2px solid #CCC;
}
#prd_dtl .link_list.more_wrap li:first-child {
	border-top: none;
}
#prd_dtl .link_list.more_wrap li:last-child {
	border-bottom: 2px solid #CCC;
}
#prd_dtl .link_list.more_wrap .more_cont {
	display: none;
	padding-right: 10px;
}
#prd_dtl .desc .more_cont img {
	/* テンプレートマニュアル ※1 */
	/*max-width: 100%;*/
}
#prd_dtl .link_list .desc .pict {
	background: url(https://img.shop-pro.jp/s_tmpl_img/14/prd_desc.png) no-repeat left center;
}
#prd_dtl .link_list .opt .pict {
	background: url(https://img.shop-pro.jp/s_tmpl_img/14/prd_opt.png) no-repeat left center;
}
#prd_dtl .link_list .opt dt {
	font-weight: bold;
	line-height: 1.2;
}
#prd_dtl .link_list .opt dd {
	margin-bottom: 10px;
}
#prd_dtl .link_list .opt dd:last-child {
	margin-bottom: 0;
}
#prd_dtl .link_list .more_btn {
	background:url(https://img.shop-pro.jp/s_tmpl_img/14/prd_plus.png) no-repeat center right;
	-webkit-background-size: 38px 28px;
}
#prd_dtl .link_list .more_btn.open {
	background:url(https://img.shop-pro.jp/s_tmpl_img/14/prd_minus.png) no-repeat center right;
}
#prd_dtl .product_regular {
	text-decoration: line-through;
}
#prd_dtl .product_price,
#prd_dtl .product_discount {
	font-weight: bold;
	color: #F00;
}
#prd_dtl .sns {
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	margin-top: 40px;
	width: 90%;
}
#prd_dtl .sns h1 {
	padding: 5px 0 0;
	margin: 0;
	text-align: center;
	font-size: 14px;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#prd_dtl .sns .wrap {
	text-align: center;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 10px 0 0;
	position: relative;
	overflow: hidden;
}
#prd_dtl .sns .wrap div {
	margin: 0 0 10px;
	clear: both;
}
#prd_dtl .sns .calamel img {
	margin: 0 5px;
}
#prd_dtl .sns .icon img {
	width: 60px;
	height: 60px;
	display: block;
}
#prd_dtl .sns .icon {
	float: left;
	position: relative;
	left: 50%;
}
#prd_dtl .sns .icon > *  {
	display: block;
	margin: 0 5px;
	float: left;
	position: relative;
	left: -50%;
}
#prd_dtl .sns .facebook iframe  {
	height: 67px !important;
}

/***********************
		regal
		privacy
		prd_dtl table
***********************/
#regal p,
#privacy p {
	padding: 10px 5px;
	word-break: break-all;
}
#regal table,
#prd_dtl .opt table,
#prd_dtl .dtl_tbl {
	width: 100%;
}
#regal th, #regal td,
#prd_dtl .opt th, #prd_dtl .opt td,
#prd_dtl .dtl_tbl th, #prd_dtl .dtl_tbl td {
	padding: 3px;
	border-bottom: 1px solid #999;
	word-break: break-all;
}
#regal th,
#prd_dtl .opt th,
#prd_dtl .dtl_tbl th {
	width: 30%;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	border-left: 1px solid #999;
	background: #EEE;
}
#regal td,
#prd_dtl .opt td,
#prd_dtl .dtl_tbl td {
	width: 60%;
	vertical-align: top;
	border-right: 1px solid #999;
}
#regal th {
	text-align: left;
}
#regal td {
	font-size: 10px;
}
#regal tr:first-child th,
#regal tr:first-child td,
#prd_dtl .opt tr:first-child th,
#prd_dtl .opt tr:first-child td,
#prd_dtl .dtl_tbl tr:first-child th,
#prd_dtl .dtl_tbl tr:first-child td {
	border-top: 1px solid #999;
}
#regal tr:first-child th,
#prd_dtl tr:first-child th,
#prd_dtl .dtl_tbl tr:first-child th {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}
#regal tr:first-child td,
#prd_dtl .opt tr:first-child td,
#prd_dtl .dtl_tbl tr:first-child td {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
#regal tr:last-child th,
#prd_dtl .opt tr:last-child th,
#prd_dtl .dtl_tbl tr:last-child th {
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#regal tr:last-child td,
#prd_dtl .opt tr:last-child td,
#prd_dtl .dtl_tbl tr:last-child td {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/***********************
		flick
***********************/

.flick {
	width: 300px;
	margin: 0 auto;
	overflow: hidden;
}
.flick ul li {
	float: left;
	margin: 0 0 5px;
	list-style-type: none;
	text-align: center;
	width: 100px;
	font-size: 12px;
}
.flick ul li span {
	display: block;
	line-height: 2;
	font-size: 10px;
	font-weight: bold;
}
.flick ul li p {
	font-size: 10px;
	font-weight: bold;
}
.flick ul li .price_soldout {
	background: #F00;
	color: #FFF;
}
.flick ul li .price {
	color: #F00;
}
.flick ul li img {
	display: block;
	max-width: 80px;
	margin:0 auto 2px;
}
.flick ul li a {
	display: block;
	margin: 0 5px;
	text-decoration: none;
}
.flick_ctrl {
	margin: 0;
	list-style: none;
}
.flick_ctrl li {
	width: 20%;
	text-align: center;
	display:block;
	padding: 4px 0;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#343434),
		color-stop(100%,#000)
		);
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000;
	color: #FFF;
	border-top: 1px solid #555;
	border-bottom: 1px solid #000;
	border-radius: 4px;
}
.flick_ctrl li.back {
	float: left;
}
.flick_ctrl li.next {
	float: right;
}
.pointer {
	text-align: center;
}
.pointer span.selected {
    background-color: #333;
}

.pointer span {
    display: inline-block;
    height: 6px;
    width: 6px;
	margin: 0 2px;
	background-color: #CCC;
    border-radius: 3px;
}

/***********************
        free page
***********************/

#content_freepage {
    padding:10px;
    word-break: break-all;
}
#content_freepage img {
    max-width:100%;
    height:auto;
}

table.solid, table.solid th, table.solid td {
  border-collapse: collapse;
  border: 1px solid #666666;
  text-align: center;
  table-layout: fixed;
  font-weight: normal;
  vertical-align: middle;
}