@font-face {
font-family: "utsukushi";
src: url("../../font/utsukushi.eot?") format('eot'),
   url("../../font/utsukushi.woff") format('woff'),
   url("../../font/utsukushi.otf")  format('opentype');
}

/* メインビジュアル */
header {
	height:30%;
	overflow:hidden;
}

header h2 {
	position:absolute;
	top:20%;
	z-index:10;
	width:100%;
	box-sizing:border-box;
	text-align:right;
	padding-right:10px;
}

header.shadow::before {
	content: "";
	width: 80%;
	height: 100%;
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	opacity: 0.5;
}

header h2.mv_ttl {
	top: 50%;
	transform: translateY(-50%);
	padding-right: 20px;
	font-family: "Noto Serif JP", serif;
	color: #FFF;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
	font-size: 28px;
	letter-spacing: 0.075em;
	font-weight: 500;
	line-height: 1.5;
}

header h2.mv_ttl em {
	font-style: normal;
	font-size: 14px;
	display: block;
}

header h2 img {
	height:40px;
	max-width:90%;
}

#PhotoBox {
	height:100%;
	position: relative;
	z-index: 0;
}

#PhotoBox img {
	width:100%;
	position: absolute;
	top:0;
	left: 0;
	z-index:1;
}

/* ページ概要 */
#ContIntroWrapper {
	background:url(../img/contents_intro_BG.jpg);
	padding-top:15px;
	padding-bottom:15px;
}

#ContIntroWrapper h3 {
	padding-bottom:5px;
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
	font-size:1.2em;
	color:#00A4DB;
	line-height:1.6;
	margin-left:15px;
	font-weight: 400;
}

#ContIntroWrapper .SubTitle {
	padding-bottom:10px;
	margin-left:10px;
}

#ContIntroWrapper .SubTitle strong {
	background:#00A4DB;
	padding:4px;
	padding-left:7px;
	padding-right:7px;
	font-size:0.8em;
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
	color:#FFF;
	border-radius:5px;
	font-weight:normal;
}

#ContIntroWrapper p {
	padding-bottom:10px;
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
	text-justify:inter-ideograph;
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
	line-height:1.6;
	font-size:0.75em;
}


.ContIntroBird {
	position:absolute;
	right:10px;
	text-align:right;
	top:10%;
}

.ContIntroBird img {
	width:40%;
}

#ContIntroWrapper img {
	max-width:90%;
}

#PageNavi {
	padding:10px;
	background:url(../img/page_navi_BG.png);
	border:1px solid #CCC;
	box-sizing:border-box;
	border-radius:5px;
	margin-left:15px;
	margin-right:15px;
}
	

#PageNavi ul {
	overflow:hidden;
}

#PageNavi li {
	text-indent: -20px;
	margin-left: 30px;
	padding: 5px 0;
}

#PageNavi li a {
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
	font-size:0.85em;
	line-height:1.5;
	color:#333;
	text-decoration:none;
	background-size:10px;
	padding-left:14px;
}

#PageNavi li a i {
padding-right: 5px;
color: #00A3D9;
transition: all  0.3s ease;
}

.FullCont {
	clear:both;
	position:relative;
	overflow:hidden;
	width:100%;
	margin:auto;
}

.FullCont h3 {
	text-align:center;
	line-height:50px;
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
	font-size:1.1em;
	font-weight:normal;
}

.Cont3colBox {
	width:90%;
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
	margin:auto;
}

.Cont2colBox {
	width:90%;
	box-sizing:border-box;
	overflow:hidden;
	margin:auto;
}

.Cont3colBox img,
.Cont2colBox img {
	width:100%;
}

.Cont3colBox h4 {
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
	font-size:1.1em;
	line-height:1.3;
	text-align:center;
	padding-bottom:5px;
	font-weight:normal;
}

.Cont2colBox h4 {
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
	font-size:1.1em;
	line-height:1.3;
	text-align:center;
	padding-bottom:5px;
	font-weight:normal;
}

h4.ainu_icon {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
font-size: 1.1em;
line-height: 1.3;
text-align: center;
padding-bottom: 15px;
font-weight: normal;
letter-spacing: 0.1em;
}

h4.ainu_icon:before,
h4.ainu_icon:after {
content: "";
width: 21px;
height: 16px;
background:url(../img/title_monyou01.png) no-repeat left;
padding-left:30px;
}


.Cont2colBox h5 {
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
	font-size:1.0em;
	line-height:1.3;
	text-align:center;
	font-weight:normal;
	padding-top:5px;
}

.Cont3colBox h4 strong {
	background:url(../img/title_monyou01.png) no-repeat left, url(../img/title_monyou01.png) no-repeat right;
	font-weight:normal;
	padding-left:22px;
	padding-right:22px;
	background-size:14px;
}

.Cont3colBox h4 strong span {
	font-size: 12px;
}

.Cont3colBox p,
.Cont2colBox p {
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
	font-size:0.75em;
	line-height:1.5;
	text-align:justify;
	text-justify:inter-ideograph;
	padding-top:5px;
	padding-bottom:5px;
}

@media only screen and (min-device-width : 321px) {
#ContIntroWrapper h3 {
	font-size:1.2em;
}
#ContIntroWrapper h3 span {
	font-size: 0.65em;
	display: block;
}

#ContIntroWrapper p {
	font-size:0.8em;
}
.Cont3colBox h4,
.Cont2colBox h4,
.Cont2colBox h5 {
	font-size:1.1em;
}
.Cont3colBox p,
.Cont2colBox p {
	font-size:0.8em;
}
}

/*
.FullCont .fLeft {float:left; padding-right:24px; border-right:1px dotted #CCC;}
.FullCont .fCenter {float:left; padding-left:24px; padding-right:24px; border-right:1px dotted #CCC;}
.FullCont .fRight {float:right;}
*/

.borderSeparator {
	clear:both;
	border-bottom:1px dotted #CCC;
}

.Cont3colBox a {
	font-family: 'Droid Serif', serif;
	background:url(../img/contents_col_link_arrow.png) no-repeat left 2px;
	padding-left:16px;
	text-indent:0;
	font-size:0.8em;
	color:#3A6FAB;
	display:block;
	line-height:1.4;
	word-break: break-all;
}

.colLinkCenter {
	text-align:center;
	padding-top:7px;
}

.colLinkCenter a {
	font-family: 'Droid Serif', serif;
	background:url(../img/contents_col_link_arrow.png) no-repeat left center;
	padding-left:16px;
	text-indent:0;
	font-size:0.8em;
	color:#3A6FAB;
	line-height:1.4;
}

.Cont3colBox a:hover,
.Cont2colBox a:hover {
	text-decoration:none;
}

/* フッターバナー */
.FooterBnrBox {
	clear:both;
	padding:10px;
	padding-top:0;
	padding-bottom:0;
}

/* バナー01 */
.TopBnrBox {
	margin-bottom:15px;
	position:relative;
}

.TopBnrBox img {
	width:100%;
}

.new_icon {
    display: inline-block;
    margin-right: 1em;
    background-color: #e40012;
    padding: 3px;
    border-radius: 3px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 0.4em;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    position: relative;
    top: -0.5em;
}

footer p {
	font-size: 0.7em;
}