﻿@charset "utf-8";

/* ----------------------------------------------
 * img
---------------------------------------------- */
#img {
	float: right;
	width: 570px;
	height: 130px;
	background: url("../images/img_main.gif") no-repeat top;
}
	#img p {
		margin: 90px 0px 0px 20px;
		text-align: left;
	}

/* ----------------------------------------------
 * box
---------------------------------------------- */
#contentMain .box {
	width: 540px;
	margin: 5px auto 20px;
}

#contentMain .box table th,
#contentMain .box table td {
	padding: 5px;
}
	#contentMain .box table td.td01 p.posL {
		width: 280px;
		margin-right: 10px;
	}

	#contentMain .box .map {
		width: 510px;
		margin: 0 0 20px 0;
	}
		#contentMain .box .map img {
			float: left;
			margin-right: 10px;
		}

	/* 旭川 */
	#contentMain .box .asahikawa .posL {
		width: 216px;
		margin-right: 10px;
	}
		#contentMain .box .asahikawa .posL img {
			margin-right: 0;
		}


		/* ----------------------
		 * カーナビ
		---------------------- */
		#carNav h2 {
			width: auto;
			background: #FA774E;
		}
			#carNav .box {
				border: 1px solid #746144;
			}
				#carNav .box .txt {
					width: 520px;
					margin: 5px auto;
				}
					#carNav .box .txt p {
						margin: 0 0 8px;
					}
						#carNav p span.carNavAddress {
							color: #0000FF;
							font-size: 130%;
						}
						#carNav .accent {
							color: #ff0000;
						}

		/* ----------------------
		 * アクセス経路
		---------------------- */
		table#accessWay td ul li {
			margin-left: 15px;
			list-style-type: disc;
		}
			table#accessWay td ul.posL {
				width: 290px;
			}
			table#accessWay td .posR {
				float: right;
				margin-left: 5px;
			}

		/* ------------------------
		 * Yahoo地図
		------------------------ */
		.yahooMap {
			border: 1px solid #cccccc;
		}

/* ----------------------------------------------
 * text
---------------------------------------------- */
#contentMain .box dl dt {
	font-weight: bold;
}
#contentMain .box dl dd ul li{
	margin-left: 15px;
	list-style-type: disc;
}

/* popup
----------------------------------------------- */
body#popup {
	background: none;
}
	#popup .article {
		width: 560px;
		margin: 10px;
	}

	#popup h2 {
		width: 555px;
		height: 30px;
		margin-bottom: 5px;
		padding: 8px 0 0 10px;
		color: #fff;
		font-weight: bold;
		font-size: 120%;
		background: url("../../commonNew/images/bg_headline.gif") no-repeat;
	}
	#popup h3 {
		margin: 15px 0 2px;
		padding: 0;
		color: #345B47;
		font-size: 120%;
		font-weight: bold;
	}

	#popup p {
		margin: 5px 0 10px;
	}
		#popup p.close {
			margin: 10px 0 10px;
			text-align: center;
		}

	#popup .imgList {
		margin: 1em 0;
	}
		#popup .imgList li {
			width: 220px;
		}

	#popup .ph01 {
		float: left;
		width: 235px;
	}

	#popup .text03 {
		float: left;
		width: 325px;
	}

	#popup img {
		margin: 0 0 5px 0;
	}