@charset "UTF-8";

/************************************
          リセット＋ベース
*************************************/
* {
	/*background-color: #ffffff;*/
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background-color: #d0d0d0;
	color: #404040;
	font-size: 90%;
	font-family: sans-serif;
}

h1, h2, h3, h4, h5 {
	clear: both;
}

img {
	vertical-align: top;     /* for Mac I.E \*/
	vertical-align: middle;  /* 復帰 */
	border: 0;
}

h3, h4, h5 {
	padding-top: 8px;
	margin-bottom: 15px;
	background: transparent;
}

em {
	font-style: normal;
	color: #c14444;
}

address {
	font-size: 90%;
	font-style: normal;
	width: 100%;
	padding-bottom: 20px;
}

address strong {
	font-size: 120%;
	color: #0080ff;
}

table {
	border-collapse: collapse;
	border: 1px solid #c0dfe5;
	background-color: #ffffff;
	font-size: 85%;
	width: 440px;
}

td, th {
	vertical-align: top;
	padding: 5px;
	line-height: 1.4;
	border-color: #c0dfe5;
}

p {
	line-height: 1.4;
	margin: 1em 0;
}

ul, ol {
	padding-left: 0;	/* for MacI.E \*/
	padding-left: 1.4em;	/* 復帰 */
	margin-top: 5px;
	margin-bottom: 1em;
	line-height: 135%;
}

li {
	list-style-image: url(images/circle_or.png);
}

dl {
	clear: left;
	margin: 0 0 1.5em 0.5em;
	font-size: 90%;
	overflow: auto;
}

dt {
	float: left;
	font-weight: bold;
	background-color: #fbfeff;
	border: 1px solid #c0dfe5;
	padding: 3px;
	text-align: center;
	width: 74px;
}

dd {
	float: left;
	width: 350px;
	padding-top: 4px;
	margin-left: 5px;
}

hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #c0dfe5;
	height: 1px;
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}

small {
	font-size: 75%;
}

kbd {
	font-family: monospace, sans-serif;
	font-size: 90%;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #808080;
	border: 1px solid #404040;
	border-top-color: #b0b0b0;
	border-left-color: #b0b0b0;
	padding: 2px 4px;
	margin-left: 3px;
	margin-right: 3px;
}

input, textarea {
	background-color: white;
	border: 1px solid #8ca7aa;
	padding :2px;
	color: #303030;
}

input:hover, textarea:hover {
	background-color: #f0f0f0;
}

input:focus, textarea:focus {
	background-color: #e2e6e7;
}

textarea {
	font-size: 100%;
	width: 99%;
}

input[type="submit"], input[type="reset"] {
	color: #ffffff;
	background-color: #808080 !important;
	border-width: 1px;
	border-style: solid;
	padding: 1px 0.5em;
}
/* I.E用に上書き */
input.submit {
	color: #ffffff;
	background-color: #808080 !important;
	border-width: 1px;
	border-style: solid;
	padding: 1px 0.5em;
}

abbr {
	cursor: help;
}


/*****************************
            リンク
 *****************************/

a {
	text-decoration: none;
}

a:link {
	color: #5377ac;
	border-bottom: 1px dotted #5377ac;
}

a:visited {
	color: #606060;
	border-bottom: 1px dotted #606060;
}

a:hover {
	color: #ffffff;
	border: 0;
	background-color: #5377ac;
}




/************************************
             全般的設定
*************************************/

/* コンテンツ外枠 */
div#shadow_wrap {
	background-image: url(images/bg_shadow.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0 15px;
	width: 870px;
}

/* コンテンツ全体 */
div#wrapper {
	background-image: url(images/main_bg_line.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 0 10px 0;
	width: 850px;
	border-top: 10px solid #323d8c;
	position: relative;
}

/* メインコンテンツ全体 */
div#mainbox {
	background-image: url(images/bottom_bg.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
	/*position: relative;*/
	/**
	 *  WinI.E6で子要素のimgが消えるバグ
	 *  wrapperを相対配置で解決
	 */
}

