@charset "utf-8";


/*---------- contents ----------*/

#full_bk #bk_in img {
	visibility: hidden;
}

#contents #overlaybg {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

#cont .cont_in  {
	padding-top: 20px;
}

#cont .cont_in h1 {
	background: #314DA4;
	font-size: 32px;
	line-height: 1.0em;
	margin: 0 0 20px;
	padding: 10px 30px;
	display: block;
	text-align: center;
	width: auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#cont .cont_in h2 {
	 font-size: 30px;
	 overflow: hidden;
	 text-align: center;
	 margin-bottom: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#cont .cont_in h2.line02 {
	line-height: 1.3em;
}

#cont .cont_in h2 em {
    display: inline-block;
    padding: 0 0.6em;
    position: relative;
}

#cont .cont_in h2 em:before,
#cont .cont_in h2 em:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

#cont .cont_in h2 em:before {
    right: 100%;
}

#cont .cont_in h2 em:after {
    left: 100%;
}

#cont .cont_in h2 em span.small {
	 font-size: 28px;
}

#cont .cont_in h2 em span.w48 {
	display: inline;
}

#cont .cont_in h2 em br.w48 {
	display: none;
}

#cont .cont_in .intro {
	margin: 0 7px 20px;	
}

#cont .cont_in .intro.short {
	margin-bottom: 30px;	
}

#cont .cont_in .intro a,#cont .cont_in .intro a:hover {
	color: #FFFFFF;
	text-decoration: none;	
}

#cont .cont_in .intro .txt {
	float: right;
	width: 68%;
	display: inline-block;
  -webkit-text-shadow: 1px 1px 1px #000, 3px 3px 10px #000;
	-moz-text-shadow: 1px 1px 1px #000,  3px 3px 10px #000;
	-o-text-shadow: 1px 1px 1px #000, 3px 3px 10px #000;
  text-shadow: 1px 1px 1px #000, 3px 3px 10px #000;
}

#cont .cont_in .intro .txt p {
	margin: 0 auto;
	width: 89%;
}

#cont .cont_in .intro .txt .ttl {
	font-size: 32px;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 20px;
	line-height: 1em;
}

#cont .cont_in .intro .txt .ttl02 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 0;
	line-height: 1.2em;
}

#cont .cont_in .intro .photo {
	float: left;
	width: 32%;
	width: -webkit-calc(33% - 10px);
	width: calc(33% - 10px);
	display: inline-block;
	overflow: hidden;
	display: block;
	position: relative;
}

#cont .cont_in .intro .photo .ph_credit {
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: right;
	z-index: 99;
	line-height: 1em;
	color: #0F0F0F;
}

#cont .cont_in .intro .photo img {
	width: 100%;
	height: auto;
    -webkit-transition: -webkit-transform 0.5s linear;
    -moz-transition: -moz-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    transition: transform 0.5s linear;
}

#cont .cont_in .intro a:hover .photo img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#cont .cont_in ul.navi {
    -webkit-text-shadow: 1px 1px 1px #000, 3px 3px 10px #000;
	-moz-text-shadow: 1px 1px 1px #000,  3px 3px 10px #000;
	-ms-text-shadow: 1px 1px 1px #000,  3px 3px 10px #000;
	-o-text-shadow: 1px 1px 1px #000, 3px 3px 10px #000;
    text-shadow: 1px 1px 1px #000, 3px 3px 10px #000;
}



