@charset "UTF-8";

/*
 * CI Color : #c0dfe5
 */

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

/************************************
          全般的なタグ設定
*************************************/

body {
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 95%;
	background-color: #ffffff;
	color: #606060;
	margin: 0px;
}

a:link { color: #d86201; }
a:visited { color: #808080; }
a:hover {
	color: #000000;
	background-color: #ffb56a;
	text-decoration: none;
}

h1, h2 {
	margin: 0 0 6px 0;
}

h3, h4 {
	margin: 1em 0 0 0;
	padding: 0;
/*	border: 1px solid #ff0000;*/
}

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

p {
	line-height: 130%;
}

strong {
	color: #0063db;
}
.bl {
	color: #303030;
}
.rd {
	color: #c21212;
}

em {
	font-style: normal;
	color: #0063db;
}

ul, ol {
	padding-left: 0;	/* for MacI.E \*/
	padding-left: 1.4em;	/* 復帰 */
	margin-top: 5px;
	line-height: 135%;
}
li {
	list-style-image: url(img/circle_or.png);
}

address {
	clear: both;
/*	text-align: center;*/
	font-size: 90%;
	font-style: normal;
/*	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #c0dfe5;*/
	width: 100%;
	padding-left: 5px;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

table {
	border-collapse: collapse;
	border: 1px solid #c0dfe5;
	font-size: 85%;
}
td, th {
	vertical-align: top;
	padding: 3px;
}
.head_t {
	background-color: #e4f1f3;
}
caption {
	text-align: left;
	padding-bottom: 5px;
}

input, textarea {
	border: 1px solid #505050;
}
textarea {
	font-size: 95%;
	width: 100%;
}

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

small {
	font-size: 80%;
}


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

/* ヘッダロゴ */
#logo {
	text-align: center;
	background-image: url(img/header_bg.png);
	background-repeat: repeat-x;
	margin: 0;
}

/* 著作権表示 */
#copyright {
	font-size: 80%;
	width: 100%;
	background-color: #c0dfe5;
	text-align: center;
	position: fixed;
	z-index: 50;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 2px 0 2px 0;
}

/* メインコンテンツボックス */
#mainbox {
	float: left;
	width: 70%;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
}

/* 各タイトル */
#news,#price,#care,#help,#pickup,#contact,#kirari,#reservation,#network,
#policy,#symons,#procuration,#about,#cam,#inspection,#recruit,#links,#sankaku,#tire,
#newbie,#newbie2,#safety,#spteach,#sightseeing,#service,#radio,#sales,#general {
	background-image: url(img/title_news_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

/* メインコンテンツ：各コラム */
/*
.cont1 {
	background-image: url(img/title_news_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.cont1 p {
	padding-top: 1em;
	font-size: 105%;
}
*/

/* フォームサブミット */
.button {
	color: #ffffff;
	background-color: #c21212;
}

.left {
	float: left;
	margin-right: 5px;
}
.middle {
	vertical-align: middle;
}


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

/* メニューボックス */
#menu {
	float: left;
	width: 25%;
/*	border: 1px solid #ff0000;*/
}

/* メニューリスト */
#menu ul {
	padding-left: 2.5em;
	margin-top: 20px;
}
#menu li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 0.3em;
	font-size: 88%;
}
#menu li img {
	margin-right: 3px;
}

#news table {
	border: 0;
	margin: 0;
	font-size: 95%;
	border-color: #d0d0d0;
	width: 99%;
}
#news th {
	padding-right: 10px;
	width: 120px;	/* for MacI.E \*/
	width: 110px;	/* 復帰 */
}

/* トップ：ピックアップコラム */
.p_column {	/* div */
	clear: left;
	font-size: 90%;
	height: 9em;
}
/*.p_column p { float: left; }*/
.p_column img {
	float: left;
	margin-right: 0.5em;
}
.p_column strong {
	font-size: 115%;
	display: block;
	margin-top: 1px;
	margin-bottom: 8px;
}

/* キャッチコピーなど */
p.pickup_catch {
	font-weight: bold;
	color: #ffffff;
	background-color: #d86201;
}

/* トップ：サブメニュー */
#submenu {
	clear: both;
	text-align: center;
	margin-top: 20px;
}

