@charset "UTF-8";

/* fix.css内で指定するもの・・・・・

共通のID名、class名、またはhtmlの要素タグ名で、サンフィールド・インターネットの制作する全ホームページで共通のCSSライブラリ。
内容を変更してはならない。

*/

/* ---------------------------------------------
               全ページ共通
---------------------------------------------- */

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,embed,object {
	margin: 0;
	padding: 0px;
	text-align: left;
}
body {
	font-size:77%;
	color:#333333;
	line-height:1.6em;
}


/* ---------    画像ボーダー指定　　----------- */

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


a:link img{
	border:none;
}

p {
	margin: 0;
}

.vm{
	vertical-align:middle;
}

/* ---------    文字指定　　----------- */



.right {text-align:right;}
.center {text-align:center;}
.left {text-align:left;}

.color_red {
	color: #FF0000;
}

.color_brown {
	color: #5d0000;
}

.color_white {
	color: #ffffff;
}

.color_orange {
	color: #ff9000;
}

.bold {
	font-weight: bold;
}

.font_180 {
	font-size:180%;
}
.font_150 {
	font-size:150%;
}
.font_120 {
	font-size:120%;
}
.font_110 {
font-size:110%;
}
.font_100 {
	font-size:100%;
}
.font_90 {
	font-size:90%;
}
.font_80 {
	font-size:80%;
}
.font_70 {
	font-size:70%;
}
.font_60 {
	font-size:60%;
}

/* ---------    フォームにあらかじめ入れておく薄文字　　----------- */
input.off {
color:#999;
}

/* ---------    見出し装飾　　----------- */
h1 {
	clear:left;
	padding:0px;
	font-size:10px;
	font-weight: normal;
	color:#ffffff;
	line-height:1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h2 {
	clear:left;
	padding:0px;
	font-size:10px;
	font-weight: normal;
	color:#ffffff;
	line-height:1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h3 { /* 本文の見出し */
	margin:0px;
	padding:0px;
}

.midashi_h3 { /* 本文の見出し */
	clear:left;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 5px;
	font-size:100%;
	font-weight:bold;
	color:#060;
	line-height: 24px;
	height:24px;
	background-image:url(../images/common/hyo_back_green.gif);
	border: 1px solid #CCC;
	position: relative;
}

.midashi_h3 img {
	position: absolute;
	right: 3px;
	top: -10px;
}

/* ---------    マージン指定　　----------- */

.mt_5 {
	margin-top:5px;
}
.mt_10 {
	margin-top:10px;
}
.mt_20 {
	margin-top:20px;
}
.mt_30 {
	margin-top:30px;
}
.mt_40 {
	margin-top:30px;
}
.mt_50 {
	margin-top:50px;
}

.mb_5 {
	margin-bottom:5px;
}
.mb_10 {
	margin-bottom:10px;
}
.mb_20 {
	margin-bottom:20px;
}
.mb_30 {
	margin-bottom:30px;
}
.mb_40 {
	margin-bottom:30px;
}
.mb_50 {
	margin-bottom:50px;
}

.mr_5 {
	margin-right:5px;
}
.mr_10 {
	margin-right:10px;
}
.mr_20 {
	margin-right:20px;
}
.mr_30 {
	margin-right:30px;
}

.ml_5 {
	margin-left:5px;
}
.ml_10 {
	margin-left:10px;
}
.ml_20 {
	margin-left:20px;
}
.ml_30 {
	margin-left:30px;
}

.mt_5-mb_5{
	margin-top:5px;
	margin-bottom:5px;
}

.mt_5-mb_10{
	margin-top:5px;
	margin-bottom:10px;
}

/* ---------    水平線 flotクリア　　----------- */
hr {
	clear:both;
	color: #FFF;
	border: 1px solid #CCCCCC;
	visibility:hidden;
	margin: 0px;
	padding: 0px;
	height: 1px;
	line-height: 1px;
}
.clear { 
	clear: both; visibility: hidden; height: 0px;
}

/* ---------    リンク装飾　　----------- */
a:hover img {
	-moz-opacity:0.9;
	opacity:0.9;
	filter: alpha(opacity=90);
} 
a:hover#logomark img {
	-moz-opacity:1;
	opacity:1;
	filter: alpha(opacity=100);
} 
a:link {
	color:#006600;
	text-decoration:none;
	text-decoration:underline;
}
a:visited {
	color:#336633;
	text-decoration:none;
}	   
a:hover {
	color:#333333;
	text-decoration:underline;
}	   
a:active {
	color:#999999;
	text-decoration:underline;
}

/* ---------    リスト装飾　　----------- */
ul{ 
	margin:0;
}
ol{ 
	margin:0;
}
li{ 
	margin:0;
}

/* ---------    基本のテーブル装飾　　----------- */

table.table01 { /* テーブルタイプ01 */
	border-collapse: collapse;
}
table.table01 th {
	background-repeat:repeat-x;
	background: #EEE;
	font-weight: normal;
	padding-left:5px;
	border: 1px solid #DDD;
}
table.table01 th.formerr {
	background: #FFC0CB;
	background-image:url(../images/store/warning.gif);
	background-repeat: no-repeat;
	background-position: right;
}

table.table01 td {
	padding-left: 5px;
	border: 1px solid #CCC;
}
table.table01 .bg_yellow {
	background-color:#FFC;
	font-weight: bold;
}
table.table01 dt{
	float:left;
	width:75%;
	margin: 5px;
	clear:left;
}
table.table01 dd{
	margin: 5px;
	float:left;
}

#table01_left{
	float:left;
}
#table01_right{
	float:right;
}

