/* ************************************************ 
 * 　共通　インフォ
 * ************************************************ */

.info-blue {
    background-color: #d9edf7 ;
    border-color: #bce8f1 ;
    color: #31708f ;
}
.info-blue a:hover {
    color: #31708f !important;
    text-decoration: underline !important;
}
.info-blue a {
    outline: none !important;
    color: #31708f !important;
}

.info-red {
    background-color: #f2dede ;
    border-color: #ebccd1 ;
    color: #a94442 ;
}
.info-red a:hover {
    color: #a94442 !important;
    text-decoration: underline !important;
}
.info-red a {
    outline: none !important;
    color: #a94442 !important;
}

.info-yellow {
    background-color: #fcf8e3 ;
    border-color: #faebcc ;
    color: #8a6d3b ;
}
.info-yellow a:hover {
    color: #8a6d3b !important;
    text-decoration: underline !important;
}
.info-yellow a {
    outline: none !important;
    color: #8a6d3b !important;
}

.info {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
 	font-size: 14px;
}

.info strong {
    font-weight: 700;
}





/* ************************************************ 
 * 　共通　アコーディオン
 * ************************************************ */

#accordion {
  margin-top: 20px;
}


.accordion-click {
  margin-left:20px;
  margin-right:20px;
  width: 640px;
  text-align: center;
  
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #ba9b68;
  border: solid 2px #ba9b68;
  border-radius: 3px;
  transition: .4s;
}

.accordion-click:hover {
  background: #ba9b68;
  color: white;
}



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


.shipment img{
margin-bottom:15px;
}

/* = ラベルボックス ----------------------------------------------- */

.box1 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box1 .box-title1 {
  
    background: #bbbbbb;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box1 p {
    padding: 5px 20px;
    margin: 0;
}

.box1 a {
    color: #333;
}






/* = Selected Text
----------------------------------------------- */
::selection {
	background:#f3f3f3; /* Safari */
}

::-moz-selection {
	background:#f3f3f3; /* Firefox */
}




/* ************************************************ 
 * 　共通　mainpanel
 * ************************************************ */

.mainpanel {
	overflow: hidden;
	width: 720px;
}
.mainpanel ul {
	zoom: 1;
	width: 729px;
}
.mainpanel ul:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.mainpanel li {
list-style-type: none;
	float: left;
	margin: 0 9px 9px 0;
}

/* ************************************************ 
 * 　共通　mainbox
 * ************************************************ */




.product_comment h3 {
  border-left: 5px solid #ba9b68;
  padding: 3px 15px;
  margin-top: 1.5em;
}

.product_comment h4 {
    font-size: 14px;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #ccc;
}



#box_news p{
margin:0;
}


.mainbox{
	color:#444444;
	margin-bottom:9em;
line-height: 210%;
letter-spacing: 0.02em;
}

.mainbox a{
  color: #ba9b68;
text-decoration: underline;
}


.box1 a {
    color: #333;
}

.mainbox a:hover{
  color: #ba9b68;
text-decoration: none;
}

.mainbox img {
	  padding-bottom: 20px;
   display: block;
 margin-left: auto;
 margin-right: auto;
}

img.leftimg {
  float: left;
  padding-right: 1em;
}

br.floatclear {
  clear: both;
}


.mainbox p {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.mainbox h3 {
margin: 3em 0 1.5em;
padding: 0.8em;
border-left: 7px solid #ba9b68;
border-bottom: 1px dashed #ba9b68;
font-size: 1.2em;
/* font-weight: normal; */
}

.mainbox h4 {
    font-size: 14px;
    margin-top: 2em;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 1em;
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #ccc;
}


.mainbox strong {
    font-size: 14px;
}


.mainbox li {
  margin-left: 40px;
}





.mainbox table{
	border-collapse:collapse;
	margin:0 auto;
	width: 680px;
	font-size: 13px;
	color:#909090;
	margin-bottom:27px;
}
	
.mainbox td,th{
	padding:10px;
}
	
.mainbox th{
	background:#f4f4f4;
	width: 110px;
	font-weight: normal;
  		border-top:1px solid #fafafa;

}

.mainbox td{
		background: #fafafa;
		border-top:1px solid #f4f4f4;
	}







.column {
 margin-bottom:2em; 
}








h2 {
margin: 1.5em 0;
padding: 0.8em;
border-top: 3px double #ba9b68;
border-bottom: 3px double #ba9b68;
font-size: 1.3em;
font-weight: normal;
text-align: center;
color: #ba9b68;
}

.main_list{
margin-bottom:30px;
margin-top:20px;
}


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



div.left_buttons {
padding: 10px;
text-align: center;
}

div.left_buttons a {
margin:10px 0px 0px 0px;
}


/* ************************************************ 
 * 　共通　ボタン
 * ************************************************ */


.btn1 {
	background: #6cbc64;
	border: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #444;
	width: 350px;
	padding: 10px 0;
}

.btn1:hover
{
color: #32833a;
text-decoration: none;
}


.btn2 {
	background: #008db5;
	border: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	width: 100%;
	padding: 10px 0;
float:right;
text-align:center;
}

.btn2:hover
{
color: #a5a5a5;
text-decoration: none;
}



/* ************************************************ 
 * 　共通　レフト
 * ************************************************ */

div.left_banner img{

margin-top: 7px;

}

div.left_banner {
width: 200px;
}

/* ************************************************ 
 * 　フリーページ
 * ************************************************ */

#main div.box_visit {
  border-left: solid 1px #e4e4e4;
  border-right: solid 1px #e4e4e4;
clear: both;
color: #5d5d5d;
margin-bottom: 40px;
padding: 0px 10px;

}