/* トップ：ISO9001 */
#iso9001 {
	font-size: 85%;
	margin: 15px auto 15px 0;
	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;
}

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

/* トップ：Validate */
#iconlink {
/*	text-align: center;*/
}
.isolink {
	padding-left: 5px;
	padding-right: 5px;
}


/* 予約：フォームタイトル */
#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;
}
#rsv { margin-top: 0; }

/* 予約：注意書き */
#rsv_caution {
	color: #0063db;
	line-height: 140%;
}

/* 予約：車種ボックス */
.r_car {
	width: 220px;
	float: left;
	margin-bottom: 5px;
}
.r_car input {
	border: 0;
}
.r_car img { float: left; }
.r_car label {
	margin-left: -5px;
}

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

/* 予約：カレンダー */
.calendar {
	float: left;
	font-size: 110%;
	margin: 10px 20px 5px 0;
	
}
.calendar td {
	text-align: right;
}
.calendar th {
	text-align: center;
}
.calendar input {
	border: 0;
}
.sunday { background: #ffe7df; }
.saturday { background: #ddeeff; }
.today { background: #f0f0f0; }

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

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

/* 予約：お迎え時刻（時） */
#hour option {
	text-align: right;
}

/* 予約：確認表 */
#cert {
	font-size: 100%;
}
#cert th, #cert td {
	padding-left: 1em;
	padding-right: 1em;
}


/* 料金表 */
.price_t { width: 100%; }
.price_t td {
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}
td.course {text-align: left;}


/* サイモンズ：申し込みタイトル */
#symons2 {
	background-image: url(img/title_symons_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: 30px;
	padding: 0;
}


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

#kiraribox ul {
	line-height: 160%;
}


/* ライブカメラ */
.camcol {
	float: left;
	text-align: center;
	margin-right: 30px;
}

#camlink {
	clear: left;
	padding-top: 50px;
}

/* 表示部分 */
#camshot1 {
	background-image: url(listcam/cam_bg01.jpg);
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 15px;
	width: 342px;
	height: 263px;
}
#camshot2 {
	background-image: url(listcam/cam_bg02.jpg);
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 15px;
	width: 374px;
	height: 309px;
}
#camshot1 img, #camshot2 img {
	margin-top: 10px;
	margin-left: 10px;
}


/* あんしんネットワーク：お客様からの声 */
.voice li {
	margin-bottom: 1em;
}


/* 問い合わせ */
#error {
	color: #c21212;
}

#gmap {
	width: 530px;
	height: 358px;
	border: 1px solid #c0dfe5;
}

/*
#gmap img {
	border: 1px solid #c0dfe5;
}
*/

/* 求人案内のリスト */
.rec {
	/*list-style-type: upper-alpha;*/
	margin-top: -15px;
	padding-left: 2em;
}
.rec li {
	list-style-image: none;
}

/* 求人案内H3下 */
.rec_p {
	margin-top: 5px;
}


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

#linkul li {
	margin-bottom: 1em;
}

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


/* 会社概要：テーブル */
#outline {
	font-size: 95%;
}

#outline th {
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: left;
	vertical-align: middle;
}

#outline td {
	padding-left: 1em;
	padding-right: 1em;
	line-height: 150%;
}

/* 三角山 */
#sankaku_column {
	margin-top: 0;
	padding-top: 5px;
	width: 560px;
}


/* タイヤ保管 */

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

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: 280px;
	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;
}

/* 流れ */
.left {
	float: left;
}

div#flow {
	border: 1px solid #6699CC;
	margin-top:-1px;
	width: 298px;
	font-size: 80%;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 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;
}


/* 料金 */
.right {
	float: left;
	margin-left: 15px;
	width: 248px;
	font-size: 80%;
}

.areabutton {
	float: right;
}

#pricelist {
	border: 1px solid #ff8040;
	width: 238px;
	border-top: 0;
	padding: 5px;
}

#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;
}

#gmap2 {
	width: 250px;
	height: 250px;
	border: 1px solid #c0dfe5;
}

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


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

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

p.tr_p img {
	float: left;
	margin-right: 1em;
}

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