@charset "Shift_JIS";

/* ======================================================================
theme_jr.php用スタイル
====================================================================== */
/* -- ::: タイトル用 ::: -- */
.theme2_title {
	width: 630px;
	margin: 20px auto 0;
	padding:0;
	text-align: left;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}
.theme2_title h2 {
	background: #f2f3f8 url(../img/theme2_05.gif) repeat-x center top;
	padding: 0.3em;
	border-bottom: 1px #CCCCCC solid;
	position: relative;
	text-align:center;
	font-size:13pt;
	font-weight:normal;
}
.theme2_title h2 strong {
	font-size:15pt;
}
.theme2_title h2 span {
	font-size:12pt;
}

/*　駅アンカーなど　 */
.theme2_title div {
	margin:1em 0.5em 0 0.5em;
}
.theme2_title div img {
	vertical-align: baseline;
	margin:0 5px;
}
.theme2_title div a {
	margin:0 1em;
}
.theme2_title div.fl {
	float:left;
}
.theme2_title div.fr {
	float:right;
}

/* -- ::: テーブル（時刻表など） ::: -- */
table.tt {
    width: 97%;
    border: 2px #f0e68c solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin:10px;
	font-size:9pt;
}

table.tt th {
    padding: 5px;
    border: #f0e68c solid;
    border-width: 0 0 1px 1px;
    background: #f0e68c;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	font-size:10.5pt;
}
table.tt td {
    padding: 5px;
    border: 1px #f0e68c solid;
    border-width: 0 0 1px 1px;
}
table.tt td.bg {
	background: #ffffe0;
}
table.tt td.hour {
    padding: 5px;
    border: 1px #f0e68c solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	width:2em;
	font-weight:bold;
	font-size:10.5pt;
}

table.tt td span {
	float:left;
	margin-right:1em;
	text-align:center;
	font-size:8.5pt;
}
table.tt td span em {
	font-size:10.5pt;
	font-weight:bold;
	font-style: normal;
}