/* 左メニュー上部 */

table.table01_menu { /* テーブルタイプ01 */
	border-collapse: collapse;
	width: 300px;
	margin-left: -6px;
}

*html table.table01_menu{
	margin-right: -6px;
}

table.table01_menu th {
	background-repeat:repeat-x;
	background: #EEE;
	font-weight: normal;
	padding-left:2px;
	border: 1px solid #DDD;
	font-size:12px;
	width: 60px;
}
table.table01_menu td {
	padding-left: 3px;
	border: 1px solid #CCC;
}
table.table01_menu .bg_yellow {
	background-color:#FFC;
	font-weight: bold;
}
table.table01_menu dt{
	float:left;
	width:75%;
	margin: 5px;
	clear:left;
}
table.table01_menu dd{
	margin: 5px;
	float:left;
}

/*fire foxに対するハック*/
#fire,x:-moz-any-link{
	margin-left: 3px;
}

table.table02 { /* テーブルタイプ02 */
	border-top:2px solid #CCC;
	border-left:2px solid #CCC;
	line-height:150%;
	border-spacing:0;
	border-collapse:collapse;
}
table.table02 th {
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	color:#333;
	background:url(../images/common/hyo_back_green.gif);
	padding:5px;
	text-align:center;
}
table.table02 td {
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	padding:5px;
	text-align:center;
}
table.table02 td.heading {
	text-align: left;
	font-weight: bold;
	background-color:#DDD;
	padding-left: 5px;
}
table.table03 { /* テーブルタイプ03 */
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	line-height:150%;
	border-spacing:0;
	border-collapse:collapse;
}
table.table03 th {
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	color:#FFF;
	background-color:#F00;
	padding:5px;
	text-align:center;
}
table.table03 td {
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	padding:5px;
	text-align:center;
}

table.table04 { /* 予約時の日時選択テーブル */
	border-collapse: collapse;
	width:485px;
	margin-bottom:10px;
}
table.table04 th {
	background-repeat:repeat-x;
	background: #EEE;
	font-weight: normal;
	padding-left:5px;
	border: 1px solid #CCC;
}

table.table04 th.formerr {
	background: #FFC0CB;
	background-image:url(../images/store/warning.gif);
	background-repeat: no-repeat;
	background-position: right;
}

table.table04 td {
	padding-left: 5px;
	border: 1px solid #CCC;
}

table.table05 { /* テーブルタイプ05 */
	border-spacing:0;
	border-collapse:collapse;
}
table.table05 td {
	border-bottom:0px;
	border-right:0px;
	padding:0px;
	text-align:center;
}

table.dottable {/* ドットの横線テーブル */
	border-collapse:collapse;
}
table.dottable td {
	border-bottom:1px dotted #CCC;
	padding:5px;
	word-break:break-all;
}
table.dottable th {
	border-bottom:1px dotted #CCC;
	padding:5px;
	font-weight:bold;
}
table.dottable tr.green {
	background-color:#EFE;
}

table.dottable2 {/* ドットの横線テーブル */
	border-collapse:collapse;
	margin-bottom:10px;
}
table.dottable2 td {
	border-bottom:1px dotted #CCC;
	border-top:1px dotted #CCC;
	padding:5px;
}
table.dottable2 tr.green {
	background-color:#EFE;
}


/* ---------  4分割　　----------- */

div.div4_1 { /* 分割 */
	float: left;
	width:189px;
	text-align:left;
	margin:0px 0px 0px 0px;
}
div.div4_2 { /* 分割 */
	float: left;
	width:189px;
	text-align:left;
	margin:0px 0px 0px 8px;
}
div.div4_3 { /* 分割 */
	float: left;
	width:189px;
	text-align:left;
	margin:0px 0px 0px 8px;
}
div.div4_4 { /* 分割 */
	float: right;
	width:189px;
	text-align:left;
	margin:0px 0px 0px 0px;
}

/* ---------   3分割　　----------- */

div.div3_1 { /* 分割 */
	float: left;
	width:250px;
	text-align:left;
	margin:0px 0px 0px 0px;
}
div.div3_2 { /* 分割 */
	float: left;
	width:250px;
	text-align:left;
	margin:0px 0px 0px 15px;
}
div.div3_3 { /* 分割 */
	float: right;
	width:250px;
	text-align:left;
	margin:0px 0px 0px 0px;
}

