@charset "Shift_JIS";

/* ========================================

	対象ファイル：emergency_westjapan.html
	対象箇所　　：コンテンツ枠内

======================================== */

#main {
	background: url(../img/emergency_covid19/main.png) no-repeat;
}


/* ---------- sub_nav ---------- */

#sub_nav li li li a.sub_nav_dropdown {
	margin-left: 28px;
	padding: 4px 0 4px 12px;
	background: url(../../img/common/arrow_lightgray_down.png) no-repeat left 8px;
}

#sub_nav li li li a.sub_nav_dropdown:hover {
	margin-left: 28px;
	padding: 4px 0 4px 12px;
	background: url(../../img/common/arrow_pink_down.png) no-repeat left 8px !important;
}

#sub_nav li li li a.sub_nav_dropdown_current {
	margin-left: 28px;
	padding: 4px 0 4px 12px;
	background: url(../../img/common/arrow_lightgray_down.png) no-repeat left 8px;
}

#sub_nav li li li a.sub_nav_dropdown_current:hover {
	margin-left: 28px;
	padding: 4px 0 4px 12px;
	background: url(../../img/common/arrow_pink_down.png) no-repeat left 8px !important;
}

#sub_nav li li li li a {
	margin-left: 40px;
}

#sub_nav li li li li a:hover {
	margin-left: 40px;
}


/* ---------- article ---------- */

.article {
	margin: 0px;
	padding-bottom: 20px;
}

.date_wrap {
	width: 670px;
	height: 32px;
	margin-bottom: 10px;
	padding: 0 20px;
	background: url(../img/emergency_vietnam2017/date_bg.gif) no-repeat;
	line-height: 32px;
	color: #FFF;
}

.date {
	float: left;
}

.text {
	padding: 0 10px;
}

/* ---------- dl ---------- */

.files {
	margin: 10px;
	padding: 20px;
	border-radius: 10px;
	background: #F0F0F0;
}


/* ---------- 1photos and 1explanation ---------- */

.photo1_ex1 {
	width: 320px;
	margin: 0 auto 20px;
}

.photo1_ex1 a {
	display: block;
	width: 300px;
	margin: 20px 10px 10px;
	float: left;
}

.photo1_ex1 img {
	display: block;
	width: 300px;
}

.photo1_ex1 .explanation {
	display: block;
	padding: 0 10px;
	clear: both;
}


/* ---------- 2photos and 1explanation ---------- */

.photo2_ex1 {
	width: 640px;
	margin: 0 auto 20px;
}

.photo2_ex1 a {
	display: block;
	width: 300px;
	margin: 20px 10px 10px;
	float: left;
}

.photo2_ex1 img {
	display: block;
	width: 300px;
}

.photo2_ex1 .explanation {
	display: block;
	padding: 0 10px;
	text-align: center;
	clear: both;
}


/* ---------- 2photos and 2explanation ---------- */

.photo2_ex2 {
	width: 640px;
	margin: 0 auto 20px;
}

.photo2_ex2 p {
	width: 320px;
	float: left;
}


.photo2_ex2 a {
	display: block;
	width: 300px;
	margin: 20px 10px 10px;
}

.photo2_ex2 img {
	display: block;
	width: 300px;
}

.photo2_ex2 .explanation {
	display: block;
	width: 300px;
	padding: 0 10px;
}

.photo2_ex2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.photo2_ex2 {
  min-height: 1px;
}

* html .photo2_ex2 {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ---------- 1photos and 1explanation big---------- */

.photo3_ex1 {
	width: 520px;
	margin: 0 auto 20px;
}

.photo3_ex1 a {
	display: block;
	width: 500px;
	margin: 20px 10px 10px;
	float: left;
}

.photo3_ex1 img {
	display: block;
	width: 500px;
}

.photo3_ex1 .explanation {
	display: block;
	padding: 0 10px;
	clear: both;
}


/* ---------- 3photos and 3explanation ---------- */

.photo3_ex3 {
	width: 900px;
	margin: 0 auto 20px;
}

.photo3_ex3 p {
	width: 250px;
	float: left;
}

.photo3_ex3 a {
	display: block;
	width: 250px;
	margin: 20px 5px 10px;
}

.photo3_ex3 img {
	display: block;
	width: 210px;
}

.photo3_ex3 .explanation {
	display: block;
	width: 210px;
	padding: 0 10px;
}

.photo3_ex3:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.photo3_ex3 {
  min-height: 1px;
}

* html .photo3_ex3 {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}




/* ---------- gallery ---------- */

#gallery {
	margin: 20px 5px 0;
}

#gallery li {
	margin: 0 5px;
	float: left;
}




/* ---------- outline ---------- */

#outline {
	width: 710px;
	margin: 5px 0 10px;
}

#outline thead {
	padding: 5px;
	background: #4B4B4B;
	text-align: center;
	color: #FFF;
}

#outline tr.gray {
	background: #F0F0F0;
}

#outline th {
	width: 160px;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
}

#outline td {
	border-left: 1px solid #DCDCDC;
	padding: 5px 10px;
	vertical-align: top;
}


/* ---------- map ---------- */

#map {
	display: block;
	margin: 5px 0 15px 15px;
	float: right;
}

/* ---------- ページ固有追加 ---------- */
.strong a{
    font-size: 22px;
    font-weight: bold;
    color: #e60000;
}



