@charset "UTF-8";
@import "reset.css";

/* =======================================
	
	foreign.css - 外国語サイト
	
======================================= */


/*----------------------------------------
　　1.  Common
----------------------------------------*/

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: url(../images/common/bg_base.png) repeat;
}

#en { 
	/* font-family: 'Arial', Helvetica, sans-serif; */	
	letter-spacing: 0.05em;
}

#ko {
	/* font-family: 'Gulim', 'Apple Gothic', 'Arial', sans-serif;*/
	letter-spacing: 0.05em;
}

#cn { 
	/* font-family: 'SimSun', 'Song', 'Arial', sans-serif; */	
	letter-spacing: 0.1em;
}

#tw { 
	/* font-family: 'PMingLiU', 'Apple LiSung', 'Arial', sans-serif; */	
	letter-spacing: 0.1em;
}

body {
	color: #001949;
	text-align: center;
	padding: 5px 0px 0px;
	font: 90%/180% "メイリオ", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: url(../images/common/bd_header.png) repeat-x left top;
}

a, a:visited { 
	color: #666;
	cursor: pointer;
	transition: all 0.3s; 
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a:link, a:visited { text-decoration: none; }

a:hover, a:active {
	color: #CCC;
	text-decoration: underline;
}

::-moz-selection {
	color: #FFF;
	background: #001949;
	text-shadow:none;
}
::selection {
	color: #FFF;
	background: #001949;
	text-shadow: none;
}

ul li {
	list-style: none;
	list-style-position: outside;
}

ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px 0px 3px 1.8em;
}

blockquote {
	background: #fafafa;
	padding: 20px 25px;
	margin: 15px 0px;
	font-size: 90%;
	line-height: 160%;
}

address {
	font-style: normal;
	line-height: 1;
}

sup {
	font-size: 0.7em;
	vertical-align: text-bottom;
}

sub {
	font-size: 0.7em;
	vertical-align: text-top;
}

strong { font-weight: bold; }

table {
	margin: 5px 0px;
	border-collapse: collapse;
	border: 1px solid #e1e1e1;
}

table th {
	vertical-align: middle;
	font-weight: bold;
}

table td,
table th {
	padding: 5px 15px;
	vertical-align: middle;
	border: 1px solid #e1e1e1;
}

.Lct { float: left; }

.Rct { float: right; }

.clear { clear: both; }

.left { text-align: left; }

.right { text-align: right; }

.center { text-align: center; }

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

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/*----------------------------------------
　　2.  Container
----------------------------------------*/

#all { overflow: hidden; }

#wrapper {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: url(../images/common/bg_base.png) repeat;
    position: relative;
	z-index: 1;
}

#container {
	width: 100%;
	margin: 0px 0px 329px;
}

#pagetop {
	width: 30px;
	height: 30px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1000;
} 

/*----------------------------------------
　　3.  Header
----------------------------------------*/

header {
	width: 100%;
	padding: 15px 0px 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/common/bg_header.png) no-repeat center top;
	z-index: 500;
}

#header {
	width: 960px;
	height:140px;
	margin: 0px auto;
	position: relative;
}

#header h1 {
	width: 290px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin: 0px 0px 0px -145px;
}

/*----------------------------------------
　　4.  Main
----------------------------------------*/

#main {
	background: url(../images/index/mainvisual.jpg) no-repeat center 110px;
	width: 100%;
	padding: 110px 0px 0px;
	margin: 0px 0px 40px;
	position: relative;
	z-index: 200;
}

.hukinagashi01, .hukinagashi02 { 
	display: none;
	width: 100%;
	height: 330px;
	position: absolute;
	left: 0px;
	top: 110px;
}

.hukinagashi01 {
	background: url(../images/index/hukinagashi01.png) no-repeat center top;
	z-index: 60;
}

.hukinagashi02 {
	background: url(../images/index/hukinagashi02.png) no-repeat center top;
	z-index: 80;
}

/*	mainvisual
----------------------------------------*/

#mainvisual {
	width: 960px;
	height: 330px;
	margin: 0px auto;
	position: relative;
	z-index: 100;
}

