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

body {
	margin: 0;
	padding: 0;
	position:relative;
}

a {
	text-decoration: none;	
}

/* menu */

#menu-btn {
	display:none;
	position:fixed;
	right:0;
	top:0;
	z-index:2;
}

#menu-container {
	background-color:#242424;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1;
}

#menu-container ul {
	display:block;
	max-width:1280px;
	margin:0 auto;
	text-align:center;
}

#menu-container ul li {
	display:inline-block;
	padding:20px 26px;
}

#menu-container ul li a {
	color:#fff;
	font-family: FOT-筑紫Aオールド明朝 Pr6 D;
	font-size:20px;
}

#menu-container ul li a:hover {
	color:#35baef;
}

#menu-container ul li:first-child {
	background-image: url(../images/icon_fb.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 18px auto;
}

#menu-container ul li:last-child {
	background-image: url(../images/icon_tw.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 18px auto;
}

/* content */

#content-wrapper {
	width: 100%;
	margin-top:58px;
	background-color: #ffffff;
	background-image: url(../images/triangle.png);
	background-repeat: repeat-x;
	background-position:center top;
}

#content-container {
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
}

#content-container img {
	width:100%;
	height:auto;
}

#content-container img.pc { display: block !important; }
#content-container img.sp { display: none !important; }

#wappen {
	position:absolute;
	left:20px;
	bottom:50px;
}

/* footer */

#footer-container {
	width: 100%;
	padding: 30px 0px;
	background-color: #242424;
	text-align:center;
}

#roadshow {
	margin-top:40px;
	margin-bottom:40px;
}

#sns-container {
	width: 600px;
	margin: 0 auto;
}

#roadshow-container {
	width: 1100px;
	margin: 0 auto;
	position:relative;
}

#sns-widget-container {
	width: 1042px;
	margin: 0 auto;
}

/* sns share */

#social {
	margin-top: 15px;
}

#social li {
	display:inline-block;
	padding:10px 5px;
}

#social li.eiga {
	margin-right:-20px;
}

/* sns widget */

#widgetTwitter {
	float:right;
	width:500px;
}

#widgetFacebook {
	float:left;
	width:500px;
}

#widgetFacebook iframe {
	border-radius: 6px;        /* CSS3草案 */  
 -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */  
}

/* スマホ用 */

@media only screen and (max-width: 1100px) {

/* menu */

#menu-btn {
	display:block;
}

#menu-btn span {
	color:#fff;
	font-family: FOT-筑紫Aオールド明朝 Pr6 D;
	font-size:12px;
	display:block;
	line-height: 50px;
	height:50px;
	float:left;
}

#menu-btn img {
	width:50px;
	height:auto;
	float:right;
}

#menu-container {
	min-height:50px;
}

#menu-container ul {
	display:none;
	margin-top:50px;
	margin-bottom:15px;
}

#menu-container ul li {
	padding:20px 30px;
}

#menu-container ul li a {
	font-size:16px;
}

#menu-container ul li:first-child {
	background-image: url(../images/icon_fb.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 20px auto;
}

#menu-container ul li:last-child {
	background-image: url(../images/icon_tw.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 20px auto;
}

/* content */

#content-wrapper {
	background-image:none;
	margin-top:50px;
}

#content-container {
	position:relative;
	width:100%;
}

#content-container img.pc { display: none !important; }
#content-container img.sp { display: block !important; }

#wappen {
	width:26%;
	left:72%;;
	top:76%;
}

#wappen a img {
	width:100%;
	height:auto;
}

/* footer */

#footer-container {
	width: 100%;
	padding: 20px 0px;
	background-color: #242424;
	text-align:center;
}

#roadshow {
	margin-top:20px;
	margin-bottom:20px;
}

#roadshow img {
	width:90%;
	height:auto;
}

#sns-container {
	width: 100%;
	margin: 0 auto;
}

#roadshow-container {
	width: 100%;
}

#sns-widget-container {
	width: 100%;
	margin: 0 auto;
}

#social {
	margin-top: 0px;
}

#widgetTwitter {
	float:none;
	width:90%;
	margin:20px 5%;
}

#widgetFacebook {
	float:none;
	width:90%;
	margin:20px 5%;
}

}
