@charset "UTF-8";

html{
} 

ul, ol { list-style : none}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	height: 100%;
	line-height: 150%;
	background-color:#FFFFFF;
}


img {
	margin: 0px;
	padding: 0px;
	border: none;
}


a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
/*----------------layout----------------*/
#container{
	text-align: center;
	margin: 0px auto;
	min-height: 100%;
	height: inherit;
	overflow: hidden;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
}
#wrapper {
	margin: 0px auto 0px auto;
	text-align: center;
	width: 980px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;

}

#wrapper_inside {
	margin: 140px auto 0px auto;
	text-align: center;
	width: 980px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;

}


#anchor{
	clear: both;
	text-align: right;
	margin: 10px 0px 10px 0px;
	background-image: url(../img/bodyback.gif);
	background-position: center 0pt;
}


#outer {
	text-align: center;
	float: center;
	}


/*----------------midashi teigi---------------- */

h1{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0px auto 0px auto;
	padding: 0px 30px 0px 5px;
	text-align: right;
	color: #FFFFFF;
}

h2{

}


h2.deco {
    position: relative;
	text-shadow: 1px 1px 3px #666666;
	font-weight:normal;
	font-size: 18px;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	text-indent:15px;
	color: #333333;
	clear: both;
	letter-spacing: 4px;
	background-repeat: no-repeat;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 150%;
	border: solid 1px #666666;
	line-height:150%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,fcfcfc+24,cccccc+100 */
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #fcfcfc 24%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#fcfcfc 24%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#fcfcfc 24%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}

h2.deco:before {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 5px;
    height: 10px;
    background: #0fb068;
    content: "";
}

h2.deco:after {
    position: absolute;
    top: 8px;
    left: 5px;
    width: 5px;
    height: 25px;
    background: #07318f;
    content: "";
}

h3{
	position: relative;
	background-color:#07318f;
	color:#FFFFFF;
	font-size: 18px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	clear: both;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	letter-spacing:2px;

}



h4{
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 4px 0px;
	text-align: left;
	color: #000000;
	clear: both;
	letter-spacing: 3px;
	border-bottom: solid 1px #154270;  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background-image: url(../img/h4back.png);
	background-repeat: no-repeat;
	text-indent: 25px;
}

.necessary {
	color: #40ae00;

}


/*----------------header---------------- */
#header {
	margin: 0px auto 0px auto;
	padding: 5px 0px 0px 0px;
	overflow: hidden;
	position: fixed;
	z-index: 1;
	width: 100%;
	background-image: url(../img/header_back.png);
}

#header .headbtn_left{
	margin: 0px 0px 0px 10px;
	float:left;
}

#header .headbtn_left img{
width:auto;
height:auto;
}

#header .headbtn_right{
	margin: 00px 25px 0px 10px;
	float:right;
	font-size:20px;
}

#header a:link {
	color:#000000;
	text-decoration: none;
}

#header a:visited {
	color:#000000;
	text-decoration: none;
}

#header a:hover {
	color:#000000;
	text-decoration: none;
}

#header a:active {
	color:#000000;
	text-decoration: none;
}

#headbtn_smart{
	display:none;

}

/* ----------------topimage---------------- */

#top_image {
	margin: 0px auto 10px auto;
	padding:0px 0px 0px 0px;
	background-color: #000000;
	}
	
#top_image ul{
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#000000;
	}

#top_image ul li{
	display:block;
	margin: 0px auto 0px auto;
	padding:0px 0px 0px 0px;
	}

.bxslider{
	margin: 0px auto;
	background-color:#000000;
	position:relative;
	}

.bxslider img{
	display:block;
	margin: 0px auto;
	}


#bx-pager{
	margin:0px auto;
	padding:10px 0px 0px 0px ;
	background-image:url(../img/thumb_back.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	position:relative;
	top:150;
	}


/* ----------------contents---------------- */

#contents{
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	clear: both;
	background-image: url(../img/background_02.png);
	background-repeat: repeat-x;
	min-height: 100%;
}

.img_right{
	float: right;
	margin-top: 5px;
	margin-left: 20px;
	padding: 2px;
}
.img_left{
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	padding: 2px;

}
.img_center{
	width:100%;
	height:auto;
}