/* メインコラム（中）*/
div#c_column {
	margin: 10px 200px 0 200px;
	padding-bottom: 20px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}

/* メニューコラム（左）*/
div#leftmenu {
	position: absolute;
	top: 324px;
	width: 200px;
}

/* メニューコラム（右）*/
div#rightmenu {
	position: absolute;
	top: 324px;
	right: 0;
	width: 200px;
}

/* 右コラム：Symonsブロック */
div#symons {
	margin-left: 10px;
	margin-bottom: 15px;
}

/* 右コラム：Twitterブロック */
div#twitter {
	margin-left: 10px;
}

div#twitter a:hover {
	color: #ffffff !important;
}

/* Twitter：ヘッダ画像 */
div.twtr-hd .twtr-profile-img {
	display: none !important;
}

/* Twitter：ヘディングタイトル */
div.twtr-hd h3,
div.twtr-hd h4 {
	margin-left: 10px !important;
}

/* ヘッダ */
h1 {
	background-color: #ffffff;
	background-image: url(images/header_logo.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	text-indent: -2000px;
	height: 62px;
}

h1 a {
	display: block;
	float:left;
	width: 200px;
	height: 62px;
	border: 0!important;
}

h1 a:hover {
	background-color: transparent;
}

h1 span#freedial {
	display: block;
	float: right;
	text-indent: 0px;
	padding-top: 18px;
	margin-right: 1em;
	font-size: 85%;
	color: #323D8C;
}

/* 画像ヘッダ */
h2#header {
	background-color: #ffffff;
	background-image: url(images/header_ph.jpg);
	background-repeat: no-repeat;
	text-indent: -2000px;
	width: 850px;
	height: 250px;
}

/* newマーク */
.new {
	font-size: 80%;
	background-color: #ce7373;
	color: #ffffff;
	padding: 1px 5px;
}

.nolines {
	border: 0 !important;
	background-color: transparent !important;
}

/* JS=OFFの場合 */
p#jsnote {
	color: #c21212;
}

/************************************
              メニュー
*************************************/

/* 左メニュー */
#leftmenu a {
	border-bottom: 0;
}

#leftmenu ul {
	list-style-type: none;
	padding: 0;
	margin-left: 15px;
	width: 165px;
}

#leftmenu ul li {
	font-size: 90%;
	background-image: url(images/li_arrow.png);
	background-position: 15px 2px;
	background-repeat: no-repeat;
	text-indent: 32px;
	margin: 15px 0;
	list-style-image: none;
}

#leftmenu ul li a {
	border-bottom: 1px dotted #5377ac;
}

#leftmenu ul li:hover {
	background-image: url(images/li_arrow_on.png);
}

/* オンライン予約・料金 */
#leftmenu #m1, #leftmenu #m2, #leftmenu #m3 {
	background-position: 0px 0px;
	height: 43px;
	text-indent: -2000px;
	margin: 0 0 5px;
	/*behavior: url(/iepngfix.htc);
	behavior: url(http://rudie/kosei/www/iepngfix.htc);*/
}

#leftmenu ul li#m1 {
	background-image: url(images/btn_reservation.png);
}

#leftmenu ul li#m2 {
	background-image: url(images/btn_price.png);
}

#leftmenu ul li#m3 {
	background-image: url(images/btn_price2.png);
}

#m1 a, #m2 a, #m3 a {
	display: block;
	width: 165px;
	height: 43px;
	border-bottom: 0 !important;
}

#m1 a:hover, #m2 a:hover, #m3 a:hover {
    background-color: transparent;
}

/* 現在ページ */
#leftmenu ul li.sel {
	background-image: url(images/li_arrow_on.png);
}

li.sel em {
	color: #c14444;
}


/* 右メニュー */
#rightmenu ul {
	list-style-type: none;
	padding: 0;
	margin-left: 25px;
	width: 130px;
}

#rightmenu ul li {
	background-repeat: no-repeat;
	text-indent: -2000px;
	margin: 0 0 10px 0px;
	height: 52px;
	list-style-image: none;
}

