@charset "UTF-8";
/* 

このファイルには、下層ページに共通して使用するCSSを書き込みます

*/

/*********************

	共通要素

***********************/
#content .content_inner {
	border:#D5DDE3 solid 1px;
	background:#FFF;
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.05);
	padding:20px;
}
#content .content_inner .ind {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:50px;
}
#content .content_inner h2 {
	font-size:24px;
	background:#98afba;
	padding:10px 15px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:20px;
}
#content .content_inner h3 {
	font-size:18px;
	background:#D8F4FA;
	padding:10px 15px;
	color:#062328;
	margin-bottom:18px;
	font-weight:bold;
}
#content .content_inner h4 {
	font-size:16px;
	border-bottom:#98afba solid 1px;
	padding-bottom:10px;
	margin-bottom:15px;
	font-weight:bold;
}
#content .content_inner .topLink_sp{
	display:none;
}
#content .content_inner .titleArea{
	position:relative;
}
#content .content_inner .titleArea .topLink{
	position:absolute;
	top:8px;
	right:10px;
}
#content .content_inner .titleArea .topLink a{
	background-color:#FFF;
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	border:#85A0AD solid 1px;
	border-radius:3px;
	text-decoration:none;
	padding:10px 20px;
	display:block;
}
#content .content_inner .titleArea .topLink a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#content .content_inner .titleArea .topLink a span{
	background:url(../images/arrow07.png) no-repeat 3% 6px / 6px auto;
	padding-left:20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	line-height:1.2;
}
#content .content_inner .titleArea .topLink a:hover span{
	background:url(../images/arrow07.png) no-repeat 0 6px / 6px auto;
}
#content .content_inner .catch {
	background:url(../images/arrow05.png) no-repeat left 7px;
	background-size:6px auto;
	padding-left:15px;
	margin-bottom:15px;
	font-weight:bold;
}
#content .content_inner .read {
	margin-bottom:30px;
}
#content .content_inner ul.arrowList li{
	background:url(../images/arrow05.png) no-repeat left 8px;
	background-size:5px auto;
	padding-left:15px;
	margin-bottom:10px;
}
#content .content_inner ol{
	list-style:decimal outside;
	margin-left:15px;
}
#content .content_inner ol li{
	margin-bottom:5px;
}
#content .content_inner ul.noneList li{
	margin-bottom:5px;
}
#content .content_inner ul.noneList li:last-child{
	margin-bottom:0;
}
#content .content_inner .pdf{
	margin-top:8px;
	background:url(../images/icon_pdf.png) no-repeat left 5px;
	background-size:13px auto;
	padding-left:20px;
}
#content .content_inner .blank::after{
	margin-left:5px;
	content:'　';
	background:url(../images/icon_blank.png) no-repeat left 7px;
	background-size:9px auto;
	width:9px;	
}

/*お役立ち
***********************/
#helpPage #content .content_inner h2 span.i_index {
	background:url(../images/help_icon01_w_min.png) no-repeat left 9px;
	padding-left:38px;
}
#helpPage #content .content_inner h2 span.i_earthquake {
	background:url(../images/help_icon02_w_min.png) no-repeat left 11px;
	padding-left:38px;
}
#helpPage #content .content_inner h2 span.i_fire {
	background:url(../images/help_icon03_w_min.png) no-repeat left 8px;
	padding-left:38px;
}
#helpPage #content .content_inner h2 span.i_inundation {
	background:url(../images/help_icon04_w_min.png) no-repeat left 14px;
	padding-left:38px;
}
#helpPage #content .content_inner h2 span.i_gohome {
	background:url(../images/help_icon05_w_min.png) no-repeat left 11px;
	padding-left:38px;
}
#helpPage #content .content_inner h2 span.i_outside {
	background:url(../images/help_icon06_w_min.png) no-repeat left 13px;
	padding-left:38px;
}

#helpPage #content .content_inner ul.imgList01 {
	overflow:hidden;
	font-size:0;
}
#helpPage #content .content_inner ul.imgList01 li {
	display:inline-block;
	margin:0 20px 20px 0;
	width:300px;
	vertical-align:top;
	font-size:14px;
}
#helpPage #content .content_inner ul.imgList01 li img {
	max-width:100%;
}
#helpPage #content .content_inner ul.imgList01 li:last-child {
	margin-right:0;
}