.static_list{
	overflow:hidden;
	border-bottom:1px solid #eeeeee;
	margin:10px auto 10px auto;

}
.static_list .static_list_title{
	float:left;
	width:30%;
	font-size:16px;
	padding:5px;
	word-break:break-all;

}
.static_list .static_list_text{
	float:right;
	width:65%;
	font-size:14px;
	padding:5px;
	word-break:break-all;

}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*---------------- column ----------------*/

#columnright{
	width: 680px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
	line-height: 150%;
	text-align: left;
	float: right;
	color: #000000;
}
#columnleft{
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	line-height: 150%;
	text-align: center;
	float: left;
	width: 260px;
}

#columnleft .button{
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 2px;
	text-align: left;
	overflow: hidden;
	clear: both;
}

.buttonbox {
	padding: 0px 0px 5px 0px;
	line-height: 170%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: hidden;
	margin: 5px auto 10px auto;

}

.buttonbox a:link {
	display:block;
	color:#000000;
	text-decoration: none;
}

.buttonbox a:visited {
	color:#000000;
	text-decoration: none;
}

.buttonbox a:hover {
	color:#cc0000;
	text-decoration: none;
}

.buttonbox a:active {
	color:#000000;
	text-decoration: none;
}

.buttonbox .button_title{
	font-size:18px;
	text-align:left;
	padding:5px 0px 5px 0px;
	line-height:125%;
	letter-spacing:1px;

}

.buttonbox .button_inside{
	font-size:16px;
	text-align:left;
	padding:5px 10px;
	line-height:125%;

}

.buttonbox .button_left_01{
	text-align:center;
	display:block;
	width:49%;
	min-height:150px;
	float:left;
	border:solid 1px #333333;
	position:relative;
	background-image:url(../img/button_back_01.jpg);

}

.buttonbox .button_right_01{
	text-align:center;
	display:block;
	width:49%;
	min-height:150px;
	float:right;
	border:solid 1px #333333;
	position:relative;

}

.buttonbox .button_navi{
	position:absolute;
	right:0;
	bottom:0;

}


.textbox{
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 170%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: hidden;
	margin: 0px auto 10px auto;
}

.text_inside{
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 170%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: hidden;
	margin: 1px;
	clear:both;

}


.text_inside .img_box{
	padding: 10px 30px 10px 30px;
	margin:0px auto 0px auto;
	overflow: hidden;
	clear:both;

}

.text_inside .login_box{
	padding: 40px 30px 40px 30px;
	font-size: 14px;
	font-weight: normal;
	line-height: 170%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: hidden;
	margin: 1px;
	clear:both;

}

.text_inside a:link {
	display:block;
	color:inherit;
	text-decoration: none;
}

.text_inside a:visited {
	color:inherit;
	text-decoration: none;
}

.text_inside a:hover {
	color:inherit;
	text-decoration: none;
}

.text_inside a:active {
	color:inherit;
	text-decoration: none;
}


.textbox p{
	padding: 10px 0px 5px 0px;
	margin: 0px;
	font-size: inherit;
	line-height: 175%;
	overflow: hidden;

}

.textbox .top_ul{
	padding: 0px 0px 20px 50px;
	margin: 25px auto 0px auto;
	clear: both;
	overflow: hidden;


}
.textbox .top_ul li{
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #C54B00;
	font-size: 15px;
	line-height: 150%;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: disc;
	letter-spacing: 2px;
	float: left;
	width: 300px;
	list-style-image: url(../img/mark.png);
}

.textbox .position_center{
	text-align: center;
	margin: 20px auto;
	clear: both;
	overflow: hidden;

}


.separatebox{
	overflow:hidden;

}

.separatebox .leftbox{
	width:49%;
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 170%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: hidden;
	margin: 5px 3px 10px 0px;
	float:left;
	min-height:325px;
}

.separatebox .rightbox{
	width:100%;
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 170%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: hidden;
	margin: 5px 0px 10px 3px;
	float:right;
}

.contactbox{
	padding: 0px 20px 10px 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 170%;  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: hidden;
	margin: 5px auto 10px auto;

}

.centering_box{
	text-align: center;
	margin: 20px auto;
	clear: both;

}
.center_box{
	text-align: left;
	width: 650px;
	padding-left: 30px;
	color: #BF4800;

}
.left_box{
	text-align: left;
	float: left;
	width: 370px;
	padding-left: 30px;
	color: #BF4800;

}

.right_box{
	text-align: right;
}

.breadclumbs{
	border:solid 1px #044E34;
	background-color:#FFFFFF;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 170%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: hidden;
	margin: 0px auto 10px auto;
}