div.visit_subtext{
font-size: 14px;
padding: 0 20px;
}

#main div.box_visit p{
margin-top:10px;
font-weight: bold;
font-size: 16px;
}

div.visit_photos{
margin-top:30px;
margin-bottom:30px;
}

div.visit_photos img{
width:50%;
}


div.link_button {

text-align: center;
	margin:0 0 30px 0;
	padding:12px 10px;
	background: #bc9b56;
	color:#ffffff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
font-size:16px;

}

div.link_button a {
color:#ffffff;

}


div.visit_subtext h3{  
    border-left:7px solid #ba9b68;  
    border-bottom:1px dashed #ba9b68;  
    padding:.6em .8em  
}  


div.region_title h5{
    border-bottom: 5px #57c1cb solid;
    padding-bottom: 5px;
    }
div.region_title span{
        margin-left:20px;
        font-size:60%;
        color: #ccc;
        position: relative;
        }





/* ************************************************ 
 * 　映画とシャンパーニュ
 * ************************************************ */


#main div.box_mov {
clear: both;
color: #5d5d5d;
margin-bottom: 40px;

}

#main div.box_mov h3 {
text-align: center;
margin-bottom: 20px;
font-size: 24px;
border-top: solid 2px #bf9e57;
border-bottom: solid 2px #bf9e57;
}

#main div.box_mov h4 {
font-size: 14px;
}


#main div.box_mov p {
font-size: 14px;
margin-bottom: 35px;
}


#main div.box_mov ul {


}

#main div.box_mov li {
font-size: 16px;
margin-left:20px;
list-style-image: url(https://img20.shop-pro.jp/PA01248/569/etc/circle-left2.png);

}

#main div.box_mov span {
    border-left:7px solid #ccc;  
    border-bottom:1px dashed #ccc;  
    padding:.6em .8em  
color: #bf9e57;
font-size: 17px;
}



/* ************************************************ 
 * 　ドラッグ禁止　マウスオーバー透過
 * ************************************************ */
/*
body{
user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}




a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}


 */

a {
text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}




/* ************************************************ 
 * 　トップメニュー
 * ************************************************ */
div.grand-img img {
 margin-right: 2px;
 margin-bottom:6px;
}


ul#menuArea span{display: none;}
ul#menuArea li{float: left;list-style-type: none;}
ul#menuArea li a{display: block; height: 80px;}
ul#menuArea li#menu1 a{width: 192px; background-position: 0px top;}
ul#menuArea li#menu2 a{width: 192px; background-position: -192px top;}
ul#menuArea li#menu3 a{width: 192px; background-position: -384px top;}
ul#menuArea li#menu4 a{width: 192px; background-position: -576px top;}
ul#menuArea li#menu5 a{width: 192px;  background-position: -768px top;}
ul#menuArea li#menu1 a:hover{background-position: 0px bottom;}
ul#menuArea li#menu2 a:hover{background-position: -192px bottom;}
ul#menuArea li#menu3 a:hover{background-position: -384px bottom;}
ul#menuArea li#menu4 a:hover{background-position: -576px bottom;}
ul#menuArea li#menu5 a:hover{background-position: -768px bottom;}
ul#menuArea li a{background-image: url(https://file001.shop-pro.jp/PA01248/569/images/menu/topmenu.jpg);}

.slider {
 margin-top: 10px;
}

.search {
 margin-top: 15px;
 margin-bottom: 15px;
margin-left: 5px;
}


ul.category li{
 font-size: 14px;
 margin-top: 5px;
 margin-left: 15px;
 margin-bottom: 0px;
 
}

