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

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

body {
  color: #42210B;
  font-size: 13px;
  font-family: 'Open Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-serif;
  /*background設定*/
  background-color: #FFFCF2;
  /*background: url() fixed;*/
  text-align:center;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  color: #42210B;
}

a:visited {
  text-decoration: underline;
}

a:hover {
  color: #EC1C24;
  text-decoration: underline;
}

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

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;
}

.right {
  float: right;
}



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

/*ヘッダー*/
#header {
  width:100%;
  padding: 20px 0;
  clear:left;
}

/*メイン*/
#main {
  clear:left;
  width: 950px;
}

/*フッター（コピーライト）*/
#footer {
  width:100%;
  clear:both;
  text-align: center;
}

/*サイド*/
#side {
  float: left;
  width: 225px;
  text-align: left;
}

#side2 {
  float: left;
  width: 225px;
  text-align: left;
}

/*コンテンツ*/
#contents {
  float: right;
  width: 700px;
}

#grouplist_category {
	  margin-top: 10px;
border-top: 1px solid #E5E5E5;
 padding-top: 20px;
}

/* ************************************************ 
 *  header
 * ************************************************ */
 
 #header div.logonavi {
  clear:both;
  }
  
  
#header div.header_link {
  float: right;
  margin-bottom: 20px;
  }
  #header div.header_link ul {
    }
    #header div.header_link ul li {
      list-style-type: none;
      float: left;
      margin-left: 5px;
      line-height: 16px;
      }
      #header div.header_link ul li i {
        width: 16px;
        height: 16px;
        display: block;
        float: left;
        margin-right: 0px;
        }
      #header div.header_link ul li a {
        text-decoration: none;
        }


    #header div.header_link ul li.view_cart {
      }
      #header div.header_link ul li.view_cart i.cart {
        background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -415px -204px;
        }
      #header div.header_link ul li.view_cart span.count {
        background: #EC1C24;
        color: #fff;
        font-weight: bolder;
        padding: 5px 10px;
        margin-left: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        }
		
#header div.header_navi {
  float: right;
  margin-bottom: 30px;
  }
  #header div.header_navi ul {
    }
    #header div.header_navi ul li {
      list-style-type: none;
      float: left;
      margin-left: 17px;
      line-height: 16px;
      }
      #header div.header_navi ul li i {
        width: 16px;
        height: 16px;
        display: block;
        float: left;
        margin-right: 5px;
        }
      #header div.header_navi ul li a {
        text-decoration: none;
        }




#header div.search {
  float: left;
  margin-bottom: 40px;
}

#header h1 {
  float: left;
  text-align: left;
  font-size: 10px;
  margin-bottom: 20px;
}

#header .logo {
  float: left;
  text-align: left;
  font-size: 10px;
    margin-top: -30px;

  margin-bottom: 20px;
}

#header .logo a {
  text-decoration: none;
}

#header .news_box {
  width: 920px;
  padding: 15px;
  background: #FDF3E5;
  float: left;
  text-align: left;
  margin-bottom: 20px;
}



/* ************************************************ 
 *  footer
 * ************************************************ */
#footer a {
  text-decoration: none;
}

#footer a:visited {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer ul.footer_menu {
  margin-bottom: 30px;
}

#footer ul.footer_menu li {
  display: inline;
  margin: 0 5px;
}

.footer_box {
border-top: 1px solid #E5E5E5;
 padding-top: 20px;
 padding-bottom: 30px;
  background: #F3E8D6;
}

#footer .footer_box .logo {
   margin-top: -10px;
  margin-bottom: 10px;
}

#footer .footer_box .logo a {
  text-decoration: none;
}

.copyright {
  font-size: 10px;
}


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

#main div.box2 a:link {
	font-weight:bold;
	color: #DA2047;
  text-decoration: underline;
}

#main div.box2 a:hover {
	font-weight:bold;
	color: #DA2047;
	text-decoration: none;
}

#main div.box2 a:visited {
	font-weight:bold;
	color: #DA2047;
	text-decoration: none;
}

#main div.box2 {
clear: both;
margin-bottom: 15px;
}

#main div.box h2 {
	padding-left: 10px;
margin-bottom: 15px;
font-size: 16px;
border-left: 4px solid #C59B6D;
}

#main div.box h3 {
	padding-left: 10px;