.management_name{
	border:solid 1px #044E34;
	background-color:#FFFFFF;
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 170%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: hidden;
	margin: 0px auto 10px auto;
}



/* ----------------shop ----------------*/


.shop_name {
	padding: 10px 10px 10px 10px;
	margin: 0px auto;
	font-size: 16px;
	border: none;
	clear: both;
	font-size:22px;
}

.shop_name .sub_name {
	font-size:12px;
}


.shop_main_image {
	margin:0px 0px 10px 10px;
	float:left;
	border:solid 1px #000000;

}

.shop_status_box {
	margin:0px 10px 10px 5px;
	float:right;
	width:55%;
	text-align:left;
	overflow:hidden;
}
.shop_status_box .status_block {
	margin:0px 10px 5px 10px;
	text-align:left;
	overflow:hidden;
	padding:1px 0px 2px 0px;
	border-bottom:dashed 1px #343434;
}

.shop_status_box .status_title{
	margin: 0px 5px 0px 0px;
	background-color: #044E34;
	font-size:12px;
	letter-spacing:1px;
	text-align:center;
	width:30%;
	float:left;
	color:#FFFFFF;
	padding:0px 5px 0px 5px;

}


.shop_status_box .status_text {
	text-align:left;
	font-size:16px;
	padding:0px 0px 0px 0px;
	word-break:break-all;
	float:right;
	width:65%;
}

.shop_phoneandlink_box {
	margin:0px 5px 10px 5px;
	text-align:left;
	overflow:hidden;
}


.shop_phoneandlink_box a:link {
	color:#000000;
	text-decoration: none;
}

.shop_phoneandlink_box a:visited {
	color:#000000;
	text-decoration: none;
}

.shop_phoneandlink_box a:hover {
	color:#000000;
	text-decoration: none;
}

.shop_phoneandlink_box a:active {
	color:#000000;
	text-decoration: none;
}

.shop_phoneandlink_box .phone_box {
	margin:0px 5px 10px 5px;
	text-align:left;
	float:left;
	border:solid 1px #000000;
	width:47%;
	overflow:hidden;
	font-size:17px;
	letter-spacing:2px;
	text-align:center;
	padding:3px;
}

.shop_phoneandlink_box .link_box {
	margin:0px 5px 10px 5px;
	text-align:left;
	float:right;
	border:solid 1px #000000;
	width:47%;
	overflow:hidden;
	font-size:17px;
	letter-spacing:2px;
	text-align:center;
	padding:3px;
}

.shop_phoneandlink_box .link_box_inert {
	color:#666666;
	background-color:#CCCCCC;
	margin:0px 5px 10px 5px;
	text-align:left;
	float:right;
	border:solid 1px #000000;
	width:47%;
	overflow:hidden;
	font-size:17px;
	letter-spacing:2px;
	text-align:center;
	padding:3px;
}

.shop_title{
	margin: 0px 10px 0px 10px;
	background-color: #044E34;
	font-size:22px;
	letter-spacing:2px;
	color:#FFFFFF;
	padding:5px 5px 5px 5px;
	clear:both;
}


.titleblock{
	margin: 0px 5px 0px 0px;
	background-color: #044E34;
	font-size:14px;
	letter-spacing:1px;
	text-align:center;
	width:25%;
	float:left;
	color:#FFFFFF;
	padding:0px 5px 0px 5px;

}

.menu_block{
	margin: 0px auto 10px auto;
	padding:5px 5px 5px 5px;
	clear:both;
	overflow:hidden;
	border:solid 1px #343434;
}

.menu_picture{
	float:left;
	margin: 0px auto 0px auto;
	padding:5px 5px 5px 5px;
}

.menu_title{
	float:right;
	width:455px;
	font-size:20px;
	margin: 0px 10px 0px 0px;
	padding:5px 5px 5px 5px;
	border-bottom:dashed 1px #343434;
	word-break:break-all;
}

.menu_price{
	float:right;
	width:455px;
	text-align:right;
	font-size:16px;
	margin: 0px 10px 0px 0px;
	padding:5px 5px 5px 5px;
	word-break:break-all;
}

.menu_notice{
	float:right;
	width:455px;
	margin: 0px 10px 0px 0px;
	padding:5px 5px 5px 5px;
	word-break:break-all;
}


.list_block{
	margin: 0px auto 10px auto;
	padding:5px 5px 5px 5px;
	clear:both;
	overflow:hidden;
	border:solid 1px #343434;
}

