﻿@charset "UTF-8";
/***************************************/
/*	画面構成                           */
/***************************************/
/*----  myヘッダー用（イメージ） ------*/
#H_travel 	{height: 90px;
			background: url(images/trv_000.jpg) right no-repeat;
			border-bottom: 29px solid #ddd;
			}
/***************************************/
/*          クラス セレクタ            */
/***************************************/
/*----  H2用背景イメージ---------------*/
.H2_cgk01 	{								/* %% テスト！！ */
			background: url(images/img_sisin01.gif) right no-repeat;
			}

/*----  走行データ２（宿泊） ----------*/
table.dat2 {table-layout: fixed;
			width: 450px;
			font-size: 16px;
			border: 1px solid #f0f0f0;
			border-right: 2px solid #ccc;
			border-bottom: 2px solid #ccc;
			border-radius: 5px;
			background-color: #fafafa;
			}
.dat2 th 	{padding: 0.3em 0.3em;
			height: 1.6em;
			text-align: left;
			background-color: #eee;
			border-bottom: solid 1px #ccc;}
			color: #fff;
			}
.dat2 td 	{padding: 0.3em 0.3em;}
.dat2 td:first-child {
			padding: 0.3em 0 0.3em 1em;
			}

/*----  走行データ３（ビューポイント） ----------*/
table.dat3	{margin-top: 2em;
			width: 590px;
			border: 1px solid #f0f0f0;
			border-right: 2px solid #ccc;
			border-bottom: 2px solid #ccc;
			border-radius: 5px;
			background-color: #fafafa;
			font-size: 15px;	
			text-align: left;
			}
.dat3 th	{padding: 0.3em 0.3em 0 0.3em;
			height: 1.6em;
			background: linear-gradient(#0033CC, #6699FF, #66CCFF);
			border-bottom: solid 1px #ccc;
			color: #fff;
			text-align: left;
			text-shadow: 1px 1px 2px #000;
			font-size: 16px;	
			font-weight: normal;
			}
.dat3 th:first-child {
			width: 48px;
			text-align: center;
			background: linear-gradient(#000, #000);
			}
.dat3 td 	{
			padding: 0.3em 0.3em;
			line-height: 18px
			}
