/* ************************************************ 
 *  all
 * ************************************************ */
* {
  margin: 0px;
  padding: 0px;
}

@font-face {
  font-family: "Univers LT 47";
  src: url("https://y-iihoshi-p.com/font/UniversLTStd-LightCn.otf") format("opentype");
  font-family: "Univers LT 55";
  src: url("https://y-iihoshi-p.com/font/UniversLTStd-Cn.otf") format("opentype");
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  background: #eeebe9;
}

br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}

hr {
  margin: 10px 0;
  border: 0;
  clear: left;
}

img {
  border: none;
  vertical-align: middle;
}

img.new_mark_img1 {
  margin-right: 5px !important;
}

img.new_mark_img2 {
  margin-left: 5px !important;
}

.sold_out {
	color: #FF0000;
	font-size: 13px;
	padding:20px 0 30px 0;
	font-weight:bold;
}

h2 {
	font-size: 16px;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight:normal;
	}
#pulldown-menu .pc-only {
    display: block;
}
#pulldown-menu .sp-only {
    display: none;
}
@media screen and (max-width: 428px) {
#pulldown-menu .pc-only {
    display: none;
}
#pulldown-menu .sp-only {
    display: block;
}
}

/* ************************************************ 
 *  layout
 * ************************************************ */
/*ページ全体の幅、レイアウトをセンタリング*/
#container {
  width:1150px;
  margin:0px auto;
  text-align:left;
  background: #eeebe9;

}

/*サイド*/
#side {
  float: right;
  width: 0px;
}

/*メイン*/
#main {
  float: left;
  width: 1150px;
  padding:10px 0 50px 0 ;
}


/* ************************************************ 
 *  header
 * ************************************************ */
div.header_link {
  border-top: 1px solid #CCCCCC;
  float: left;
  margin-top: 35px;
  padding-top: 20px;
  margin-bottom: 40px;
  }
  div.header_link ul {
    }
    div.header_link ul li {
      list-style-type: none;
      float: left;
      margin-left: 0px;
      line-height: 16px;
      padding-bottom:5px;
      }
      div.header_link ul li i {
        width: 16px;
        height: 25px;
        display: block;
        float: left;
        margin-right: 5px;
        }
      #div.header_link ul li a {
        text-decoration: none;
        }

    div.header_link ul li.my_account {
      }
      div.header_link ul li.my_account i.account {
        background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -343px -108px;
        }

    div.header_link ul li.view_cart {
      }
      div.header_link ul li.view_cart i.cart {
        background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -415px -204px;
        }
      div.header_link ul li.view_cart span.count {
        background: #ff3355;
        color: #fff;
        font-weight: bolder;
        padding: 5px 10px;
        margin-left: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        }

    .my_account {
      }
      .my_account i.account {
        background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -343px -108px;
        }

    .view_cart {
      }
      .view_cart i.cart {
        background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -415px -204px;
        }
      .view_cart span.count {
        background: #000000;
        color: #fff;
        font-weight: bolder;
        padding: 5px 10px;
        margin-left: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        }

div.search {
  float: left;
  margin-top: 0px;
  margin-bottom: 60px;
}

div.category_header {
  margin-bottom: 60px;
}

.item_view {
padding-top: 10px;
padding-bottom: 7px;
margin-bottom: 15px;
border-bottom: 1px solid #CCC;	
font-size:12px;
}

.item_shop {
padding-top: 15px;
padding-bottom: 0px;
margin-bottom: 20px;
font-size:10px;
}

.category {
width: 1150px;
padding: 15px 0 15px 0;

}

.category_title {
padding-top: 0px;
padding-bottom: 15px;
margin-bottom: 0px;
font-size:15px;
font-weight:bold;
line-height:20px;
}

.category_explain {
width:715px;
clear:none;
float:right;
padding-top: 0px;
padding-bottom: 40px;
margin-bottom: 0px;
font-size:11px;
line-height:20px;
text-align:left;
overflow:auto;
}

.category_explain ul {
clear:none;
float:right;
}

.category_explain ul li {
padding-left:20px;
margin-left:20px;
clear:none;
float:left;
border-left:1px solid #CCC;
}

.category_explain ul li.left {
padding-left:20px;
margin-left:20px;
clear:none;
float:left;
border-left:0px solid #CCC;
}
.photo_extend {
padding-top: 10px;
font-size:10px;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  opacity: 0.6!important;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  z-index: 9999;
}
#pagetop a {
  background: #666;
  text-decoration: none;
  color: #fff!important;
  width: 100px;
  padding: 12px 0;
  text-align: center;
  display: block;
  letter-spacing: 0.04em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#pagetop a:hover {
  text-decoration: none!important;
  background: #999;
}


/* ************************************************ 
 *  main
 * ************************************************ */
#main div.box {
clear: both;
margin-bottom: 60px;
}