.list_picture{
	float:left;
	margin: 0px auto 0px auto;
	padding:5px 5px 5px 5px;
}

.list_title{
	float:right;
	width:455px;
	font-size:20px;
	margin: 0px 10px 0px 0px;
	padding:5px 5px 5px 5px;
	word-break:break-all;
}

.list_notice{
	float:right;
	width:455px;
	margin: 0px 10px 0px 0px;
	padding:5px 5px 5px 5px;
	word-break:break-all;
}

.list_notice .status_block {
	margin:0px 10px 10px 0px;
	text-align:left;
	overflow:hidden;
	font-size:16px;
	padding:1px 0px 3px 0px;
	border-bottom:dashed 1px #343434;
	word-break:break-all;
}


.cm_photobox {
	overflow: hidden;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #E2E2E2;

}

.cm_photobox .photoblock {
	float:left;
	margin:10px 5px 10px 12px;
	padding: 0px;
	width: 200px;
}

.cm_photobox .photoblock .photo_comment{
	text-align:left;
	margin:5px auto;
	font-size:12px;
	line-height:125%;
	word-break:break-all;
}



/* ----------------table ----------------*/

.text_table{
	padding: 5px 0px 10px 0px;
	margin: 0px;
	font-size: 16px;
	border: none;
	clear: both;
	width: 680px;

}
.text_td{
	padding: 5px;
	margin: 0px;
	font-size: 16px;
	border: none;

}

.text_td_width01{
	padding: 5px;
	margin: 0px;
	font-size: 16px;
	border: none;
	width: 15%;
	}
	

/* ----------------leftnavi ----------------*/
.navi-left {
	box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.4);
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	color: #FFFFFF;
	background-color:#07318f;
}

.navi-left a{
	color: #009900;
	line-height: 250%;
	font-size: 18px;
	text-decoration:none;
}

.navi-left .navi_title{
	font-size: 18px;
	text-indent: 5px;
	letter-spacing: 5px;
	text-align: left;
	padding: 10px 5px 0px 5px;
	line-height: 175%;
	color: #FFFFFF;
	text-decoration:none;
}

.navi-left ul{
	padding: 5px 5px 5px 5px;
	margin: 0px;
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
	text-align: center;
	text-decoration:none;
}

.navi-left ul li{
	background-color:#ffffff;
	padding: 0px;
	margin: 0px auto 3px auto;
	color: #333333;
	font-size: 14px;
	line-height: 150%;
	list-style-type: none;
	text-align: left;
	text-indent: 10px;
}
.navi-left ul li a{
	display: block;
	color: #333333;
	background-image: url(../img/left_navi_back.png);
	background-position:top right;
	background-repeat: no-repeat;
	font-size: 14px;
	text-decoration:none;
}
.navi-left ul li a:link {
	display: block;
	color: #333333;
	text-decoration:none;
}
.navi-left ul li a:hover {
	display: block;
	color: #333333;
	background-image: url(../img/left_navi_back_o.png);
	background-position:top right;
	background-repeat: no-repeat;
	text-decoration:none;
}
.navi-left ul li a:visited{
	display: block;
	color: #333333;
	text-decoration:none;
}
.navi-left ul li a:active{
	display: block;
	color: #333333;
	text-decoration:none;
}
.navi-left .menu {
	background-repeat: no-repeat;
	background-position: 4% 50%;
	border-style : solid;
	border-width : 1px 1px 1px 1px;
	display : block;
	font-weight : bold;
	letter-spacing : 1px;
	line-height : 1.2;
	margin : 0px 0px 0px 0px;
	padding : 5px 6px 5px 15px;
	text-decoration : none;
	text-align : left;
	background-color: #F7F7F7;
	border-color: #FF6600;
	font-size: 14px;
}

.navi-left .menu a {
	background-repeat: no-repeat;
	background-position: 4% 50%;
	border-style : solid;
	border-width : 1px 1px 1px 1px;
	display : block;
	font-weight : bold;
	letter-spacing : 1px;
	line-height : 1.2;
	margin : 0px 0px 0px 0px;
	padding : 5px 6px 5px 15px;
	text-decoration : none;
	text-align : left;
	background-color: #F7F7F7;
	border-color: #FF6600;
	font-size: 14px;
}

.navi-left .menu a:hover {
	background-repeat: no-repeat;
	background-position: 4% 50% ;
	text-decoration : underline ;
	font-weight : bold;
}

