@charset "UTF-8";

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

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

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


#map {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#photo {
	display: block;
	margin: 5px 20 1em 1em;
	float: left;
}

/* ---------- 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;
}


/* ---------- 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;
  /**/
}


/*---------- flash_wrap -----------*/

#flash_wrap {
	width: 530px;
	margin: 30px auto;
}


/* ---------- 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;
}

.photo_h280 img {
	display: block;
	margin: 20px auto 30px;
	width: auto;
	max-width: 100%;
	height: 280px;
}