/* ---------   2分割　　----------- */

div.div2_1 { /* 分割 */
	float: left;
	width:350px;
	text-align:left;
	margin:0px 0px 0px 0px;
}
div.div2_2 { /* 分割 */
	float: right;
	width:350px;
	text-align:left;
	margin:0px 0px 0px 0px;
}

/* ---------   共通class・ID名　----------- */
#wrapper {
	float: none;
	width: 800px;
}

#contents {
	float: none;
	width: 800px;
}

.box {
	margin: 0px;
	padding: 10px;
	width: 754px;
	border: 3px solid #CCC;
}

.waku {
	border: 3px solid #CCC;
	padding: 5px;
}

.waku2 {
	border: 5px solid #F00;
	padding: 15px;
	background-image:url(../images/common/ffb.gif);
}

/* ---------------------------------------------
               各ページ用設定
---------------------------------------------- */
/*
#header_wrapper {
	background-image: url(../images/common/bg_header_side.jpg);
	background-repeat: repeat-x;
	height: 158px;
	background-position: bottom;
}
*/
#header_cont {
	background-image: url(../images/header/bg_header.jpg);
	height: 158px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#header_cont_center {
	width: 1050px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 162px;
}
#header_cont_top {
	height: 105px;
	width: 1050px;
}
ul#header_cont_bottom {
	height: 42px;
	width: 1050px;
	list-style:none;
	margin: 0;
	clear: both;
}
#header_logo {
	height: 64px;
	width: 322px;
	float: left;
	padding-top: 0px;
}
#header_login_cont {
	float: right;
	height: 60px;
	width: 359px;
	margin-top: 0px;
	margin-left: 15px;
}
#header_login_cont input {
	margin-right: 2px;
}
#header_login_cont a:link {
	color:#FFF;
}
#header_login_cont a:visited {
	color:#FFF;
}
#header_login_cont a:hover {
	color:#FFF;
}
#header_login_cont input[type=text],#header_login_cont input[type=password] {
	background:url(../images/header/bg_header_login_input.gif);
	width:148px;
	height: 22px;
	vertical-align: middle;
	font-size: 12px;
	border: none;
	line-height: 22px;
    margin-right: 2px;
}
#header_login_cont input:-webkit-autofill {
	background:url(../images/header/bg_header_login_input.gif)!important;
}
#header_register {
	float: right;
	height: 48px;
	width: 186px;
	margin-top: 0px;
}
#memberarea {
	float:right;
	height: 60px;
}

#memberarea .login_failed{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height:16px;
	width:350px;
	text-align:center;
	border:1px solid red;
	color:red;
	background-color:#ffffcc;
	font-size:0.8em;
	font-weight:bold;
}



#contents_wrapper {
	background-image: url(../images/common/bg_contents.jpg);
	background-repeat: repeat-x;
	z-index: -100;
}
#contents_column {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#contents_right {
	float: right;
	width: 720px;
	padding-bottom: 20px;
}

#contents_right_top {
/*	height: 1647px;*/
/*	position: relative;*/
	float: right;
	width: 720px;
	padding-bottom: 20px;
}

#contents_left {
	width: 310px;
}

ul#header_cont_bottom li {
	float: left;
	margin: 0;
	display: inline;
}
.information_column {
	background:url(../images/index/bg_information_foot.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	padding-bottom:6px;
}
.information_column div {
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding-right: 5px;
	text-align: right;
}
	 
#mapsearch_column {
	background-image:url(../images/index/mapsearch/bg_mapsearch_foot.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	padding-bottom:6px;
}
#mapsearch_column .mapsearch_contents {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding-bottom: 10px;
	width: 698px;
	padding: 0 10px 10px 10px;
	position: relative;
}

table.mapsearch_state {
}


table.mapsearch_state th {
	text-decoration: none;
	color:#FFF;
	padding: 3px;
}
table.mapsearch_state td {
	padding: 3px;
}

