@charset "euc-jp";
/* CSS Document */

body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font: 16px/1.5em "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;

}

/* header */

table {
	width:100%;
	height: 760px;
}

td {
	position:relative;
}

#main-wrapper {
	background-image: url(../images/index/main.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:cover;
}

#menu-wrapper {
	width:260px;
}

h1 {
	position:absolute;
	top:50px;
	right:-200px;
}

h2 {
	position:absolute;
	top:52px;
	left:64px;
}

#credit {
	position:absolute;
	bottom:17px;
	right:26px;
}

ul#menu {
	position:absolute;
	width:200px;
	top:480px;
	left:60px;
}

ul#menu li {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #686868;
	padding: 10px 0px 0px 0px;
}

#sns-title {
    position: absolute;
    top: 867px;
    left: 56px;
}

#sns-fb {
    position: absolute;
    top: 904px;
    left: 59px;
}

#sns-tw {
    position: absolute;
    top: 904px;
    left: 129px;
}

/* footer */

#footer-wrapper {
	padding:20px;
}

#beling {
	margin-bottom:26px;
}

#sub-copy {
	margin-bottom:20px;
}

#roadshow {
	margin-bottom:30px;
}

#awards {
	margin-bottom:30px;
}

#banner-no1 {
		margin-bottom:10px;
}

#banner-no1 img {
		margin-right:20px;
}

/* banner */

#banner-wrapper {
	width: 100%;
	height: 370px;
	background-image: url(../images/index/banner_bg.gif);
	background-repeat: repeat-x;
	/*background-size:contain;*/
	padding-top:10px;
	position:relative;
}

#banner-title {
	margin:30px 20px;
}

ul#banner {
	display:table;
	margin:20px;
}

ul#banner li {
	display:table-cell;
	padding-right:20px;
}


/* sns */

div#social ul {
	display:block;
	width:320px;
	height:40px;
	margin-top:5px;
	margin-left:10px;
}

div#social ul li {
	display:inline-table;
	width: 80px
}

div#social li.tw iframe {
	width: 76px !important;
}
