
@charset "utf-8";


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　包括

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* リンク */
a {
	color:#004098;
	text-decoration:none;
	transition-duration:0.5s;
}
a:hover {
	-ms-filter:"alpha(opacity=60)";
	filter:alpha(opacity=60);
	opacity:0.6;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　ヘッダ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
header {border-top:solid 7px #0052a5;}
header hgroup:before, header hgroup:after {content:""; display:table;}
header hgroup:after {clear:both;}
header hgroup {
	/zoom:1;
	width:1000px;
	margin:27px auto 0;
}

/* ロゴ */
header h1 {
/*	float:left;
	width:308px;*/
}
header h1 img {width:100%;}

header .logo50th img { float: left; width:45px; margin-left: 15px;}
header .logo50th img { float: left; width:45px !important;}
/* プライマリナビ */
header .primary {
	float:right;
	font-size:120%;
}
header .primary .text_link {
	float:left;
	color:#0053a6;
	text-decoration:none;
	margin:7px 25px 0 0;
}
header .primary .text_link img {
	width:11px;
	margin:0 5px 0 0;
	vertical-align:middle;
}
header .primary form {
	float:left;
	line-height:20px;
	border:solid 1px #e9e9e9;
	border-radius:3px;
	margin:2px 25px 0 0;
}
header .primary form input {
	float:left;
	width:130px;
	border:none;
	margin:0;
}
header .primary form button {
	float:left;
	background:transparent;
	width:20px;
	height:20px;
	text-align:center;
	border:none;
	padding:0;
	margin:0;
}
header .primary form img {
	width:12px;
	vertical-align:middle;
}
header .primary .button_link {
	float:left;
	color:#fff;
	background:#004098;
/*	background:#e69500;*/
	text-decoration:none;
	text-align:center;
	width:152px;
	line-height:22px;
	border-radius:3px;
	margin:2px 0 0;
}

/* グローバルナビ */
header .global:before, header .global:after {content:""; display:table;}
header .global:after {clear:both;}
header .global {
	/zoom:1;
	width:1001px;
	font-size:140%;
	margin:22px auto 0;
	border-right: solid 1px #bcc2c7;
}
header .global dl {
	float:left;
	position:relative;
}
header .global dt {
	width:199px;
	line-height:14px;
	border-left:solid 1px #bcc2c7;
}
header .global dd {
	display:none;
	background:#fff;
	padding:10px 0 0;
	position:absolute;
	left:0;
}
header .global dl:last-child dt {border-right:solid 1px #bcc2c7;}
header .global a {
	display:block;
	text-align:center;
}
header .global dd a {
	color:#fff;
	background:#1964af;
	width:200px;
	line-height:35px;
	margin:1px 0 0;
}
header .global .sp_link {display:none;}
header .global .sp_form {display:none;}
@media screen and (min-width:641px){
header .global .has_child:hover dd {display:block;}
}

/* スマホ用メニューの非表示 */
header .sp_menu {display:none;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　パンくずリスト

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.breadcrumbs {
	background:#ededed;
	font-size:120%;
	margin:17px 0 0;
	width:100%;
}

/* リスト */
.breadcrumbs ul:before, .breadcrumbs ul:after {content:""; display:table;}
.breadcrumbs ul:after {clear:both;}
.breadcrumbs ul {
	/zoom:1;
	width:1000px;
	margin:0 auto;
	padding:15px 0;
}
.breadcrumbs li {
	float:left;
	line-height:1.2;
	margin:0 25px 0 0;
}
.breadcrumbs a {
	color:#000;
	text-decoration:none;
}
.breadcrumbs img {
	width:4px;
	margin:0 25px 0 0;
	vertical-align:middle;
}
.breadcrumbs li:first-child img {
	width:13px;
	margin:0 5px 0 0;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　ページタイトル

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.page_title {
	font-size:120%;
	border-bottom:solid 3px #0053a6;
	margin:20px 0 0;
	padding:0 0 17px;
}

/* テキスト */
.page_title h2 {
	font-size:130%;
	font-weight:bold;
	width:1200px;
	margin:0 auto;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　コンテンツ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.contents:before, .contents:after {content:""; display:table;}
.contents:after {clear:both;}
.contents {
	/zoom:1;
	width:1200px;
	margin:0 auto;
	min-height:800px;
}

/* メニュー */
.contents .side {
	display: none;
	float:left;
	width:200px;
	padding:20px 0;
}
.contents .side .sidebtn {
	margin: 14px 0 0;
	height:40px;
	width: 160px;
	background-color: #008f7B;
	border-radius:3px;
	-webkit-border-radius:3px;	
}
.contents .side .sidebtn a {
	display: inline-block;
	width: 100%;
	line-height:40px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
}
.contents .side strong {
	font-size:130%;
}
.contents .side img {
	width: 150px;
	margin:14px 0;
}
.contents .side li {
	line-height:40px;
	margin:10px 0 0;
}
.contents .side li li {padding:0 0 0 20px;}
.contents .side a {
	color:#004098;
	font-size:130%;
	text-decoration:none;
	margin:0 10px;
}
.contents .side .active {background:#8ca9d1;}
.contents .side .active a {color:#fff;}
.contents .side .pc_hide {display:none;}
.contents .side li.smaller { line-height:20px; }
.contents .side .small a, .contents .side .smaller a {font-size:110%;}
.contents .side .small img, .contents .side .smaller img {
	width:3px;
	vertical-align:middle;
	margin:0 5px 0 0;
}

/* メインコンテンツ */
.contents .main {
    width: 100%;
    padding-top: 50px;
}
.contents .main h3 {
	font-size:150%;
	font-weight:bold;
	line-height:1.5;
}
.contents .main h4 {
	display:block;
	font-size:120%;
	font-weight:bold;
	line-height:25px;
	margin:30px 0 0;
	padding:0 0 0 12px;
	border-left:solid 5px #004098;
}
.contents .main h5 {
	display:block;
	font-weight:bold;
	line-height:25px;
}
.contents .main em {
	display:block;
	font-weight:bold;
	margin:10px 0 0;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　フッタ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
footer {background:#ededed; width:100%; }

/* ナビゲーション */
footer .global:before, footer .global:after {content:""; display:table;}
footer .global:after {clear:both;}
footer .global {
	/zoom:1;
	width:1000px;
	margin:0 auto;
	padding:20px 0 0;
}
footer .global dl {
	float:left;
	width:160px;
	margin:0 0 0 50px;
}
footer .global dl:first-child {margin:0;}
footer .global dt {
	font-size:130%;
	font-weight:bold;
	line-height:33px;
	border-bottom:solid 1px #aaa;
}
footer .global dd {
	font-size:120%;
	line-height:2;
	padding:5px 0 0;
	border-top:solid 1px #fff;
}
footer .global a {
	display:block;
	color:#000;
	text-decoration:none;
}
footer .global .wide {width:370px;}
footer .global article {
	float:left;
	width:50%;
}

/* 首都高3号線ライブカメラ */
footer .camera, footer .social {
	display:block;
	background:#fff;
	font-size:80%;
	line-height:33px;
	border:solid 1px #aaa;
	border-radius:3px;
	padding:0 0 0 5px;
	margin:25px 0 0;
}
footer .camera {margin:25px 0 0;}
footer .social {margin:5px 0 0;}
footer .camera img, footer .social img {
	width:20px;
	margin:0 7px 0 0;
	vertical-align:middle;
}
footer .camera02, footer .social02 {display:none;}

/* コピーライト等 */
footer section:before, footer section:after {content:""; display:table;}
footer section:after {clear:both;}
footer section {
	/zoom:1;
	width:1000px;
	line-height:45px;
	margin:20px auto 0;
}
footer section p {
    text-align: center;
    font-size: .86em;
    padding: 10px;
}
footer section .primary {float:right;}
footer section .primary a {
	color:#000;
	text-decoration:none;
	margin:0 0 0 20px;
}

#back-top {
	position: fixed;
	bottom: 30px;
	right:7%;
}

#back-top a {
	display: block;
	width: 50px;
	height: 50px;
	margin-bottom: 7px;
	background: url(/corp_img/gotop.png) no-repeat center center;
	text-indent:-9999px;
}