#main div.box h3 {
margin-bottom: 20px;
font-size: 20px;
}

#policy h3 {
padding-bottom: 30px;
font-size: 18px;
}

/* ************************************************ 
 *  item_box
 * ************************************************ */
body.pc .item_box {
width: 370px;
padding: 0px 20px 0px 0px;
text-align: left;
display:inline-block; 
vertical-align:top;
float:left;
}

body.pc .item_box_r {
width: 370px;
padding: 0px 0px 0px 0px;
text-align: left;
display:inline-block; 
vertical-align:top;
float:left;
}

body.pc .item_box2 {
width: 271px;
padding: 0px 22px 0px 0px;
text-align: left;
display:inline-block; 
vertical-align:top;
float:left;
}

body.pc .item_box2_r {
width: 271px;
padding: 0px 0px 0px 0px;
text-align: left;
display:inline-block; 
vertical-align:top;
float:left;
}

body.pc .item_box3 {
width: 143px;
padding: 0px 20px 0px 0px;
text-align: left;
display:inline-block; 
vertical-align:top;
float:left;
}

body.pc .item_box3_r {
width: 143px;
padding: 0px 0px 0px 0px;
text-align: left;
display:inline-block; 
vertical-align:top;
float:left;
}

body.pc .item_box3 .item_photo {
margin: 0px;
padding: 0px 0px 10px 0px;
border:0px;
}

body.pc .item_box3_r .item_photo {
margin: 0px;
padding: 0px 0px 10px 0px;
border:0px;
}


body.pc .item_photo {
margin: 0px;
padding: 0px 0px 0px 0px;
border:0px;
}

body.pc .item_photo_top {
margin: 0px;
padding: 0px 0px 12px 0px;
border:0px;
}

body.pc .item_detail {
margin: 10px 0px 10px 0px;
}

body.pc .gift_box_r .item_detail {
margin: 0px 0px 10px 0px;
}

body.pc .item_detail p.item_name {
font-size: 15px;
margin: 15px 0 10px 0;
}

body.pc .gift_box_r p.item_name {
font-size: 15px;
margin: 0px 0 10px 0;
}

body.pc .item_box .item_detail p.item_regular_price {
margin-bottom: 0px;
}

body.pc .item_detail p.item_price {
margin-bottom: 10px;
font-size: 13px;
}

body.pc .item_detail p.item_description {
font-size: 12px;
margin: 0 0 30px 0;
}

body.pc .item_detail p.item_discount {
margin-bottom: 10px;
}

/* ************************************************ 
 *  gift
 * ************************************************ */


body.pc .category_text_gift {
	font-size:12px;
	min-width: 1088px;
	width: 1088px;
	padding:20px 30px;
	margin:20px 0 20px 0;
	border:1px solid #FF0000;
}

body.pc .category_text_none {
	font-size:12px;
	min-width: 1088px;
	width: 1088px;
	padding:20px 30px 20px 0px;
	margin:20px 0 20px 0;
}

body.pc .gift_logo {
	text-align: center;
	margin: 25px auto 80px auto;
	width:140px;
	height: auto;
}

body.pc .gift_logo img{
	text-align: center;
	width:140px;
}

body.pc .category_text_gift p {
	font-size:12px;
	line-height: 23px;
	margin:0 0 23px 0;
}

body.pc .category_text_gift p.title,
body.pc .category_text_none p.title {
	font-size:20px;
	letter-spacing:0.1em;
	margin:20px 0 30px 0;
}

body.pc .category_text_gift p.title span {
	font-size:15px;
}

body.pc .title_gift_ex {
font-size: 13px;
font-family: 'Univers LT 47';
margin-bottom: 50px;
}

body.pc .title_gift {
width: 1150px;
font-size: 13px;
font-family: 'Univers LT W01_47 Light1475998';
border-top: 1px solid #FF0000;
color:#000;
padding: 10px 0px;
margin: 40px 0px 10px 0px;
clear:both;
}

body.pc .title_gift_2 {
width: 1150px;
font-size: 15px;
font-family: 'Univers LT 47';
border-top: 1px solid #FF0000;
color:#000;
padding: 5px 0px 20px 0px;
margin: 40px 0px 10px 0px;
clear:both;
}

body.pc .gift_left2 {
width:515px;
float:left;
padding-bottom:20px;
clear: both;
}

body.pc .gift_left2 p.gift_text,
body.pc .gift_left2 p.gift_text_2 {
width:515px;
float:left;
padding-top:15px;
font-size: 12px;
}

body.pc .gift_left2 img {
width:565px;
}
body.pc .gift_right2 {
width:565px;
float:right;
padding-bottom:20px;
}

body.pc .gift_right2 p.gift_text,
body.pc .gift_right2 p.gift_text_2 {
width:515px;
float:left;
padding-top:15px;
font-size: 12px;
}