table.mapsearch_state .th01 {
	border-bottom: 1px solid #84a6d6;
	background-color: #8b81ca;
}
table.mapsearch_state .td01 {
	border-bottom: 1px solid #84a6d6;
	background-color: #ebeffa;
}
table.mapsearch_state .th02 {
	border-bottom: 1px solid #1c799b;
	background-color: #1c799b;
}
table.mapsearch_state .td02 {
	border-bottom: 1px solid #1c799b;
	background-color: #dfedf0;
}
table.mapsearch_state .th03 {
	border-bottom: 1px solid #6fbd38;
	background-color: #6fbd38;
}
table.mapsearch_state .td03 {
	border-bottom: 1px solid #6fbd38;
	background-color: #eaf3e2;
}
table.mapsearch_state .th04 {
	border-bottom: 1px solid #2f9f2a;
	background-color: #2f9f2a;
}
table.mapsearch_state .td04 {
	border-bottom: 1px solid #2f9f2a;
	background-color: #deefdd;
}
table.mapsearch_state .th05 {
	border-bottom: 1px solid #821d7b;
	background-color: #821d7b;
}
table.mapsearch_state .td05 {
	border-bottom: 1px solid #821d7b;
	background-color: #eddfec;
}
table.mapsearch_state .th06 {
	border-bottom: 1px solid #dc3e78;
	background-color: #dc3e78;
}
table.mapsearch_state .td06 {
	border-bottom: 1px solid #dc3e78;
	background-color: #f8e1eb;
}
table.mapsearch_state .th07 {
	border-bottom: 1px solid #cd6315;
	background-color: #cd6315;
}
table.mapsearch_state .td07 {
	border-bottom: 1px solid #cd6315;
	background-color: #f9e8de;
}
table.mapsearch_state .th08 {
	border-bottom: 1px solid #df221e;
	background-color: #df221e;
}
table.mapsearch_state .td08 {
	border-bottom: 1px solid #df221e;
	background-color: #fadcda;
}
table.mapsearch_stat a:link {
	text-decoration:underline;
}
table.mapsearch_stat a:visited {
	text-decoration:underline;
}

.table1 { 
	width: 100%; 
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid;
	margin-top:10px;
}

.table1 th { 
	padding:7px;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	background-color:#EEE;
}

.table1 td { 
	padding:7px;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	background-color:#FFF;
}

ul.information_list {
	width: 348px;
	margin: 0;
	list-style: none;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding-bottom: 10px;
}
ul.information_list li{
	margin: 0 10px 10px;
	border-bottom: 1px dotted #CCC;
}
#cont_footer_navi {
	background-image: url(../images/common/bg_contents_foot.gif);
	height: 143px;
	width: 1050px;
	clear: both;
	margin-top: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: bottom;
}
#cont_footer_navi ul{
	list-style-image:url(../images/common/icon_list_footer.gif);
	list-style: inside;
	height: 140px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 18px;
	display:inline;
	float:left;
	width: 189px;
}
#cont_footer_navi ul li{
	margin: 4px 0 0 0;
	vertical-align: top;
	list-style: inside;
}
#cont_footer_navi ul li a{
	text-decoration: none;
	color:#333;
}
.contents_left_column {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-bottom: 15px;
	width:288px;
}

.contents_left_column_foot {
	background-image: url(../images/leftmenu/bg_leftmenucont_foot.gif);
	width: 310px;
	background-repeat: no-repeat;
	background-position: top;
	height: 6px;
	line-height: 1px;
}
#footer_cont {
	background-image: url(../images/common/bg_footer.jpg);
	height: 97px;
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
/* ---------ツイッターヘッダ、フッター非表示----------- */
.twtr-ft {
	display: none!important;
}
.twtr-hd {
	display: none!important;
}

/* ---------facebookボーダー非表示----------- */
.fbConnectWidgetTopmost {
	border: 0px none #FFF!important;
}

/*--写真スライダで使用--*/

.thumbFeatures p.jshowoff-slidelinks {
	background: #000;
	bottom: 0;
	padding: 5px 0 5px 5px;
	right: 113px;
	height: 57px;
}
.thumbFeatures .jshowoff-slidelinks a {
	display: block;
	width: 171px;
	height: 55px;
	background-color: none;
	background-repeat: no-repeat;
	margin: 0 0 0 5px;
	padding: 0;
	border: 1px solid #4f4f4f;
	text-indent: -10000em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.thumbFeatures .jshowoff-slidelinks a.jshowoff-active {
	border: 1px solid #fff;
}
.thumbFeatures .jshowoff-slidelink-0 {
	background-image:url(../images/index/campaignslider/01_thumb.jpg);
}
.thumbFeatures .jshowoff-slidelink-1 {
	background-image:url(../images/index/campaignslider/02_thumb.jpg);
}
.thumbFeatures .jshowoff-slidelink-2 {
	background-image:url(../images/index/campaignslider/03_thumb.jpg);
}
.thumbFeatures .jshowoff-slidelink-3 {
	background-image:url(../images/index/campaignslider/04_thumb.jpg);
}
.thumbFeatures a.jshowoff-controls {
	height: 57px;
	overflow: visible;
	padding: 0;
	width: 100%;
	z-index: 150;
	display: block;
	width: 13px;
	height: 55px;
	margin: 0;
	padding: 0;
	text-indent: -10000em;
	position: absolute;
}
.thumbFeatures a.jshowoff-prev {
	left: 0px;
	background:url(../images/index/campaignslider/btn_campaign_left.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000;
	position: absolute;
	bottom: 5px;
	left: 0px;
}
.thumbFeatures a.jshowoff-next {
	right: 0px;
	background:url(../images/index/campaignslider/btn_campaign_right.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000;
	position: absolute;
	bottom: 5px;
	right: 0px;
}
.thumbFeatures .jshowoff-controls a.jshowoff-play {
	display: none;
}
.jshowoff.thumbFeatures {
	height: 293px;
}
.jshowoff.thumbFeatures div, .jshowoff.thumbFeatures img, .jshowoff.thumbFeatures {
	-webkit-border-radius: 6px;
}
#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	background: #efefef;
	position: relative;
	overflow: hidden;
	width: 720px;
	height: 230px;
}
.jshowoff {
	width: 720px;
	margin: 10px 0;
}
.jshowoff div {	
	width: 720px;
	height: 230px;
}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.jshowoff div p, .jshowoff div h3 {
	_background-color: #efefef;
}
.jshowoff h3, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 720px;
}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	line-height: 14px;
}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
}
p.jshowoff-controls {
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
}