span.cl0 {	color: #ff0000;}	/*Red*/
span.cl1 {	color: #0000ff;}	/*Red*/
span.cl2 {	color: #000000;}	/*Black*/
span.cl3 {	color: #ff00ff;}	/*Fuchsia*/
span.cl4 {	color: #008000;}	/*Green*/
span.cl5 {	color: #800080;}	/*Purple*/
span.cl6 {	color: #808080;}	/*Gray*/



/* -- ::: 検索ボックス、他（虫めがね） ::: -- */
.theme2_search {
	width: 630px;
	margin: 20px auto 0;
	text-align: center;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}

.theme2_search h3 {
	text-align: left;
	background: #f2f3f8 url(../img/theme2_05.gif) repeat-x center top;
	padding: 0.3em 0 0.3em 45px;
	margin: 0;
	border-bottom: 1px #CCCCCC solid;
	position: relative;
}

*html .theme2_search h3 {
	line-height: 31px;
	padding: 0.3em 0 0.3em 5px;
}

.theme2_search h3 img {
	position: absolute;
	top: -5px;
	left: 4px;
	vertical-align: middle;
}
.theme2_search h3 img.logo,
.theme2_search h3 img.logo2 {
	position: absolute;
	vertical-align: middle;
}
.theme2_search h3 img.logo{
	left: 541px;
}
.theme2_search h3 img.logo2{
	left: 451px;
}


.theme2_search form {
	margin: 0;
	padding: 0;
}

.theme2_search fieldset {
	border: none;
	padding: 10px 0 ;
	text-align: left;
}

/* 駅時刻表　駅一覧（theme_jr_timetable_st.php) */
.theme2_search fieldset ul.line {
	width:99%;
	padding:0.5em;
	margin:0.5em;
}
.theme2_search fieldset ul.line li {
/*	border-left: 5px #ff9933 solid;	*/
	font-weight: bold;
	font-size: 120%;
	margin: 0 2px 10px 0;
	padding: 3px 0 3px 5px;
	float:left;
	width:150px;
}
.theme2_search fieldset ul.line li a {
	float:left;
}
.theme2_search fieldset ul.line li img {
	float:left;
	margin:0 5px;
}
.theme2_search fieldset ul.line li:after{ 
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
   content: ".";
}


.theme2_search fieldset span {
	border-left: 5px #ff9933 solid;
	font-weight: bold;
	font-size: 110%;
	margin: 0 10px 0 10px;
	padding: 3px 0 3px 5px;
}
.theme2_search fieldset div {
	border-left: 5px #ff9933 solid;
	font-weight: bold;
	font-size: 110%;
	margin: 0 10px 5px -15px;
	padding: 3px 0 3px 5px;
}

.theme2_search fieldset.num {
	border-left: 1px #cccccc dotted;
}
.theme2_search fieldset.num span {
	margin-left: 10px;
}

.theme2_search fieldset.dep {
	width: 400px;
	float: left;
}
.theme2_search fieldset.num {
	width: 200px;
	float: left;
}

.theme2_search fieldset.area {
	clear: both;
	border-top: 1px #cccccc dotted;

	padding-left: 25px;
}

.theme2_search fieldset.area input {
	vertical-align: middle;
}

.theme2_search fieldset.opt {
	clear: both;
	border-top: 1px #cccccc dotted;

	padding-left: 25px;
}

.theme2_search fieldset.opt input {
	vertical-align: middle;
}

.theme2_search fieldset.send {
	border-top: 1px #cccccc dotted;
	text-align:center;
	background: #f9f9f9;
	padding-bottom: 10px;
	margin-bottom: 0;
/*
	margin-left:120px;/*右の場合*/
*/
}


/* hotel関係表示用（虫眼鏡）*/
.theme2_search div.hotel_list {
	border: none;
	padding: 10px 0 ;
	text-align: left;
}
.theme2_search div.hotel_list p {
	padding:5px 10px 5px 20px;
	line-height:1.5em;
	text-align:right;
}
.theme2_search div.hotel_list p.pont {
	text-align:left;
}

.theme2_search div.hotel_list span {
	border-left: 5px #ff9933 solid;
	font-weight: bold;
	font-size: 110%;
	margin: 0 10px 0 10px;
	padding: 3px 0 3px 5px;
}
.theme2_search div.hotel_list div {
	border-left: 5px #ff9933 solid;
	font-weight: bold;
	font-size: 110%;
	margin: 0 10px 5px -15px;
	padding: 3px 0 3px 5px;
}

.theme2_search div.hotel_list.num {
	border-left: 1px #cccccc dotted;
}
.theme2_search div.hotel_list.num span {
	margin-left: 10px;
}

.theme2_search div.hotel_list.dep {
	width: 400px;
	float: left;
}

.theme2_search div.hotel_list.num {
	width: 200px;
	float: left;
}

.theme2_search div.hotel_list.area {
	clear: both;
	border-top: 1px #cccccc dotted;

	padding-left: 25px;
}

.theme2_search div.hotel_list.area input {
	vertical-align: middle;
}

.theme2_search div.hotel_list.send {
	border-top: 1px #cccccc dotted;
	text-align:center;
	background: #f9f9f9;
	padding-bottom: 10px;
	margin-bottom: 0;
/*
	margin-left:120px;/*右の場合*/
*/
}

/* hotel関係表示用（虫眼鏡）   END   */






/* -- ::: ピックアップ ::: -- */
.theme2_pickup {
	width: 100%;
	margin: 20px auto 0;
	text-align: center;
	border-left: 1px #ff516f solid;
	border-bottom: 1px #ff516f solid;
	border-right: 1px #ff516f solid;

}

.theme2_pickup h4 {
	width: 100%;
	text-align: left;
	background: #fff1fb url(../img/theme2_16.gif) repeat-x center top;
	border-bottom: 1px #ff516f solid;
	margin: 0;
	color: #e81a3e;
	position: relative;
	padding: 0.5em 0;
}

.theme2_pickup h4 span {
	margin: 0 10px 0 50px;
	vertical-align: middle;
}

*html .theme2_pickup h4 span {
	margin: 0 10px 0 0px;
}

.theme2_pickup h4 img {
	vertical-align: middle;
	position: absolute;
	top: -5px;
	left: 0px;
}

.theme2_pickup h4 img.logo {
	position: absolute;
	top: 0;
	left: auto;
}

.theme2_pickup ul {
	margin: 0 10px 10px;
	padding: 0;
	text-align: left;
	list-style: none;
}

.theme2_pickup ul li {
	border-bottom: 1px #ff516f dotted;
	padding: 10px 0;
}

.theme2_pickup ul li span {
	font-weight: bold;
	float: left;
	text-align: center;
	min-width: 6em;
}

.theme2_pickup ul li a {
	background: url(http://theme.tabitama.co.jp/img/list_arrow01.gif) no-repeat left 0.2em;
	padding: 0 0 0 15px;
	margin: 0 0 0 10px;
	display: block;
	line-height: 1.1em;
	height: 1.1em;
	overflow: hidden;
}

.theme2_pickup ul li em {
	color: #e81a3e;
	font-weight: bold;
	float: right;
	text-align: center;
	min-width: 15em;
}

/* -- ::: 特集枠 ::: -- */
.theme2_content {
	width: 100%;
	margin: 20px auto 10px;
	text-align: center;
	border-left: 1px #ff9933 solid;
	border-bottom: 1px #ff9933 solid;
	border-right: 1px #ff9933 solid;
}

.theme2_content h4 {
	width: 100%;
	text-align: left;
	background: #fff0e0 url(../img/theme2_21.gif) repeat-x center top;
	border-bottom: 1px #ff9933 solid;
	padding: 0 0 5px;
	margin: 0;
	color: #c74200;
	position: relative;
	padding: 0.5em 0;
	vertical-align: middle;
}

.theme2_content h4 span {
	margin: 0 10px 0 50px;
	vertical-align: middle;
}

*html .theme2_content h4 span {
	margin: 0 10px 0 0px;
}

.theme2_content h4 img {
	vertical-align: middle;
	position: absolute;
	top: -5px;
	left: 0px;
}

.theme2_content ul {
	margin: 10px 10px 10px 20px;
	padding: 0;
	text-align: left;
	list-style: none;
}

.theme2_content ul li {
	background: url(http://theme.tabitama.co.jp/img/arrow2.gif) no-repeat left 0.7em;
	padding: 10px 0 10px 15px;
	display: inline;
	margin: 0 10px 0 0;
}

/* -- ::: area.php 特集枠 ::: -- */

.area_theme2_search { /* リストを２行で表示させるため、別に作成 */
	width: 630px;
	margin: 20px 0px 20px 45px;
	text-align: center;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	float: left;
}

.area_theme2_search h3 {
	text-align: left;
	background: #f2f3f8 url(../img/theme2_05.gif) repeat-x center top;
	padding: 0.3em 0 0.3em 45px;
	margin: 0;
	border-bottom: 1px #CCCCCC solid;
	position: relative;
}

*html .area_theme2_search h3 {
	line-height: 31px;
	padding: 0.3em 0 0.3em 5px;
}

.area_theme2_search h3 img {
	position: absolute;
	top: -5px;
	left: 4px;
	vertical-align: middle;
}
.area_theme2_search h3 img.logo,
.area_theme2_search h3 img.logo2 {
	position: absolute;
	vertical-align: middle;
}
.area_theme2_search h3 img.logo{
	left: 541px;
}
.area_theme2_search h3 img.logo2{
	left: 451px;
}


.area_theme2_search form {
	margin: 0;
	padding: 0;
}

.area_theme2_search fieldset {
	border: none;
	padding: 10px 0 ;
	text-align: left;
}

/* 駅時刻表　駅一覧（theme_jr_timetable_st.php) */
.area_theme2_search fieldset ul.line {
	width:99%;
	padding:0.5em;
	margin:0.5em;
}
.area_theme2_search fieldset ul.line li {
/*	border-left: 5px #ff9933 solid;	*/
	font-weight: bold;
	font-size: 120%;
	margin: 0 2px 10px 0;
	padding: 3px 0 3px 5px;
	float:left;
	width:150px;
}
.area_theme2_search fieldset ul.line li a {
	float:left;
}
.area_theme2_search fieldset ul.line li img {
	float:left;
	margin:0 5px;
}
.area_theme2_search fieldset ul.line li:after{ 
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
   content: ".";
}


.area_theme2_search fieldset span {
	border-left: 5px #ff9933 solid;
	font-weight: bold;
	font-size: 110%;
	margin: 0 10px 0 10px;
	padding: 3px 0 3px 5px;
}

.area_theme2_search fieldset div {
	border-left: 5px #ff9933 solid;
	font-weight: bold;
	font-size: 110%;
	margin: 0 10px 5px -15px;
	padding: 3px 0 3px 5px;
}

.area_theme2_search fieldset.num {
	border-left: 1px #cccccc dotted;
}
.area_theme2_search fieldset.num span {
	margin-left: 10px;
}

.area_theme2_search fieldset.dep {
	width: 400px;
	float: left;
}
.area_theme2_search fieldset.num {
	width: 200px;
	float: left;
}

.area_theme2_search fieldset.area {
	clear: both;
	border-top: 1px #cccccc dotted;

	padding-left: 25px;
}

.area_theme2_search fieldset.area input {
	vertical-align: middle;
}

.area_theme2_search fieldset.send {
	border-top: 1px #cccccc dotted;
	text-align:center;
	background: #f9f9f9;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.area_content {
	width: 100%;
	margin: 20px auto 10px;
	text-align: center;
	border-left: 1px #3366cc solid;
	border-bottom: 1px #3366cc solid;
	border-right: 1px #3366cc solid;
	float: left;
}

.area_content h4 {
	width: 100%;
	text-align: left;
	background: #ffffff url(../img/theme2_100.gif) repeat-x center top;
	border-top: 1px #3366cc solid;
	border-bottom: 1px #3366cc solid;
	padding: 0 0 5px;
	margin: 0;
	color: #000099;
	position: relative;
	padding: 0.5em 0;
	vertical-align: middle;
}

.area_content h4 span {
	margin: 0 10px 0 50px;
	vertical-align: middle;
}

*html .area_content h4 span {
	margin: 0 10px 0 0px;
}

.area_content h4 img {
	vertical-align: middle;
	position: absolute;
	top: -5px;
	left: 0px;
}

.area_content p {
	padding: 10px 25px 0px 25px;
	text-align: left; 
}

.area_content ul {
	width:660px;
	margin: 10px 10px 20px 20px;
	padding: 0;
	text-align: left;
	list-style: none;

}

.area_content ul li{
	font-size:110%;
	margin: 0 10px 10px 20px;
	width:300px;
	float: left;
}

/* -- ::: area.php ホテルリスト ::: -- */

.hotel_list dl {
	clear: left;
	text-align: left;
	margin-bottom: 20px;
}

.hotel_list dl p {
	clear: left;
	margin: 20px;
}

.hotel_list dl dt {
	margin: 15px 0px 0px 20px ;
	text-align: left;
	color: red;
}

.hotel_list dl dd {
	margin: 5px 0px 5px 30px ;
	text-align: left;
	}


/* -- ::: 下層 ::: -- */
.theme2_under {
	margin: 20px 0;

	width:98%;
}

.theme2_under em {
	color: #cc0a58;
	font-style: normal;
	font-weight: bold;
	font-size:120%;
}

.theme2_under dl {
	background: url(../img/theme2_under_bg01.gif);
	width: 100%;
	padding: 5px;
	margin: 5px 0;
}

.theme2_under dt {
	width: 5em;
	float:left;
	margin:0;
	padding:0;
	text-align: left;
	vertical-align: bottom;
}

.theme2_under dd {
	text-align: left;
	margin:0;
	padding:0 10px;
	display: inline;
	border-left: 1px #aaaaaa solid;
	vertical-align: bottom;
}

.theme2_under dd.theme2_under_long {
	display: block;
	margin: 0 0 0 5em;
}

.theme2_under p {
	text-align: center;
	margin: 20px 0 5px;
}

.theme2_under ul {
	margin: 0 auto 20px;
	text-align: center;
}

.theme2_under ul li {
	display: inline;
	border-right: 1px #999999 solid;
	padding: 0 5px;
}

.theme2_under ul li.theme2_under_first {
	border-left: 1px #999999 solid;
}

.theme2_under ul li.current {
	font-weight:bold;
}

.theme2_under table {
	width: 100%;
	border-right: 1px #797979 solid;
	border-bottom: 1px #797979 solid;
	margin: 0 0 20px;
}

.theme2_under table th,
.theme2_under table td {
	border-left: 1px #797979 solid;
	border-top: 1px #797979 solid;
}

.theme2_under table thead th {
	background: url(../img/theme2_under_bg01.gif);
	padding: 10px 10px 7px;
	text-align: left;
	font-weight: normal;
	font-size: 88%;
}

.theme2_under table thead th div.theme2_under_right a {
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 5px;
	display: block;
}

.theme2_under table thead th div.theme2_under_left {
	float: left;
	width: 90px;
}

.theme2_under table thead th div.theme2_under_right {
	margin: 0 0 0 100px;
	border-left: 5px solid #1d3994;
	padding: 0 0 0 5px;
}

.theme2_under table thead th div.theme2_under_right ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

.theme2_under table thead th div.theme2_under_right ul li {
	width: auto;
	/width: 11em;
	float: left;
	border: none;
	margin: 0 3px 3px 0;
	font-weight: bold;
	padding: 2px;
	font-size: 88%;
	text-align: center;
}


.theme2_under table thead th div.theme2_under_right ul li.theme2_under_op1 {
	background: #4373bb;
	color: #FFFFFF;
}

.theme2_under table thead th div.theme2_under_right ul li.theme2_under_op2 {
	background: #858585;
	color: #FFFFFF;
}

.theme2_under table thead th div.theme2_under_right ul li.theme2_under_op3 {
	background: #f96c28;
	color: #FFFFFF;
}

.theme2_under table thead th div.theme2_under_right ul li.theme2_under_op4 {
	background: #d85797;
	color: #FFFFFF;
}

.theme2_under table tbody th {
	background: #f9f9f9 ;
	font-size: 110%;
	width: 7em;
	text-align: center;
	border-top: 1px #797979 dotted;
}

.theme2_under table tbody td {
	width: 180px;
	font-size: 150%;
	font-weight: bold;
	color: #cc0a58;
	text-align: center;
	border-left: 1px #797979 dotted;
	border-top: 1px #797979 dotted;
}

.theme2_under table tbody th.theme2_under_btn {
	padding: 0 0 3px;
	text-align: center;
	width: auto;
	background: #f9f9f9 none;
}

.theme2_under table tfoot th {
	font-size: 77%;
	font-weight: normal;
	background: url(../img/theme2_under_bg01.gif);
	color: #666666;
	border-top: 1px #797979 dotted;
	width: 180px;
}

.theme2_under table tfoot td {
	border-left: 1px #797979 dotted;
	border-top: 1px #797979 dotted;
	font-size: 77%;
	background: #F9F9F9 ;
	padding: 0 0 0 5px;
	color: #666666;
	width: 180px;
}

/* -- ::: clearfix ::: -- */
.theme2_pickup ul li,
.theme2_search h3,
.theme2_pickup h4,
.theme2_content ul,
.theme2_under dl,
.theme2_under table thead th,
.theme2_under table thead th div.theme2_under_right ul{
   /zoom:1;
}

.theme2_pickup ul li:after,
.theme2_search h3:after,
.theme2_pickup h4:after,
.theme2_content ul:after,
.theme2_under dl:after,
.theme2_under table thead th:after,
.theme2_under table thead th div.theme2_under_right ul:after {
   content:'';
   display:block;
   clear:both;
}