body.pc .gift_right2 img {
width:565px;
}

body.pc .gift_shopbag {
display: table-cell;
width:1150px;
height:auto;
padding-top:25px;
}

body.pc .gift_shopbag img {
width:367px;
height:245px;
float:left;
}

body.pc .gift_shopbag p.shopbag_text {
height:245px;
width:753px!important;
margin:auto 0;
padding-left:30px;
display: table-cell;
vertical-align: middle;
font-size: 13px;
}

body.pc  #box_gift_package.box {
clear:both;
margin-bottom:30px;
}

body.pc  #box_gift_ex.box {
clear:both;
margin:100px 0 60px;	
}

body.pc .gift_box_l {
width: 565px;
float: left;
padding-bottom: 20px;
}

body.pc .gift_box_l_2 {
width: 700px;
float: left;
padding-bottom: 20px;
}
body.pc .gift_box_l_2 img{
width: 700px;
}

body.pc .gift_box_l img,
body.pc .gift_box_r img{
width: 565px;
}

body.pc .gift_box_r {
width: 515px;
padding-bottom: 20px;
text-align: left;
float:right;
}

body.pc .gift_box_r_2 {
width: 400px;
padding-bottom: 20px;
text-align: left;
float:right;
}
body.pc .gift_box_r p.btn_item,
body.pc .gift_box_r_2 p.btn_item{
    width: 310px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    display: block;
    padding: 15px 5px 0px;
    color: #000;
    background-color: #fff;
    text-decoration: none;
	background-image: none;
    font-size: 12px;
    box-shadow: none;
    border: solid #000 1px;
}
body.pc .gift_photo_2:after {
    clear: both;
    content: "";
    display: block;
}
body.pc .gift_photo {
width: 565px;
float: left;
}
body.pc .gift_photo_3 {
width: 700px;
float: left;
}
body.pc .gift_photo_2 {
width: 700px;
float: left;
margin-bottom: 50px;
}

body.pc .gift_photo img {
width: 565px;
}

body.pc .gift_photo_3 img {
width: 700px;
}
body.pc .gift_photo_2 img {
    width: 49%;
    float: left;
    margin-top: 2%;
    margin-right: 2%;
}
body.pc .gift_photo_2 img:nth-child(2) {
    margin-right: 0;
}

body.pc .gift_detail {
margin: 10px 0px 10px 0px;
}

body.pc .gift_detail p.item_name {
font-size: 17px;
margin: 20px 0 40px 0;
}

body.pc .item_detail p.gift_description {
font-size: 12px;
line-height: 27px;
margin: 30px 0 30px 0;
}

body.pc .item_detail p.gift_description_2 {
font-size: 12px;
line-height: 27px;
margin: 30px 0 50px 0;
}

body.pc .item_detail p.gift_price {
margin: 10px 0 70px 0;
font-size: 13px;
}

/* ************************************************ 
 *  Top_Page
 * ************************************************ */
#main #box_news {
}

#main #box_news p {
line-height: 20px;
}

#main #box_recommend {
}

#main #box_sellers {
}

#main #box_free {
padding: 20px;
}

#main #box_free p {
line-height: 20px;
}

#box_recentlychecked{
margin: 20px 0 0 0;
}

div.footstamp {
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 40px;
}

div.footstamp span {
margin: 0 5px;
color: #000;
}

.stock_error{
font-weight:bold;
color:red;
padding:10px 0;
display:none;
}

body.pc .category_image {
	width: 1150px;
}

body.pc .category_text {
	font-size:12px;
	min-width: 1088px;
	width: 1088px;
	padding:20px 30px;
	margin:20px 0 20px 0;
	border:1px solid #CCC;
}

body.pc .category_text p {
	font-size:12px;
	line-height: 23px;
	margin:0 0 23px 0;
}

body.pc .category_text p.title {
	font-size:20px;
	letter-spacing:0.1em;
	margin:20px 0 30px 0;
}

body.pc .category_text p.title span {
	font-size:15px;
}

body.pc .category_text p.limited-border {
	margin:60px auto 0 auto;
	padding:60px 0 0 0;
	border-top:1px solid #CCC;
	width:200px;
}
body.pc .category_text p.limited-text_first {
	font-size:13px;
	line-height: 2.4em;
	margin:50px auto 23px auto;
	width:70%;
}
body.pc .category_text p.limited-text {
	font-size:13px;
	line-height: 2.4em;
	margin:0px auto 23px auto;
	width:70%;
}
body.pc .category_text p.limited-text_last {
	font-size:12px;
	line-height: 2.4em;
	margin:40px auto 23px auto;
	width:70%;
	text-align:center;
}
body.sp .category_text p.limited-border {
	margin:50px auto 0 auto;
	padding:50px 0 0 0;
	border-top:1px solid #CCC;
	width:80%;
}
body.sp .category_text p.limited-text_first {
	font-size:10px;
	line-height: 22px;
	margin:60px auto 23px auto;
	width:93%;
}
body.sp .category_text p.limited-text {
	font-size:10px;
	line-height: 22px;
	margin:0px auto 23px auto;
	width:93%;
}
body.sp .category_text p.limited-text_last {
	font-size:9px;
	line-height: 23px;
	margin:20px auto 23px auto;
	width:93%;
	text-align:center;
}
.category_banner{
width:1150px;
height:767px;
clear:both;
margin:0px 0 10px 0;
display:block;
}

