@charset "utf-8";
/* CSS Document */


/*----------------------------------------
resetCSS
----------------------------------------*/
html, body, div, span, img,
h1, h2, h3, p,a,strong,
dl, dt, dd, ol, ul, li,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	
	
	
}
img{
	vertical-align:bottom;}
ol, ul{
    list-style:none;
}

/*--clearfix----------------------------*/
.clearfix:after{
	content	:	"*";
	display	:	block;
	clear	:	both;
	height	:	0;
	visibility:	hidden;}

.clearfix{
	min-height:	1px;
	}

*html .clearfix{
	height	:	1px;}
/*--End resetCSS------------------------*/

html,body{
	width:100%;
	}

.wrap{
	overflow:hidden;
	}


#container{
	width:960px;
	
	min-width:320px;
	margin:0 auto;
}


	

.nav{
	width:100%;
	position:fixed;/*固定ナビゲーション*/
	height:25px;
	background-color:rgba(30,30,30,0.5);
	z-index:1000;
	margin:0px auto;
	
	}
.nav ul{
	text-align:center;
	}
	

.nav li{
	display:inline-block;
	width:15%;
	font-size:12px;

	box-shadow:-1px 0  0 #FFF;
	-webkit-box-shadow:-1px 0 0 0 #FFF;/*-webkit-ベンダープレフィックス*/
	-moz-box-shadow:-1px 0 0 0 #FFF;/*-moz-ベンダープレフィックス*/
	
	}
	
ul.nav li:first-child{
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	}
	
	
.nav a:link{
	color:#FFF;
	text-decoration:none;
	}
	
.nav a:visited{
	color:#FFF;
	}
	
/*.adress{
	text-align:right;
	max-width:960px;
	font-size:13px;
	}*/
	
	
.relative{
	position:relative;
	margin:0 auto;
	max-width:960px;
	min-width:320px;

	}
	
/*.eyecatch p{
	position:absolute;
	color:#FFF;
	top:50%;
	left:50%;
	font-size:36px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	-ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	}*/
	
.absolute{
		position:absolute;
	top:50%;
	left:50%;
-ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  box-shadow:0px 10px 10px 0px rgba(0,0,0,0.3);
  background-color:rgba(160,50,50,0.5);
  width:100%;
  
  text-align:center;
  font-size:40px;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color:#FFF;
  font-weight:bold;
  line-height:150%;
 
  
	
	}
	
	
	
.eyecatch{
	width:100%;
	box-shadow:0px 10px 10px 0px rgba(0,0,0,0.3);
	min-width:320px;
	
	}
	
	
p.infobox{
	height:140px;
	width:290px;
	overflow:scroll;
	border:#666 1px dashed;
	}	


.box_top{
	margin:50px auto;
	text-align:center;
	line-height:200%;
	}

	
.midashi{
	margin-top:30px;
	margin-bottom:30px;
	}

.box-a,.box-b,.box-c{
	width:32%;
	float:left;
	margin-bottom:50px;
	}
	

	
.box-b img{
	text-align:center;
	}

	
	

	
	
h1{
	text-align:left;
	font-size:22px;
	margin-bottom:20px;
}	


h2{

	font-size:30px;
	margin-top:20px;
	text-align:center;
}	

h3{
	font-size:30px;
	font-weight:bold;

	}
	
h4{
	margin-top:15px;
	margin-bottom:15px;
	font-size:20px;
	line-height:0px;
	}
	
	
	

	
.picture img{
	float:left;
	margin:5px;}

table{
	width:290px;
	border:1px solid #333;
	border-radius:5px;
	font-size:13px;
	margin-bottom:30px;
	border-collapse:collapse;/*隣接するセルのボーダーを重ねて表示する*/
	}
	
	
tr{
	border-bottom:1px dashed #333;
	line-height:28px;
	}
	
td{
	}
	
.td1{
	width:90px;
	height:50px;
	text-align:center;
	border-bottom:1px dashed #333;
	}
	
.setsubi{
	font-size:14px;
	}
	


.center{
	position:relative;
	left:50%;
	float:left;

	}
	
.center img{

	width:60px;
	height:auto;
	}

	
.float{
	position:relative;
	left:-50%;
	float:left;
	margin:15px;
	}
	



#footer{
	text-align:center;
	color:#FFF;
	background-color:#666;
	height:30px;
	line-height:30px;
	margin-top:60px;
	width:100%;
	font-size:12px;
	
	}
	
@media screen and (max-width:480px){
	bady{
		width:100%;
		min-width:320px;

		}
	p{
		font-size:90%;
		}
	
	#container{
		width:100%;

		}
		
.eyecatch img{
	width:100%;
}
		
	.box_top,.box-a,.box-b,.box-c{
		width:100%;
		max-width:290px;
		padding:20px 10px;
}

#footer{
	font-size:10px;
	}
	
h3{
	font-size:20px;
	}

}