@charset "utf-8";
/* CSS Document */
/*ALL
--------------------------------------------------*/
div,p,h1,h2,h3,ul,ol,li,dl,dt,dd,table,th,td,a{
	margin:0;
	padding:0;
}
a{
	color:#c40f0d;
}
a:hover{
	color:#e07d7c;
}
a img{
	border:none;
}
img{
	vertical-align:bottom;
}
li{
	list-style:none;
}
.clear{
	clear:both;
}
.clearfix{
	height:1%;
	overflow:hidden;
}
.clearfix:after{
	content:"";
	display:block;
	clear: both;
}
.p5{
	padding:5px;
}
.mb10{
	margin-bottom:10px;
}


/*LAYOUT
--------------------------------------------------*/
body{
	line-height:1.4;
	background:url(../img/common/body-bg-black.jpg) repeat top left;
	font-size:14px;
	margin:0 auto;
	padding:0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo,メイリオ',sans-serif;
}
#wrapper{
	margin:0 auto;
	width:940px;
	min-width:940px;
	/*background-color:#ffffff;*/
	/*background-color:rgba(32,32,32,1);*/
	/*background:url(../../images/header-bg.png) repeat-x top;*/
}
#main{
	float:right;
	width:700px;
	/*height:500px;
	height:auto;*/
	padding:5px 0 5px 10px;
	margin:0;
	/*background-color:yellow;*/
	background-color:rgba(255,245,230,0.8);
	min-height:980px;
}
#content{
	background:url(../img/common/menu-bg-black.png) repeat-y top left;
	margin: 0px;
}
/*TITLE
--------------------------------------------------*/
.Section_Title {
	/*background-image: url(../img/title_wallpaper_black.png);*/
	color:#d2aa3b;
	font-size:18px;
	font-weight:700;
	vertical-align:top;
	display: inline-block;
	width:670px;
	margin:1px 1px 5px 1px;
	padding: 10px 0 6px 15px;
	text-align:left;

	background-color: #333333;
	background:-moz-linear-gradient(top, #808080 5%,#000000 50%, #333333 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top,  #808080 5%,#000000 50%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom,  #808080 5%,#000000 50%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

	border-width: 1px 0 2px 0;
	border-color:#b8860b;
	border-style:solid;
}
.Section_Title_Half {
	/*background-image: url(../img/title_wallpaper_black.png);*/
	color:#d2aa3b;
	font-size:18px;
	font-weight:700;
	vertical-align:top;
	display: inline-block;
	width: 315px;
	margin:1px 1px 5px 1px;
	padding: 10px 0 6px 15px;
	text-align:left;

	background-color: #333333;
	background:-moz-linear-gradient(top, #808080 5%,#000000 50%, #333333 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top,  #808080 5%,#000000 50%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom,  #808080 5%,#000000 50%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

	border-width: 1px 0 2px 0;
	border-color:#b8860b;
	border-style:solid;
}
/*HEADER
--------------------------------------------------*/
header .head{
	width:940px;
	height:30px;
	position:relative;
	background-color:#000000;
}
header .head h1{
	color:#dda520;
	text-align:right;
	font-size:14px;
	text-shadow:2px 1px 3px rgba(0,0,0,90),-2px 1px 3px rgba(0,0,0,90),2px -1px 3px rgba(0,0,0,90),-2px -1px 3px rgba(0,0,0,90);
	padding:5px 20px 5px 5px;
}
header .news{
	width:940px;
	height:35px;
	margin:0;
	background:#000000; /* Old browsers */
}
header .marquee{
	float:center;
	width:925px;
	height:24px;
	margin:1px 5px 5px 7px;
	padding-top:5px;
	overflow:hidden;	
	font-size:16px;
	font-weight:700;
	color:#333333;
	background-color: #ffffff; /* Old browsers */
	background:-moz-linear-gradient(top,rgba(105,105,105,0.8), rgba(255,255,255,1)15%, rgba(255,255,255,1)100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top,rgba(105,105,105,0.8), rgba(255,255,255,1)15%, rgba(255,255,255,1)100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom,  rgba(105,105,105,0.8), rgba(255,255,255,1)15%, rgba(255,255,255,1)100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.Gradient( startColorstr='#696969', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
header .marquee p{
	display:inline-block;
	white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:20s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:20s;
	-moz-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:20s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:20s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
	from{
		margin-left:100%;
		width:100%;
	}
	to{
		margin-left:-100%;
		width:100%;
	}
}
@-moz-keyframes marquee {
	from{
		margin-left:100%;
		width:100%;
	}
	to{
		margin-left:-100%;
		width:100%;
	}
}
@-o-keyframes marquee {
	from{
		margin-left:100%;
		width:100%;
	}
	to{
		margin-left:-100%;
		width:100%;
	}
}
@keyframes marquee {
	from{
		margin-left:100%;
		width:100%;
	}
	to{
		margin-left:-100%;
		width:100%;
	}
}
header nav{
	width:960px;
	margin:0 10px;
	border-top:#ffc600 5px solid;
}
header nav ul li{
	float:left;
	border-right:#ffc600 2px solid;
	width:238px;
	text-align:center;
}
header nav ul li:last-child{
	border:none;
}
header nav ul li a{
	display:block;
}

/*FORM
--------------------------------------------------*/
.form_waku{
	border:1px #868686 solid;
	width:720px;
	margin:5px;
}
.waku_white{
	padding:5px;
	background-color:#fff;
	opacity:0.6;
}
.waku_pink{
	padding:5px;
	background-color:#fff4f9;
	text-align:center;
}

.form_table{
	margin:5px;
	box-sizing:border-box;
}
.row{
	display:table;
	table-layout: fixed;
	width:716px;
	border:1px #868686 solid;
	padding:2px;
}
.cell1{
	display:table-cell;
	background:#ffcccc;
	width:30%;
	padding:5px;
	text-align:left;
}
.cell1 img{
	padding-left:5px;
}
.cell1 span{
	color:#ff002e;
	font-size:13px;
}
.cell2{
	display:table-cell;
	background:#fff4f9;
	width:70%;
	padding:5px;
	vertical-align:top;
}
textarea{
	min-width:400px;
	min-height:80px;
	max-width:600px;
	max-height:200px;
}


/*SIDE COLUMN
--------------------------------------------------*/
#sidebar{
	/*background:url(../../images/menu-bg.png) repeat-y top left;*/
	float:left;
	width:225px;
	height:100%;
	text-align:center;
	/*background-color:pink;*/
	margin-left:5px;
	min-height:980px;
	max-height:100%;
}
#sidebar #logo a{
	background:url(../img/menu/logo.png) no-repeat top center;
	text-indent:-9999px;
	height:72px;
	display:block;
}
#sidebar #info{
	margin:5px;
	width:210px;
	height:90px;
	border: 2px #dda520 solid;
	text-align:left;
	background-color:rgba(0,0,0,0.7);
}
	#sidebar #info p{
		padding: 10px;
		color:#dda520;
		font-size:17px;
		font-weight:700;
	}
#sidebar #navi{
	width:210px;
	margin: 5px 0 5px 0;
	background-color:rgba(255,255,255,0.8);
	border:none 5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#sidebar #navi ul{
	margin: 10px 5px;
}
#sidebar #navi ul li{
	margin:5px 0;
	width:210px;
}
#sidebar #navi ul li a {
	display:block;
	width:190px;
	height:75px;
	/*background-color:skyblue;*/
	text-align:left;
	padding:10px;
	font-size:0;
	font-weight:700;
	color:#ffffff;
	-moz-border-radius :5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-decoration:none;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #dda520;
	text-shadow: 2px 2px 1px #000,
	             -2px 2px 1px #000,
	             2px -2px 1px #000,
	             -2px -2px 1px #000;
}
#sidebar #navi ul .top a{
	background-image: url(../img/menu/menu_btn_top.jpg);
	background-size:cover;
	border: 2px #c0c0c0 outset;
}
#sidebar #navi ul .top a:hover {
  opacity: 0.9;
}

