@charset "UTF-8";
/* CSS Document */

#secnav_wrapper, #thinav_wrapper {
	width: 950px;
	height: auto;
	clear: both;
	padding: 0px;
	margin: 0 auto;
}
#secnav_wrapper {
}
#thinav_wrapper {
}
#secnav_wrapper #sec_nav, #thinav_wrapper #thi_nav {
	width: 910px;
	height: auto;
	clear: both;
	padding: 0.8em 20px 0.2em 20px;
	margin-left: auto;
	margin-right: auto;
}
#secnav_wrapper #sec_nav {
	background-color: #38C6FF;
	z-index: 2;
	margin: 0 auto 0 auto;
}
#thinav_wrapper #thi_nav {
	background-color: #7DD9FF;
	margin: 0 auto;
}
#secnav_wrapper #sec_nav .lsf-icon, #thinav_wrapper #thi_nav .lsf-icon {
	color: #fff;
}
#secnav_wrapper #sec_nav li, #thinav_wrapper #thi_nav li {
	float: left;
	display: inline;
	margin-right: 15px;
	font-size: 1.2em;
	margin-bottom: 0.4em;
}
#secnav_wrapper #sec_nav li {
}
#thinav_wrapper #thi_nav li {
}
#secnav_wrapper #sec_nav .lsf-icon:before, #thinav_wrapper #thi_nav .lsf-icon:before {
	margin-right: 0.3em;
}
#secnav_wrapper #sec_nav li a, #thinav_wrapper #thi_nav li a {
	padding-top: 0.4em;
	padding-right: 0.8em;
	padding-left: 2.5em;
	padding-bottom: 0.4em;
	display: inline-block;
	color: #fff;
	border-radius: 50px;
	-moz-border-radius: 50px;    /* 古いFirefox */
	-webkit-border-radius: 50px; /* 古いSafari,Chrome */
	transition: background-color 0.2s ease 0s;
}
#secnav_wrapper #sec_nav li a {
	background-image: url(../img/header/icon_seclink.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#thinav_wrapper #thi_nav li a {
	background-image: url(../img/header/icon_thilink.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#secnav_wrapper #sec_nav li a:hover {
	background-image: url(../img/header/icon_seclink_hover.png);
	background-color: #fff;
	/*color: #00a2e0;
	color: rgba(255,153,0,1.00);*/
	color: #00579E;
}
#secnav_wrapper #sec_nav li.active a {
	background-image: url(../img/header/icon_seclink_hover.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #00579E;/*background-color: #fff;
	border-radius: 50px;
	-moz-border-radius: 50px;    /* 古いFirefox *//*-webkit-border-radius: 50px; /* 古いSafari,Chrome */
}
#thinav_wrapper #thi_nav li a:hover {
	background-image: url(../img/header/icon_thilink_hover.png);
	background-color: #fff;
	/*color: #FF9900;*/
	color: #00579E;
}
#thinav_wrapper #thi_nav li.active a {
	background-image: url(../img/header/icon_thilink_hover.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #00579E;/*background-color: #fff;
	border-radius: 50px;
	-moz-border-radius: 50px;    /* 古いFirefox *//*-webkit-border-radius: 50px; /* 古いSafari,Chrome */
}
/* コンテンツ部分 */
#wrapper_bg {
	margin-top: 0px;
}
.contents .tb01 {
	font-size: 1.2em;
	width: 900px;
	height: auto;
	text-align: center;
	border: solid 1px #ddd;
}
.tb01 th {
	background-color: #CAECFA;
	font-weight: normal;
	color: #00579e;
	padding: 8px;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.tb01 td {
	padding: 5px;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.empty {
	background-color: #eee;
}
/*テーブル内テーブル*/
.contents .inner_tb {
	width: 98%;
	font-size: 1em;
	height: auto;
	text-align: center;
	border: solid 1px #ddd;
	margin: 1%;
}
.inner_tb th {
	background-color: #eee;
	font-weight: normal;
	color: #00579e;
	padding: 3px;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.inner_tb td {
	padding: 3px;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.w700 {
	width: 700px;
	height: auto;
	padding: 5px;
}
/*3block*/
.contents .tb03 {
	font-size: 1.2em;
	width: 900px;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}
.tb03 th {
	background-color: #CAECFA;
	font-weight: normal;
	color: #00579e;
	padding: 8px;
}
.tb03 td {
	width: 300px;
	padding: 5px;
}
.tb03 td.txt_left {
	text-align: left;
	height: 31px;
}
.tb03 td span.tR {
	float: right;
	padding-right: 20px;
	padding-top: 3px;
}
/* .area_tb */
.contents .area_tb {
	font-size: 1.2em;
	width: 620px;
	margin: 0 auto;
}
.contents .area_tb td {
	padding: 0;
}
.boxRect02 {
	padding: 9px;
	border: 1px solid #666666;
}
.color {
	background-color: #7fbf37;
	color: #FFFFFF;
	font-weight: bold;
}
/*icon*/
.icon_spot01 {
	background-image: url(../outline/outline03/05/img/icon_spot01.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 31px;
	display: block;
	margin-right: 5px;
	line-height: 31px;
}
.icon_spot02 {
	background-image: url(../outline/outline03/05/img/icon_spot02.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 31px;
	display: block;
	margin-right: 5px;
	line-height: 31px;
}
.icon_spot03 {
	background-image: url(../outline/outline03/05/img/icon_spot03.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 31px;
	display: block;
	margin-right: 5px;
	line-height: 31px;
}
.icon_spot04 {
	background-image: url(../outline/outline03/05/img/icon_spot04.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 31px;
	display: block;
	margin-right: 5px;
	line-height: 31px;
}
.white {
	color: #fff;
	padding-left : 11px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 18px;
}
.white2 {
	color: #fff;
	padding-left : 6px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 18px;
}
/* .index _list　1カラム  */
.index_list {
	font-size: 1.2em;
	line-height: 3;
	width: 800px;
	height: auto;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 30px;
}
.index_list li {
}
.index_list li a {
	color: #00579e;
}
.index_list li a:hover {
	color: #00579e;
	text-decoration: underline;
}
/* .index _list　2カラム  */
.index_list_left {
	width: 390px;
	height: auto;
	float: left;
	display: inline-block;
	word-break: break-all;
}
.index_list_right {
	width: 390px;
	height: auto;
	float: right;
	display: inline-block;
	word-break: break-all;
}
span.point {
	color: #7fbf37;
}
/*q_a*/
.qa {
	background-image: url(../q_a/img/qa_top.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 26px;
	padding-bottom: 53px;
	margin: 0;
}
.qa dt {
	width: 764px;
	height: auto;
	min-height: 24px;
	font-size: 18px;
	color: #00579e;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../q_a/img/Q.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
}
.qa dd {
	width: 765px;
	height: auto;
	background-color: #ffefef;
	padding-top: 24px;
	padding-right: 24px;
	padding-left: 59px;
	padding-bottom: 24px;
	font-size: 16px;
	line-height: 28px;
	margin: 0 auto;
	background-image: url(../q_a/img/A.png);
	background-repeat: no-repeat;
	background-position: 26px 26px;
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	behavior: url("/shinmeishin/PIE.htc");
}
.qa dd a {
	color: #7f0e12;
}
.qa_B {
	background-image: url(../q_a/img/qa_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.qa_line {
	border-left: 1px solid #7f0e12;
	padding-left: 15px;
}
/* qa_menu */
#qa_menu {
	width: 900px;
	height: auto;
	clear: both;
}
#qa_menu li {
	float: left;
	margin-right: 15px;
	background-color: #e5e5e5;
	font-size: 15px;
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	behavior: url("/shinmeishin/PIE.htc");
	margin-bottom: 10px;
	width: 18%;
	text-align: center;
	;
}
#qa_menu li a {
	display: block;
	color: #00579e;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 26px;
	padding-right: 26px;
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	behavior: url("/shinmeishin/PIE.htc");
	outline: none;
}
#qa_menu li a:hover {
	display: block;
	background-color: #c0edff;
}
h3.qa_ttl {
	color: #00579e;
	background-color: #c0edff;
	background: linear-gradient(315deg, transparent 30px, #c0edff 0) bottom right;
	background-repeat: no-repeat;
	behavior: url("/shinmeishin/PIE.htc");
}
/* 道路の概要 構造工法 */
.outline02_clmap {
	width: 900px;
	height: 467px;
	overflow: hidden;
	position: relative;
}
.outline02_clspot01 {
	position: absolute;
	width: 358px;
	height: 79px;
	left: 27px;
	top: 184px;
}
/* PDFリンクボタン */
.pdf_btn {
	margin: 0 auto;
}
.pdf_btn ul {
	clear: both;
 *zoom: 1;
	margin: 0 auto;
	text-align: center;
}
.pdf_btn li {
	height: auto;
	display: inline-block;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.3;
}
/* IE6 */
.pdf_btn li {
	_display: inline; /* IE6がdisplay: inline-block;に対応していないので */
}
/* IE7 */
*:first-child+html .pdf_btn li {
	display: inline; /* IE7がdisplay: inline-block;に対応していないので */
}
.pdf_btn li a {
	display: block;
	padding: 8px 20px 8px 80px;
	color: #fff;
	background-color: #00579e;
	border: 3px solid #CCCCCC;
	background-image: url(../img/subpage/pdf_icon.png) !important;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.pdf_btn li a:hover {
	color: #00579e;
	background-color: #fff;
	border: solid #00579e 3px;
}
/* 道路の概要 ルート完成予想図 */
.comp_menu {
	width: 900px;
	height: auto;
	overflow:hidden;
}
.comp_menu ul {
	clear: both;
	*zoom: 1;
	margin-right: -15px;
}
.comp_menu li {
	width: 290px;
	height: auto;
	float: left;
	display: inline;
	margin-right: 15px;
	text-align: center;
	font-size: 1.3em;
}
.comp_menu li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	background-color: #00579e;
	border: 5px solid #CCCCCC;
}
.comp_menu li a:hover {
	color: #00579e;
	background-color: #fff;
	border-color: #00579e;
}
/* 見出しリンク部分 */
.link {
	background: url(../img/subpage/arrow.png) right center no-repeat;
	padding-right: 22px;
}
a.link {
	color: #00579e;
}
.link:hover {
	background: url(../img/subpage/arrow_on.png) right center no-repeat;
	color: #00579e;
	text-decoration:underline;
}
/*map 20150521追加*/
#map {
	position: relative;
}
#map ul {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#map ul li {
	height: 290px;
	float: left;
}
#map ul li.area1,
#map ul li.area1 a{
	width: 475px;
}
#map ul li.area3,
#map ul li.area3 a {
	width: 110px;
}
#map ul li.area4,
#map ul li.area4 a {
	width: 60px;
}
#map ul li.area5,
#map ul li.area5 a {
	width: 253px;
}
#map ul li a {
	display:block;
	height: 160px;
	padding-top:130px;
	text-align: center;
	text-indent: -9999px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	background-image:url(../situation/img/alphabk.gif);
}
#map ul li a:hover {
	background-color: #7DD9FF;
	text-indent: 0;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-ms-opacity: 0.7;
	-moz-opacity: 0.7;
	-o-opacity: 0.7;
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .7; /* Safari 1.x */	
}

