@charset "utf-8";

/* ----------------------------------------------

top.css

 - Home Styles

LastUpdate: 2011-11-22
---------------------------------------------- */

html {
	width: 100%;
	min-width: 922px;
	height: 100%;
	min-height: 100%;
}

@media screen and (min-height: 980px) {
	
	html {
		background-position:  right bottom;
	}
	
}

body {
	background-color: #e94745;

}

#wrapper {
	width: 100%;
	min-width: 922px;
	position: relative;
	background: url(common/img/top/bg.jpg) right top no-repeat;
	background-size: contain;
}

#header {
	float: none;
}


/* NEWS ----- */

#newsSection {
	clear: both;
	/*padding-bottom: 50px;*/
	padding-bottom: 76px;
}

#newsSection h2 {
	font-family: 'Noto serif JP',serif;
	color: #fff;
	margin-bottom: 0.9em;
}

#newsSection dl {
	font-size: 12px;
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "平成明朝",serif;
	color: #fff;
	line-height: 1.4;
}

#newsSection dl dt {
	float: left;
	clear: left;
	width: 4em;
	margin-bottom: 0.4em;
}

#newsSection dl dd {
	margin-bottom: 0.4em;
	padding-left: 5.5em;
}

#newsSection dl dd a:link{
	color: #fff;
}

#newsSection dl dd a:visited{
	color: #fff;
}

#newsSection dl dd a:hover{
	opacity: .7;
}


#globalNav a:link{
	color: #fff;
}

#globalNav a:visited{
	color: #fff;
}

#globalNav a:hover{
	opacity: .7;
	text-decoration: none;
}

.info{
	position: absolute;
	width: 280px;
	top: 20px;
	right: 20px;
	/* filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6)); */
}

.info img{
	width: 100%;
}