@charset "utf-8";


/* #　共通
----------------------- */
h2{
	font-size:2.85rem;
}
h2 span{
	color:#0CF;
	font-size:inherit;
}

@media screen and ( max-width:1024px) {
}

@media screen and (min-width:0px) and ( max-width:750px) {
h2{
	font-size:2rem;
}
}

/* #　最下部
----------------------- */
#bottom{
	/* background-image:url(/eng/img/back-bottom.jpg); */
	background-attachment:fixed;
	background-size:cover;
	background-position:50% 50%;
    position: relative;
	background-color:#fff;
}

#bottom:before {
    content:"";
    display: block;
    padding-top: 30%;
}

@media screen and ( max-width:2000px) {
#bottom:before {
	display:none;
}
}
@media screen and (min-width:0px) and ( max-width:768px) {
#bottom{
	background-attachment:scroll;
}
}


/* #　latestNews
----------------------- */
#bottom #latestNews{
	width:50%;
	background-color:rgba(255,255,255,0.95);
	
	box-sizing:border-box;
	
	position:absolute;
	top:50px;
	left:5%;
	bottom:50px;
	padding:50px 5%;
}
#bottom #latestNews a{
	display:block;
	color:#000;
	text-decoration:none;
	border-bottom:#999 dotted 1px;
	padding:1em 0;
}

#bottom #latestNews a:after {
     content:".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

#bottom #latestNews a .day{
	color:#666;
	display:inline-block;
	font-style:italic;
	float:left;
	width:8em;
	line-height:2em;
}
#bottom #latestNews a .link{
	padding-left:16em;
	padding-top:0.3em;
	position:relative;
	min-height:1.7em;
}
#bottom #latestNews a .link span.kind{
	display:inline-block;
	padding:;
	width:7em;
	text-align:center;
	box-sizing:border-box;	
	
	background-color:#09c;
	color:#fff;
	font-weight:bold;
	
	position:absolute;
	top:-0.3em;
	top:0;
	left:8em;
	line-height:2em;
	height:2em;
}

#bottom #latestNews a:hover{
	color:#09c;
}

#bottom #latestNews a:hover .link span.kind{
	border:#09c solid 0.15em;
	color:#09c;
	background-color:#fff;
	line-height:1.7em;
	opacity:0.5;
}
#bottom #latestNews a:hover .link p{
	text-decoration:underline;
}


@media screen and ( max-width:2000px) {
#bottom #latestNews{
	width:100%;
	
	position:relative;
	top:0;
	left:0;
	bottom:0;
	padding:50px 5%;
}

}

@media screen and (min-width:0px) and ( max-width:750px) {
#bottom #latestNews a{
	padding:0.5em 0;
}
#bottom #latestNews a .day{
	float:none;
	margin-bottom:0.2em;
	line-height:1em;
}
#bottom #latestNews a .link{
	padding-left:8em;
}
#bottom #latestNews a .link span.kind{
	left:0;
}
}