#helpPage #content .content_inner ul.imgList01 li .cap {
	background:#EBEEF3;
	border-radius:3px;
	padding:5px 10px;
	font-size:13px;
	margin-top:5px;
}
#helpPage #content .content_inner ul.imgList01 li .cap span {
	font-size:11px;
}
#helpPage #content .content_inner ul.imgList01 li .cap .arrow{
	font-size:13px;
	background:url(../images/arrow05.png) no-repeat left 6px / 5px auto;
	font-weight:bold;
	padding-left:12px;
	display:block;
	margin-bottom:3px;
	
}
#helpPage #content .content_inner .item{
	margin-bottom:40px;
}
#helpPage #content .content_inner ul.squareNumList{
	counter-reset: li;
}
#helpPage #content .content_inner ul.squareNumList li::before{
	background:#1996AB;
	color:#FFF;
	font-weight:bold;
	border-radius:3px;
	padding:3px;
	width:1.5em;
	height:1.5em;
	display:inline-block;
	text-align:center;
	margin-right:10px;
	font-size:12px;
	margin-bottom:10px;
	float:left;
	clear:both;
	content: counter(li) "";
 counter-increment: li;
}
#helpPage #content .content_inner ul.squareNumList li{
	overflow:hidden;
	margin-bottom:5px;
	vertical-align:top;
}
#helpPage #content .content_inner ul.squareNumList li:last-child{
	margin-bottom:0;
}
#helpPage #content .content_inner ul.squareNumList li span{
	display:block;
}
#helpPage #content .content_inner .greenatt{
	border:#588D32 solid 1px;
	padding:10px 15px;
	color:#588D32;
	font-size:20px;
	display:inline-block;
	font-weight:bold;
}
#helpPage #content .content_inner .blueatt{
	border:#1996AB solid 1px;
	padding:10px 15px;
	color:#1996AB;
	font-size:20px;
	display:inline-block;
	font-weight:bold;
}
#helpPage #content .content_inner .e_float_l{
	float:left;
	margin-right:50px;
}
#helpPage #content .content_inner .e_float_r{
	float:left;
	margin-top:20px
}

/*火災*/
#helpPage #content .content_inner ul.fireList{
	font-size:0;
	margin-bottom:15px;
}
#helpPage #content .content_inner ul.fireList li{
	width:220px;
	font-size:14px;
	display:inline-block;
	margin-right:30px;
	vertical-align:top;
	position:relative;
	margin-bottom:30px;
}

#helpPage #content .content_inner ul.fireList li::before{
	background:#1996AB;
	color:#FFF;
	font-weight:bold;
	border-radius:3px;
	padding:3px;
	width:1.5em;
	height:1.5em;
	display:inline-block;
	text-align:center;
	margin-right:10px;
	font-size:12px;
	margin-bottom:10px;
	position:absolute;
	top:0;
	left:0;
}
#helpPage #content .content_inner ul.fireList li:first-child::before{
	content:'1';
}
#helpPage #content .content_inner ul.fireList li:nth-child(2)::before{
	content:'2';
}
#helpPage #content .content_inner ul.fireList li:nth-child(3)::before{
	content:'3';
}
#helpPage #content .content_inner ul.fireList li:nth-child(4)::before{
	content:'4';
}
#helpPage #content .content_inner ul.fireList li:last-child::before{
	content:'5';
}
#helpPage #content .content_inner ul.fireList li .f_img{
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	height:141px;
}
#helpPage #content .content_inner ul.fireList li:first-child .f_img{
	margin-top:0;
}
#helpPage #content .content_inner ul.fireList li.pdt .f_img{
	padding-top:12px;
}
#helpPage #content .content_inner ul.fireList li .f_img img.pc{
	display:inline-block;
}
#helpPage #content .content_inner ul.fireList li .f_text{
	text-align:center;
}
#helpPage #content .content_inner .anpi{
	background:#1996ab;
	margin-left:20px;
	padding:10px 15px;
	color:#FFF;
	display:inline-block;
	border-radius:5px;
	text-align:center;
	position: relative;
	margin:15px 0;
}
#helpPage #content .content_inner .anpi .a_title{
	font-size:16px;
	font-weight:bold;
}
#helpPage #content .content_inner .anpi .a_tel{
	font-size:26px;
	font-weight:bold;
	background:url(../images/icon_tel02.png) no-repeat left 8px;
	background-size:20px auto;
	padding-left:25px;
	display:inline-block;
}
#helpPage #content .content_inner .anpi .a_att{
	font-size:11px;
}


