@charset "utf-8";
/* CSS Document */

/* common ========== */
html {
	overflow-x: hidden;
}
body {
	background-color: #000;
	font-size: 15px;
	color: #c9c9c9;
	line-height: 32px;
}
img {
	max-width: none;
}
#container {
    width: 100%;
    min-width: 740px;
	background: url(http://image.rohan.jp/event/2016/0302_commend/topbg.jpg) no-repeat center top;
}
#wrap {
	position: relative;
	width: 740px;
	margin: 0 auto;
}
/* header ========== */
#header {
	position: relative;
	width: 1920px;
	height: 630px;
	margin: 0 auto;
}
#header h1 {
	position: absolute;
	top: 47px;
    left: 10%;
	width: 319px;
	height: 183px;
	background: url(http://image.rohan.jp/event/2016/0302_commend/logo.png) no-repeat top center;
}

/* content ========== */
#content {
	position: relative;
	width: 1920px;
    margin-left: -590px;
	background: url(http://image.rohan.jp/event/2016/0302_commend/bg.jpg) repeat-x #000;
}
#content .fix {
	width: 740px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 200px;
}
#content .fix .clr {
	position: relative;
	margin: 10px 0 70px 0;
}
#content .fix .clr table {
	width: 440px;
	margin: 45px 0;
	font-size: 13px;
}
#content .fix .clr table tr td {
    padding-top: 10px;
}
#content .fix .tb {
	font-weight: bold;
}
#content .fix h5 {
	margin: 50px 0 10px 0px;
}
#header h1 a,
#content .tc a {
	display: block;
	width: 100%;
	height: 100%;
}
#content .fix a {
	font-weight: bold;
	color: #f10;
	cursor: pointer;
}

/* footer ========== */
#footer {
	position: relative;
	width: 100%;
	background-color: #000;
}
.footer {
	position: relative;
	width: 700px;
	margin: 0 auto;
	padding: 40px 0;
	font-size: 12px;
	line-height: 1.6em;
	color: #fff;
}
.footer_logos {
	position: absolute;
	top: 20px;
	right: 0;	
}