.jshowoff-pausetext {
	color: #fff;
}


/*--写真スライダで使用ここまで--*/
#header_membermenu {
	background-image: url(../images/header/bg_header_members.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 60px;
	width: 321px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	position: relative;
}

#header_membermenu img {
	margin: 3px;
}
#header_membermenu p {
	float:right;
	text-align:right;
	width: 95px;
	color:#FFF;
	margin: 3px;
	font-size: 12px;
}
#header_membermenu p a{
	color:#FFF;
	text-decoration:underline;
}

#fb-root {
	height: 1px;
}
#header_member_balloon {
	background-image: url(../images/header/bg_header_membersballoon.gif);
	height: 33px;
	width: 240px;
	padding-top: 22px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	position: absolute;
	left: -236px;
	top: 0px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: left top;
}
/*
#mapsearch_freeword {
	height: 190px;
	width: 271px;
	position: absolute;
	top: 1px;
	left: 204px;
	border: 1px solid #CCC;
}
*/
#mapsearch_freeword {
	height: 190px;
	width: 271px;
	border: 1px solid #CCC;
	margin: 20px 0px 0px 8px;
}

#mapsearch_freeword #textfield2 {
	width:240px;
	margin-top:5px;
	padding:7px;
	font-size:14px;
	color:#666666;
	border:1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow:rgba(150, 150, 150, 0.2) 4px 4px 10px 0px inset;
	-moz-box-shadow:rgba(150, 150, 150, 0.2) 4px 4px 10px 0px inset;
	-webkit-box-shadow:rgba(150, 150, 150, 0.2) 4px 4px 10px 0px inset;
}

#mapsearch_kodawari {
	border: 1px solid #CCC;
	background-color:#FFF;
	padding: 0 10px;
}
#mapsearch_kodawari div.search_button {
	border: 1px solid #CCC;
	padding: 5px 0 0 0;
}
#mapsearch_kodawari_cont {
	padding:5px;
	border: 1px solid #CCC;
}
#mapsearch_kodawari2 {
	border: 1px solid #CCC;
	background-color:#FFF;
	padding: 0 10px;
	width: 298px;
}
#mapsearch_kodawari2 td{
	text-align: center;
}
#mapsearch_kodawari2 input{
	margin-left: 5px;
}
#mapsearch_kodawari2 div.search_button {
	border: 1px solid #CCC;
	padding: 5px 0 0 0;
}
mapsearch_freeword .freewordcontents {
	padding: 5px;
}
#mapsearch_freeword_cont {
	padding: 5px;
}
#mapsearch_kodawari_cont2 {
	padding:5px;
	border: 1px solid #CCC;
}
ul#pankuzu {
	margin: 0;
	background:url(../images/common/bg_pankuzu.jpg);
	height: 30px;
	width: 720px;
}
ul#pankuzu li {
	float:left;
	line-height: 30px;
	display: inline;
	background:url(../images/common/bg_pankuzu_kugiri.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin:0px;
	padding: 0 3px 0 20px;
}
ul#pankuzu li#top{
	background:none!important;
}
#mokuji {
	margin-bottom:-20px;
}
.contents_right_column {
	margin-top: 20px;
}
.contents_right_column h3 {
	background:url(../images/common/bg_yoyaku_h2.jpg);
	background-repeat:no-repeat;
	height:40px;
	padding: 10px 0 0 40px;
	font-size:18px;
	color:#FFF;
}

/*-----------------------------
-------------------------------
▼追記（ここから）
-------------------------------
-----------------------------*/
#pop_body{
	margin-left: -330px;
	margin-top: -20px;
}

#tabel_right{
	float: right;
	width: 340px;
	margin-top: -87px;
}

#tabel_left{
	float: left;
	width: 350px;
}

.contents_top_column {
	margin: 0 auto;
}
.contents_top_column h3 {
	background:url(../images/common/bg_yoyaku_h2.jpg);
	background-repeat:no-repeat;
	height:40px;
	width: 660px;
	padding: 10px 0 0 40px;
	font-size:18px;
	color:#FFF;
	text-align: center;
}

.contents_center_column {
	width: 720px;
}
.contents_center_column_in {
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	padding: 0px 10px;
}