/*各棟の稼働状況
***********************/
#towerPage #content .content_inner .ind{
	margin: 0;
}
#towerPage #content .content_inner .nowArea{
	margin-bottom: 30px;
}
/*避難*/
#towerPage #content .content_inner .nowArea.red .titleArea{
	background: #ff0000;
	padding: 0 !important;
}
#towerPage #content .content_inner .nowArea.red .wh_box table.nowTable td{
	color: #ff0000;
}
#towerPage #content .content_inner .nowArea.red .wh_box{
	border-right: #ff0000 solid 1px;
	border-bottom: #ff0000 solid 1px;
	border-left: #ff0000 solid 1px;
}
/*注意・警戒*/
#towerPage #content .content_inner .nowArea.orange .titleArea{
	background: #f28500;
}
#towerPage #content .content_inner .nowArea.orange .wh_box table.nowTable td{
	color: #e59f04;
}
#towerPage #content .content_inner .nowArea.orange .wh_box{
	border-right: #f28500 solid 1px;
	border-bottom: #f28500 solid 1px;
	border-left: #f28500 solid 1px;
}
/*安全*/
#towerPage #content .content_inner .nowArea.white .titleArea{
	background: #FFF;
	color: #212121;
	border: #98afba solid 1px;
}
#towerPage #content .content_inner .nowArea.white .wh_box table.nowTable td{
	color: #000;
}
#towerPage #content .content_inner .nowArea.white .titleArea .leftArea{
	border-right: #98afba solid 1px;
}
#towerPage #content .content_inner .nowArea.white .wh_box{
	border-right: #98afba solid 1px;
	border-bottom: #98afba solid 1px;
	border-left: #98afba solid 1px;
}
/*確認中*/
#towerPage #content .content_inner .nowArea.purple .titleArea{
	background: #6c3cb2;
}
#towerPage #content .content_inner .nowArea.purple .wh_box table.nowTable td{
	color: #5e3599;
}
#towerPage #content .content_inner .nowArea.purple .wh_box{
	border-right: #6c3cb2 solid 1px;
	border-bottom: #6c3cb2 solid 1px;
	border-left: #6c3cb2 solid 1px;
}

/*訓練中*/
#towerPage #content .content_inner .nowArea.gray .titleArea{
	background: #98afba;
}
#towerPage #content .content_inner .nowArea.gray .wh_box{
	border-right: #98afba solid 1px;
	border-bottom: #98afba solid 1px;
	border-left: #98afba solid 1px;
}
#towerPage #content .content_inner .kunren{
	border: #1996ab solid 2px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
	padding: 5px 20px;
	text-align: center;
	color: #1996ab;
	
}
#towerPage #content .content_inner .titleArea{
	color: #FFF;
	background: #98afba;
	margin-bottom: 0 !important;
	padding: 0 !important;
}
#towerPage #content .content_inner .titleArea::after{
	content: "";
	clear: both;
	display: block;
}
#towerPage #content .content_inner .titleArea .leftArea{
	float: left;
	width: 80%;
	padding: 10px 15px;
	border-right: solid 1px #FFF;
}
#towerPage #content .content_inner .titleArea .leftArea .title{
	font-size: 24px;
	float: left;
	font-weight: bold;
}
#towerPage #content .content_inner .titleArea .leftArea .date{
	float: right;
	margin-top: 6px;
}
#towerPage #content .content_inner .titleArea .rightArea{
	float: right;
	width: 20%;
	padding: 10px 15px;
	text-align: center;
	margin-top: 7px;
	font-weight: bold;
}
#towerPage #content .content_inner .titleArea .rightArea span {
	display: inline-block;
}

#towerPage #content .content_inner .wh_box{
	background: #FFF;
	padding: 15px 15px 20px 15px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