#detailmap {
	height: 290px;
	position: relative;
}
#detailmap div {
	position: absolute;
	top: 0;
	left: 0;
}
#detailmap ul {
	position: relative;
}
#detailmap ul li {
	position: absolute;
}
.mukogawa {
	top: 150px;
	left: 160px;
}
.kobe {
	top: 150px;
	left: 210px;
}
.inagawa {
	top: 60px;
	left: 530px;
}
.ikko {
	top: 80px;
	left: 590px;
}
.kime {
	top: 110px;
	left: 780px;
}
#detailmap ul li span {
	display: block;
	width: 150%;
	text-align: center;
	background-color: #7dd9ff;
	border-radius: 3px;
	padding: 2px;
	box-shadow: 2px 2px 2px #333;
	z-index:1000;
	position:absolute;
}
/* 道路の概要　完成予想図 */
/* 兵庫県域 */
#hyogo_area {
	width: 900px;
	height: 549px;
	background-image: url(../outline/outline01/03/img/hyogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
.h_spot01 {
	position: absolute;
	left: 78px;
	top: 228px;
}
.h_spot02 {
	position: absolute;
	left: 333px;
	top: 266px;
}
.h_spot03 {
	position: absolute;
	left: 323px;
	top: 265px;
}
.h_spot04 {
	position: absolute;
	left: 604px;
	top: 190px;
}
.h_spot05 {
	position: absolute;
	right: 50px;
	top: 229px;
}
/* 大阪府域 */
#osaka_area {
	width: 900px;
	height: 549px;
	background-image: url(../outline/outline01/03/img/osaka.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
.o_spot01 {
	position: absolute;
	left: 87px;
	top: 235px;
}
.o_spot02 {
	position: absolute;
	left: 320px;
	top: 205px;
}
.o_spot03 {
	position: absolute;
	left: 644px;
	top: 159px;
}
.o_spot04 {
	position: absolute;
	right: 80px;
	top: 229px;
}
.o_spot05 {
	position: absolute;
	right: 230px;
	top: 263px;
}
/* 京都府・滋賀県域 */
#kyoushiga_area {
	width: 900px;
	height: 549px;
	background-image: url(../outline/outline01/03/img/kyoushiga.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
.ks_spot01 {
	position: absolute;
	left: 40px;
	top: 334px;
}
.ks_spot02 {
	position: absolute;
	left: 149px;
	top: 406px;
}
.ks_spot03 {
	position: absolute;
	left: 416px;
	top: 264px;
}
.ks_spot04 {
	position: absolute;
	left: 492px;
	top: 318px;
}
.ks_spot05 {
	position: absolute;
	right: 90px;
	top: -6px;
}
/* 各地区のトピックス */

dl.line1 {
	font-size: 1.2em;
}
dl.line1 dd {
	margin-left: 4em;
}
dl.line1 dt {
	float: left;
	height: 100%;
}
dl.line1 dd {
	padding-left: 2em;
	_text-indent: -0.2em;
}
dl.line1 dd.d1 {
	padding-left: 0em;
	margin-left: 1em;
}
dl.line1 dd.d10 {
	padding-left: 0em;
	margin-left: 10em;
}
/* Adobe */
.adobe-plugin {
	margin: 40px 10px 0 10px;
	padding: 10px 10px 0 10px;
	border-top: 1px solid #C8C8C8;
}
.adobe-plugin dt img {
	vertical-align: bottom;
}
.adobe-plugin dd {
	margin: -38px 0 0 173px;
}
.adobe-plugin p {
	margin:0;
}
.adobe-plugin a {
	color: #00579e;
}
.adobe-plugin a:hover {
	text-decoration: underline;	
}


#meibo{
	width: 100%;
}
#meibo td{
	padding:10px;
	font-size: 14px;
	border:1px solid #333;
}
#kentoukai{
	font-size: 14px;
}
#kentoukai dd{
	margin-left: 20px;
}

#kongo,#pamph{
	font-size:14px;
}
#kongo li{
	margin-bottom: 10px;
}
