@charset "UTF-8";

/*==========================================
  サイト全体
  ==========================================*/
body {
	-webkit-text-size-adjust: none;
    line-height:1.5;
	background-color: #fff;
    font:14px Helvetica, HiraKakuProN-W3, sans-serif;
}
#wrapper {
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
	background: #fff;
}
section, nav {
}
ol, ul, li {
	list-style: none;
}
a {
	color: #726250;
	text-decoration: none;
}
a:visited {   
}  
a:hover {  
}    
a:active {  
  
}
select {
	display:inline-block;
	height: 30px;
	white-space: nowrap;
}
button {
	color: #0075A9;
}
.left-box {
	float: left;
	margin: 0 5px 0 0;
}
.center {
	margin: 10px auto;
	text-align: center;
}
.mt-10 {
	margin-top:10px !important;
}
.mb-10 {
	margin-bottom:10px !important;
}

/*==========================================
  ヘッダー
  ==========================================*/
  
header {
	text-align: center;
}

.site-title{
	font-size: 16px;
	margin: 0;
	padding: 10px 0;
	color: #ffc0cb;
	background: #6b3f31;
	border-bottom: 5px solid #ead7a4;
}

.h-box {
	overflow: hidden;
	width: 100%;
}

.h-box img{
	vertical-align:bottom;
}

/*==========================================
  footer
  ==========================================*/
footer {
	margin: 0;
	padding: 1em 0 0;
	font-size: 12px;
	text-align: center;
	background: #eae1cf;
}

#copy {
	margin: 10px 0 0;
	padding: 10px 0;
	font-size: 10px;
	color: #fff;
	background: #6b3f31;
}

/*==========================================
  TOPコンテンツ
  ==========================================*/
.box{
	overflow: hidden;
}
.cont-box {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0 10px;
}

.top-banner{
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0;
	text-align: center;
}

.title{
	margin: 0;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
	background-color: #6f5436;
	border-bottom: 2px solid #ead7a4;
}
  
.sub-tit{
	margin: 0 0 5px;
	font-size: 15px;
}

.table-01 {
	margin: 10px 0;
	width: 100%;
	font-size: 15px;
	text-align: left;
	border-spacing: 0;
	border-top: 1px solid #ddd;
}

.table-01 th{
	padding: 7px 2px;
	width: 60px;
	font-weight: normal;
	color: #333;
	border-bottom: 1px solid #ddd;
}

.table-01 td{
	padding: 7px 2px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
ul.shopitem {
	margin: 0;
	padding: 0;
}

.shopitem li {
	overflow: hidden;
	clear: both;
	background-image: url(../img/link_mark.gif);
	background-position: 98% 50%;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ddd;
}

.shopitem li:last-child {
	border-bottom: none;
}

.shopitem li a {
	display: block;
	padding: 8px;
	color: #eb6ea0;
	overflow: hidden;
}

/*==========================================
  shop
  ==========================================*/

.shop-box {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0 10px;
	color: #333;
}
.shop-box hr{
    display:block;
    height:1px;
    border:0;   
    border-top:1px dotted #ddd;
    margin:10px 0;
    padding:0;
}

.shop-cp{
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #6A3906;
	line-height: 1.4;
}

.shop-data{
	margin: 0 0 5px;
	padding: 0 0 0 5px;
	font-weight: bold;
	color: #666;
    border-left: 5px solid #eb6ea0;
}


.table-shop {
	margin: 10px 0;
	width: 100%;
	text-align: left;
	border-spacing: 0;
	border-top: 1px solid #ddd;
}

.table-shop th{
	padding: 7px 2px;
	width: 70px;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #ddd;
}

.table-shop td{
	padding: 7px 2px;
	color: #000;
	border-bottom: 1px solid #ddd;
}

.shop-box dt{
	font-weight: bold;
}

.shop-box dd{
	margin-bottom: 10px;	
}


/*==========================================
  ボタン
  ==========================================*/
.button,
.button:visited {
	overflow: hidden;
    display: inline-block;
	padding: 0 8px;
	height: 28px;
	color: #e62f8b;
	line-height: 28px;
    outline: none;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
	font-weight: bold;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    text-shadow: -1px 1px 1px rgba(255, 255, 255, 0.9);
    border: solid 1px #ccc;
    background:#eee;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
}

.button:hover {
    text-decoration: none;
}

.back {
	position: absolute;
	top: 8px;
	left: 5px;
}
.btnBack {
	background: url(../img/bg_backbtn.png) right center no-repeat;
	padding-right: 8px;
	height: 30px;
}
.btnBackinner {
	background: url(../img/bg_backbtninner.png) left center no-repeat;
	height: 30px;
	padding-left: 15px;
}
.btnBack a {
	display: inline-block;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.6) -1px -1px 0;
}

.large {
	height: 44px;
	line-height: 44px;
}

.btn180 {
	width: 180px;
}

.bg-blue {
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border: solid 1px #207ce5 !important;
	background: -moz-linear-gradient(top, #8fbde8 0%, #207ce5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fbde8), color-stop(100%,#207ce5));
	background: -webkit-linear-gradient(top, #8fbde8 0%,#207ce5 100%);
	background: -o-linear-gradient(top, #8fbde8 0%,#207ce5 100%);
	background: -ms-linear-gradient(top, #8fbde8 0%,#207ce5 100%);
	background: linear-gradient(top, #8fbde8 0%,#207ce5 100%);
}

.bg-orange {
    color: #333;
    text-shadow: 0 -1px 1px rgba(255,255,255,0.7);
    border: solid 1px #f8b500 !important;
	background: #fceabb;
	background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93));
	background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	background: -o-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	background: -ms-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	background: linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
}



/*==========================================
  font
  ==========================================*/
.font-11 {
	font-size: 11px;
}
.font-12 {
	font-size: 12px;
}
.font-13 {
	font-size: 13px;
}
.font-14 {
	font-size: 14px;
}
.font-15 {
	font-size: 15px;
}
.font-16 {
	font-size: 16px;
}
.font-17 {
	font-size: 17px;
}
.font-18 {
	font-size: 18px;
}
.red {
	color: #e60033 !important;
}
.pink {
	color: #ff1493 !important;
}