#towerPage #content .content_inner .wh_box table.nowTable th {
	vertical-align: top;
	min-width: 100px;
}
#towerPage #content .content_inner .wh_box table.nowTable th p{
	background: #eaeef2;
	padding: 2px 10px 3px 10px;
	text-align: center;
	
}
#towerPage #content .content_inner .wh_box table.nowTable td{
	vertical-align: top;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
}

#towerPage #content .content_inner .nowArea .titleArea .rightArea span  {
	background: url(../images/icon_att.png) no-repeat left 3px;
	background-size: 18px;
	padding-left: 28px;
}
#towerPage #content .content_inner .nowArea.white .titleArea .rightArea span  {
	background: url(../images/icon_heart.png) no-repeat left 5px;
	background-size: 14px;
	padding-left: 24px;
}
/*タワーページのテーブル*/
#towerPage  #content .content_inner h5{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	background:url(../images/arrow_bottom01.png) no-repeat left 8px;
	background-size: 10px auto;
	padding-left: 20px;
	line-height: 1.3;	

}
#towerPage  #content .content_inner  table.buildingTable{
	width:100%;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	border-left:#98afba solid 1px;
}
#towerPage  #content .content_inner  table.buildingTable.last{
	margin-bottom: 0px;
}
#towerPage  #content .content_inner  table.buildingTable thead tr th {
	background:#98afba;
	padding:5px 15px;
	color:#FFF;
	border-right:#98afba solid 1px;
	vertical-align:top;
}
#towerPage  #content .content_inner  table.buildingTable thead tr th:first-child {
	width: 120px;
}
#towerPage  #content .content_inner  table.buildingTable thead tr th:nth-child(2) {
	width: 80px;
}
#towerPage  #content .content_inner  table.buildingTable thead tr th:last-child {
	width: auto;
}
#towerPage  #content .content_inner  table.buildingTable tbody tr td {
	background:#FFF;
	border-right:#98afba solid 1px;
	padding:8px 15px;
	border-bottom:solid 1px #98afba;
	vertical-align:top;
	overflow: hidden;
}

#towerPage  #content .content_inner  table.buildingTable tbody tr td:nth-child(2) {
	text-align: center;
}

@media only screen and (max-width: 768px) {
#content .content_inner {
	padding:15px 10px;
}
#content .content_inner .ind {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:40px;
}
#content .content_inner h2 {
	font-size:20px;
}
#content .content_inner .titleArea .topLink{
	display:none;
}
#content .content_inner h3 {
	font-size:16px;
}
#content .content_inner h4 {
	font-size:14px;
}
#content .content_inner .topLink_sp{
	margin-top:20px;
	text-align:center;
	display:block;
}
#content .content_inner .topLink_sp a{
	background-color:#FFF;
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	border:#D5DDE3 solid 1px;
	border-radius:3px;
	text-decoration:none;
	padding:15px 20px;
	display:block;
	width:100%;
}
#content .content_inner .topLink_sp a span{
	background:url(../images/arrow07.png) no-repeat 3% 50% / 6px auto;
	padding-left:20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	line-height:1.2;
}

#content .content_inner .read {
	margin-bottom:25px;
}
#content .content_inner ul.imgList01 li {
	display:inline-block;
	margin:0 0 20px 0;
	width:100%;
	text-align:center;
}
#content .content_inner ul.imgList01 li .cap {
	text-align:left;
}
#content .content_inner ul.imgList01 li:last-child{
	margin-bottom:0;
}
#content .content_inner .item{
	margin-bottom:30px;
}
#content .content_inner .pdf{
	margin-top:8px;
	background:url(../images/icon_pdf.png) no-repeat left 50%;
	background-size:13px auto;
	padding-left:20px;
}
#content .content_inner .blank::after{
	margin-left:5px;
	content:'　';
	background:url(../images/icon_blank.png) no-repeat left 50%;
	background-size:9px auto;
	width:9px;	
}

