﻿@charset "utf-8";

/* mainimg
---------------------------------------------------------------------------------------------*/
#mainimg {
	position:relative;
	margin-bottom:15px;
}

/* map
---------------------------------------------------------------------------------------------*/
.map {
	position:relative;
	width:100%;
	padding:15px 0;
	margin-bottom:15px;
	background:#d2ddb7 url(../images/kansai/map.jpg) right top no-repeat;
	border-radius:4px;
}

/* point
-----------------------------------------------*/
#flags li {
	position:absolute;
}
#flags li#flag01 { right: 192px;    top: 100px; }
#flags li#flag02 { right: 222px;    top: 164px; }
#flags li#flag03 { right: 232px;    top: 130px; }
#flags li#flag04 { right: 173px;    top: 140px; }
#flags li a {
	display:block;
	width:35px;
	height:36px;
	background-image:url(../images/top/flags.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#flags li#flag01 a { background-position:0 0; }
#flags li#flag02 a { background-position:-35px 0;}
#flags li#flag03 a { background-position:-70px 0; }
#flags li#flag04 a { background-position:-105px 0; }

/* list
-----------------------------------------------*/
.list {
	margin-left:15px;
	margin-bottom:10px;
	width:460px;
}
.list li {
	position:relative;
	clear:both;
	margin-top:10px;
	border-radius:5px 4px 4px 5px;
	background:#066d34 url(../images/kansai/blt.png) no-repeat 450px center;
}
.list li a {
	display:block;
	margin-right:14px;
	background-color:#fff;
	border-radius:4px 0 0 4px;
	color:#000;
	position:relative;
	overflow:hidden;
}
.list li a:after {content:""; display:block; clear:both; visibility:hidden;}
.list .img {
	float:left;
	padding:7px;
	width:85px;
	height:62px;
}
.list .img img{
	width:85px;
	height:62px;
}
.list .txt {
	float:right;
	padding-right:5px;
	width:340px;
}
.list .num {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:40px;
	height:40px;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	border-radius:4px 0 0 0;
}
.list #list01 .num { background-image:url(../images/top/num-01.png); }
.list #list02 .num { background-image:url(../images/top/num-02.png); }
.list #list03 .num { background-image:url(../images/top/num-03.png); }
.list #list04 .num { background-image:url(../images/top/num-04.png); }
#str_container .list h3 {
	padding:11px 0;
	border-left:none;
	border-bottom:1px dashed #999;
	font-size:12px;
}
.list div {
	font-size:100%;
}
.list span {
	color:#066d34;
}

#a_ko_prof {
	border: 1px solid #5482A7;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#a_ko_prof #a_ko_prof_tit {
	color: #FFFFFF;
	background-color: #5482A7;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
}
#a_ko_prof .inner {
	padding: 10px;
	height: 134px;
}
#a_ko_prof .inner img {
	float: left;
	height: 123px;
}
#a_ko_prof .inner .a_ko_prof_tx {
	font-size: 13px;
	line-height: 150%;
	color: #333333;
	margin-left: 133px;
	margin-top: 0px;
}

/* back_bt
---------------------------------------------------------------------------------------------*/
#back_bt_guide a{
	width:960px;
	padding:10px 0;
	border-radius:5px;
	margin:20px auto;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	background-color:#0094d2;
	color:#fff;
	display:block;
}
#back_bt_guide a:hover{
	background-color:#203a45;
	text-decoration:none;
}