.navi-left .menub {
	background-repeat: no-repeat;
	background-position: 10% 35% ;
	margin : 2px 0px 0px 0px ;
	padding : 2px 0px 1px 0px ;
	list-style-image: url(../img/check.gif);
}

.navi-left .menub a {
	background-repeat: no-repeat;
	background-position: 10% 35%;
	border-width : 0px 0px 0px 0px;
	border-style : solid;
	display : block;
	font-weight : bold;
	letter-spacing : 1px;
	line-height : 1.2;
	margin : 2px 0px 4px 0px;
	padding : 6px 6px 6px 15px;
	text-decoration : none;
	text-align : left;
	font-size: 12px;  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.navi-left .menub a:hover {
	text-decoration : none;
	font-weight : bold;
	background-repeat: no-repeat;
	background-position: 10% 35%;
	font-size: 12px;  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.ad-right {
	margin: 0px 5px 10px 5px;
	padding: 10px 0px 10px 0px;
	list-style: none;
	width : 190px;
	float : left ;	
}


/* ----------------topnavi ----------------*/
option {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}


ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}

ul,ol {
	list-style-type: none;
}


#navi {

	text-align: left;
	margin: 15px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	clear: both;
}

#navi a{
	color:#FFFFFF;
}

#navi a:link {
	text-decoration: none;
	color:#FFFFFF;
}

#navi a:visited {
	text-decoration: none;
	color:#FFFFFF;
}

#navi a:hover {
	text-decoration: none;
}

#navi a:active {
	text-decoration: none;
}
         
#dd {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	overflow:hidden
}

#dd .mainmenu {
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 5px 20px;
	list-style: none;
	float: left;
	color: #FFFFFF;
	display:block;
	font-size:14px;
	border-right:solid 1px #000000;
	background-image:url(../img/navi_back_01.png);
	background-repeat:no-repeat;
	background-position:right;

}

#dd .mainmenu:hover {

	background-image:url(../img/navi_back_02.png);
	background-repeat:no-repeat;
	background-position:right;

}

.clear {
clear: both;
}

.underline {
	text-decoration: underline;
	color: #FF0000;
}


/*---------------- form ----------------*/
.formbox {
	padding: 5px;
	margin: 20px 20px;
	text-align: left;
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
	color: #000000;
	clear: both;
	overflow: hidden;
}

.formbox .forminner {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 150%;
	text-align: left;
	color: #000000;
	overflow: hidden;
}
.formbox .forminner2 {
	background-color: #eeeeee;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 150%;
	text-align: left;
	color: #000000;
	overflow: hidden;
}

.formbox .formleft {
	padding: 15px 10px 10px 25px;
	font-size: 12px;
	text-align: left;
	color: #000000;
	float: left;
	font-weight: bold;
}

.formbox .formright {
	padding: 10px;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	color: #000000;
	float: right;
}


.formbox .formsubmit {
	padding: 10px 0px 10px 0px;
	margin: 10px auto 10px auto;
	width: 98%;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	clear: both;
	color: #000000;
}

.formbox .formattent {
	padding: 0px;
	margin: 0px 10px 10px 10px;
	width: 98%;
	font-size: 10px;
	line-height: 150%;
	text-align: left;
	clear: both;
	color: #666666;
}


/* ----------------font ----------------*/
.strong_01{
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;

}

.strong_02{
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	letter-spacing: 2px;

}

.strong_03{
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;

}

.style1 {
	color: #CC0000;
	font-weight: bold;
}

.style2 {
	border-bottom: solid #C42525 1px;
}

.style3 {
	border-bottom: solid #C42525 1px;
}

.style4 {
	border-bottom: solid #0055e5 1px;
}

.style_caution {
	color: #000000;
	font-size: 11px;
	line-height: 80%;
}

.style_caption1 {
	background-image: url(../img/check.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	font-size: 15px;
	line-height: 175%;
	letter-spacing: 2px;
	padding: 0px 0px 5px 0px;
	color: #CC0000;
	font-weight: bold;
}



/*------------footer------------*/

#footer{
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px auto;
	letter-spacing: 2px;
	padding-top: 20px;
	background-image: url(../img/background.png);
	overflow: hidden;
}

#footer_inside{
	width: 980px;
	overflow: hidden;
	margin: 0px auto;

}

.footerdata{
	margin: 3px 0px 0px 0px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	letter-spacing: 4px;
	text-align: left;
}

