/* html5 reset*/
html{overflow-y:scroll;}
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;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
h1, h2, h3, h4, h5, h6,address,caption,cite,code,dfn,em,strong,th,var,span{font-style:normal;font-weight:normal;}
li{list-style:none;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}

/* original reset */
li{
	list-style:none;
}
a {
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration:underline;	
}
a:active {
}
strong {
	font-weight:bold;	
}
/* html5 reset +alpha */
html{
    font-size: 62.5%; /* (14px) */
	line-height:1.0;
}
::selection {
    background: #00aa00;
    color: #fff;
}
#main {
	float:right;
	line-height:1.4;
	width:722px;
}

/* common item */
.clrfx:after {content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;font-size:0.1em;line-height:0;}
.clrfx {zoom:1;}
.clr {clear:both;}
.fltl {float:left;}
.fltr {float:right;}
.leftAdjust{text-align:left;}
.rightAdjust{text-align:right;}
.centerAdjust{text-align:center;}
.topAdjust{vertical-align:top;}
.middleAdjust{vertical-align:middle;}
.bottomAdjust{vertical-align:bottom;}
.rlt{position:relative;}
.abs{position:absolute;}
strong { font-weight:bold; }
em { font-style: italic; }
del { text-decoration:line-though; }

/*----------------------------------------------------------
【font-size】フォントサイズの設定
----------------------------------------------------------*/

.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

.f08{ font-size: 8px; font-size: 0.8rem; }
.f09{ font-size: 9px; font-size: 0.9rem; }
.f10{ font-size: 10px; font-size: 1.0rem; }
.f11{ font-size: 11px; font-size: 1.1rem; }
.f12{ font-size: 12px; font-size: 1.2rem; }
.f13{ font-size: 13px; font-size: 1.3rem; }
.f14{ font-size: 14px; font-size: 1.4rem; }
.f15{ font-size: 15px; font-size: 1.5rem; }
.f16{ font-size: 16px; font-size: 1.6rem; }
.f17{ font-size: 17px; font-size: 1.7rem; }
.f18{ font-size: 18px; font-size: 1.8rem; }
.f19{ font-size: 19px; font-size: 1.9rem; }
.f20{ font-size: 20px; font-size: 2.0rem; }
.f21{ font-size: 21px; font-size: 2.1rem; }
.f22{ font-size: 22px; font-size: 2.2rem; }
.f23{ font-size: 23px; font-size: 2.3rem; }
.f24{ font-size: 24px; font-size: 2.4rem; }
.f25{ font-size: 25px; font-size: 2.5rem; }
.f26{ font-size: 26px; font-size: 2.6rem; }
.f27{ font-size: 27px; font-size: 2.7rem; }
.f28{ font-size: 28px; font-size: 2.8rem; }
.f29{ font-size: 29px; font-size: 2.9rem; }
.f30{ font-size: 30px; font-size: 3.0rem; }
.f31{ font-size: 31px; font-size: 3.1rem; }
.f32{ font-size: 32px; font-size: 3.2rem; }
.f33{ font-size: 33px; font-size: 3.3rem; }
.f34{ font-size: 34px; font-size: 3.4rem; }
.f35{ font-size: 35px; font-size: 3.5rem; }
.f36{ font-size: 36px; font-size: 3.6rem; }


/*----------------------------------------------------------
【color】フォントカラーの設定
----------------------------------------------------------*/

