@charset "utf-8";
	@media screen and (max-width: 480px){
	.pcNone {       display:none;}
	.tabNone {       display:none;}
	.dp860 {       display:none;}
	
	.dp480 {	display: none;}

	.bg_left       {       display:none;}
	.bg_right      {       display:none;}



	}

	@media screen and (min-width: 1921px){
	.spNone {       display:none;}
	.tabNone {       display:none;}
	.dp480 {       display:none;}
	
	.bg_left {
	position:absolute;
/*	position:fixed; */
	top: 0px;
    left:0px;
	width:30%;
	z-index: -1;
	}
	
	.bg_right {
	position:absolute;
/*	position:fixed; */
	top: 0px;
    right:0px;
	width:30%;
	z-index: -1;
	}

	}

	@media screen and (min-width: 1761px) and (max-width: 1920px){
	.spNone {       display:none;}
	.tabNone {       display:none;}
	.dp480 {       display:none;}
	
	.bg_left {
	position:absolute;
/*	position:fixed; */
	top: 0px;
    left:0px;
	width:26%;
	z-index: -1;
	}
	
	.bg_right {
	position:absolute;
/*	position:fixed; */
	top: 0px;
    right:0px;
	width:26%;
	z-index: -1;
	}

	}
	
	@media screen and (min-width: 1601px) and (max-width: 1760px){
	.spNone {       display:none;}
	.tabNone {       display:none;}
	.dp480 {       display:none;}
	
	.bg_left {
	position:absolute;
/*	position:fixed; */
	top: 0px;
    left:0px;
	width:23%;
	z-index: -1;
	}
	
	.bg_right {
	position:absolute;
/*	position:fixed; */
	top: 0px;
    right:0px;
	width:23%;
	z-index: -1;
	}

	}
	@media screen and (min-width: 1486px) and (max-width: 1600px){
	.spNone {       display:none;}
	.tabNone {       display:none;}
	.dp480 {       display:none;}
	
	.bg_left {
	position:absolute;
/*	position:fixed; */
	top: 0px;
    left:0px;
	width:21.5%;
	z-index: -1;
	}
	
	.bg_right {
	position:absolute;
/*	position:fixed; */
	top: 0px;
    right:0px;
	width:21.5%;
	z-index: -1;
	}

	}

	@media screen and (min-width: 1370px) and (max-width: 1485px){
	.spNone {       display:none;}
	.tabNone {       display:none;}
	.dp480 {       display:none;}
	
	.bg_left {
	position:absolute;
/*	position:fixed; */
	top: 0px;
    left:0px;
	width:19%;
	z-index: -1;
	}
	
	.bg_right {
	position:absolute;
/*	position:fixed; */
	top: 0px;
    right:0px;
	width:19%;
	z-index: -1;
	}

	}
	@media screen and (min-width: 1230px) and (max-width: 1369px){
	.spNone {       display:none;}
	.tabNone {       display:none;}
	.dp480 {       display:none;}
	
	.bg_left {
	position:absolute;
/*	position:fixed; */
	
	top: 0px;
    left:0px;
	width:14%;
	z-index: -1;
	}
	
	.bg_right {
	position:absolute;
/*	position:fixed; */
	
	top: 0px;
    right:0px;
	width:14%;
	z-index: -1;
	}

	}

	@media screen and (min-width: 861px) and (max-width: 1229px){
	.pcNone {       display:none;}
	.spNone {       display:none;}

	.dp860 {
	display: block;
		width:100%;
		overflow:auto;
	}
	.dp480 {	display: none;}
	.dp240 {	display: none;}
	
	.bg_left       {       display:none;}
	.bg_right      {       display:none;}
}
	
	@media screen and (min-width: 481px) and (max-width: 860px){
	.pcNone {       display:none;}
	.spNone {       display:none;}
	.dp860 {	display: none;}

	.dp480 {
	display: block;
		width:100%;
		overflow:auto;
	}
	.dp240 {	display: none;}
	
	.bg_left       {       display:none;}
	.bg_right      {       display:none;}
}

	
body {
	max-width: 860px;
	overflow: auto; 
	height: 100%; 
    margin: 0 auto;
	background-image:url(bg_1920.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-repeat: repeat-y;
	background-color: #fff;
	margin-top: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	border: 1px solid #999;
	padding: 4px;
	text-align:left;
	font-size:80%;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}

.container {
	width: 100%;/*boxが横に並ぶだけの幅を確保*/
	overflow: hidden;/*wrapperからはみ出る部分を非表示にする*/
	background-color:#fff;
}
/*.bg_left {
	position:absolute;
	position:fixed;
    
	top: 0px;
    left:1400px;
	width:27%;
	z-index: -1;
}
.bg_right {
	position:absolute;
	position:fixed;
    
	top: 0px;
    right:1400px;
	width:27%;
	z-index: -1;
}*/
.dp480 { /* ボックス6 */
max-width: 100%;
margin:0 auto;
}

.scrollon { overflow:scroll;}
.kan0101 {
	width: 100%;
	margin: 0 auto;
		float: left;/*横並びにしています*/
}
.table_g01 {
	position:relative;
    top: 130px;
    left:110px;
	width:660px;
}
.table_g02 {
	position:relative;
    top: 110px;
    left:110px;
	width:660px;

}
.table_g03 {
	position:relative;
    top: 95px;
    left:110px;
	width:660px;

}
.table_g04 {
	position:relative;
    top: 80px;
    left:110px;
	width:660px;

}
.table_g05 {
	position:relative;
    top: 60px;
    left:110px;
	width:660px;

}
.table_g15 {
	position:relative;
    top: -260px;
    left:220px;
	width:50%;
	z-index: 140;
}
.menu_btn_class {
	font-size:90%;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	padding:9px 18px;
	text-decoration:none;
	background-color:#E49400;
	background-image:url(menuber_bg.png);
	background-position:right;
	background-repeat:no-repeat;
	text-shadow: 2px 2px 3px #090909;
	color:#fff;
	font-weight:bold;
	display:block;
	text-align:center;
 	box-shadow:inset 1px 1px 0px 0px #403;
}
.menu_btn_class_notext {
	font-size:90%;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffc477), color-stop(99%, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 99% );
	background:-ms-linear-gradient( top, #ffc477 5%, #fb9e25 99% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#a37;
	background-image:url(menuber_bg_notext.png);
	background-position:right;
	background-repeat:no-repeat;
	text-shadow: 2px 2px 3px #090909;
	color:#fdf;
	font-weight:bold;
	display:block;
	text-align:center;
 	box-shadow:inset 1px 1px 0px 0px #403;
}

.frame_gg {
	display: inline-block;
	border-top: 5px solid rgba(0, 0, 0, 0.3);
	border-left: 5px solid rgba(0, 0, 0, 0.3);
	border-bottom: 5px solid rgba(0, 0, 0, 0.3);
	border-right: 5px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 15px #ccc;
	overflow: hidden;
	margin-left:5px;
}
.box100 { /* ボックス6 */
max-width: 100%;
margin:0 auto;
}
.box_contact { /* ボックス6 */
max-width: 100%;
max-height: 100%;
margin:0 auto;
background-image:url(contact001_bg.jpg);
background-size: 100%;
}
.box_recruit { /* ボックス6 */
max-width: 100%;
max-height: 100%;
margin:0 auto;
background-image:url(recruit001.jpg);
background-size: 100%;
}
.box50 { /* ボックス6 */
max-width: 80%;
margin:50 auto;
}
div.box8 { /* ボックス8 */
max-width: 99%;
background-color:#004B02;
/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center top, circle farthest-side, #082 0%, #add 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center top, circle farthest-side, #082 0%, #add 100%);
a
/* Opera */ 
background-image: -o-radial-gradient(center top, circle farthest-side, #082 0%, #add 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center top, 0, center top, 082, color-stop(0, #add), color-stop(1, #add));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center top, circle farthest-side, #082 0%, #add 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(circle farthest-side at center top, #082 0%, #add 100%);
background-size: 100% auto;
font-size:80%;
margin:0 auto;
line-height:1.8em;
clear:both;
color:#fff;
border-bottom:#555 1px solid;
border-top:#555 1px solid;

}
div.iframeWrap {
position: relative;
width: 100%;
}
div.iframeWrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.box_a {
	max-width: 80%;/*内容領域の幅。下の左右のpaddingを合わせてボックスが200pxになります。*/
	padding: 0px;/*上下左右に10pxの内余白*/
	float: left;/*横並びにしています*/
	margin-right: 0px;/*各ボックスの右側に20pxの外余白*/
}
.box_b {
	max-width: 20%;/*内容領域の幅。下の左右のpaddingを合わせてボックスが200pxになります。*/
	padding: 0px;/*上下左右に10pxの内余白*/
	float: left;/*横並びにしています*/
	margin-right: 0px;/*各ボックスの右側に20pxの外余白*/
}
.box_c {
	max-width: 68.493%;/*内容領域の幅。下の左右のpaddingを合わせてボックスが200pxになります。*/
	padding: 0px;/*上下左右に10pxの内余白*/
	float: left;/*横並びにしています*/
	margin-right: 0px;/*各ボックスの右側に20pxの外余白*/
}
.box_d {
	max-width: 31.507%;/*内容領域の幅。下の左右のpaddingを合わせてボックスが200pxになります。*/
	padding: 0px;/*上下左右に10pxの内余白*/
	float: left;/*横並びにしています*/
	margin-right: 0px;/*各ボックスの右側に20pxの外余白*/
}
.box_e {
	max-width: 20%;/*内容領域の幅。下の左右のpaddingを合わせてボックスが200pxになります。*/
	padding: 0px;/*上下左右に10pxの内余白*/
	float: left;/*横並びにしています*/
	margin-right: 0px;/*各ボックスの右側に20pxの外余白*/
}

.box_f {
	max-width: 33.333%;/*内容領域の幅。下の左右のpaddingを合わせてボックスが200pxになります。*/
	padding: 0px;/*上下左右に10pxの内余白*/
	float: left;/*横並びにしています*/
	margin-right: 0px;/*各ボックスの右側に20pxの外余白*/
}

.box_g {
	max-width: 33.334%;/*内容領域の幅。下の左右のpaddingを合わせてボックスが200pxになります。*/
	padding: 0px;/*上下左右に10pxの内余白*/
	float: left;/*横並びにしています*/
	margin-right: 0px;/*各ボックスの右側に20pxの外余白*/
}

.box_h {
	max-width: 100%;/*内容領域の幅。下の左右のpaddingを合わせてボックスが200pxになります。*/
	padding: 50px;/*上下左右に10pxの内余白*/
	margin-right: 0px;/*各ボックスの右側に20pxの外余白*/
	background-image: url(_new/new_parts/bg001.jpg);
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: repeat-y;
	background:rgba(0,0,0,0.4);
	margin-top: 0px;
	text-align: center;
	text-shadow: 2px 2px 3px #090909;

}
.footer{
	background: #2B7100; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #337700 0%, #fff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#370), color-stop(100%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #370 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #370 0%,#fff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #370 0%,#fff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #370 0%,#fff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33770066', endColorstr='#ffffffff',GradientType=0 ); /* IE6-8 */
	border-radius: 4px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	margin: 0 auto;
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	border-top: 1px solid #AAFF85;
	width:99%;
}
.null {
	background-color: #fff;
	padding-top:0px;
	text-align: center;
	clear:both;
	margin:0 auto;
}
.text12 {
	font-size:50%;
}
.null2 {
	background-color: #fff;
	padding-top:10px;
	text-align: center;
}
.null3 {
    margin: 0 auto;
	background-color: #fff;
	padding-top:0px;
	text-align: center;
	max-width: 700px;
	overflow: auto; 
}
.null4 {
	padding-top:0px;
	text-align: center;
}
.null_tel {
	background-color: #000;
	padding-top:0px;
	text-align: center;
	font-size:80%;
	width:100%;
	float: left;/*横並びにしています*/

}
.null_8 {
	background-color: #fff;
	padding-top:0px;
	text-align: center;
	font-size:80%;
	width:4%;
	float: left;/*横並びにしています*/

}	
.null_menu_left {
	background-color: #fff;
	padding-top:2%;
	text-align: right;
	font-size:80%;
	width:48%;
	float: left;/*横並びにしています*/

}
.null_menu_right {
	background-color: #fff;
	padding-top:2%;
	text-align: left;
	font-size:80%;
	width:48%;
	float: left;/*横並びにしています*/

}
.null_main_menu {
	background-color: #fff;
	padding-bottom:1%;
	padding-left:2px;
	text-align: center;
	font-size:75%;
	width:auto;
	float: left;/*横並びにしています*/
}
.null50 { width:50%;

}

.pressed {
	color: #eee;
	background-color:#999;
	padding: 20px;
	border: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #333888555;
	/* IE以外なら丸角も！ */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 2px 2px 3px #333;
	text-align:left;
}
div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
	margin:0 auto;
	max-width: 860px;
	overflow:visible;
	width: 100% !important;
	height: 100% !important;
}
div.fb-like-box480,
div.fb-like-box480 iframe[style],
div.fb-like-box480 span {
	margin:0 auto;
	max-width: 480px;
	overflow:visible;
	width: 100% !important;
	height: 100% !important;
}

.b017 {
	height: 50px;
	width: 50%;
	margin: 0 auto;
	clear: both;
	background-color: rgba(64,64,64,0.8);
	border: 2px solid #f9f;
	border-top: 2px solid #fff;
	border: 1px solid #fcf;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
}
 .css_btn_class {
	font-size:100%;
	font-family:Comic Sans MS;
	font-weight:bold;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4F2100;
	padding:9px 18px;
	text-align:center;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(25%, #ff9912), color-stop(80%, #773300) );
	background:-moz-linear-gradient( center top, #ff9912 25%, #773300 80% );
	background:-ms-linear-gradient( top, #ff9912 25%, #773300 80% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9912', endColorstr='#773300');
	background-color:#859B00;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #859B00;
 	-webkit-box-shadow: 3px 3px 2px 0px #88ff20;
 	-moz-box-shadow: 3px 3px 2px 0px #88ff20;
 	box-shadow: 3px 3px 2px 0px #88ff20;
}.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(25%, #773300), color-stop(80%, #ff9912) );
	background:-moz-linear-gradient( center top, #773300 25%, #ff9912 80% );
	background:-ms-linear-gradient( top, #773300 25%, #ff9912 80% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#773300', endColorstr='#ff9912');
	background-color:#773300;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
a.a:link { color: #000; }
a.a:visited { color: #000; }
a.a:hover { color: #000; }
a.a:active { color: #000; }
a.b:link { color: #fff; text-decoration:none;}
a.b:visited { color: #ffffff; text-decoration:none;}
a.b:hover { color: #fff; text-decoration:none;}
a.b:active { color: #fff; text-decoration:none;}

div#headerArea {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100px; */
	background-color: #fff;
	color: #fff;
}
* html div#contentsArea{  
    height: 100%;  
    overflow: auto;  
} 

div.menu_card {
	
	position: absolute;
	right: 50%;
	margin-right:-592px;
	top: 15px;
	z-index: 1500;
	filter: alpha(opacity=100);
  		-moz-opacity:1.0;
  		opacity:1.0;	
}	
 
div.menu_shameBLG {
	
	position: absolute;
	right: 50%;
	margin-right:-592px;
	top: 317px;
	z-index: 1500;
	filter: alpha(opacity=100);
  		-moz-opacity:1.0;
  		opacity:1.0;	
}	
div.menu_shameBLG2 {
	
	position: absolute;
	left: 50%;
	margin-left:100px;
	top: 5px;
	z-index: 1500;
	filter: alpha(opacity=100);
  		-moz-opacity:1.0;
  		opacity:1.0;	
}	
.photobox {
	border-top:1px solid #a69;
	border-left:1px solid #b6a;
	border-right:1px solid #503;
	border-bottom:1px solid #604;
 	box-shadow: 3px 3px 2px 0px #c164d3;
	margin-bottom:7px;
	margin-left:2px;
}
.photobox2 {
	border-top:1px solid #a69;
	border-left:1px solid #b6a;
	border-right:1px solid #503;
	border-bottom:1px solid #604;
 	box-shadow: 3px 3px 2px 0px #c164d3;
	margin-bottom:10px;
	margin-left:2px;
	margin-right:8px;
	float:left;
}
.photobox3 {
	border-top:1px solid #a69;
	border-left:1px solid #b6a;
	border-right:1px solid #503;
	border-bottom:1px solid #604;
 	box-shadow: 3px 3px 2px 0px #c164d3;
	margin-bottom:10px;
	clear:both;
}
.cont9 {
	width:80%;
	padding:0%;
	clear:both;
	border:1px solid #F0C;

	margin: 10px;
	box-shadow: 0 1px 15px #ccc;
	border: 1px solid #757;
-webkit-box-shadow: 1px 1px 1px #C0C0C0;
-moz-box-shadow: 1px 1px 1px #C0C0C0;
	box-shadow: 1px 1px 1px #C0C0C0;
	border: 1px solid #FFeeFF;
	border-radius:6px;
	background-color:#eee;
	text-align:left;
	
	
	
}
.cont10 {
	width:95%;
	padding:2%;
	clear:both;
	border:1px solid #F0C;

	border: 1px solid #757;
-webkit-box-shadow: 2px 2px 2px #a9a;
-moz-box-shadow: 2px 2px 2px #a9a;
	box-shadow: 2px 2px 2px #a9a;
	border: 1px solid #ede;
	border-radius:6px;
	background-color:#f2f4f2;
	text-align:left;
	background-image:url(cont_bottom_bg.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	
	
	
}
.cont11 {
	width:170px;
	padding:0%;
	clear:both;
	border:1px solid #F0C;

	box-shadow: 0 1px 15px #ccc;
	border: 1px solid #757;
-webkit-box-shadow: 1px 1px 1px #C0C0C0;
-moz-box-shadow: 1px 1px 1px #C0C0C0;
	box-shadow: 1px 1px 1px #C0C0C0;
	border: 1px solid #FFeeFF;
	border-radius:6px;
	background-color:#eee;
	text-align:left;
	
	
	
}
.halfbox {
	width:48%;
	float:left;
	margin-right:1%;
}
.halfbox2 {
	width:100%;
	clear:both;
	margin-right:1%;
}
.33box {
	width:32%;
	float:left;
	margin-right:1%;
}
.b015_cr {
	margin: 1.5%;
	padding: 3px;
	padding-left:6px;
	padding-right:6px;
	clear:both;
	background-color: #dad;
	border: 2px solid #f99;
	border-top: 2px solid #f99;
	border: 1px solid #fcc;
	border-left: 1px solid #c55;
	border-right: 1px solid #fcc;
	border-bottom: 1px solid #c55;
	font-size: 1em;
	color: #fff;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	box-shadow: 0 1px 15px #ccc;
	border: 1px solid #757;
-webkit-box-shadow: 1px 1px 1px #C0C0C0;
-moz-box-shadow: 1px 1px 1px #C0C0C0;
box-shadow: 1px 1px 1px #C0C0C0;
background-image: -moz-linear-gradient(top, #f19, #dad 80%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #dad), color-stop(0.80, #f19));
background-image: linear-gradient(0deg,rgb(255, 16, 144) 0%,rgb(223, 160, 223) 100%);
filter: progid:DXImageTransform.Microsoft .gradient(GradientType=0,startColorstr='#ffff1199', endColorstr='#ffddaadd');
border: 1px solid #FFeeFF;
	border-radius:6px;
}