.footerlink{
	margin: 15px 0px 15px 0px;
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 140%;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
	float:right;
	width:500px;
}


.footerlink ul{
	margin: 0px;
	float:left;

}

.footerlink li{
	margin: 0px 0px 2px 0px;
	line-height: 150%;
	padding-bottom: 0.1em;
	width: 160px;
	list-style-position: inside;
	text-align: left;
}

.footerlink li:last-child{
	margin: 0px 0px 2px 0px;
	line-height: 150%;
	padding-bottom: 0.1em;
	width: 160px;
	list-style-position: inside;
	border-right: none;
	text-align: left;
}


.footerlink li a{
	text-decoration:none;
	color:#FFFFFF;
}

#copyright{
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 140%;
	padding: 20px 0px 10px 0px;
	letter-spacing: 2px;
	clear: both;
	width: 980px;
	margin: 0px auto;
}

#footer a:link {
 color: #FFFFFF;
 text-decoration: none;
}

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

#footer a:hover {
 color: #FFFFFF;
}

#footer a:active {
 color: #FFFFFF;
}



.pager_top{
	overflow:hidden;
	margin:10px auto;
	text-align:center;
	padding:0px 10px;
}

.pager_top ul{
display:block;
	overflow:hidden;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

.pager_top ul li{
	display:block;
	float:left;
	margin-right:5px;
	border:solid 1px #666666;
	border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
}

.pager_top ul .pager{


}



.pager_top ul .pager a{
	display:block;
	color:#111111;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	text-shadow:1px 1px 1px #aaaaaa;
}



.pager_top ul .pager a:hover{
	display:block;
	background-color:#4374ea;
	color:#ffffff;
	font-weight:bold;
}

.pager_top ul .pageactive{
	cursor:default;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	text-shadow:none;
	background-color:#044E34;
	color:#FFFFFF;
	text-shadow:none;
}

.pager_top ul .pageactive:hover{
	background-color:#044E34;
	color:#FFFFFF;
	text-shadow:none;
}






.manage_inside{
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 170%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: hidden;
	margin: 1px;
	clear:both;

}



.manage_block{
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	overflow: hidden;
	margin: 1px 1px 10px 1px;
	clear:both;
	border-bottom:dashed 1px #343434;

}

.manage_block2{
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	overflow: hidden;
	margin: 1px;
	clear:both;

}

.manage_title{
	font-size: 16px;
	overflow: hidden;
	margin: 1px;
	float:left;
	width:30%;

}

.manage_title2{
	font-size: 14px;
	overflow: hidden;
	margin: 1px;
	float:left;
	width:25%;
	text-align:right

}

.manage_comment{
	font-size: 14px;
	overflow: hidden;
	margin: 1px;
	float:right;
	width:68%;

}

.manage_textfield{

	width:99%;

}

.manage_textfield50{

	width:75%;

}

.manage_textfield2{
	width:50%;

}

.textarea {
width: 75%;
height: 10em;
line-height: 1.5em;
}






.menu-btn{
	display:none;

}


#menu-list {
    display: inherit;
	clear:both;
	padding-top:5px;
}




.center_box{
	text-align:center;
	width: auto;
	padding-left: 0px;
	color: #BF4800;
}

.form_block{
	margin:0px auto;
	padding:10px;
	overflow:hidden;
}
.form_01{
	font-size:14px;
	font-weight:bold;
	width:40%;
	float:left;
}
.form_02{
	width:60%;
	float:right;
}

.img_right{
	float: right;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
	padding: 2px;
}
.img_left{
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding: 2px;

}

textarea {
width: 90%;
height: 10em;
}

input.formsize { width: 90%; }


.static_list{
	overflow:hidden;
	border-bottom:1px solid #eeeeee;
	margin:10px auto 10px auto;

}
.static_list .static_list_title{
	float:left;
	width:30%;
	font-size:16px;
	padding:5px;
	word-break:break-all;

}
.static_list .static_list_text{
	float:right;
	width:65%;
	font-size:14px;
	padding:5px;
	word-break:break-all;

}

#smart_left{
	display:none;
}


@media (max-width : 765px){


/*----------------layout----------------*/

#wrapper {
	margin: 10px auto 0px auto;
	text-align: center;
	width: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;

}

#wrapper_inside {
	margin: 75px auto 0px auto;
	text-align: center;
	width: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;

}