#rvideo {
	height: 128px !important;
	background-image: url(images/rmenu_video.jpg);
}

#r1 {
	background-image: url(images/rmenu_1.png);
}
#r2 {
	background-image: url(images/rmenu_2.png);
}
#r3 {
	background-image: url(images/rmenu_3.png);
}
#r4 {
	background-image: url(images/rmenu_4.png);
}
#r5 {
	background-image: url(images/rmenu_5.png);
}
#r6 {
	background-image: url(images/rmenu_6.png);
}
#r7 {
	background-image: url(images/rmenu_7.png);
}

#rightmenu ul li a {
	display: block;
	height: 52px;
	border: 0;
}
#rightmenu ul li#rvideo a {
	height: 100px;
}

#rightmenu ul li a:hover {
    background-color: transparent;
}

/* ボトムメニュー */
ul#bottommenu1, ul#bottommenu2 {
	text-align: center;
	font-size: 85%;
	list-style-type: none;
	margin: 0;
}

ul#bottommenu1 li, ul#bottommenu2 li {
	display: inline;
	list-style-image: none;
}

ul#bottommenu1 li.block, ul#bottommenu2 li.block {
	display: block;
	margin: 5px auto;
	border: 1px solid #c0dfe5;
	width: 160px;
	background-color: #ffffff;
}
.block a {
	border-bottom: 0!important;
	display: block;
}

ul#bottommenu1 {
	padding-top: 20px;
}

ul#bottommenu2 {
	margin-top: 5px;
	padding-bottom: 20px;
}


/************************************
            汎用ID・クラス
*************************************/

/* テーブルヘッダ */
.head_t {
	background-color: #e4f1f3;
	width: 6em;
}

/* 例外左寄せ */
.left {
	float: left;
	margin-right: 5px;
}

/* table：サブミットセル */
.td_form {
	text-align: center;
}


/************************************
           個別ID・クラス
*************************************/

/* トップ：新着情報 */
#news {
}

#news table {
	border: 0;
	font-size: 90%;
	width: 435px;
	margin-top: 10px;
}
#news th {
	text-align: left;
	padding: 0 0 3px 5px;
	vertical-align: top;
	width: 110px;	/* for MacI.E \*/
	width: 100px;	/* 復帰 */
}
#news td {
	padding: 0 0 3px;
	line-height: 1.4;
}

#news img {
	float: left;
	margin-right: 5px;
}

#news strong, #news strong a {
	color: #cc0000;
}
#news strong a:hover {
	color: #ffffff;
}

/* トップ：blogトピックス */
div#blogtopics p {
	padding: 0 5px;
}


/* トップ：ピックアップコラム */
#topics {
	padding-bottom: 20px;
}

div.p_column {
	clear: left;
	font-size: 95%;
	margin-bottom: 20px;
}

.p_column img {
	float: left;
	margin-right: 8px;
}

.p_column strong {
	font-size: 100%;
	display: block;
	margin-top: 1px;
	margin-bottom: 8px;
}

.p_column.campaign strong {
	color: #4b8cd3;
}

/* キャッチコピーなど */
p.pickup_catch {
	width: 280px;
	margin-top: -10px;
	margin-left: 165px;
	padding: 2px 0 1.2em 0;
}


/* トップ：過去のピックアップ */
#oldpickup {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* トップ：サブメニュー */
#submenu {
	text-align: center;
}

/* トップ：ISO9001 */
#iso9001 {
	font-size: 85%;
	background-color: #ffffff;
	margin-top: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #c0dfe5;
	padding: 10px;
	height: 75px;
}
#iso9001 img {
	float: left;
	margin-right: 10px;
}
#iso9001 p {
	float: left;
	padding-top: 10px;
}
#iso9001 strong {
	color: #c21212;
}


/* 車内新聞「きらり」 */
#kiraribox {
	background-image: url(images/kirari_bg.jpg);
	background-position: right 110px;
	background-repeat: no-repeat;
}

#kiraribox li {
	margin-bottom: 5px;
	font-size: 90%;
}