margin-bottom: 15px;
font-size: 16px;
border-left: 4px solid #C59B6D;
}

#main div.box h4 {
margin-top: 15px;
margin-bottom: 10px;
font-size: 14px;
}

#main div.box2 h3 {
	padding-left: 10px;
margin-bottom: 15px;
font-size: 16px;
border-left: 4px solid #C59B6D;
}

#main div.box2 h4 {
margin-top: 15px;
margin-bottom: 10px;
font-size: 14px;
}

.txt_uspace {
margin-bottom: 10px;
}

/* ************************************************ 
 *  item_box
 * ************************************************ */
.item_box {
width: 217px;
margin: 0 7px 7px;
text-align: center;
display:inline-block; 
/display:inline; 
/zoom:1;
vertical-align:top;
}

.item_box .item_photo {
margin: 0px;
}

.item_box .item_photo img.item {
max-width: 100%;
}

.item_box .item_detail {
margin: 10px;
}

.item_box .item_detail p.item_name {
font-size: 12px;
}

.item_box .item_detail p.item_name a {
  color: #EC1C24;
  text-decoration: none;
}

.item_box .item_detail p.item_regular_price {
margin-bottom: 10px;
}

.item_box .item_detail p.item_price {
margin-bottom: 10px;
}

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

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

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

#main #box_recommend {
}

#main #box_sellers {
}

#main #box_free {
background: #f5f5f5;
padding: 20px;
}

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

#box_recentlychecked{
border-bottom: 1px solid #E5E5E5;
}

#box_alsobought{
border-bottom: 1px solid #E5E5E5;
}

#box_tboader{
border-top: 1px solid #E5E5E5;
}

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

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

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

.slider {
float: right;
width:685px;
padding: 8px;
}

.banner_link {
  float: left;
  margin-bottom: 15px;
  }
  .banner_link ul {
    }
    .banner_link ul li {
      list-style-type: none;
      float: left;
	  margin-bottom: 10px;
	  font-size: 10px;
	  width:223px;
      }
.ban_c {
  margin-left: 13px;
  margin-right: 13px;
  }

#plan_l {
  float: left;
  margin-bottom: 15px;
  }
  #plan_l ul {
    }
    #plan_l ul li {
      list-style-type: none;
      float: left;
	  margin-bottom: 10px;
      }

.area_img {
 	  margin-bottom: 10px;
  }
  
.plan_c {
  margin-left: 15px;
  margin-right: 15px;
  }
  
.category {
	width: 232px;
  float: left;
  margin-bottom: 10px;

  }
  
.category ul {
list-style-type: none;
  margin-bottom: 15px;
  }
  
  .category ul li.title {
  margin-bottom: 10px;
  }
  
    .category ul li.article {
  margin-bottom: 5px;
  }

  
  .side_info {
  margin-bottom: 10px;
  }
  
  .side_info_line {
border-bottom: 1px solid #E5E5E5;
margin-bottom: 15px;
}

  .side_info2 {
  margin-bottom: 15px;
  }
  .side_info_line2 {
border-bottom: 1px solid #E5E5E5;
margin-bottom: 15px;
}

  .side_info3 {
  margin-bottom: 7px;
  }
  
    .side_info4 {
  margin-bottom: 30px;
  }

  .side_info_txt {
  margin-bottom: 10px;
  }
	  
/* ************************************************ 
 *  product_detail_page
 * ************************************************ */
h2.product_name {
font-size: 14px;
}

div.product_detail_area {
position: relative;
width: 100%;
}

div.product_images {
width: 700px;
float: left;
display: inline;
}

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

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

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

div.add_cart {
width: 230px;
float: right;
}
table.add_cart_table {
width: 100%;
margin-bottom: 10px;
}
table.add_cart_table th {
border-bottom: 1px solid #ccc;
padding: 5px;
font-size: 11px;
}
table.add_cart_table td {
border-bottom: 1px solid #ccc;
padding: 5px;
}
table.add_cart_table td input {
width: 30px;
font-size: 14px;
}
table.add_cart_table td strong.price {
font-size: 14px;
}

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 {
font-size: 13px;
line-height: 21px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #E5E5E5;
clear: both;
word-wrap: break-word;
}

div.product_description h3 {
font-size: 14px;
background: #F9F1D8;
padding: 7px;
}