.main_image{
width:1150px;
height:767px;
clear:both;
display:block;
padding:10px 0 40px 0;
}

.main_image_itemdetail{
width:1150px;
height:767px;
clear:both;
display:block;
padding:0 0 40px 0;
}

.sub_image{
width:1150px;
padding-bottom: 20px;
clear:both;
display:block;
overflow:auto;
}

body.pc .sub_image_l {
width:565px;
float:left;
padding-top: 20px;
}

body.pc .sub_image_r {
width:565px;
float:right;
padding-top: 20px;
}

body.pc .sub_image_l img {
width:565px;
}

body.pc .sub_image_r img {
width:565px;
}

body.pc .small_image{
width:1150px;
padding-bottom: 50px;
clear:both;
display:block;
overflow: auto;
}

body.pc .small_image_l {
width:370px;
float:left;
padding-top: 20px;
padding-right:20px;
padding-bottom: 10px;
}

body.pc .small_image_r {
width:370px;
float:right;
padding-top: 20px;
padding-bottom: 10px;
}

body.pc .small_image_l img {
width:370px;
}

body.pc .small_image_r img {
width:370px;
}

.small_image_l .caption {
padding-top: 10px;
font-size:13px;
font-family:'Univers LT 47';
letter-spacing:0.1em;
}

.small_image_r .caption {
padding-top: 10px;
font-size:13px;
font-family:'Univers LT 47';
letter-spacing:0.1em;
}

.sub_image_l .caption {
padding-top: 10px;
font-size:13px;
font-family:'Univers LT 47';
letter-spacing:0.1em;
}

.sub_image_r .caption {
padding-top: 10px;
font-size:13px;
font-family:'Univers LT 47';
letter-spacing:0.1em;
}

.main_image .caption {
position:absolute;
top:25px;
left:25px;
font-size:18px;
color:#FFF;
z-index:1000;
font-family:'Helvetica Neue LT W01_65 Md';
letter-spacing:0.1em;
}


/* ************************************************ 
 *  gift
 * ************************************************ */


body.pc  #box_gift_package.box {
clear:both;
margin-bottom:30px;
	
}

body.pc  #box_gift_ex.box {
clear:both;
margin-bottom:60px;
	
}

body.pc .gift_detail {
margin: 10px 0px 10px 0px;
}

body.pc .gift_detail p.item_name {
font-size: 15px;
margin: 15px 0 10px 0;
}

body.pc .gift_detail p.item_description {
font-size: 12px;
margin: 0 0 30px 0;
}

body.pc .gift_detail p.gift_description {
font-size: 11px;
margin-top:5px;
}


body.pc .item_detail p.gift_price {
margin-top: 10px;
font-size: 12px;
}

/* ************************************************ 
 *  product_detail_page
 * ************************************************ */
h2.product_name {
font-size: 20px;
margin-bottom: 20px;
border-top:0px;
font-family:'Univers LT 47';
letter-spacing:0.1em;
line-height: 1.4;
}

div.product_detail_area {
margin-bottom: 0px;
position: relative;
width: 1150px;
}

div.product_detail_area:after {
display: block;
clear: both;
content: "";
}

div.product_images {
width: 760px;
float: right;
display: block;
z-index:10;
}

div.product_images:after {
    display: block;
    clear: both;
    content: "";
}

body.pc div.product_images_l {
width: 760px;
display: block;
clear:both;
margin: 5px 0 5px 0!important;
}

body.pc div.product_images_l img {
width: 760px;
}

body.pc div.product_images_s_wrap {
width: 760px;
overflow:auto;
margin-bottom: 0px;
}

body.pc div.product_images_s {
width: 375px;
float:left;
margin: 5px 0 5px 0;
}

body.pc div.product_images_s:nth-child(2n+1) {
margin-right: 10px;
}

body.pc div.product_images_s:nth-child(2n) {
margin-right: 0px;
}

body.pc div.product_images_s img {
width: 375px;
}

body.pc .product_images_cap {
font-size: 13px;
margin-top: 10px;
margin-bottom:15px;
font-family:
   'Univers LT 47',
   "游ゴシック",
   "YuGothic",
   "ヒラギノ角ゴ Pro",
   "Hiragino Kaku Gothic Pro",
   "メイリオ",
   "Meiryo",
	'sans-serif';
letter-spacing:0.1em;
}