/* 問い合わせ */
#error, .error {
	color: #c21212;
	font-size: 120%;
}

#gmap {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 440px;
	height: 320px;
	border: 1px solid #c0dfe5;
}

#gmap2 {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 445px;
	height: 250px;
	border: 1px solid #c0dfe5;
}


/* リンクサブメニュー */
.linksub {
	text-align: center;
	letter-spacing: 1px;
	font-size: 90%;
}

#linkul li {
	margin-bottom: 1em;
	line-height: 1.4;
	font-size: 90%;
}

#linkul li a {
	font-size: 110%;
}

#linkread {
	text-align: center;
	font-size: 120%;
}


/* 料金表 */
.price_t {
	width: 100%;
}

.price_t th small {
	font-weight: normal;
}

.price_t td {
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}

td.course {
	text-align: left;
}

/* タイヤ保管 */

/* イラスト部 */
ul#tire_service {
	padding-left: 0;
	margin-top: 20px;
	width: 450px;
}

ul#tire_service li {
	font-size: 85%;
	color: #267dd5;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	list-style-type: none;
	list-style-image: none;
	width: 220px;
	float: left;
}

ul#tire_service li#lefttop {
	border-right: 1px dotted #909090;
	border-bottom: 1px dotted #909090;
}
ul#tire_service li#righttop {
	border-bottom: 1px dotted #909090;
}
ul#tire_service li#leftbtm {
	border-right: 1px dotted #909090;
	padding-bottom: 0;
}
ul#tire_service li#rightbtm img {
	margin-top: 15px;
}

/* 流れ */
/* リニューアルにより左右コラム分けは無し 2007-08-13(月) */
div.left {
}
div#flow {
	border: 1px solid #6699CC;
	margin-top:-1px;
	width: 445px;
	font-size: 90%;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-topright: 12px;
}

div.left h4 , div.right h4{
	margin-bottom: 0;
}

div#flow ol {
	padding: 5px;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

div#flow ol li {
	list-style-type: none;
	list-style-image: none;
	padding-left: 32px;
	margin-bottom: 1em;
}
div#flow ol li img {
	float: right;
	margin-left: 5px;
}

.flowli {
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.flowli.num1 {
	background-image: url(plan/img/bg1.png);
}
.flowli.num2 {
	background-image: url(plan/img/bg2.png);
}
.flowli.num3 {
	background-image: url(plan/img/bg3.png);
}

img.arrow {
	clear: right;
	float: none !important;
	margin-top: 10px;
}

div#flow p, div.left p {
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px 0 10px 0;
}

/* 料金 */
/* リニューアルにより左右コラム分けは無し 2007-08-13(月) */
.right {
	/*float: left;*/
	font-size: 90%;
	width: 445px;
}

.areabutton {
	float: right;
}

#pricelist {
	border: 1px solid #ff8040;
	margin-top: -1px;
	padding: 5px 5px 10px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-topright: 12px;
}

#pricelist strong {
	color: #ff8040;
}

#pricelist h5 {
	font-size: 120%;
	margin: 10px 0 5px 0;
}

#pricelist table {
	width: 100%;
	font-size: 100%;
	text-align: left;
}

p#resvlink {
	clear: both;
	padding-top: 20px;
	text-align: center;
}

p#resvlink a {
	border-bottom: 0;
}



/* タイヤ預かり：注意事項 */
h4#h4caution {
	border: 1px solid #ff8040;
	text-align: center;
	padding: 2px;
}



/* 研修：写真ブロック */
span.ph {
	display: block;
	padding-top: 10px;
}

/* 研修：本文 */
p.tr_p {
	margin-top: 5px;
	margin-bottom: 3em;
	overflow: auto;
}

p.tr_p img {
	float: left;
	margin: 5px;
}

/* 研修：見出し */
div.tr h2 {
	clear: left;
	margin-bottom: 10px !important;
}

/* 三角山 */
#sankaku_column img {
	margin-bottom: 5px;
}


/* 夜間訪問介護 */
dl#nightcare_service {
	overflow: visible;
}