div.product_tag {
font-size: 13px;
margin-bottom: 20px;
word-wrap: normal;
}

div.product_tag a:link {
	font-weight:bold;
	background-color: #D3C566;
	padding: 0.3em;
	line-height: 35px;
    margin-right: 12px;
	text-decoration: none;
}

div.product_tag a:hover {
	color: #fff;
	font-weight:bold;
	background-color: #D3C566;
	padding: 0.3em;
	line-height: 35px;
    margin-right: 12px;
	text-decoration: none;
}

div.product_tag a:visited {
	font-weight:bold;
	background-color: #D3C566;
	padding: 0.3em;
	line-height: 35px;
    margin-right: 12px;
	text-decoration: none;
}

div.product_tag h3 {
font-size: 14px;
background: #F9F1D8;
padding: 7px;
margin-bottom: 20px;
}

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


div.product_link_area {
float: left;
}
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: both;
margin-top: 20px;
margin-left: 20px;
}
.other_link li {
list-style-type: none;
text-align: center;
margin-top: 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;
}

#detail_side {
  float: left;
  width: 225px;
  text-align: left;
  margin-bottom: 15px;
}

#detail_side ul {
	list-style-type: none;
  float: left;
  width: 225px;
  text-align: left;
  margin-bottom: 15px;
}

/* ************************************************ 
 *  product_image
 * ************************************************ */
 
 .product_image {
  margin-bottom: 0;
}
.product_image_main {
  float: left;
  width: 74.468%;
}
  .product_image_main img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
.product_image_thumb {
  float: right;
  width: 24.468%;
}
.product_image_thumb li {
  float: left;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 5px;
  width: 100px;
  list-style:none;
  border: 1px solid #ccc;
padding: 3px;
}

.product_image_thumb li.selected {
background: #42210B;
border: 1px solid #000;
}

.product_image_thumb li:hover {
border: 1px solid #000;
}

.product_image_thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }

  

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

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

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

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

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

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

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

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

a.cloud-zoom-gallery {
display: block;
margin: 0 0 5px 0;
cursor: pointer;
}
.zoom-tiny-image {
width: 100px;
height: 100px;
border: 1px solid #ccc;
padding: 3px;
}
.zoom-tiny-image.selected {
background: #42210B;
border: 1px solid #000;
}
.zoom-tiny-image:hover {
border: 1px solid #000;
}

.cloud-zoom-gallery_block {
margin-top: 20px;
width: 230px;
height: 250px;
}