.contents_center_column02 {
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	width: 700px;
	margin: 0 auto;
}

.campaign_tabel{
	width:700px;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	padding: 5px 0px 5px 5px;
	background-color:#EFE;
}

.store_button_top{
	text-align: right;
	margin-top: -75px;
}

.table_list_bottom{
	margin-top: 10px;
	padding: 5px;
	border-collapse: collapse;
	border-spacing: 0;
}

.table_list_bottom td{
	padding: 5px;
	margin: 0px;
	border: 1px solid #CCC;
}

/*-----------------------------
-------------------------------
▲追記（ここまで）
-------------------------------
-----------------------------*/

#sitemap_column h3 {
	background:url(../images/sitemap/bg_sitemap_h2.jpg);
	background-repeat:no-repeat;
	height:40px;
	padding: 10px 0 0 40px;
	font-size:18px;
	color:#FFF;
}
h3.search {
	background:url(../images/area/h2_search.jpg);
	background-repeat:no-repeat;
	height:40px;
	padding: 10px 0 0 40px;
	font-size:18px;
	color:#FFF;
	margin-top:10px;
}
h3.kuusya {
	background:url(../images/common/bg_kuusya_h2.jpg);
	background-repeat:no-repeat;
	height:40px;
	padding: 10px 0 0 40px;
	font-size:18px;
	color:#FFF;
}
.contents_right_block {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding:0 10px 10px;
}
.contents_right_footer {
	height:10px;
	line-height: 1px;
	background-image: url(../images/common/bg_main_foot.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#reserve_buttonarea {
	text-align: center;
	margin-top: 20px;
}
#reserve_buttonarea img {
	margin: 0 10px;
}
#store_right {
	float: right;
	width: 340px;
	padding-right: 10px;
}

#store_right2 {
	float: right;
	width: 200px;
	padding-right: 10px;
}

#store_class{
	width:340px;
	height:auto;
	padding-top:10px;
	padding-bottom:15px;
}

#store_class img{
	padding-right:5px;
	padding-bottom:5px;
}
/* ---------地図検索で使用----------- */
table.mapsearch_state {
}


table.mapsearch_state th {
	text-decoration: none;
	color:#FFF;
	padding: 3px;
}
table.mapsearch_state td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

table.mapsearch_state .th01 {
	border-bottom: 1px solid #747474;
	background-color: #35A2D1;
}
table.mapsearch_state .td01 {
	border-bottom: 1px solid #747474;
	background-color: #ebeffa;

}
table.mapsearch_state .th02 {
	border-bottom: 1px solid #747474;
	background-color: #4DC7EF;
}
table.mapsearch_state .td02 {
	border-bottom: 1px solid #747474;
	background-color: #dfedf0;
}
table.mapsearch_state .th03 {
	border-bottom: 1px solid #747474;
	background-color: #5FCFC7;
}
table.mapsearch_state .td03 {
	border-bottom: 1px solid #747474;
	background-color: #eaf3e2;
}
table.mapsearch_state .th04 {
	border-bottom: 1px solid #747474;
	background-color: #2f9f2a;
}
table.mapsearch_state .td04 {
	border-bottom: 1px solid #747474;
	background-color: #deefdd;
}
table.mapsearch_state .th05 {
	border-bottom: 1px solid #747474;
	background-color: #87B752;
}
table.mapsearch_state .td05 {
	border-bottom: 1px solid #747474;
	background-color: #D1E3BD;
}
table.mapsearch_state .th06 {
	border-bottom: 1px solid #747474;
	background-color: #C3CE40;
}
table.mapsearch_state .td06 {
	border-bottom: 1px solid #747474;
	background-color: #F0F3CF;
}
table.mapsearch_state .th07 {
	border-bottom: 1px solid #747474;
	background-color: #cd6315;
}
table.mapsearch_state .td07 {
	border-bottom: 1px solid #747474;
	background-color: #FDE3D0;
}
table.mapsearch_state .th08 {
	border-bottom: 1px solid #747474;
	background-color: #df221e;
}
table.mapsearch_state .td08 {
	border-bottom: 1px solid #747474;
	background-color: #fadcda;
}
table.mapsearch_stat a:link {
	text-decoration:underline;
}
table.mapsearch_stat a:visited {
	text-decoration:underline;
}
h3.mapsearch{
}
#area .back{
	text-align: right;
	width: 700px;
	margin-bottom: 15px;
}
/* ---------地図検索ここまで----------- */

/* ---------店舗を探すここから----------- */

.textfield {
	width:176px;
	margin-top:5px;
	padding:7px;
	font-size:14px;
	color:#666666;
	border:1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow:rgba(150, 150, 150, 0.2) 4px 4px 10px 0px inset;
	-moz-box-shadow:rgba(150, 150, 150, 0.2) 4px 4px 10px 0px inset;
	-webkit-box-shadow:rgba(150, 150, 150, 0.2) 4px 4px 10px 0px inset;
}