#sidebar #navi ul .system a{
	background-image: url(../img/menu/menu_btn_system.jpg);
	background-size:cover;
	border: 2px #c0c0c0 outset;
}
#sidebar #navi ul .system a:hover {
  opacity: 0.9;
}
#sidebar #navi ul .map a{
	background-image: url(../img/menu/menu_btn_map.jpg);
	background-size:cover;
	border: 2px #c0c0c0 outset;
}
#sidebar #navi ul .map a:hover {
  opacity: 0.9;
}
#sidebar #navi ul .recruit_cast a {
	background-image: url(../img/menu/menu_btn_recruit_cast.jpg);
	background-size:cover;
	border: 2px #c0c0c0 outset;
}
#sidebar #navi ul .recruit_cast a:hover {
  opacity: 0.9;
}
#sidebar #navi ul .recruit_staff a{
	background-image: url(../img/menu/menu_btn_recruit_staff.jpg);
	background-size:cover;
	border: 2px #c0c0c0 outset;
}
#sidebar #navi ul .recruit_staff a:hover {
  opacity: 0.9;
}
#sidebar #navi ul .contact a{
	background-image: url(../img/menu/menu_btn_contact.jpg);
	background-size:cover;
	border: 2px #c0c0c0 outset;
}
#sidebar #navi ul .contact a:hover {
  opacity: 0.9;
}
/*------------------------------------*/
#sidebar .know-how{
	display:block;
	width: 210px;
	/*height: 80px;*/
	box-sizing:border-box;
	margin:5px;
	padding: 5px 5px 5px 5px;
	background-color:#111111;
	border: 3px #b8860b solid;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	color:#b8860b;
	text-decoration:none;
	font-size:14px;
	font-weight:700;
}
#sidebar .remote{
	display:block;
	width: 210px;
	/*height: 60px;*/
	box-sizing:border-box;
	margin: 5px;
	padding: 10px 5px 10px 5px;
	background-color:#111111;
	border: 3px #b8860b solid;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	color:#b8860b;
	text-decoration:none;
	font-size:18px;
	font-weight:700;
}
/*------------------------------------*/
#sidebar .line{
	width: 210px;
	height: 100px;
	box-sizing:border-box;
	margin:5px;
	padding:5px;
	background-color:rgba(256,256,256,1);
	border:none 5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#sidebar .line .qrcode{
	margin:5px 0 5px 5px;
	width:80px;
	height:80px;
	background-color:skyblue;
	display: inline-block;
	font-size:0;
	vertical-align:top;
}
#sidebar .line .line-head{
	margin: 0;
	width:100px;
	height:20px;
	background-color:green;
	display: inline-block;
	font-size:14px;
	color: #ffffff;
	vertical-align:top;
	-moz-border-radius :5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-weight:700;
	font-family:Tahoma,Arial;
	padding-top:1px;
}
#sidebar .line .line-id{
	margin: 5px 0 0 0;
	width:105px;
	height:80px;
	vertical-align:top;
	display: inline-block;
	font-size:16px;
	color: green;
	/*background-color:pink;*/
	font-weight:700;
	font-family:Tahoma,Arial;
}
#sidebar .line .line-id  p {
	padding-top:5px;
}
#sidebar .line .line-id p .redtext {
	color: red;
}
/*------------------------------------*/
#sidebar .mobile{
	min-width: 200px;
	box-sizing:border-box;
	margin: 10px;
	padding: 5px;
	background-color:rgba(0,0,0,0.7);
	border:none 5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#sidebar .qrcode{
	/*border-bottom:#b01f23 1px solid;*/
}
#sidebar .qrcode .info_text{
	color:#333333;
	font-size:13px;
	text-align:center;
	margin-top:10px;
	font-weight:bold;
	padding-bottom:2px;
}
#sidebar .qrcode .info_arrow{
	padding-top:0px;
	color:#c40f0d;
	text-align:center;
	margin-top:0px;
	font-size:36px;
	font-weight:bold;
}
#sidebar .qrcode img{
	float:left;
	margin:0 5px 5px 0;
}
#sidebar .qrcode p{
	text-align:left;
	font-size:13px;
	font-weight:700;
	color:#b01f23;
	margin:0 0 5px 0;
}
#sidebar .qrtext{
	font-size:13px;
	padding:5px 0;
}
/*FOOTER
--------------------------------------------------*/
footer{
	font-size:12px;
}
footer .copylight{
	background: #000000;
	text-align:center;
	padding:5px;
}
footer .copylight span{
	color:#dda520;
	font-weight:700;
}