dl#nightcare_service dt {
	clear: left;
	float: left;
	background-repeat: no-repeat;
	text-indent: -2000px;
	width: 150px;
	height: 100px;
	padding: 0;
	margin-bottom: 30px;
}

dl#nightcare_service dt.dt01 {
	background-image: url(pickup/nightcare/img/dt01.png);
}
dl#nightcare_service dt.dt02 {
	background-image: url(pickup/nightcare/img/dt02.png);
}
dl#nightcare_service dt.dt03 {
	background-image: url(pickup/nightcare/img/dt03.png);
	margin-bottom: 70px;
}

dl#nightcare_service dd {
	width: 270px;
	height: 160px;
	padding-top: 0;
}

/* 夜間訪問介護：簡易説明 */
div.desc {
	margin-top: 0;
	margin-bottom: 1em;
	padding-left: 36px;
	line-height: 1.4;
	font-size: 100%;
}

/* 夜間訪問介護：詳細説明：デフォルト閉 */
p.descsub {
	line-height: 1.4;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 100%;
	display: none;
	overflow: auto;
	height: 1%;
}

#desc0 img, #desc1 img, #desc2 img, #desc3 img {
	float: left;
}

/*  夜間訪問介護：詳細説明：オープン */
div .open .descsub {
	display: block;
}

/* 夜間訪問介護：続きを読む */
span.continue {
	font-size: 90%;
}


/* FAQ */
ol#faq {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 445px;
}
ol#faq li {
	color: #944741;
	list-style-image: none;
	background-image: url(pickup/nightcare/img/ico_q.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding-left: 20px;
	margin-bottom: 1.5em;
}

div.faq_a {
	color: #404040;
	background-image: url(pickup/nightcare/img/ico_a.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: -20px;
	margin-top: 5px;
}

/* 料金 */
p#nightcare_price {
	font-size: 120%;
	font-weight: bold;
	color: #003f7d;
	background-image: url(pickup/nightcare/img/title_price.png);
	background-position: 60px center;
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-top: 15px;
	padding-left: 150px;
	border-top: 1px dotted #003f7d;
}



/************************************
 *          タクシー観光
 */

ul#taxi_submenu {
	margin-left: 0px;
	padding-left: 0px;
}

ul#taxi_submenu li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	font-size: 95%;
}

/* 観光タクシー：入れ子の部分 */
ul.submenu2 {
	background-repeat: no-repeat;
	margin: 0;
	padding: 30px 5px 0;
	border: 1px solid #ffffff;
}

ul.submenu2.otegaru{
	background-image: url(sightseeing/img/subtitle01.png);
}
ul.submenu2.kodawari{
	background-image: url(sightseeing/img/subtitle02.png);
}
ul.submenu2.tokoton{
	background-image: url(sightseeing/img/subtitle03.png);
}

ul.submenu2 li {
	clear: left;
	margin-bottom: 0;
	font-size: 100%;
	line-height: 1.3;
}


/* 観光タクシー：コース名 */
.acourse,
.bcourse,
.ccourse,
.dcourse,
.ecourse,
.fcourse,
.gcourse,
.hcourse {
	background-repeat: no-repeat;
	background-color: transparent !important;
	margin-right: 7px;
	width: 50px;
	height: 55px;
	float: left;
	display: block;
	text-indent: -2000px;
	border-bottom: 0 !important;
}