#Airports, #Superexpress, #kodawariAirports, #kodawariSuperexpress{
	width:192px;
	margin-top:5px;
	padding:7px;
	font-size:14px;
	color:#666666;
	border:1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow:rgba(150, 150, 150, 0.2) 4px 4px 10px 0px inset;
	-moz-box-shadow:rgba(150, 150, 150, 0.2) 4px 4px 10px 0px inset;
	-webkit-box-shadow:rgba(150, 150, 150, 0.2) 4px 4px 10px 0px inset;
}

/* ---------店舗を探すここまで----------- */

#price_carimage {
	height: 358px;
	width: 720px;
	position: relative;
}
#price_carimage #comment {
	height: 150px;
	width: 180px;
	position: absolute;
	top: 80px;
	left: 15px;
}
#price_other_cars {
	color: #FFF;
	background-image: url(../images/price/bg_other_car.jpg);
	background-repeat: no-repeat;
	height: 113px;
	width: 199px;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
}

.store_hurigana{
	font-size:15px;
	font-weight:bold;
	padding-left:5px;
}

.store_name{
	font-size:24px;
	font-weight:bold;
	padding-left:5px;
}

.store_print{
	font-size:12px;
	margin-top:8px;
	padding-left:5px;
}
/* ---------サイトマップページここから----------- */
.sitemap_contblock{
	background:url(../images/index/bg_information_foot.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0 0 3px;
	margin-bottom: 20px;
}
.sitemap_contblock div{
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
.sitemap_contblock ul{
	list-style-image:url(../images/common/icon_list_footer.gif);
	list-style: inside;
	display:inline;
}
.sitemap_contblock ul li{
	margin: 0 0 3px 0px;
	vertical-align: top;
	padding:0 10px;
}
.sitemap_contblock ul li a{
	text-decoration: none;
	color:#363;
	font-weight:bold;
}
.sitemap_contblock ul li a:hover{
	text-decoration:underline;
	color:#999;
}

/* ---------キャンペーンページここから----------- */
.campaign_term {
	background-color:#666;
	color:#FFF;
	padding-left:5px;
	line-height:20px;
	font-weight:bold;
	height:20px
}
.campaign_cont {
	padding-bottom:20px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align:center;
}
.campaign_cont img {
	width:700px;
	margin:10px 0 10px 0;
}
.campaign_cont p{
	margin:0 10px 0 10px;
}
/* ---------ご利用案内ページここから----------- */
#guide_index_table a{
	height: 75px;
	width:200px;
	padding: 65px 10px 10px 10px;
	display:block;
	text-decoration: none;
	color:#333;
}
#guide_index_table a.button01 { background:url(../images/guide/bg_guide_index_01.jpg) }
#guide_index_table a.button02 { background:url(../images/guide/bg_guide_index_02.jpg) }
#guide_index_table a.button03 { background:url(../images/guide/bg_guide_index_03.jpg) }
#guide_index_table a.button04 { background:url(../images/guide/bg_guide_index_04.jpg) }
#guide_index_table a.button05 { background:url(../images/guide/bg_guide_index_05.jpg) }
#guide_index_table a.button06 { background:url(../images/guide/bg_guide_index_06.jpg) }
#guide_index_table a.button07 { background:url(../images/guide/bg_guide_index_07.jpg) }
#guide_index_table a.button08 { background:url(../images/guide/bg_guide_index_08.jpg) }
#guide_index_table a.button09 { background:url(../images/guide/bg_guide_index_09.jpg) }
#guide_index_table a.button10 { background:url(../images/guide/bg_guide_index_10.jpg) }
#guide_index_table a:hover.button01  { background:url(../images/guide/bg_guide_index_01_on.jpg); }
#guide_index_table a:hover.button02 { background:url(../images/guide/bg_guide_index_02_on.jpg); }
#guide_index_table a:hover.button03 { background:url(../images/guide/bg_guide_index_03_on.jpg); }
#guide_index_table a:hover.button04 { background:url(../images/guide/bg_guide_index_04_on.jpg); }
#guide_index_table a:hover.button05 { background:url(../images/guide/bg_guide_index_05_on.jpg); }
#guide_index_table a:hover.button06 { background:url(../images/guide/bg_guide_index_06_on.jpg); }
#guide_index_table a:hover.button07 { background:url(../images/guide/bg_guide_index_07_on.jpg); }
#guide_index_table a:hover.button08 { background:url(../images/guide/bg_guide_index_08_on.jpg); }
#guide_index_table a:hover.button09 { background:url(../images/guide/bg_guide_index_09_on.jpg); }
#guide_index_table a:hover.button10 { background:url(../images/guide/bg_guide_index_10_on.jpg); }

/* ---------ご利用案内ページここまで----------- */
.guid_flow_list{
	margin-left: 25px;
}

.login_info{
	border-width:0px;
	margin-left:0px;
	background-color:#ffffff;
	color:#000000
}

.login_btn {
	width:50px;
	height: 22px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 22px;
}

hr.bchr{
	visibility:visible;
	border:1px solid #DCDCDC;
	margin: 5px 0;
}

#smartphone {
	width:920px;
	height:160px;
	margin-left:auto;
	margin-right:auto;
}