div.product_images div {
margin-bottom: 20px;
}

div.product_images div img {
max-width: 100%;
}

div.product_images div p.caption {
margin-top: 10px;
line-height: 20px;
}

div.add_cart {
width: 300px;
float: left;
margin-top: 20px;
clear:none;
}

div.add_cart:after {
display: block;
clear: both;
content:"";
}

div.product_ex {
width: 320px;
float: left;
clear:none;
}

table.add_cart_table {
width: 320px;
border-top: 1px solid #ccc;
margin-bottom: 30px;
}

table.add_cart_table:after {
clear:both;
content:"";
display: block;
}


table.add_cart_table th {
width: 90px;
border-bottom: 1px solid #ccc;
padding: 9px 20px 9px 0px;
font-size: 11px;
vertical-align:top;
}
table.add_cart_table td {
width: 230px;
border-bottom: 1px solid #ccc;
padding: 9px 0px 9px 0px;
vertical-align:top;
}
table.add_cart_table td p {
line-height:20px;
padding: 0px 0px 0px 0px;
}

table.add_cart_table td p a:link {
	color: #000000;
	text-decoration: underline;
}
table.add_cart_table td p a:visited {
	color: #000000;
}
table.add_cart_table td p a:active {
	color: #000000;
}
table.add_cart_table td p a:hover {
	color: #000000;
	text-decoration: none;
}
table.add_cart_table td.quantity {
    height: 20px;
}
table.add_cart_table td input {
width: 50px;
height: 100%;
font-size: 12px;
}
table.add_cart_table td strong.price {
font-size: 12px;
}
@media screen and (max-width: 428px) {
table.add_cart_table td.arrow {
    display: none;
}
}
table#option_tbl {
width: 100%;
margin-bottom: 20px;
}
table#option_tbl th,
table#option_tbl td.none {
background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
border: 1px solid #ccc;
padding: 10px;
text-align: center;
}
table#option_tbl th {
background: whiteSmoke;		
}
table#option_tbl td div input {
margin-bottom: 5px;
}

ul.option_price {
margin: 0 0 20px 0px;
}
ul.option_price li {
list-style-type: none;
}

div.button_area {
}
div.button_area input {
width: 100%;
}

div.product_description {
margin-bottom: 0px;
padding-bottom: 0px;
clear: none;
word-wrap: break-word;
}

div.product_image_extra {
text-align: center;
margin-bottom: 0px;
}
div.product_image_extra img.item {
margin-bottom: 0px;
float:left;
}


div.product_link_area {
float: left;
margin-left: 0px;
}
div.product_link_area div.twitter {
float: left;
width: 100px;
}
div.product_link_area div.pinterest {
float: left;
margin-right: 30px;
}
div.product_link_area div.fb-like {
float: left;
width: 200px;
}

div.product_link_area ul.other_link {
clear: none;
margin-top: 0px;
margin-right: 20px;
}
div.product_link_area ul.other_link li {
margin-bottom: 10px;
}

#tb_cap_tb{
}
#tb_cap_tb{
margin-top: 20px;
}

.tb {
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #CCC;	
}
#tb_stitle {
margin-bottom: 20px;
}
.tb_date, .tb_title, .tb_body, .tb_state {
margin-bottom: 5px;
}

.spec {
width: 200px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
float:right;
}

.spec .item {
font-size:11px;
width: 80px;
padding: 0px 0px 10px 0px;
float:left;
clear:both;
}

.spec .text {
font-size:11px;
width: 300px;
padding: 0px 0px 10px 0px;
float:left;
}

body.pc .acordion {
font-size:12px;
margin:5px auto 15px;
width:320px;
height:48px;
text-aline:center;
border:1px solid #000;
}

body.pc .acordion .p {
font-size:12px;
width:320px;
text-align:center;
color:#000;
}

body.pc .acordion .btn,
body.pc .acordion .btn3 {
width:310px;
height:30px;
text-align: center;
vertical-align:middle;
display:block;
padding:15px 5px 0px;
color:#000;
background-color:#fff;
text-decoration:none;
font-size:12px;
box-shadow: none;
border:none;
cursor: pointer;
}


body.pc .acordion .contents {
width:320px;
padding:20px 0px;
font-size: 11px;
}


body.pc .acordion_2 {
font-size:12px;
width:310px;
height:48px;
border:1px solid #FF0000;
margin-top:20px;
}

body.pc .acordion_2 .p {
color:#000;
}

body.pc .acordion_2 .btn2 {
width:310px;
height:auto;
padding:15px 0px;
text-align: left;
vertical-align:middle;
display:block;
text-align:center;
color:#000;
background-color:#fff;
text-decoration:none;
font-size:12px;
box-shadow: none;
border:none;
cursor: pointer;
}