/*お役立ち
***********************/
#helpPage #content .content_inner h2 span.i_index {
	background:url(../images/help_icon01_w.png) no-repeat left 50%;
	background-size:16px auto;
	padding-left:30px;
}
#helpPage #content .content_inner h2 span.i_earthquake {
	background:url(../images/help_icon02_w.png) no-repeat left 50%;
	background-size:18px auto;
	padding-left:30px;
}
#helpPage #content .content_inner h2 span.i_fire {
	background:url(../images/help_icon03_w.png) no-repeat left 50%;
	background-size:17px auto;
	padding-left:30px;
}
#helpPage #content .content_inner h2 span.i_inundation {
	background:url(../images/help_icon04_w.png) no-repeat left 55%;
	background-size:17px auto;
	padding-left:30px;
}
#helpPage #content .content_inner h2 span.i_gohome {
	background:url(../images/help_icon05_w.png) no-repeat left 50%;
	background-size:17px auto;
	padding-left:30px;
}
#helpPage #content .content_inner h2 span.i_outside {
	background:url(../images/help_icon06_w.png) no-repeat left 50%;
	background-size:22px auto;
	padding-left:38px;
}
#helpPage #content .content_inner .greenatt{
	font-size:16px;
	display:block;
	text-align:center;
}
#helpPage #content .content_inner .blueatt{
	font-size:16px;
	display:block;
	text-align:center;
}
#helpPage #content .content_inner .anpi{
	display:block;
	margin:15px 0 15px 0;
	width:100%;
}
#helpPage #content .content_inner .e_float_l{
	float:none;
	margin-right:0;
	margin-bottom:20px;
}
#helpPage #content .content_inner .e_float_r{
	float:none;
	text-align:center;
	margin-top:0
}
#helpPage #content .content_inner .e_float_r img.sp{
	width:80%;
	max-width:100%;
	display:inline-block;

}
/*火災*/
#helpPage #content .content_inner ul.fireList{
	margin-bottom:20px;
}
#helpPage #content .content_inner ul.fireList li{
	width:100%;
	margin-bottom:30px;
}
#helpPage #content .content_inner ul.fireList li:last-child{
	margin-bottom:0;
}
#helpPage #content .content_inner ul.fireList li .f_img{
	height:auto;
	text-align:center;	
}
#helpPage #content .content_inner ul.fireList li.pdt .f_img{
	padding-top:0;
}
#helpPage #content .content_inner ul.fireList li .f_img img.pc{
	display:none;
}
#helpPage #content .content_inner ul.fireList li .f_img img.sp{
	display:inline-block;
	max-width:100%;
	max-height:150px;
}

/*各棟の稼働状況
***********************/
#towerPage #content .content_inner .nowArea{
	margin-bottom: 20px;
}
#towerPage #content .content_inner .kunren{
	padding: 5px 15px;
	display: block;
}
#towerPage #content .content_inner .titleArea .leftArea{
	float: none;
	width: 100%;
	display: block;
	padding: 10px 15px;
	border-right: 0 !important;
	border-bottom: solid 1px #FFF;
}
#towerPage #content .content_inner .nowArea.white .titleArea .leftArea{
	border-bottom: 1px solid #B9C9D0;
}
#towerPage #content .content_inner .titleArea .leftArea .title {
    float: none;
    font-size: 18px;
    font-weight: bold;
}
#towerPage #content .content_inner .titleArea .leftArea .date{
	float: none;
	font-size: 12px;
}
#towerPage #content .content_inner .titleArea .rightArea{
	width: 100%;
	display: block;
	margin-top: 0;
}
#towerPage #content .content_inner .wh_box table{
	width: 100%;
}
#towerPage #content .content_inner .wh_box table.nowTable th{
	display: block;
	width: 100%;
	padding-bottom: 8px;
}
#towerPage #content .content_inner .wh_box table.nowTable th p{
	display: block;
	text-align: center;
}
#towerPage #content .content_inner .wh_box table.nowTable td{
	display: block;
	padding-left: 0;
	font-size: 15px;
}

#towerPage  #content .content_inner  table.buildingTable thead tr th {
	display: none;
}
#towerPage  #content .content_inner  table.buildingTable tbody tr td {
	display: block;
	width: 100%;
}
#towerPage  #content .content_inner  table.buildingTable tbody tr td:first-child {
	background: #98afba;
	color: #FFF;
	font-weight: bold;
}
#towerPage #content .content_inner table.buildingTable tbody tr td:nth-child(2){
	text-align: left;
}
#towerPage  #content .content_inner  table.buildingTable tbody tr td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
#towerPage  #content .content_inner  table.buildingTable tbody tr td p {
	padding-left:3em;
}
}
