@CHARSET "UTF-8";

/* ------------------------------------------------
　有料会員のデザイン設定CSSです。
------------------------------------------------- */

.gallery_wrapper {
	background: #000000;
	width: 668px;
	text-align: center;
	padding: 10px 0;
}

.gallery_wrapper #gallery {
	margin: 0 auto;
}


#shop_detail {
	border: 1px solid #ccc;
	background-color: #FFF;
}

#shop h3,#shop_edit h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}

#shop p,#shop_edit p {
	padding: 5px;
}

#shop_edit {
	margin-top: 10px;
}

.shophead h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 3px;
}

#shop .category {
	padding: 5px;
	font-size: 10px;
}

#shop .category a {
}

#shop .shopimg {
	margin: 5px 10px 5px 10px;
}

#shop .shopnavi {
	border-top: 1px solid #ccc;
	background: url(/img/shop_navi_back.png);
}

#shop .shopnavi li {
	width: 124px;
	text-align: center;
	float: left;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	background: url(/img/shop_navi_sep.png) no-repeat top right;
	border-bottom: 1px solid #AFAFAF;
}

#shop .shopnavi li a {
	display: block;
	width: 120px;
	color: #000;
}

#shop .shopnavi li a:hover {
	color: #FFF;
	text-decoration: none;
}

#shop_body {
	padding: 0 10px 0 10px;
	background-color: #FFF;
}
#shop_body .baseinfo{
	margin-top: 20px;
}
#shop_body .baseinfo h3 {
	
	font-size: 120%;
	padding: 10px;
	border-left: 1px solid #930;
	
}
#shop_body_right img{
	margin:5px;
}

#shop_body table.shop_calendar caption{
	background-color:#E8D7B5;
	font-size:16px;
	padding:5px;
}
#shop_body table.shop_calendar th{
	width:102px;
}
#shop_body_left {
	width: 450px;
	float: left;
}

#shop_body_right {
	width: 210px;
	float: right;
}

#shop_body_right img {
	margin: 5px;
}
#shop_map{
	
}
#shop_edit input {
	color: #5F5D59;
}



#shop_edit input.big {
	width: 600px;
	font-size: 16px;
}

#shop_edit textarea {
	font-size: 12px;
	color: #5F5D59;
}

#shop_edit textarea.mid {
	width: 400px;
	height: 100px;
}

#shop_edit textarea.big {
	width: 600px;
	height: 150px;
}

#shop p.big {
	font-size: 16px;
}

#shop_edit .editnavi {
	width: 150px;
	list-style: none;
}

#shop_edit .editnavi li {
	width: 150px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-indent: 10px;
	height: 30px;
	background-color: #F4F4F4;
	border-bottom: 1px dotted #ccc;
}

#shop_edit .editnavi li a {
	display: block;
	padding-left: 15px;
}

#shop_edit .editnavi li a:hover {
	color: #CCC;
	text-decoration: none;
}

#shop_edit .adminnavi li a {
	display: block;
	padding-left: 15px;
	color: #000;
}

#shop_edit .adminnavi {
	list-style: none;
}

#shop_edit .adminnavi li {
	width: 150px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	background-color: #F4F4F4;
	border: 1px dotted #ccc;
	margin: 2px;
}

#shop_edit .adminnavi li a {
	display: block;
	padding-left: 15px;
	color: #000;
}

#shop_edit .adminnavi li a:hover {
	color: #CCC;
	text-decoration: none;
}

#shop #image_g li {
	width: 150px;
	height: 220px;
	float: left;
	margin: 5px;
}

#shop #image_g li span {
	display: block;
	background: url("/img/lin_style.gif") no-repeat scroll left top
		transparent;
	padding: 5px;
	color: #666;
}

#shop #news_g li {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}


.construct_box2{
	width:800px;
	background-color:#FFF;
	border:5px solid #CCC;
	color:#000;
	font-size:80%;
}
.construct_box2 h2{
	font-size:30px;
	line-height:35px;
}
.construct_box2 .description{
	color:#666;	
}
#shop .coupon {
	padding: 0px;
	background: url("/img/coupon.gif");
	overflow: hidden;
	margin: 0px;
	width:666px;
	border: 1px solid #ccc;
	
}
#shop .coupon .c_image{
	background: url("/img/coupon_logo.gif");
}
#shop .coupon table{
	margin-left:30px;
	margin-bottom:10px;
	margin-top:10px;
	width:630px;
	border:none;
}
#shop .coupon table th{
	border:none;
	vertical-align:middle;
}
#shop .coupon table td{
	vertical-align:middle;
	border:none;
}
#shop .coupon h3 {
	font-weight: bold;
	color:red;
	font-size:180%;
}
#shop .coupon h4 {
	font-weight: bold;
	color:#000;
	font-size:120%;
}

#shop .recruit_box{
	padding : 10px 0;
	border-bottom:1px dotted #CCC;
}
#shop #news_g  span{

	margin-left:10px;
}
#shop #news_g  p{
	font-size:16px;
}
#map_img {
	display: none;
}

.print_bt {
	width: 190px;
	height: 30px;
	text-indent: -9999px;
	background: url("/img/print_bt.gif") no-repeat scroll left top
		transparent;
	display: block;
	margin: 5px;
	float: right;
}
.user_ico li{
	   float: left;
    text-align: center;
    width: 80px;
}
.user_ico li .centerimg {
    height: 80px;
    margin: auto;
    overflow: hidden;
    width: 80px;
}