@charset "euc-jp";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font: 1em/1.4em "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
	background-color: #ffffff;
}


/*header*/

#header-container {
	width:100%;
	text-align:center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #a50826;
	padding-top:20px;
	padding-bottom:10px;	
	margin-bottom:70px;
}

/*menu*/

#menu {
	position:absolute;
	width:100%;
	left:0px;
	top:243px;
	background-color: #a50826;	
	box-shadow:rgba(0, 0, 0, 0.3) 0px 5px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 5px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 5px 5px 0px;
	z-index:2;
}


#menu ul {
	margin: 0 auto;
	display:block;
	width:874px;
	height:60px;
	font-size: 0;
}

#menu li {
	display:inline-block;
}

/*footer*/

#main-container {
	width:100%;	
}

#main-container-left {
	width:50%;
	float:left;
	text-align:center;
}

#main-container-right {
	width:50%;
	float:left;
	text-align:center;
}

#main-container-left-pic {
	width: 100%;
	height: 530px;
	background-image: url(../images/pic_hakamada.jpg);
	background-position: center center;
	background-size: cover;
	text-align: right;
}

#main-container-left-pic img,
#main-container-right-pic img {
	display:none;
}



#main-container-right-pic {
	width: 100%;
	height: 530px;
	background-image: url(../images/pic_okunishi.jpg);
	background-position: center center;
	background-size: cover;
	text-align: left;
}

#main-container-left-txt,
#main-container-right-txt {
	width: 100%;
	text-align:center;
	padding:20px 0px 50px 0px;
}

/*trailer*/

#trailer-btn-container {
	width: 1280px;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}

#trailer-btn {
	cursor:pointer;
}

/*footer*/

#footer-container {
	width:1280px;
	margin:0 auto;
	padding-bottom:50px;
}

#widget-container {
	float: left;
	width: 300px;
	text-align: center;
	margin-left:20px;
}

#roadshow-container {
	float:right;
	width: 900px;
	text-align: center;
	margin-right:20px;
}

#sns-container {
	position:relative;
	width: 880px;
	height: 90px;
	margin: 0 auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b79213;
	border-bottom-color: #b79213;
}

#sns-txt {
	position: absolute;
	left: 52px;
	top: 26px;
	
}

#sns-fb {
	position: absolute;
	left: 304px;
	top: 19px;
}

#sns-tw {
	position: absolute;
	left: 363px;
	top: 19px;
}

div#sns-share {
	position: absolute;
	left: 454px;
	top: 32px;
	width: 400px;
}

div#sns-share iframe,
div#sns-share div {
	width: 110px !important;
	display: inline-block;
	vertical-align: top;
}

div#sns-share iframe:first-child {
	width: 100px !important;
}

div#sns-share ul {
	float:right;
	margin-top:-10px;
}


div#sns-share ul li {
	display:inline-table;
}

div#sns-share ul li:first-child {
	margin: 0px 5px;
}