.acourse {
	background-image: url(sightseeing/img/a.png);
}
ul#taxi_submenu .acourse:hover {
	background-image: url(sightseeing/img/a_on.png);
}
.bcourse {
	background-image: url(sightseeing/img/b.png);
}
ul#taxi_submenu .bcourse:hover {
	background-image: url(sightseeing/img/b_on.png);
}
.ccourse {
	background-image: url(sightseeing/img/c.png);
}
ul#taxi_submenu .ccourse:hover {
	background-image: url(sightseeing/img/c_on.png);
}
.dcourse {
	background-image: url(sightseeing/img/d.png);
}
ul#taxi_submenu .dcourse:hover {
	background-image: url(sightseeing/img/d_on.png);
}
.ecourse {
	background-image: url(sightseeing/img/e.png);
}
ul#taxi_submenu .ecourse:hover {
	background-image: url(sightseeing/img/e_on.png);
}
.fcourse {
	background-image: url(sightseeing/img/f.png);
}
ul#taxi_submenu .fcourse:hover {
	background-image: url(sightseeing/img/f_on.png);
}
.gcourse {
	background-image: url(sightseeing/img/g.png);
}
ul#taxi_submenu .gcourse:hover {
	background-image: url(sightseeing/img/g_on.png);
}
.hcourse {
	background-image: url(sightseeing/img/h.png);
}
ul#taxi_submenu .hcourse:hover {
	background-image: url(sightseeing/img/h_on.png);
}

/* 観光タクシー：コース路線 */
p#course_summary {
	font-size: 90%;
	line-height: 1.5;
}

/* 観光タクシー：詳細説明ブロック */
div.ssspot {
	margin-bottom: 25px;
}

div.ssspot h5 {
	clear: none;
	padding-top: 0;
}

div.ssspot p {
}

/* 観光タクシー：詳細表（非表示） */
div.ssspot table.descsub {
	width: 100%;
	display: none;
}

/* 観光タクシー：詳細表（表示） */
div.ssspot.open table.descsub {
	display: block;
}

div.ssspot table th {
	vertical-align: middle;
	width: 5em;
}

div.ssspot.open table.descsub td {
}

/* 観光タクシー：施設写真 */
div.ssspot .ph {
	float: right;
	margin-left: 10px;
	border: 1px solid #d0d0d0;
}

/* 観光タクシー：施設名 */
div.ssspot h4 {
	font-size: 150%;
	font-weight: normal;
	color: #0063db;
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
	padding: 5px;
	margin-top: 10px;
}

/* 観光タクシー：施設キャッチコピー */
div.ssspot h5 {
	width: 50%;
}

/* 観光タクシー：矢印 */
p.arrow {
	text-align: center;
	margin: -15px 0 0;
}

/* 観光タクシー：料金表 */
#ssprice {
	clear: left;
	width: 100%;
}

ul#taxi_submenu table.price_t {
	margin-bottom: 20px;
}

table.price_t .course_price td {
	text-align: center;
}

p.startstop {
	text-align: center;
	font-weight: bold;
}

/* 観光タクシー：冬季コース */
.winter_c {
	color: #000000;
	background-color: #ddedf4;
	padding: 15px 10px;
	float: left;
	margin-right: 5px;
}

/* 観光タクシー：夏季コース */
.summer_c {
	color: #000000;
	background-color: #faf0d8;
	padding: 15px 10px;
	margin-right: 5px;
	float: left;
}

/* 観光タクシー：注釈 */
p#note {
	background-color: #fffdf0;
	margin: 1em 0;
	border: 1px dotted #FFD571;
	padding: 5px;
	clear: left;
}


/************************************
 *       タクシー観光見積もり
 */

form#estimateForm {
	position: relative;
}

form#estimateForm div.nolines {
	line-height: 1.4;
}

/* 選択項目各タイトル部 */
p.es_title {
	margin-bottom: 0;
	width: 180px;
}

/* 見積もり表示部 */
div#estimatebox {
	border: 2px solid #c0dfe5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 1px 1px 7px #c0c0c0;
	-webkit-box-shadow: 1px 1px 7px #c0c0c0;
	background-color: #fdfdfd;
	padding: 0.5em;
	width: 220px;
	position: absolute;
	top : 7px;
	right: 10px; 
}

/* 各選択ブロック */
form#estimateForm div.nolines {
	margin-left: 3px;
}

/* ブロックの表示トグル */
/* はじめは表示 */
div#es_15min.es_list.open div.nolines {
	display: block;
}

div#es_15min.es_list div {
	display: none;
}

/* クリックで非表示 */
div#es_20min.es_list.open div.nolines {
	display: block;
}
div#es_20min.es_list div {
	display: none;
}