body.pc .acordion_2 .contents {
padding:0;
min-width: 1088px;
width:1050px;
margin:30px 0 40px 0;
float:left;
display: block;
}

body.pc .comment {
width:320px;
padding: 0px 0px 0px 0px;
}

.item_comment {
font-size:12px;
line-height:22px;
padding: 10px 0px 20px 0px;
}

.item_comment2 {
font-size:11px;
line-height:20px;
padding: 0px 0px 20px 0px;
}

.item_comment3 {
width:280px;
font-size:11px;
line-height:20px;
padding: 20px;
margin: 20px 0px 20px 0px;
border:1px solid #CCC;
}

.item_comment3 ol.number {
list-style-type: decimal !important;
font-size:11px;
padding-left:10px;
}


.item_comment4 {
font-size:11px;
line-height:20px;
padding: 0px 0px 10px 0px;
}

.item_comment5 {
font-size:11px;
line-height:20px;
padding: 20px;
margin: 20px 0px 20px 0px;
border:1px solid #CCC;
}

.item_comment6 {
font-size:14px;
text-align:center;
line-height:20px;
padding: 0px 0px 20px 0px;
}

.item_comment7 {
font-size:10px;
line-height:20px;
padding: 0px 0px 10px 0px;
}

.item_btn {
font-size:12px;
line-height:10px;
text-align:center;
padding: 20px;
margin: 10px 0px 15px 0px;
border:1px solid #CCC;
}

.item_limited {
color:#FF0000;
font-size:12px;
line-height:22px;
padding: 20px 20px 20px 20px;
margin: 10px 0px 20px 0px;
border:1px solid #FF0000;
}

#sk_link_other {
font-size:10px;
padding: 10px 0px 20px 0px;
}
#sk_link_other2 {
font-size:10px;
padding: 20px;
border:#000000 solid 1px;
width:280px;
}

div.product_ex .item_price {
padding: 0px 0px 0px 0px;
}

.add_cart_table p{
padding: 0px 0px 5px 0px;
}

div.title_related_item {
width:1150px;
font-size:13px;
font-family:'Univers LT 47';
border-top:1px solid #DDDDDD;
padding: 5px 0px 20px 0px;
margin: 40px 0px 10px 0px;
}

.notice {
padding: 50px 0 30px 0;
overflow:auto;
}

.notice_title {
font-size:12px;
font-weight:bold;
line-height:20px;
padding: 0px 0px 20px 0px;
border-bottom:1px solid #CCC;
}

.notice_left {
float:left;
width:450px;
padding:0 0 0 0;
margin:30px 0 0 0;
}

.notice_left p.notice01 {
font-size:12px;
line-height:20px;
padding: 0px 0px 10px 0px;
}

.notice_left p.notice02 {
font-size:12px;
line-height:20px;
padding: 30px 0px 10px 0px;
}

.notice_left p {
font-size:11px;
line-height:20px;
padding: 0px 0px 10px 0px;
}

.notice_left p.notice03 {
font-size:11px;
line-height:20px;
padding: 30px 0px 10px 0px;
}

.notice_left p.notice04 {
font-size:11px;
line-height:20px;
padding: 30px 0px 10px 0px;
}

.notice_right {
float:right;
width:450px;
padding:0 0 0 30px;
margin:30px 0 0 0;
border-left:1px solid #CCC;
}

.notice_right p.notice01 {
font-size:12px;
line-height:20px;
padding: 0px 0px 10px 0px;
}

.notice_right p.notice02 {
font-size:12px;
line-height:20px;
padding: 30px 0px 10px 0px;
}

.notice_right p {
font-size:11px;
line-height:20px;
padding: 0px 0px 20px 0px;
}

#cloth {
overflow:auto;
}

.cloth_image {
width:450px;
float:left;
margin: 0px 10px 0px 0px;
padding: 5px 0px 5px 0px;
}

.cloth_image2 {
width:215px;
float:left;
margin: 0px 10px 0px 0px;
padding: 5px 0px 5px 0px;
}

.cloth_cap {
width:215px;
float:left;
font-size:11px;
line-height:20px;
margin: 0px 10px 0px 0px;
padding: 0px;
}

.webshop-contents {
		padding-bottom: 30px;
}

.webshop-contents .col2-01 {
		width: 100%;	
}

.webshop-contents .col2-01 .col2-01-1 {
	width: 465px;
	float: left;	
}
.webshop-contents .col2-01 .col2-01-2 {
	width: 465px;
	float: right;
	height:698px;
}

body.sp .webshop-contents .col2-01 .col2-01-1 {
	width: auto;
	padding: 0;
	float: left;
	margin: 0 auto;
	height:auto;
}
body.sp .webshop-contents .col2-01 .col2-01-2 {
	width: auto;
	padding: 0;
	float: left;
	margin: 0 auto;
	height:auto;
}
body.sp .webshop-contents .col2-01 img {
	width: 100%;
	height:auto;
}