#mainvisual .copy {
	width: 700px;
	position: absolute;
	left: 120px;
	bottom: 20px;
	display: none;
	z-index: 120;
}

#mainvisual .tanzaku {
	width: 88px;
	position: absolute;
	right: 30px;
	top: 0px;
	display: none;
	z-index: 120;
}

/*----------------------------------------
　　5.  Contents
----------------------------------------*/

#contents {
	width: 960px;
	margin: 0px auto 60px;
}

#contents .box {
	background: #FFF;
	padding: 0px;
	margin: 0px 0px 40px;
	box-shadow: 0px 0px 2px #999;
}

#contents .inner {
  padding: 0px 50px 30px;
  text-align: center;
}
#contents .inner ul { display: inline-block; }

#contents h3 {
	background: url(../images/foreign/h3_section.png) repeat left top;
	margin: 0px 0px 40px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
	text-shadow: 0 -1px 0px #333;
	font-size: 130%;
	line-height: 240%;
	font-weight: bold;
}

#contents h4 {
	font-size: 130%;
	margin: 0px 0px 30px;
}

#contents p { margin: 0px 0px 25px; }

#contents .caption {
	font-size: 11px;
	line-height: 16px;
}

/*	profile
----------------------------------------*/

dl.profile dt {
	float: left;
	width: 15em;
	padding: 10px 0px;
	font-weight: bold;
}

dl.profile dd {
	padding: 10px 0px 10px 15em;
	margin: 0px 0px 15px;
	background: url(../images/common/bg_dd.png) repeat-y 11em top;
}

dl.profile #map_canvas {
	margin: 10px 0px;
	border: 1px solid #b0bfc7;
}

/*	english
----------------------------------------*/

.outline ul li {
	margin: 0px 20px 0px 0px;
	float: left;
	width: 156px;
}

.outline ul li.last { margin: 0px; }

.outline ul li p { margin: 8px 0px 0px; }

.outline ul li > a {
	display: block;
	margin-bottom: 5px;
}

.outline ul li p a {
	display: block;
	min-height: 32px;
	background: url(../images/common/icon_next.png) no-repeat right bottom;
	font-size: 11px;
	line-height: 16px;
}

.outline ul li p a:hover { background: url(../images/common/icon_next02.png) no-repeat right bottom; }

.photo_map {
	display: table;
}
.photo_map figcaption,
.photo_map img {
	display: table-cell;
	vertical-align: middle;
	padding-right: 25px;
}

#map {
	margin: 10px 0;
	border: 1px solid #b0bfc7;
}


/*----------------------------------------
　　5.  Footer
----------------------------------------*/

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 210px;
	padding: 60px 0px;
	background: url(../images/common/bg_footer.png) repeat;
	z-index: 0;
}

#footer {
	width: 960px;
	margin: 0px auto;
	color: #FFF;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}

address {
	color: #c4c4c4;
	text-align: center;
	letter-spacing: none;
	font: 10px Verdana, Geneva, sans-serif;
}

/*	share
----------------------------------------*/

#share {
  display: inline-block;
	margin: 50px auto;
}

#share .fb {
	float: left;
	height: auto;
	width: auto;
	overflow: hidden;
	text-align: left;
	margin: 10px 10px 0px 0px;
}

#share .fb a:hover {
  background-color: #0a56b8;
}

.fb_iframe_widget span { vertical-align: top !important; }

#share .tw {
	float: left;
	height: auto;
	width: auto;
	overflow: hidden;
	margin: 10px 0px 0px;
}

.fb-like.fb_iframe_widget span { vertical-align: top !important; }

.attention {
  background-color: #fff;
  border: solid 5px #e31a1e;
  box-sizing: border-box;
  margin: 40px auto;
  text-align: center;
  width: 100%;
  max-width: 960px;
}
.attention a {
  background-color: #C8171A;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  margin: 5px;
  padding: 20px 0;
}
.attention a:hover {
  text-decoration: none;
  background-color: #e31a1e;
}