/* ************************************************ 
 *  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%;
background: #F9F1D8;
margin-top: -20px;
margin-bottom: 20px;
padding: 5px 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;
}

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

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

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

div#policy h2 {
font-size: 14px;
width: 686px;
background: #F9F1D8;
padding: 7px;
margin-bottom: 10px;
}

div#policy.box2 h2 {
font-size: 14px;
width: 686px;
background: #F9F1D8;
padding: 7px;
margin-bottom: 10px;
}

div#key_list h2 {
font-size: 14px;
width: 935px;
background: #F9F1D8;
padding: 7px;
margin-bottom: 10px;
}

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

.policy_box2{
margin-bottom: 15px;
}

.policy_box2r{
color: #DA2047;
}

.policy_box3{
margin-bottom: 15px;
line-height: 21px;
}

.policy_box_l{
float: left;
margin-bottom: 15px;
}

.policy_box_r{
float: right;
margin-bottom: 15px;
}

.pe_title{
font-size: 13px;
font-weight: bolder;
margin-bottom: 30px;
}

.pe_title2{
font-size: 13px;
font-weight: bolder;
margin-bottom: 15px;
}

.bold{
font-weight: bold;
margin-bottom: 30px;
}

.top_image{
border: 5px solid #fff;
}

.fuda_image{
border: 1px solid #DFD7B9;
}

.live_image{
border: 1px solid #DFD7B9;
margin: 0 0 10px 3px;
}


.fuda_image_tate{
border: 1px solid #DFD7B9;
}

.fuda_box{
width: 695px;
text-align: center;
margin-bottom: 30px;
}

.fuda_box2{
margin-bottom: 30px;
}

.fuda_box3{
width: 695px;
text-align: center;
margin-bottom: 30px;
}

.image_box{
border: 1px solid #e5e5e5;
width: 695px;
margin-bottom: 20px;
}

.mk_red{
font-size: 13px;
font-weight: bold;
margin-bottom: 15px;
}

.pp_title{
font-size: 14px;
font-weight: bolder;
width: 686px;
background: #F9F1D8;
padding: 7px;
margin-bottom: 10px;
margin-top: 30px;
}

div.sk_box {
margin-bottom: 50px;
}
div.sk_box h3 {
font-size: 14px;
width: 686px;
background: #F9F1D8;
padding: 7px;
margin-bottom: 10px;
}
div#sk tr {
border-bottom: 1px solid #E5E5E5;
}
div#sk th {
width: 150px;
text-align: left;
padding: 10px 20px 10px 0;
}
div#sk th img.poricy_img {
margin-bottom: 5px;
}	
div#sk td {
padding: 10px 0;
}	
div#sk th,
div#sk td {
vertical-align: top;
line-height: 1.8;
}

.fd_box {
margin-bottom: 50px;
}

.fd_box h3 {
font-size: 14px;
width: 686px;
background: #F9F1D8;
padding: 7px;
margin-bottom: 15px;
}

.fd_box p {
margin-bottom: 30px;
}


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


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


/* ************************************************ 
 *  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: 20px;
}

#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 {
border-top:1px solid #E5E5E5;
padding:10px 0px 0px;
margin:10px 20px 0px 0px;
}

.jouken_box {
	width: 220px;
border-top:1px solid #E5E5E5;
border-bottom:1px solid #E5E5E5;
background: #FCEEDF;
padding:10px 0px;
margin-bottom: 20px;
}

/* ************************************************ 
 *  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;
			background: #f5f5f5;
			}
		table.table td {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 5px;
			}


div.footstamp {
	font-size:10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	div.footstamp span {
		margin: 0 5px;
		color: #999;
		}

div.sort {
	font-weight:normal;
	font-size:12px;
	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;
		}

div.pager {
	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: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  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: #e6e6e6;
  *background-color: #d9d9d9;
}

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

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

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

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.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-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.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;
}

.h2_bold {
	padding-left: 10px;
margin-bottom: 15px;
font-size: 16px;
border-left: 4px solid #C59B6D;
}

.h2_bold a {
  color: #EC1C24;
  text-decoration: underline;
}

.fuda_box2 a {
  color: #EC1C24;
  text-decoration: underline;
}

.roundbox {
  margin-top: 15px;
  background-color: #f9f1d6;
  border-radius: 10px;  
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
  padding:5px 15px 15px 15px;
}

.roundbox2 {
  margin: 15px 0 30px 0;
  background-color: #f9f1d6;
  border-radius: 10px;  
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
  padding:15px;
}

.fuda_box4{
width: 695px;
text-align: left;
margin-bottom: 15px;
}


.img_100 {
  width: 100%;
}

.side_tel {
  margin: 10px 0;
}

.fb-like {
  margin-top: -5px;
}

.schedule {
	  margin-top: 10px;
	  	  	  margin-bottom: 10px;
	  	  	  	border-top: 3px solid #e9a9b7;
 background-color: #FFFCF2;
  padding: 10px;
}

hr.style1{
	border-top: 1px solid #8c8b8b;
	  margin-top: 10px;
	  	  margin-bottom: 10px;
}

.hidebutton {
  padding-bottom: 15px;
}

hr.style2 {
	height: 6px;
	background: url(https://img15.shop-pro.jp/PA01243/538/etc/hr-11.png) repeat-x 0 0;
    border: 0;
  padding: 5px;
}


hr.style11 {
		border-top: 1px solid #e5e4e2;
	  margin-top: 20px;
	  	  margin-bottom: 20px;
}

hr.style12 {
		border-top: 1px solid #DFD7B9;
	  margin-top: 10px;
	  	  	  margin-bottom: -10px;
}

.marker_pink {
background: linear-gradient(transparent 60%, #F9F1D8 60%);
font-size:medium;
font-weight: bold;
}

.fixBox {
   position: fixed;
   bottom: 10px;
}

.space_image {
text-align: center;
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

@media screen and (min-width:768px) {
.pc_none{ display: none ; }
}

.img_100 {
  width: 100%;
}

@media screen and (min-width:768px) {
.pc_none{ display: none ; }
}