.red{ color: #ff0000!important; }
.maroon{ color: #800000!important; }
.fuchsia{ color: #ff00ff!important; }
.purple{ color: #660099!important; }
.lime{ color: #00ff00!important; }
.green{ color: #008000!important; }
.yellow{ color: #ffff00!important; }
.olive{ color: #808000!important; }
.blue{ color: #0000dd!important; }
.navy{ color: #000080!important; }
.aqua{ color: #00ffff!important; }
.teal{ color: #008080!important; }
.white{ color: #fff!important; }
.silver{ color: #c0c0c0!important; }
.gray{ color: #808080!important; }
.black{ color: #000!important; }
.orange{ color: #ffa500!important; }
.pink{ color: #ffc0c8!important; }


/*----------------------------------------------------------
【box】蛍光ペンのような文字背景の設定
----------------------------------------------------------*/

.glow-red{ padding:2px; background-color: #ff0000!important; }
.glow-lime{ padding:2px; background-color: #00ff00!important; }
.glow-yellow{ padding:2px; background-color: #ffff00!important; }
.glow-aqua{ padding:2px; background-color: #00ffff!important; }
.glow-gray{ padding:2px; background-color: #808080!important; }
.glow-black{ padding:2px; background-color: #000!important; }


/*----------------------------------------------------------
【line-height】行間の設定
----------------------------------------------------------*/

.lh10{ line-height: 1.0!important; }
.lh11{ line-height: 1.1!important; }
.lh12{ line-height: 1.2!important; }
.lh13{ line-height: 1.3!important; }
.lh14{ line-height: 1.4!important; }
.lh15{ line-height: 1.5!important; }
.lh20{ line-height: 2.0!important; }


/*----------------------------------------------------------
下線や取消線の設定
----------------------------------------------------------*/

.underline{ text-decoration: underline!important; }
.del{ text-decoration:line-through;}


/*----------------------------------------------------------
【align】文字や画像の横位置設定
----------------------------------------------------------*/

.al-c{ text-align: center; }
.al-r{ text-align: right; }
.al-l{ text-align: left; }


/*----------------------------------------------------------
ボックスの角を丸くする設定
----------------------------------------------------------*/

.radius1 { border-radius: 1px; }
.radius2 { border-radius: 2px; }
.radius3 { border-radius: 3px; }
.radius4 { border-radius: 4px; }
.radius5 { border-radius: 5px; }
.radius6 { border-radius: 6px; }
.radius7 { border-radius: 7px; }
.radius8 { border-radius: 8px; }
.radius9 { border-radius: 9px; }
.radius10 { border-radius: 10px; }


/*----------------------------------------------------------
ボックスの枠線サイズ設定
----------------------------------------------------------*/

.box-bd2 { border-width: 2px; }
.box-bd3 { border-width: 3px; }
.box-bd4 { border-width: 4px; }
.box-bd5 { border-width: 5px; }


/*----------------------------------------------------------
ボックスの枠線色設定
----------------------------------------------------------*/

.box-c-black { border-color: #000; }
.box-c-red { border-color: #ff0000; }
.box-c-blue { border-color: #0000ff; }
.box-c-yellow { border-color: #ffff00; }
.box-c-white { border-color: #fff; }


/*----------------------------------------------------------
【margin】周りのブロックからの距離設定
----------------------------------------------------------*/

.m0{ margin: 0!important; }
.m0-t{ margin-top: 0!important; }
.m0-r{ margin-right: 0!important; }
.m0-b{ margin-bottom: 0!important; }
.m0-l{ margin-left: 0!important; }

.m5{ margin: 5px!important; }
.m5-t{ margin-top: 5px!important; }
.m5-r{ margin-right: 5px!important; }
.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5px!important; }

.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m25{ margin: 25px!important; }
.m25-t{ margin-top: 25px!important; }
.m25-r{ margin-right: 25px!important; }
.m25-b{ margin-bottom: 25px!important; }
.m25-l{ margin-left: 25px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m35{ margin: 35px!important; }
.m35-t{ margin-top: 35px!important; }
.m35-r{ margin-right: 35px!important; }
.m35-b{ margin-bottom: 35px!important; }
.m35-l{ margin-left: 35px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m45{ margin: 45px!important; }
.m45-t{ margin-top: 45px!important; }
.m45-r{ margin-right: 45px!important; }
.m45-b{ margin-bottom: 45px!important; }
.m45-l{ margin-left: 45px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m55{ margin: 55px!important; }
.m55-t{ margin-top: 55px!important; }
.m55-r{ margin-right: 55px!important; }
.m55-b{ margin-bottom: 55px!important; }
.m55-l{ margin-left: 55px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }


/*----------------------------------------------------------
【padding】ブロック内の距離設定
----------------------------------------------------------*/

.p0{ padding: 0!important; }
.p0-t{ padding-top: 0!important; }
.p0-r{ padding-right: 0!important; }
.p0-b{ padding-bottom: 0!important; }
.p0-l{ padding-left: 0!important; }

.p5{ padding: 5px!important; }
.p5-t{ padding-top: 5px!important; }
.p5-r{ padding-right: 5px!important; }
.p5-b{ padding-bottom: 5px!important; }
.p5-l{ padding-left: 5px!important; }

.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p25{ padding: 25px!important; }
.p25-t{ padding-top: 25px!important; }
.p25-r{ padding-right: 25px!important; }
.p25-b{ padding-bottom: 25px!important; }
.p25-l{ padding-left: 25px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p35{ padding: 35px!important; }
.p35-t{ padding-top: 35px!important; }
.p35-r{ padding-right: 35px!important; }
.p35-b{ padding-bottom: 35px!important; }
.p35-l{ padding-left: 35px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p45{ padding: 45px!important; }
.p45-t{ padding-top: 45px!important; }
.p45-r{ padding-right: 45px!important; }
.p45-b{ padding-bottom: 45px!important; }
.p45-l{ padding-left: 45px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p55{ padding: 55px!important; }
.p55-t{ padding-top: 55px!important; }
.p55-r{ padding-right: 55px!important; }
.p55-b{ padding-bottom: 55px!important; }
.p55-l{ padding-left: 55px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }

/* items */
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
a:hover img.opa100 {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
.container {
	margin:0 auto;
	width:1002px;
}
.mincyo {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.bgwhite {
	line-height:0;
	background:#fff;	
}
.bgwhiteshadow {
	background:#fff;
	box-shadow:0px 0px 80px 53px rgba(255,255,255,1);
}
/* body style */
body {
	font-size:14px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background:#fff;
	-webkit-text-size-adjust: 100%;
}
/* common */
#over_wrapper {
	background:url(https://img21.shop-pro.jp/PA01330/189/etc/bottom_bg.jpg) no-repeat center bottom;	
}
#wrapper {
	padding:20px 0 80px;
}
#index_bg {
	background:url(https://img21.shop-pro.jp/PA01330/189/etc/mainimage.jpg) no-repeat center top;
	height:653px;
}
#second_bg {
	background:url(https://img21.shop-pro.jp/PA01330/189/etc/header_bg.jpg) no-repeat center top;
	height:139px;
}
#header {
	padding:5px 0 0 0;
}
#header h1{
	position: absolute;
    top: 10px;
    left: 150px;
}
#header #description{
	padding: 0px 150px 0 0;
    text-align: right;
    line-height: 1.4;
    font-size: 12px;
}
#header address {
	display:block;
    padding: 10px 150px 0 0;
    text-align: right;
    font-size: 21px;	
}
#header .opt {
    padding: 10px 150px 0 0;
}
#header .opt .inq{
	float:right;
}
#header .opt .cart{
	float:right;
	margin:0 10px 0 0;
}
#gnavi {
	background:url(https://img21.shop-pro.jp/PA01330/189/etc/gnavi.jpg) repeat-x;
	height:100px;	
}
#gnavi p{
	float:left;
}
#gnavi p a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
#side {
	width:265px;
	float:left;
}
#side p{
	margin: 0 0 10px;
}
#side #snavi {
	width:255px;
	float:left;
	background:#63aa84;
	padding:5px;
	margin: 0 0 10px;
}
#side #snavi p {
	line-height:0;
	margin: 0 0 0;
}
#side #snavi a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
#footer {
	padding:0 0 80px;
}
#footer h1{
	position: absolute;
    top: 10px;
    left: 150px;
}
#footer #description{
	padding: 0px 150px 0 0;
    text-align: right;
    line-height: 1.4;
    font-size: 12px;
}
#footer address {
	display:block;
    padding: 10px 150px 0 0;
    text-align: right;
    font-size: 21px;	
}
#footer .opt {
    padding: 10px 150px 0 0;
}
#footer .opt .inq{
	float:right;
}
#footer .opt .cart{
	float:right;
	margin:0 10px 0 0;
}






.org_banner_design {
	line-height:0;	
}
.org_banner_design img{
	margin:0 0 12px;
}
.obd_1 {
	float:left;
}
.obd_2 {
	float:right;
}
.obd_3 p {
	float:left;
}
.obd_3 p:first-child{
	margin:0 12px 0 0;
}

.titleshadow {
	position:absolute;
	top:-60px;
	left:0;
}
.titleshadow img{
	line-height:0;
	box-shadow: 0px 3px 1px -1px rgba(0,0,0,0.6);
}
.planfield01 {
	position:relative;
	background:rgba(230,230,230,0.5);
	padding:55px 20px 5px 20px;
	margin:60px 0 30px 0;
}
.pf01_l {
	width:400px;
	float:left;
}
.pf01_prodbox {
	background:url(https://img21.shop-pro.jp/PA01330/189/etc/bgitem01.jpg);
	padding:0 0 10px;
	margin:0 0 14px;
	box-shadow:3px 4px 4px 3px rgba(0,0,0,0.3);
}
.pf01_prodbox h3{
	background:#ffcf9e;
	font-size:18px;
	text-align:center;
	padding:5px 0;
}
.pf01_prodbox img.thumb{
	width:300px;
	height:162px;
	display:block;
	margin:10px auto;
}
.pf01_prodbox p{
	width:360px;
	margin:0 auto;
	font-size:12px;
}
.pf01_prod_btn a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
.pf01_prod_btn a{
	display:block;
	margin:5px 5px 5px;
	width:140px;
	padding:5px 0;
	text-align:center;
	border-radius:5px;
	border-bottom:2px solid #aaaaaa;
	color:#333333;
	background-image: linear-gradient(#ffffff,#eeeeee,#dddddd);
}
.pf01_prod_btn a:hover{
	text-decoration:none;
	color:#F00;
}
.pf01_prod_btn a:active{
	position:relative;
	top:2px;
	left:0px;
	border-bottom:0px solid #cccccc;
	margin:5px 5px 7px;
}
.pf01_prod_btn dt{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 5px 0 0 0;	
}
.pf01_prod_btn dd{
	line-height:1;
}

.pf01pbl {
	float:left;
	padding:0 0 0 20px;
}
.pf01pbr {
	float:right;	
	padding:0 20px 0 0;
}
.pf01_r {
	float:right;
	box-shadow:3px 4px 4px 3px rgba(0,0,0,0.3);
	line-height:0;
}



.free_field {
}
.free_field h2{
	line-height:0;
	margin:0 0 20px 0;
}
.free_field h3{
	line-height:0;
	margin:0 0 30px 0;
}
.free_field h4{
	width:675px;
	margin:0 auto;
	line-height:0;
}
.free_field .field01{
	width:615px;
	background:rgba(219,232,227,0.5);
	padding:30px 30px 10px;
	margin:0 auto 20px;
	line-height:1.8;
}
.free_field .field01 p{
	margin: 0 0 20px 0;
}
.free_field .thumbs_left {
	width:260px;
	float:left;
}
.free_field .thumbs_left img{
	width:250px;
	height:auto;
	margin:0 0 40px 0;
}
.free_field .thumbs_left .morebig{
	font-size:18px;
	display:block;
}
.free_field .text_right {
	width:320px;
	float:right;
}

.nnt_font_big {
	font-size:20px;
	padding:0 0 0 20px;
}
.nnt_org_bg {
	background:url(https://img21.shop-pro.jp/PA01330/189/etc/nnt_bgitem01.jpg) no-repeat center top;
	padding:30px 50px 0 50px ;
	height: 570px;
	width:565px;
	margin:0 auto;
	line-height:1.8;
}
.nnt_org_bg .morebig{
	font-size:18px;
	display:block;
	padding:30px 0 5px 0;
}

.rks_normal_p {
	width: 680px;
    margin: 0 auto 20px;
    line-height: 1.8;	
}

.rks_dual {
	width:675px;
	margin:0 auto 25px;
}
.rks_sanko {
	text-align:center;
	font-size:12px;
	padding:30px 0;
}

.kmt_main {
	line-height:0;	
}

.arg_bg01 {
	background:url(https://img21.shop-pro.jp/PA01330/189/etc/arg_bgitem01.jpg) no-repeat;
	height:490px;
	text-align:center;
	padding:10px 0 0 0;
	line-height:2;
}
.arg_bg01 strong{
	font-size:28px;
	font-weight:normal;
}
.arg_obj1 {
	width:675px;
	margin:0 auto;
	line-height:0;
}

.arg_field {
	margin: 0 auto 60px!important;	
}
.arg_left {
	float:left;
	width:250px;
	text-align:center;
}
.arg_right {
	float:right;
	width:350px;
}

.ast_txt h3{
	font-size: 18px;
    padding: 30px 0 0 0;
    border-bottom: 1px solid #999;
    line-height: 1.2;
}




#policy h2{
    font-size: 18px;
    background: #7c7;
    line-height: 1.4;
    border: 1px solid #1a1;
    margin: 0 0 20px;
    padding: 5px;
    font-weight: bold;
    color: #151;
}
.sk_box h3 {
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px solid #888;
    margin: 0 0 20px;
    padding: 0 0 0 10px;
}
.sk_box table {
    width: 100%;
    margin:0 0 40px;
}
.sk_box th {
    width: 200px;
    text-align: left;
    border: 1px solid #1a1;
    padding: 10px;
    vertical-align: middle;
    background: #cfc;
}
.sk_box td {
    width: 486px;
    text-align: left;
    border: 1px solid #1a1;
    padding: 10px;
    background: #fff;
}
#policy_lead {
    padding: 10px;
    margin: 0 auto 20px;
    line-height: 1.8;
}
.policy_box h3 {
    line-height:1.4;
    margin: 0 0 10px 0;
}

.item_box {
    display:block;
    width: 225px;
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
}
.box_last{
margin:0 0 20px 0;
}
.item_box:hover {
text-decoration:none;
box-shadow: 0px 0px 15px 10px rgba(255,255,0,6);
}
.item_box:hover img{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
.item_box:hover img{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
img.item {
    width: 100%;
    height: auto;
}
.item_detail {
    padding: 10px;
    color: #c44;
}
p.item_name {
    font-weight: bold;
}
p.item_price {
    font-weight: bold;
}
.item_bottom_field{
	width:615px;
	background:rgba(219,232,227,0.5);
	padding:30px 30px 10px;
	margin:0 auto 20px;
	line-height:1.8;
}

.item_bottom_field h2 {
    font-size: 20px;
    border-bottom: 1px solid #888;
    margin: 0px 0 15px 0;
    background: #8c8;
    padding: 0 0 0 10px;
}
.item_bottom_field p {
    margin: 0px 30px 30px;
}



.product_images {
    width: 350px;
    float: left;
}
.product_images img{
width:100%;
}
.add_cart {
    width: 350px;
    float: right;
}
.add_cart h2.product_name {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #444;
    margin: 0 0 10px 0;
    text-shadow: 0 0 8px rgba(0,100,0,0.3);
    color: #000000;
}
.product_description {
    margin: 0 0 10px 0;
}

.add_cart .add_table {
width:100%;
margin:0 0 10px 0;
}
.add_cart .add_table th {
    border: 1px solid #444;
    vertical-align: middle;
padding:10px;
}
.add_cart .add_table td {
    border: 1px solid #444;
    vertical-align: middle;
    padding: 10px;
}
th.opt_title {
font-weight:bold;
color:#ffffff;
background:#008800;
}
.pda_title{
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #5a5;
    background: #cfa;
    margin: 10px 0 5px;
    padding: 2px 5px;
}
.pda_txt{
margin: 10px 20px 30px 10px;
}
.pda_txt strong{
color:#dd0000;
}
.share li {
    margin: 5px;
}

.btn_submit {
    position: relative;
    background-color: #1abc9c;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: none;
transition: none;
    box-shadow: 0 3px 0 #0e8c73;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    padding: 10px;
    margin: 0 0 10px;
    width: 100%;
    cursor:pointer;
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
font-weight:bold;
font-size:20px;
}
.btn_submit:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
.btn_submit:active {
	top: 3px;
	box-shadow: none;
}


.sib_title {
font-size:18px;
font-weight:bold;
}
.sib_table {
    margin: 0 auto;
}
.sib_table caption {
    font-weight: bold;
text-align:center;
}
.sib_table td {
    padding: 5px 20px;
    border: 1px solid #444;
}
.member_page{
	width:615px;
	background:rgba(219,232,227,0.5);
	padding:30px 30px 10px;
	margin:0 auto 20px;
	line-height:1.8;
}

.member_page h2{
    font-size: 20px;
    border-bottom: 1px solid #888;
    margin: 0px 0 15px 0;
    background: #8c8;
    padding: 0 0 0 10px;
}

.member_page p {
    margin: 0px 30px 30px;
}
.sold_out{
  margin:12px;
  padding:12px 7px;
  font-size:28px;
  letter-spacing:2px;
  font-weight:bold;
  color:#ffffff;
  text-align:center;
  border:1px solid #239315;
  background:#239315;
}
#main .news_area{
  margin:0px auto 25px;
  padding:0 0 20px;
  border-top:1px solid #0E4410;
  border-bottom:1px solid #0E4410;
  text-align:center;
  color:#333333;
  background:#fafffa;
}
#main .news_area .news_ttl_01{
  font-size:24px;
  font-weight:bold;
  margin:0 auto 12px;
  padding:12px 5px 10px;
  color:#ffffff;
  background:#0E4410;
  letter-spacing:2px;
}
#main .news_area .txt_01{
  font-size:16px;
  line-height:2.8;
  margin:0 auto 12px;
}