.webshop-contents .col2-01 .category {
	width: 465px;
	text-align: center;
	padding: 30px 0;
	font-size: 14px;	
	line-height: 1.6;
}
.webshop-contents .col2-01 .category span {
	display: block;
	text-align: center;
	font-size: 12px;	
}
.webshop-contents .col2-01 img {
	width: 100%;
	height: auto;
	
}

body.sp .webshop-contents .col2-01 .category {
	width: 100%;
	padding: 30px 0;
	display: block;
}


/* ************************************************ 
 *  cloud_zoom
 * ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
border: 1px solid #888;
margin:-1px;	/* Set this to minus the border thickness. */
background-color:#fff;	
cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
font-family:Arial, Helvetica, sans-serif;
position:absolute !important;
background-color:#000;
color:#fff;
padding:0px;
width:100%;
text-align:center;	
font-weight:bold;
font-size:10px;
top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
border: 1px solid #000;
overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
color:white;	
background:#222;
padding:0px;
border:1px solid #000;
}

/* Feature section in ZoomEngine page */
.zoom-section {
clear:both;
}

* html .zoom-section { 
display:inline;
clear:both;
}

.zoom-small-image {
margin-bottom: 20px;
padding-bottom:0px;
width: 560px;
float: left;
margin-top: 0px;
}
.zoom-small-image #wrap {
top: 0px;
z-index: 9999;
position: relative;
clear:both;
}
.cloud-zoom {
margin-bottom: 0px;
}
.zoom-small-image .mousetrap {
z-index:999;
position: absolute;
width: 100%;
left:0px;
top:0px;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
width: 600px;
float: left;
margin-left: 0px;
}

a.cloud-zoom-gallery {
display: block;
margin: 0 0 0px 0;
cursor: pointer;
}
.zoom-tiny-image {
width: 84px;
height: 63px;
margin-right: 9px;
margin-bottom: 9px;
clear:none;
border: 1px solid #eeebe9;
float:left;
}
.zoom-tiny-image.selected {
background: #333;
border: 1px solid #000;
}
.zoom-tiny-image:hover {
border: 1px solid #000;
}


/* ************************************************ 
 *  product_option_window
 * ************************************************ */
div#product_option {
margin: 20px;
padding: 20px;
background: #fff;
}

div#product_option h2 {
margin-bottom: 20px;
}

table.table_option {
background: #fff;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
margin-bottom: 20px;
}
table.table_option th {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 10px;
background: #f5f5f5;
}
table.table_option td {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 10px;
}

div#product_option div.button_area {
}

/* ************************************************ 
 *  product_list_page
 * ************************************************ */
div.sub_category_area,
div.sub_group_area {
height: 100%;
margin-bottom: 20px;
padding: 10px 10px 0px 10px;
}

div.sub_category_area div.sub_category,
div.sub_group_area div.sub_group {
float: left;
margin: 0 20px 10px 0;
}

div.sub_category_area div.sub_category img,
div.sub_group_area div.sub_group img {
margin-right: 10px;
}

/* ************************************************ 
 *  order_page
 * ************************************************ */
.order_tel01 {
font-size:13px;
margin: 40px 0px 20px 0;
}

.order_tel02 {
font-size:12px;
margin: 0 0px 5px 0;
}

.order_tel03 {
font-size:14px;
font-weight:bold;
margin: 10px 0px 30px 0;
}

.order_tel04 {
font-size:11px;
margin: 0 0px 10px 0;
}

.order_tel04-1 {
font-size:11px;
margin: 50px 0px 10px 0;
}


/* ************************************************ 
 *  search_page
 * ************************************************ */
div.search_result {
margin: 20px 0;
padding: 10px 0;
text-align: center;
}

div.none {
text-align: center;
margin: 50px 0;
}

/* ************************************************ 
 *  policy
 * ************************************************ */
div#policy {
}

div#policy h2 {
margin-bottom: 30px;
}

.policy_box,
#policy_lead{
margin-bottom: 30px;
line-height:20px;
}

div.sk_box {
margin-bottom: 50px;
}
div.sk_box h3 {
font-size: 13px;
margin-bottom: 10px;
}
div#sk tr {
border-bottom: 1px solid #ccc;
}
div#sk th {
width: 200px;
text-align: left;
padding: 10px 20px 10px 0;
font-weight:normal;
}
div#sk th img.poricy_img {
margin-bottom: 5px;
}	
div#sk td {
text-align: left;
padding: 10px 0;
}	
div#sk th,
div#sk td {
vertical-align: top;
line-height: 1.8;
}

.pe_title{
font-size:14px;
padding: 20px 0px 10px 0;
}

.pe_note{
font-size:11px;
}

div#payment_method {
margin-top: 40px;
}
div#payment_method table.table {
width: 100%;
}
div#payment_method table.table th {
padding:0 0 0 25px;
width: 200px;
text-align: left;
}