/*----------------midashi teigi---------------- */

h1{
display:none;
font-size:0px;
margin:0px;
padding:0px;
text-indent:-9999;

}

h2{

}


h2.deco {
    position: relative;
	text-shadow: 1px 1px 3px #666666;
	font-weight:normal;
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	text-indent:15px;
	color: #333333;
	clear: both;
	letter-spacing: 2px;
	background-repeat: no-repeat;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 150%;
	border: solid 1px #666666;
	line-height:175%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,fcfcfc+24,cccccc+100 */
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #fcfcfc 24%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#fcfcfc 24%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#fcfcfc 24%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}

h2.deco:before {
    position: absolute;
    top: 4px;
    left: 5px;
    width: 5px;
    height: 10px;
    background: #0fb068;
    content: "";
}

h2.deco:after {
    position: absolute;
    top: 9px;
    left: 5px;
    width: 5px;
    height: 25px;
    background: #07318f;
    content: "";
}




/*----------------header---------------- */
#header {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	position: auto;
	z-index: 1;
	background-image: url(../img/header_back.png);
	height: auto;
}


#header .headbtn_left{
	margin: 7px 0px 15px 0px;
	float:left;
	width:75%;
}

#header .headbtn_left img{
	width:100%;
	height:auto;
}

#header .headbtn_right{
	display:none;
}


/* ----------------topimage---------------- */

#top_image {
	margin: 0px auto 10px auto;
	padding:75px 0px 0px 0px;
	background-color: #000000;
	}
	
#bx-pager{
	display:none;
	}


/* ----------------contents---------------- */


.text_inside .img_box{
	padding: 10px 0px 10px 0px;
	margin:0px auto 0px auto;
	overflow: hidden;
	clear:both;

}


.img_right{
	width:47%;
	height:auto;
	float: right;
	margin-top: 3px;
	margin-left: 0px;
	margin-bottom: 3px;
	padding: 2px;
}
.img_left{
	width:47%;
	height:auto;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	padding: 2px;

}

/*---------------- column ----------------*/

#columnright{
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	line-height: 150%;
	text-align: left;
	float: none;
	color: #000000;
}
#columnleft{
	margin: 0px auto;
	padding: 0px 5px 0px 5px;
	line-height: 150%;
	text-align: center;
	float: none;
	width: auto;
}

#columnleft img{
	width:100%;
	height:auto;
}

.buttonbox .button_left_01{
	text-align:center;
	display:block;
	width:auto;
	min-height:150px;
	float:none;
	border:solid 1px #333333;
	position:relative;
	margin-bottom:10px;

}

.buttonbox .button_right_01{
	text-align:center;
	display:block;
	width:auto;
	min-height:150px;
	float:none;
	border:solid 1px #333333;
	position:relative;

}



.textbox{
	border:none;
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 170%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: hidden;
	margin: 0px auto 10px auto;
}



.separatebox{
	overflow:hidden;
	width:auto;

}

.separatebox .leftbox{
	border:none;
	width:auto;
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 170%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: hidden;
	margin: 5px 0px 10px 0px;
	float:none;
	min-height:100px;
}

.separatebox .rightbox{
	border:none;
	width:auto;
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 170%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: hidden;
	margin: 5px 0px 10px 0px;
	float:none;
	min-height:100px;
}




/* ----------------shop ----------------*/





/* ----------------topnavi ----------------*/
option {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}


ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}

ul,ol {
	list-style-type: none;
}


#navi {
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	clear: both;
	width:100%;
}

#navi a{
	color:#000000;
	display:block;
}

#navi a:link {
	text-decoration: none;
	color:#000000;
}

#navi a:visited {
	text-decoration: none;
	color:#000000;
}

#navi a:hover {
	text-decoration: none;
}

#navi a:active {
	text-decoration: none;
}
         
#dd {
	margin: 0px 0px 0px 0px;
	border-top:none;
	border-bottom:none;
}

#dd .mainmenu {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	list-style: none;
	float: none;
	color: #000000;
	display:block;
	font-size:14px;
	border-bottom:solid 1px #000000;
	background-color:#FFFFFF;
	background-image:url(../img/left_navi_back.png);
	background-repeat:no-repeat;
	background-position:right;
	text-indent:1em;
	border-right:solid 1px #000000;
	border-left:solid 1px #000000;
}


.clear {
clear: both;
}

.underline {
	text-decoration: underline;
	color: #FF0000;
}




/*------------footer------------*/