div#es_30min.es_list.open div.nolines {
	display: block;
}
div#es_30min.es_list div {
	display: none;
}

div#es_45min.es_list.open div.nolines {
	display: block;
}
div#es_45min.es_list div {
	display: none;
}

div#es_150min.es_list.open div.nolines {
	display: block;
}
div#es_150min.es_list div {
	display: none;
}

div#es_300min.es_list.open div.nolines {
	display: block;
}
div#es_300min.es_list div {
	display: none;
}

div#es_480min.es_list.open div.nolines {
	display: block;
}
div#es_480min.es_list div {
	display: none;
}


div#estimatebox em {
	font-weight: bold;
}

/* 予算ブロック：label */
div.budget input {
	float: left;
	margin: 4px 3px 0;
}
div.budget label {
	display: block;
	float: left;
	width: 70px;
}


/************************************
 *          オンライン予約
 */

/* 文章 */
div#c_column.rsv p {
	font-size: 90%;
}

/* 予約フォーム全体 */
div#c_column #rsv table {
	width: 450px;
}

/* 予約：フォームタイトル */
#rsvform {
	background-image: url(img/title_rsvform_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0;	/* for Mac I.E \*/
	margin-left: -1px;	/* 復帰 */
	padding: 0;
}

/* 予約：ヘッダセル */
.r_head {
	background-color: #e4f1f3;
	width: 65px;
}

/* 予約：カレンダー */
table.calendar {
	width: 178px !important;
	float: left;
	font-size: 100%;
	margin: 10px 5px 5px 0;
	
}
.calendar td {
	text-align: center;
	padding: 2px;
}
.calendar th {
	text-align: center;
}
.calendar input {
	border: 0;
}
.sunday { background: #ffe7df; }
.saturday { background: #ddeeff; }
.today { background: #f0f0f0; }

/* 予約：注意書き */
#caution {
	clear: left;
	width: 90%;
}

/* 予約：ラジオボタンのライン消去（WinI.E対策）*/
.nolines input { border: 0 }

/* 予約：車種ボックス */
/*
.r_car {
	width: 180px;
	float: left;
	margin-bottom: 5px;
	border: 1px solid #f0f0f0;
}
*/
.r_car {
	margin-bottom: 5px;
	height: 55px;
}

.r_car input {
	border: 0;
	float: left;
}
.r_car img {
	float: left;
	margin-right: 3px;
}

.r_car label {
	display: block;
	float: left;
	margin-left: 5px;
}


/************************************
 *      キャンペーンチケット
 */

body#ticket {
	width: 500px;
	margin: 5px;
	padding: 0;
	background: #ffffff;
	text-align: center;
}

body#ticket div#shadow_wrap,
body#ticket div#wrapper,
body#ticket div#c_column {
	width: 490px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 0;
}

div#wcampaign_ticket {
	width: 480px;
	text-align: left;
}

div#wcampaign_ticket h1 {
	background: #ffffff;
	text-indent: 0;
	margin: 0;
	padding: 3px 0 3px 0;
	height: auto;
	font-size: 130%;
	text-align: center;
	border: 1px solid #808080;
	border-right: 0;
	border-left: 0;
}

div#wcampaign_ticket p {
	font-size: 80%;
}

div#wcampaign_ticket h2 {
	font-size: 120%;
}

div#wcampaign_ticket table {
	width: 99%;
}

div#wcampaign_ticket table th.items {
	width: 60px;
}

div#wcampaign_ticket td {
	width: 25%;
	padding: 2px;
}

div#wcampaign_ticket input {
	padding: 1px;
}

p#dprint {
	text-align: center;
}
p#dprint a {
	cursor: pointer;
}


@media  print {
	/* Wキャンペーン */
	div#wcampaign_ticket {
		width: 120mm;
	}
	
	.noprint {
		display: none;
	}
}


/* デバッグ */
/*
div#leftmenu {
    border: 1px solid #00ff00;
}

div#mainbox {
    border: 1px solid #ff0000;
}

div#c_column {
    border: 1px solid #ff0000;
}
*/