/* ---------安さの理由ページここから----------- */
.reason_block {
	position:relative;
}
#reason_cont_01 {
	width:365px;
	padding-left: 335px;
	padding-top: 20px;
}
#reason_cont_02_title {
	width: 365px;
	padding-right: 220px;
}
#reason_cont_02 {
	width: 370px;
	padding-right: 325px;
}
#reason_cont_03_title {
	width: 348px;
	padding-left: 352px;
	padding-top:0px;
}
#reason_cont_03 {
	widows: 300px;
	padding-left: 400px;
}
#reason_cont_05_title {
	width: 429px;
}


#reason_img_01 {
	position:absolute;
	height: 316px;
	width: 323px;
	left: -20px;
	top: 0px;
	clear:both;
	background:url(../images/reason/img_earth-trans.png);
	background-position: left top;
	z-index:auto;
}
* html #reason_img_01 {
	background:url(../images/reason/img_earth.gif);
}
#reason_img_02 {
	position:absolute;
	height: 313px;
	width: 288px;
	right: -10px;
	top: 0px;
	clear:both;
	background:url(../images/reason/vitz.png);
	background-position: right top;
	background-repeat:no-repeat;
	z-index:-100;
}
* html #reason_img_02 {
	background:url(../images/reason/vitz.jpg);
	right: 0px;
}
	
#reason_img_03 {
	position:absolute;
	height: 251px;
	width: 638px;
	left: -10px;
	top: 0px;
	clear:both;
	background:url(../images/reason/hands.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	z-index:-100;
}
* html #reason_img_03 {
	background:url(../images/reason/hands.jpg);
}

#reason_img_05 {
	position:absolute;
	height: 200px;
	width: 250px;
	right: 10px;
	top: 0px;
	clear:both;
	background:url(../images/reason/img_05.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	z-index:-100;
}

/* ---------5つのチェックポイントはこちらここから----------- */

.marginTop20{
	margin-top: 20px;
}
.check_box{
	width: 635px;
	margin-left: 80px;
}
#check01 img{
	margin-top: 10px;
}
.check_imgBox{
	margin-top: -20px;
}
.check_left{
	float: left;
	width: 211px;
}
.check_right{
	float: right;
	width: 410px;
}
#check02 table{
	border-collapse: collapse;
	border-spacing: 0;
}
#check02 th{
	border: 1px solid #333;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
#check02 td{
	border: 1px solid #333;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}
#check_boxList{
	background: #F1FFCA;
	width: 493px;
	padding: 10px;
	margin: 10px 0px 0px 5px;
}
#check_boxList li{
	list-style: none;
}
.chek01-img img{
	float: left;
	padding: 0px 5px 5px 0px;
}
.mt_13{
	margin-top: 13px;
}

/* ---------IDを忘れた方はこちらここから----------- */

#birthday_login1{
	width:50%;
	height:320px;
	float:left;
}
#birthday_login2{
	width:48%;
	height:320px;
	float:left;
	margin-left:1%;
}
#birthday_login_attention{
	clear:both;
}

#campaign{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

/* ---------トップページ----------- */
#top_mainBanner{
	margin: 1px 0px 10px 0px;
}
#top_mainBanner li{
	display: inline;
}
#top_mainBanner_left{
	margin-left: 15px;
}

.contents_index_sns {
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	width:328px;
}
.contents_index_sns_foot {
	background-image: url(../images/index/bg_leftmenucont_foot.gif);
	width: 350px;
	background-repeat: no-repeat;
	background-position: top;
	height: 6px;
	line-height: 1px;
}
#index_sns{
	width: 720px;
/*	position: absolute;*/
/*	bottom: 0px;*/
}

#index_sns_left{
	float: left;
	width: 350px;
}

#index_sns_right{
	float: right;
	width: 350px;
}


/* スタッドレス特設ページ */
table#studless{
	margin: 0px 0px 10px 10px;
	width: 585px;
}
.big_bold{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #0071BC;
}

/* 日付選択カレンダー */
.calendar_obj {
	cursor:pointer;
	margin:5px 0px;
}

.calendar_obj_store {
	cursor:pointer;
}

#campaign_image {
	margin-bottom:15px;

}

/* --------- 免許証重複メッセージ用 ----------- */

#LicenseAlert {
	border:solid 1px red;
	margin-bottom:10px;
}

#LicenseAlert > #head {
	font-size:20px;
	text-align:center;
	background-color:red;
	color:white;
	padding:10px;
}

#LicenseAlert > #content {
	line-height:1.8em;
	font-size:15px;
	text-align:center;
	padding:10px;
	color:red;
}

#LicenseAlert > #content a {
	color:blue;
}

/* ----------------------------------------------- */