#footer{
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px auto;
	letter-spacing: 2px;
	padding-top: 10px;
	background-image: url(../img/background.png);
	overflow: hidden;
}

#footer img{
	width:100%;
	height:auto;
	margin: 0px 0px;
	padding: 0px 10px;

}

#footer_inside{
	width: 100%;
	overflow: hidden;
	margin: 0px auto;

}

.footerdata{
	margin: 3px 0px 0px 0px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	letter-spacing: 4px;
	text-align: left;
}

.footerlink{
	margin: 15px 0px 15px 0px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 140%;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
	width:auto;
	float:none;
}


.footerlink ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:none;

}

.footerlink li{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding-bottom: 0;
	width:50%;
	float:left;
	border:none;
	text-align:left;

}


.footerlink li:last-child{
	margin: 0px 0px 0px 0px;
	line-height: 150%;
	padding-bottom: auto;
	float: left;
	width: 50%;
	list-style-position: inherit;
	border: none;
	text-align: left;
}


.footerlink li a{

letter-spacing:1px;
	line-height: 150%;
	display:block;
	text-decoration:none;
	color: #000000;
	background:#999999;
	padding:10px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
	border:solid 1px #000000;
}

#copyright{
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 140%;
	padding: 20px 0px 10px 0px;
	letter-spacing: 0px;
	clear: both;
	width: 100%;
	margin: 0px auto;
}

#footer a:link {
 color: #FFFFFF;
 text-decoration: none;
}

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

#footer a:hover {
 color: #FFFFFF;
}

#footer a:active {
 color: #FFFFFF;
}



.pager_top{
	overflow:hidden;
	margin:10px auto;
	text-align:center;
	padding:0px 10px;
}

.pager_top ul{
display:block;
	overflow:hidden;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

.pager_top ul li{
	display:block;
	float:left;
	margin-right:5px;
	border:solid 1px #666666;
	border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
}

.pager_top ul .pager{


}



.pager_top ul .pager a{
	display:block;
	color:#111111;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	text-shadow:1px 1px 1px #aaaaaa;
}



.pager_top ul .pager a:hover{
	display:block;
	background-color:#4374ea;
	color:#ffffff;
	font-weight:bold;
}

.pager_top ul .pageactive{
	cursor:default;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	text-shadow:none;
	background-color:#044E34;
	color:#FFFFFF;
	text-shadow:none;
}

.pager_top ul .pageactive:hover{
	background-color:#044E34;
	color:#FFFFFF;
	text-shadow:none;
}






.manage_inside{
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 170%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: hidden;
	margin: 1px;
	clear:both;

}



.manage_block{
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	overflow: hidden;
	margin: 1px 1px 10px 1px;
	clear:both;
	border-bottom:dashed 1px #343434;

}

.manage_block2{
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	overflow: hidden;
	margin: 1px;
	clear:both;

}

.manage_title{
	font-size: 16px;
	overflow: hidden;
	margin: 1px;
	float:left;
	width:30%;

}

.manage_title2{
	font-size: 14px;
	overflow: hidden;
	margin: 1px;
	float:left;
	width:25%;
	text-align:right

}

.manage_comment{
	font-size: 14px;
	overflow: hidden;
	margin: 1px;
	float:right;
	width:68%;

}

.manage_textfield{

	width:99%;

}

.manage_textfield50{

	width:75%;

}

.manage_textfield2{
	width:50%;

}

.textarea {
width: 75%;
height: 10em;
line-height: 1.5em;
}

.menu-btn{
	display:block;
	float:right;
	padding:0px 10px 0px 0px;

}

#menu-list {
    display: none;
	clear:both;
	padding-top:0px;
}

.form_block{
	margin:0px auto;
	padding:10px;
	overflow:hidden;
}
.form_01{
	width:auto;
	float:none;
}
.form_02{
	width:auto;
	float:none;
}

.static_list{
	overflow:hidden;
	border-bottom:1px solid #eeeeee;
	margin:10px auto 10px auto;

}
.static_list .static_list_title{
	float:none;
	width:auto%;
	font-size:16px;
	padding:5px;
	word-break:break-all;

}
.static_list .static_list_text{
	float:none;
	width:auto;
	font-size:14px;
	padding:5px;
	word-break:break-all;

}

#sticky{
	display:none;
}

#smart_left{
	display:inherit;
}

.img_center{
	width:100%;
	height:auto;
	
}

}