ul.category {
list-style-image: url(https://img20.shop-pro.jp/PA01248/569/etc/circle-left2.png);
}



/* ************************************************ 
 *  2culumn_box
 * ************************************************ */

.culumn_box {
width: 331px;
margin: 0 0 15px 15px;
display:inline-block; 
/display:inline; 
/zoom:1;
vertical-align:top;
}

.culumn_box .item_photo {
margin: 0px;
}

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

.culumn .item_detail {
margin: 5px;
}

.culumn .item_detail p.item_name {
font-size: 12px;
margin-bottom: 5px;
}

.culumn .item_detail p.item_regular_price {
margin-bottom: 5px;
}

.culumn_box .item_detail p.item_price {
color: #f63440;
margin-bottom: 5px;
}

.culumn .item_detail p.item_discount {
margin-bottom: 5px;
}












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

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

body {
  color: #333;
  font-size: 13px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', メイリオ, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
　font-weight : normal ;
  line-height: 1.4;

  /*background設定*/
  background-color: #ffffff;
  /*background: url() fixed;*/
  text-align:center;
}

a {
  outline: none;
  color: #333;
}

a:visited {
  text-decoration: underline;
}

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

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

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

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

/*サイド*/
#side {
  float: left;
  width: 198px;
  border: solid 1px #e4e4e4;
}

/*メイン*/
#main {
  float: right;
  width: 720px;
}

/*フッター（お支払い方法）*/
#footer_pay {
  background-color:#efefef;
  width:100%;
  clear:both;
  color: #efefef;
  text-align: center;
}


/*フッター（コピーライト）*/
#footer {
  padding: 30px 0;
  width:100%;
  clear:both;
  color: #666;
  text-align: center;
  border-top: 1px solid #ccc;
}

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

    #header div.header_link ul li.go_login {
      }
      #header div.header_link ul li.go_login i.login {
        background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -223px -84px;
        }

    #header div.header_link ul li.go_ac {
      }
      #header div.header_link ul li.go_ac i.ac {
        background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -415px -228px;
        }

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

    #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: #B21D33;
        color: #fff;
        font-weight: bolder;
        padding: 5px 10px;
        margin-left: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        }

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

#header h1.logo {
  clear: both;
  text-align: center;
  font-size: 50px;
  margin-bottom: 5px;
  width: 100%;
}

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

#header h1.logo img {
  max-width: 100%;
}

/* ************************************************ 
 *  footer
 * ************************************************ */
#footer a {
  color: #666;
}

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

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

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

#main div.box h3 {
margin-bottom: 20px;
font-size: 16px;
border-bottom: solid 1px #bf9e57;
font-weight: normal;
text-align: center;
}




/* ************************************************ 
 *  item_box
 * ************************************************ */
.item_box {
width: 160px;
margin: 0 0 10px 10px;
text-align: left;
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: 5px;
}

.item_box .item_detail p.item_name {
font-size: 12px;
margin-bottom: 10px;
text-decoration: underline;
}

p.item_description {
  border-top: 1px dashed #DDDDDD;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}

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

.item_box .item_detail p.item_price {
color: #666666;
margin-bottom: 5px;
}

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

/* ************************************************ 
 *  Top_Page
 * ************************************************ */
#main .intro_img{
margin-bottom: 20px;
}


#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{
margin: 20px 0 0 0;
}

div.footstamp {
margin-bottom: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}

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

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

/* ************************************************ 
 *  product_detail_page
 * ************************************************ */

.product_comment p {
  margin: 1em 0;
}


h2.product_name {
font-size: 1.5em;
margin-bottom: 15px;
word-break: keep-all;
}

div.product_detail_area {
margin-bottom: 20px;
position: relative;
width: 100%;
}

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

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

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

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

div.add_cart {
width: 180px;
float: right;
}
table.add_cart_table {
width: 100%;
border-top: 1px solid #ccc;
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: 12px;
}

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: 14px;
line-height: 24px;
margin-top:20px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;	
clear: both;
word-wrap: break-word;
}

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;
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: both;
margin-top: 20px;
margin-left: 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;
}

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

/* This is for the title text. */
.cloud-zoom-title {
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 #000;
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 {
margin-bottom: 20px;
width: 420px;
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: 60px;
float: left;
margin-left: 20px;
}

a.cloud-zoom-gallery {
display: block;
margin: 0 0 5px 0;
cursor: pointer;
}
.zoom-tiny-image {
width: 50px;
height: 50px;
border: 1px solid #ccc;
padding: 3px;
}
.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%;
background: #f5f5f5;
margin-bottom: 20px;
padding: 20px 10px 10px 20px;
font-size: 13px;
}

div.sub_category_area div.sub_category,
div.sub_group_area div.sub_group {
float: left;
}

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 {
color: #4c4c4c;
}

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

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

div.sk_box {
margin-bottom: 50px;
}
div.sk_box h3 {
font-size: 16px;
margin-bottom: 10px;
}
div#sk tr {
border-bottom: 1px solid #eee;
}
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;
}


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;
    text-decoration: underline;
    font-size: 13px;
}

#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:#838383 dotted 1px;
padding:10px 0px 0px;
margin:10px 20px 0px 0px;
}

/* ************************************************ 
 *  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 {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	}
	div.footstamp span {
		margin: 0 5px;
		color: #999;
		}

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 {
color:#999999;
	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;
}


.info-title {
 font-size: 1.5em;
}


table.tbl_calendar {
    margin-top: 10px;
}