	@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;}

	.dp240 {
		display: block;
		width:100%;
		overflow:auto;
		font-size:75%;
	}
	.bg_left_slim       {       display:none;}
	.bg_right_slim      {       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;
	}
	.bg_left_slim       {       display:none;}
	.bg_right_slim      {       display:none;}

	}

	@media screen and (min-width: 1761px) and (max-width: 1920px){
	.spNone {       display:none;}
	.tabNone {       display:none;}
	.dp480 {       display:none;}
	.dp240 {	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;
	}
	.bg_left_slim       {       display:none;}
	.bg_right_slim      {       display:none;}

	}
	
	@media screen and (min-width: 1601px) and (max-width: 1760px){
	.spNone {       display:none;}
	.tabNone {       display:none;}
	.dp480 {       display:none;}
	.dp240 {	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;
	}
	.bg_left_slim       {       display:none;}
	.bg_right_slim      {       display:none;}

	}
	@media screen and (min-width: 1486px) and (max-width: 1600px){
	.spNone {       display:none;}
	.tabNone {       display:none;}
	.dp480 {       display:none;}
	.dp240 {	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;
	}
	.bg_left_slim       {       display:none;}
	.bg_right_slim      {       display:none;}

	}

	@media screen and (min-width: 1370px) and (max-width: 1485px){
	.spNone {       display:none;}
	.tabNone {       display:none;}
	.dp480 {       display:none;}
	.dp240 {	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;
	}
	.bg_left_slim       {       display:none;}
	.bg_right_slim      {       display:none;}

	}
	@media screen and (min-width: 1220px) and (max-width: 1369px){
	.spNone {       display:none;}
	.tabNone {       display:none;}
	.dp480 {       display:none;}
	.dp240 {	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;
	}
	.bg_left_slim       {       display:none;}
	.bg_right_slim      {       display:none;}

	}

	@media screen and (min-width: 861px) and (max-width: 1219px){
	.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;}
	.bg_left_slim {
	position:absolute;
/*	position:fixed; */
	
	top: 0px;
    left:0px;
	width:6%;
	z-index: -1;
	}
	
	.bg_right_slim {
	position:absolute;
/*	position:fixed; */
	
	top: 0px;
    right:0px;
	width:6%;
	z-index: -1;
	}

}
	
	@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,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
}
#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;
}

.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.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;
}
.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;/*横並びにしています*/

}

.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;
}

 .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;
}

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;  
}
h1, h2, h3, h4, h5{
	margin-top:5px;
	font-weight:normal;
	font-size:90%;
	text-decoration:none;
}
a:link { color: #000; text-decoration:none; }
a:visited { color: #000; }
a:hover { color: #000; }
a:active { color: #000; }
