@charset "utf-8";

html{
  height: 100%; overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {padding: 0;}
body,div, p, address,
dl, dt, dd, ul, ol, li,
form, fieldset, input, textarea,
pre, blockquote, th, td {
	/* [disabled]margin: 0; */
	padding: 0;
	margin:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #666;
}

img { border: 0; vertical-align: bottom; } 
caption { text-align: left; }
table { border-collapse: collapse; border: none; border-spacing: 0; }
fieldset { border: 0; }
input { line-height: 100%; }
ol { list-style-type: none; }
label { cursor: pointer; }
address { font-style: normal; }
hr { display: none; visibility: hidden; height: 0; border: 0; }
a { }


/*===============================================
 クレーンとfacebook レイアウト  ノートPC専用
481px~ 980px~ 1300px~ 1650px~
===============================================*/
@media screen and (min-width:481px)and (max-width:1070px) and (max-height:768px)  {

.cren-part {
    width: 780px;
	height: auto;
	position: fixed;
	left: 6.5%;
	top: 11%;
}
.facebook {	display: none;}
	/** TOPPAGE 背景画像**/
.body_index {
background-position: center -373px;	}
.h768 { display: none;}	
.h1080 { display: none;}		
}
@media screen and (min-width:1070px) and (max-height:768px) {

.cren-part {
    width: 780px;
	height: auto;
	position: fixed;
	left: 1%;
	top: 11%;
}
.facebook {
     width: 300px;
    height: 580px;
	display: block;
    position: fixed;
   	top: 49px;
	right: 1%;
}
/** TOPPAGE 背景画像**/
.body_index {
background-position: center -373px;
}
.h768 { display: block;}	
.h1080 { display: none;}		
}
@media screen and (min-width:1300px)and (max-height:768px)  {

.cren-part {
	width: 780px;
	height: auto;
	position: fixed;
	left: 6.5%;
	top: 11%;
}
/** ノートPC用　**/		
.facebook {
    width: 460px;
    height: 580px;
	display: block;
    right: 1%;
    position: fixed;
    top: 49px;
 	
}
/** TOPPAGE 背景画像**/
.body_index {
background-position: center -373px;	
}
.h768 { display: block;}	
.h1080 { display: none;}		
}

/*===============================================
 クレーンとfacebook レイアウト  ディスクトップ専用
481px~ 980px~ 1300px~ 1650px~
===============================================*/
@media screen and (min-width:481px)and (min-height:769px)  {

.cren-part {
   width: 1100px;
	height: auto;
	position: fixed;
	left: 5%;
	top: 11.5%;
}
.facebook {	display: none;}
	/** TOPPAGE 背景画像**/
.body_index {
background-position: center bottom;	}
.h768 { display: none;}	
.h1080 { display: none;}		
}

@media screen and (min-width:1300px)and (min-height:769px)  {

.cren-part {
	width: 1100px;
	height: auto;
	position: fixed;
	left: -1.5%;
	top: 11.5%;
}
.facebook {
    width: 280px;
    height: 854px;
	display: block;
    right: 1%;
    position: fixed;
    top: 49px;

}
/** TOPPAGE 背景画像**/
.body_index {
background-position: center bottom;	
}
.h768 { display: none;}	
.h1080 { display: block;}		
}

@media screen and (min-width:1450px)and (min-height:769px)  {

.cren-part {
	width: 1100px;
	height: auto;
	position: fixed;
	left: 1%;
	top: 11.5%;
}
.facebook {
    width: 300px;
    height: 854px;
	display: block;
    right: 3%;
    position: fixed;
    top: 49px;
  
}
/** TOPPAGE 背景画像**/
.body_index {
 background-color: hsla(220,52%,43%,1.00);	
}
.h768 { display: none;}	
.h1080 { display: block;}		
}

@media screen and (min-width:1750px)and (min-height:769px)  {
/** クレーン位置　**/	
.cren-part {
	width: 1100px;
	height: auto;
	position: fixed;
	left: 7.5%;
	top: 12.5%;
}

.facebook {
    width: 500px;
    height: 854px;
	display: block;
    right: 1%;
    position: fixed;
    top: 49px;
	

   	}
/** TOPPAGE 背景画像**/
.body_index {
background-position: center bottom;
}	
.h768 { display: none;}	
.h1080 { display: block;}	

}

/*===============================================
 基本レイアウト PC
===============================================*/

/*****  基本レイアウト ****/
.mobile_only {display: none;}
.body_index {background-color: #02366D;}

/** TOPPAGE 背景画像**/
.body_index {
	background-image: url(../img/top2.jpg);
	margin: 0px;
	padding: 0px;
	width: 100%;
	max-width: 1920px;
	min-width: 980px;
	height: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-moz-background-size: auto 100%;
	/*background-position: center bottom;*/
}	
#contenar {width: 100%; height: 780px; background-color: antiquewhite; }	
header {
	width: 100%;
	z-index:1;
    position: relative;
}
.h1 {
color: hsla(0,0%,100%,0.62);
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 11px;
position: fixed;
top: 97px;
width: auto;
left: 20px;
text-shadow: 1px 0px 1px hsla(217,22%,32%,0.9);	
}
nav {
	width: 100%;
	height: 43px;
	text-align: center;
	background-image: url(../img/navi_bg.jpg);
	background-repeat: repeat-x;
	position: fixed;
	top: 0px;
	-webkit-box-shadow: 2px 3px 2px hsla(217,22%,32%,0.67);
	box-shadow: 2px 3px 2px hsla(217,22%,32%,0.67);
  }
#open { display: none;}
#cloce {display: none;}
header nav ul {
	width: 980px;
	list-style-type: none;
	height: 43px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
nav ul li {
	width: 20%;
	height: 34px;
	float: left;
	padding-top: 8px;
}
ul li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	color: hsla(0,0%,20%,1.00);
}
.logo_position {
	width: 300px;
	height: 45px;
	position: fixed;
	top: 49px;
	left: 3%;
	z-index: 500;	
	}
footer  {
	width: 315px;
	height: 23px;
	color: #fefefe;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	text-align: left;
	position: fixed;
	left: 1%;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 11px;
	padding-bottom: 3px;
	border-radius: 20px;
	bottom: 0px;
	text-shadow: 2px 2px 2px hsla(0,0%,11%,1.00);
}

