@charset "UTF-8";
/* CSS Document */
@font-face{ 
  font-family: 'mplus-2p-regular';
  src: url('font/mplus-2p-regular.eot');
  src: url('font/mplus-2p-regular.eot?#iefix') format('embedded-opentype'),
       url('font/mplus-2p-regular.woff') format('woff'),
       url('font/mplus-2p-regular.ttf') format('truetype');
}

a:hover {
	opacity:0.7;
}

p.gotop {
    bottom:40px;
    display:none;
    position:fixed;
    right:40px;
	z-index:50;
}
p.gotop a {
	display:block;
	width:40px;
	height:52px;
	text-decoration:none;
	text-indent:-9999px;
	background-image:url(../img/pagetop.png);
	background-repeat:no-repeat;
	background-size:40px 52px;
}
p.gotop a:hover {
	opacity:0.7;
}

html {
	height:100%;
	width:100%;
}
body {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	font-family:mplus-2p-regular;
	color:#717071;
	position:relative;
}
#fline_top {
	position:fixed;
	z-index:1000;
	pointer-events:none;
	width:100%;
	height:100%;
	background-image:url(../img/fline_top.png);
	background-position:center top;
	background-size:100% 21px;
	background-repeat:no-repeat;
}
#fline_top:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
}
#fline_bottom {
	height:100%;
	background-image:url(../img/fline_bottom.png);
	background-position:center bottom;
	background-size:100% 21px;
	background-repeat:no-repeat;
}
#fline_left {
	height:100%;
	background-image:url(../img/fline_left.png);
	background-position:left top;
	background-repeat:repeat-y;
	background-size:21px auto;
}
#fline_right {
	height:100%;
	background-image:url(../img/fline_right.png);
	background-position:right top;
	background-repeat:repeat-y;
	background-size:21px auto;
}

#contents {
	position:relative;
	padding-top:486px;
}


#header {
	position:absolute;
	z-index:2000;
	top:0;
	left:0;
	right:0;
	width:1510px;
	height:356px;
	margin:0 auto;
	background:url(../img/ymtitle.png) no-repeat 12px 0;
	text-align:center;
	padding-top:130px;
	font-size:18px;
	line-height:48px;
	color:#717071;
	font-family:'Courier New', Courier, monospace;
}
#header a {
	text-decoration:none;
	color:#717071;
}
#header a:hover,#header a.slt {
	text-decoration:underline;
}
#header #dw {
	position:absolute;
	top:400px;
	left:240px;
	font-size:46px;
	letter-spacing:4px;
}
#header #aw {
	position:absolute;
	top:400px;
	right:328px;
	font-size:46px;
	letter-spacing:4px;
}

#pan {
	font-size:14px;
	line-height:18px;
	width:90%;
	max-width:1000px;
	margin:0 auto;
	padding:90px 0 0 0;
	box-sizing:border-box;
}
#pan strong {
	font-size:18px;
	font-weight:normal;
}
#pan p {
	float:right;
}
#pan.sub {
	text-align:right;
}
#pan.sub span {
	padding-right:50px;
}
#pan.sub a {
	padding-left:60px;
}
#pan.sub a.slt {
	text-decoration:underline !important;
}
#pan a {
	color:#717071;
	text-decoration:none;
}
@media screen and (max-width: 1509px) {
	#header {
		width: 100%;
		background-size: 100% auto;
		padding-top: calc( 100vw / 1510 * 130 );
	}
	#header #dw,#header #aw {
		top: calc( 100vw / 1510 * 400 );
		font-size: calc( 100vw / 1510 * 46 );
	}
	#header #dw {
		left: calc( 100vw / 1510 * 240 );
	}
	#header #aw {
		right: calc( 100vw / 1510 * 240 );
	}
	#pan {
		padding: 0;
	}
}

#mainbody {
	padding:20px 120px; 
}
#mainbody a {
	color: #000;
	text-decoration: underline;
}
#mainbody ul {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:center;
}
#mainbody ul li {
	width:300px;
	height:300px;
	padding:0 6px 12px;
}
#mainbody ul li.empty {
	height: 0;
	padding-bottom: 0;
}
#mainbody ul li img {
	width:100%;
	height:auto;
}
#bodyblk {
	width:1000px;
	margin:0 auto;
	font-size:13px;
	line-height:2;
}
#bodyblk.detbody {
	background-color:#f7f5f4;
	padding:30px 100px;
	box-sizing:border-box;
}
.ppfdet {
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:20px;
	border-bottom:1px solid #e5e5e5;
}
.imgblk_a,.imgblk_b,.imgblk_c {
	position:relative;
	width:100%;
	overflow:hidden;
	box-sizing:border-box;
	font-size:0;
}
.imgblk_a img,.imgblk_b img,.imgblk_c img,.imgblk_d img,.imgblk_e img,.imgblk_f img,.imgblk_g img {
	width:100%;
	height:auto;
}
.imgblk_a {
}
.imgblk_b {
	background-color:#eee7e3;
	padding:40px 60px;
}
.imgblk_c {
	padding:0px 60px;
}
.imgblk_d {
	background-color:#eee7e3;
	padding:40px 150px;
}
.imgblk_e {
	padding:0px 150px;
}
.imgblk_f {
	background-color:#eee7e3;
	padding:40px 250px;
}
.imgblk_g {
	padding:0px 250px;
}
#bodyblk h2 {
	font-size:34px;
	line-height:40px;
	float:left;
	font-family:"Courier New", Courier, monospace;
	margin-right:30px;
}
#bodyblk h2 + p {
	font-size:16px;
	line-height:20px;
}
#bodyblk p.plus {
	clear:both;
	padding:50px 30px;
}
#bodyblk p.plus img {
	width:108px;
	height:auto;
}
#bodyblk div.bblk {
	clear:both;
	padding-top:15px;
}
#bodyblk hr {
	border:none;
	border-top:1px solid #ded6cd;
	margin:15px 0;
	font-size:0;
}
#contact_link a {
	background-color:#d4d4d4;
	padding:0 4px;
}


#footer {
	text-align:center;
	padding-bottom:40px;
	margin-top:80px;
	font-size:16px;
	line-height:1;
}

.lum-lightbox {
	z-index: 5000 !important;
}