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

/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
 
ol, ul {
  list-style: none;
}
 
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}


/**** Link ****/
* { margin: 0; padding: 0; background-position: center center;	box-sizing: border-box; }
img {height: auto;}
a.link_img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
/*
a.link_img:visited { text-decoration:none color:#555; }
a.link_img:hover { text-decoration:none; color:#d2ad30;}
*/
a.link_img img {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
a.link_img:hover img { 
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;

	}

a.link_img {
	display: inline-block;
	position: relative;
	overflow: hidden;
}


a.link_img:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

a.link_img div {
	position: absolute;
	border: 0px solid rgba(245,241,229,0.5);
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

a.link_img:hover div {
	border: 6px solid rgba(245,241,229,0.5);
}

/***** commmon *****/
body {
	font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
	font-size: 15px;
	line-height: 1.8;
	background: #fff;
	min-width:1000px;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #ac6f3e;
}

.contents_width {
	width: 1000px;
	margin: 0 auto;
}

a:hover img.trans {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.left {
	float: left;
}
.right {
	float: right;
}

.lead_txt {
	line-height: 1.9;
}

.commonRightWidth {
	width: 514px;
}

.hr {
	border-top: 1px solid #d3d4d4;
	margin: 60px 0;
}

/**** header ****/
#header{
	background: url(https://img21.shop-pro.jp/PA01376/534/etc/bg_gmenu.png) repeat-x bottom;
	padding-bottom: 23px;
	position: fixed;
	z-index: 999;
	width: 100%;
}
#header ul {
	overflow: hidden;
}
#header ul li {
	float: left;
}
#headerWrapper {
	padding-bottom: 18px;
	background: #fff;
}

/**** main ****/
#mainWrapper {
	padding-top: 166px;
	overflow: hidden;
}
@media all and (-ms-high-contrast:none){
  	#mainWrapper {
	  	padding-top: 143px;
	} /* IE10 */
}
#mainFooter {
	padding-top: 180px;
	padding-bottom: 78px;
}
#mainFooter ul {
	margin: 0 auto;
	overflow: hidden;
	width: 305px;
}
#mainFooter ul li {
	float: left;
}

#mainInner {
	overflow: hidden;
	padding-top: 87px;
}

#mainLeft {
	float: left;
	padding-left: 140px;
	width: 280px;
	position: fixed;
}
#mainLeft ul li {
	padding-bottom: 10px;
}

#mainRight {
    float: left;
    padding-left: 355px;
    width: 925px;
}

/**** footer ****/
#footerWrapper {
	/*
	border-top: 1px solid #d3d4d4;
	*/
	background: url(https://img21.shop-pro.jp/PA01376/534/etc/bg_footer.png) repeat-x top;
	padding-top: 50px;
	padding-bottom: 30px;
	font-size: 13px;
}

#footerInner {
	width: 730px;
	margin: 0 auto;
}

#footerInner ul {
	overflow: hidden;
}
#footerInner ul li {
	float: left;
}

/**** ¥ï¥ó¥×¥ì¡¼¥È¥Û¥ï¥¤¥È¤è¤ê ****/
/* list */
.def_lst {
  border-top: 1px solid #eee;
}
  .def_lst_dt {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    float: left;
    clear: both;
    width: 30%;
    word-break: break-all;
  }
  .def_lst_dd {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 35%;
    border-bottom: 1px solid #eee;
  }
    .def_lst_dd img {
      max-width: 100%;
      width: inherit;
      height: auto;
    }

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}
.policy_lead {
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

/* title */
.ttl_h2 {
  margin-top: 3em;
  margin-bottom: .7em;
  color: #444;
  font-weight: bold;
  font-size: 124%;
}
.ttl_h3 {
  margin-top: 2em;
  margin-bottom: .5em;
  color: #444;
  font-weight: bold;
  font-size: 92.307%;
}




s