div#payment_method table.table td {
padding:15px 0 15px 25px;
line-height:20px;
text-align: left;
}

div#shipping_method {
margin-top: 40px;
}
div#shipping_method table.table {
width: 100%;
}
div#shipping_method table.table th {
padding:0 0 0 25px;
width: 200px;
text-align: left;
}

div#shipping_method table.table td {
padding:15px 0 15px 25px;
line-height:20px;
text-align: left;
}


/* ************************************************ 
 *  side
 * ************************************************ */
#side div.box {
clear: both;
margin-bottom: 20px;
}

#side div.box h3 {
margin-bottom: 10px;
padding: 5px;
background: #f5f5f5;
text-align: center;
}

#side div.box ul {
margin-left: 0px;
}

#side div.box ul li {
margin-bottom: 7px;
}

#side div#box_cart {
}

#side div#box_cart div.cart_button {
text-align: right;
}

#side div#box_owner {
}

#side div#box_owner div.owner_photo {
padding-left: 20px;
}

#side div#box_owner img.owner_photo_inner {
width: 152px;
margin-bottom: 10px;
padding: 3px;
border: 1px solid #ccc;
}

#side div#box_owner p.name {
font-size: 20px;
margin-bottom: 10px;
padding-left: 20px;
}

#side div#box_owner p.memo {
font-size: 11px;
line-height: 18px;
margin-bottom: 10px;
padding-left: 20px;
}

#side div#box_owner p.website {
padding-left: 20px;
}

div#box_mailmaga a {
padding-left: 20px;
}

div#box_mobile img {
padding-left: 26px;
}

#group-list {
padding:0px 0px 0px;
margin:0px 0px 0px 0px;
}

ul.info li {
margin-bottom: 7px;
}

/* ************************************************ 
 *  Common Elements
 * ************************************************ */
/* @group Common Elements */

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

	table.table {
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		margin-bottom: 20px;
		}
		table.table th {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 5px;
			}
		table.table td {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 5px;
			}

div.sort {
	margin-bottom: 20px;
	text-align: right;
	float: right;
	}
	div.sort strong {
		margin-right: 5px;
		}
	div.sort a {
		margin-right: 5px;
		text-decoration: underline;
		}
	div.sort span {
		margin-right: 5px;
		font-weight: bolder;
		text-decoration: none;
		background: #eee;
		}

div.pager {
	font-size:11px;
	margin: 20px 0;
	clear: both;
	text-align: center;
	}

div.none {
	clear: both;
	text-align: center;
	margin: 50px 0;
	}

/* radius */
.r3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	}

.r5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	}

.r7 {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
	}

/* @group button */

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 15px;
  *line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: none;
  border: none;
  *border: 0;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #fff;
  *background-color: #fff;
}

.btn:active,
.btn.active {
  background-color: #fff;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  text-decoration: none;
  background-color: #fff;
  *background-color: #fff;
  /* Buttons in IE7 don't get borders, so darken on hover */

}

.btn:focus {
  outline: none;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-image: none;
  outline: 0;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border:none;
}

.btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #004099 9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn_quick {
  margin: 10px 0;
}

/* ************************************************ 
 *  hikidemono
 * ************************************************ */
div#hikidemono {
}

body.pc .hikidemono_wrap3 {
overflow:auto;
font-size: 12px;
line-height: 27px;
margin: 30px 0 60px 0;
}

body.pc .hikidemono_wrap2 {
overflow:auto;
clear: both;
letter-spacing: 0.1em;
}

.hikidemono_wrap {
overflow:auto;
}
.hikidemono_left {
width:800px;
float:left;
padding-bottom:40px;
}
.hikidemono_left img {
width:800px;
}
.hikidemono_right {
width:300px;
float:right;
padding-bottom:40px;
}
.hikidemono_left2 {
width:515px;
float:left;
padding-bottom:40px;
}
.hikidemono_left2 img {
width:565px;
}
.hikidemono_right2 {
width:565px;
float:right;
padding-bottom:40px;
}
.hikidemono_right2 img {
width:565px;
}
.hikidemono_name {
font-size:18px;
line-height:30px;
padding:40px 0 20px 0;
}
.hikidemono_explain {
font-size:12px;
line-height:26px;
padding-bottom:20px;
}
.hikidemono_caption {
font-size:12px;
line-height:26px;
padding-bottom:20px;
}
.hikidemono_title {
font-size:18px;
line-height:30px;
padding:40px 0 20px 0;
}
.hikidemono_title2 {
font-size:18px;
line-height:30px;
padding:20px 0;
}
.hikidemono_text {
font-size:12px;
line-height:26px;
padding:0 0 20px 0;
}
body.sp .title_gift_ex {
  font-size: 13px;
  margin: 50px 0 30px!important;
	width: 284px;
}



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












