@charset "UTF-8";

@-ms-viewport {width: device-width;}

body{
	margin:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "游ゴシック", YuGothic, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,label,button,textarea,select,p,blockquote,th,td {
margin:0;
padding:0;
}
ol, ul {
	list-style: none;
}
img {
	width:100%;
	border: 0;
	vertical-align: bottom;
}
/*---------------margin_bottom---------------*/
.mb_5{
	margin-bottom:5%;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}

.mt40 {
	padding-top: 40px;
}
/*---------------other---------------*/
.fs_10 {
	font-size: 10px;
}
.fs_11 {
	font-size: 11px;
}
.fs_12 {
	font-size: 12px;
}
.fs_14 {
	font-size: 14px;
}
.fs_16 {
	font-size: 16px;
}
.fs_15 {
	font-size: 15px;
}
.fs_18 {
	font-size: 18px;
}
.fs_20 {
	font-size: 20px;
}
.fs_22 {
	font-size: 22px;
}
.fs_30 {
	font-size: 30px;
}
.fs_40 {
	font-size: 40px;
}

.cb {
	clear: both;
}
.t_c{
	text-align:center;
}
.t_r{
	text-align:right;
}
.t_l{
	text-align:left;
}
.dis_in_b{
	display:inline-block;
}
/*----ie7用----*/
*:first-child+html .dis_in_b{
	display:inline;
	zoom:1
}
.po_rel{
	position:relative;
}
/*---------------------------------------------------
	wrapper
---------------------------------------------------*/
#wrapper{
	margin:0 auto;
}

.sec_txt{
	padding:3%;
	text-align:justify;
	font-size:14px;
}
.sec_txt sup{
	font-size:10px;
}
.hidden{
	display:none;
}

/*---------------------------------------------------
	nav
---------------------------------------------------*/
nav{
	width:100%;
	position: fixed;
	top: 0;
	z-index: 1;
	background-color:#f88b98;
	box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.6);
}
nav ul{
	width:100%;
}
nav .main_nav li{
	float:left;
	width:50%;
}
.nav_mid{
	margin:0 0.5%;
}
input[type="button"],input[type="submit"] ,input[type="image"]{
    -webkit-appearance: none;
	border-radius: 0;
  }


.gelnav{
}
.gelnav ul{
	width:100%;
}
.gelnav ul li{
	float:left;
	width:33%;
}
.gelnav ul li.gel_nav_mid{
	float:left;
	width:34%;
}



/*---------------------------------------------------
	cart_area
---------------------------------------------------*/
.cart_area_box01{
	background: url('../img/sec01_24_bg.png') left top repeat-y;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}
.cart_area_box01 div{
	background-color:#ffece6;
	border:solid 1px #f5d0c4;
	width:94%;
	margin-left:3%;
	margin-right:3%;
	padding:1.5% 0;
}
.cart_area_box02{
	background: url('../img/sec01_cart_bg02.png') left top repeat-y;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}
.cart_area_box02 div{
	background-color:#ffece6;
	border:solid 1px #f5d0c4;
	width:90%;
	margin-left:5%;
	padding:1.5% 0;
}
.cart_area_box03{
	background: url('../img/sec04_cart_bg01.png') left top repeat-y;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}
.cart_area_box03 div{
	background-color:#ffece6;
	border:solid 1px #f5d0c4;
	width:90%;
	margin-left:5%;
	padding:1.5% 0;
}
.cart_area_box04{
	background: url('../img/sec04_cart_bg02.png') left top repeat-y;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}
.cart_area_box04 div{
	background-color:#ffece6;
	border:solid 1px #f5d0c4;
	width:90%;
	margin-left:5%;
	padding:1.5% 0;
}




/*---------------------------------------------------
	gototop_r
---------------------------------------------------*/
.gototop ul li{
	float:left;
}
.gototop_l{
	width:77.5% !important;
}
.gototop_r{
	width:22.5% !important;
}

.pagatop{
	display:none;
	position:fixed;
	bottom:20px;
	right:10px;
	max-width:76px;
}


/*---------------------------------------------------
	fb_area
---------------------------------------------------*/
#fb-cnt{
    margin:0 auto;
	/* background:url(../img/fb_bg.png) left top repeat-x; */
	background-size:contain;
}

#fb-inner{
	background:#fff;
	text-align: center;
}
#fb-inner h2{
    text-align:center;
    padding:5% 0 0;
    font-weight:bold;
    font-size:120%;
}
.fb-page{
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
    padding:3% 0 5% !important;
}



@media screen and (max-width : 415px) {
.pagatop{
	width:50% !important;
	max-width:38px;
}

}


/* =============================================
                    CONTENTS
============================================= */

#wrapper img {
  width: 100%;
}

/* section{ margin-bottom: 20px;} */
.accordion-box{ margin: 0 auto 10px;}
.accordion-box dt .on{ display: block;}
.accordion-box dt .off{ display: none;}
.accordion-box dt.opened .on{ display: none;}
.accordion-box dt.opened .off{ display: block;}
.accordion-box dd{ /*width: 84%; margin: -4px auto 0; border-right: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; border-left: 1px solid #e4e4e4; padding: 10px;*/ display: none;}
.mt20{ margin-top: 20px;}
.mb20{ margin-bottom: 20px;}

.toggle .title .off {
	display: none;
}
.toggle .title.add .on {
	display: none;
}
.toggle .title.add .off {
	display: block;
}
.toggle dd {
	display: none;
}

#note{
  margin:10px auto;
  background:#EEEEEE;
  color:#000000;
  padding:10px;
  text-align:left;
  line-height:1.3em;
}

#payment{
  margin:0;
  padding:0;
  background: none;
  border-bottom:dotted 1px #ccc;
}
#payment h2{
margin:10px auto 0;
padding:8px 10px 5px;
font-size: 130%;
line-height: 1.5;
text-align:left;
color: #000;
font-weight:bold;
text-shadow: 0 0 3px #fff;
background:-moz-linear-gradient(center top, #ffffff, #dddddd);
background:-webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#dddddd));
border-top:solid 1px #ccc;
border-bottom:solid 1px #ccc;
}
#payment h3{
  margin:20px auto;
  padding:5px 10px 5px;
  text-align:left;
  font-size: 100%;
  color: #000;
  font-weight:bold;
  background:#eee;
  border-top:solid 1px #ccc;
  border-bottom:solid 1px #ccc;
  text-shadow:none;
}
#payment h4{
margin:10px;
padding-left:10px;
color:#000;
border-left:solid 8px #ccc;
}
#payment p{
  margin:20px;
}
#payment ul{
  margin:20px 20px 20px 40px;
}
#payment ul li{
list-style:disc outside;
color:#c00;
}
#payment > div{
  margin: 20px;
  padding:0;
  background: none;
  border: solid 1px #ccc;
}
#payment > div > ul > li{color:#000;}
#payment table {
  margin: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  border:solid 1px #ccc;
}
#payment table th {
background: #EEEEEE;
width:90px;
}
#payment table th,
#payment table td {
border-top: 1px dotted #CCCCCC;
border-bottom: 1px dotted #CCCCCC;
font-weight: normal;
padding: 5px 8px;
text-align: left;
vertical-align: top;
}

#copyright {
  margin: 5% 0;
  text-align: center;
}

.type {
	overflow: hidden;
}
.type .btn p {
	float: left;
	width: 50%;
}
