@charset "utf-8";


body{
	background-color: #093969;
}

header{
    position: relative;
    /*
    width: 100vw;
    height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
    */
	height: auto;
	min-width: 100vw;
	min-height: 1080px;
	background:url(../imgtop/top.jpg) 15% top;
	background-size: cover;
	overflow: hidden;    
}

/*
.hBox{
	width: auto;
	height: auto;
	min-width: 100vw;
	min-height: 1080px;
	background:url(../imgtop/top.jpg) left top;
	background-size: cover;
	overflow: hidden;
}
*/

section{
	margin: 70px auto 0;
}

h2{
	color: rgba(255,255,255,0.5);
	font-size: 4em;
	font-weight: normal;
}

h3{
	color: #fff;
}

p{
	color:#fff;
}

/*トップイメージの文字*/

.titleBox-h1-top{
	position: absolute;
	top: 20%;
	right: 4%;
	line-height:5em; 
	font-size:2.2vh;
	text-align: right;

}

.pageTitle{
	color: #FFFFFF;
	font-size: 5.0em;
	text-shadow: 1px 1px 6px #3a3a3a;
	line-height: 1.3em;
	opacity: 0.8;
}

.subTitle{
	margin-top: 10px; 
	color: #FFFFFF;
	line-height: 1.6em;
}

.wrap{
	width: 100vw;
	background:linear-gradient(0deg, #020109, #093969);
}

.photos{
	margin:10px auto 0;
	width: 320px;
}

.photos li{
	float: left;
	margin:10px 10px 0 0;
}

.photos li:nth-of-type(3),
.photos li:nth-of-type(6),
.photos li:nth-of-type(9){
	margin-right: 0;
}

.menuBar li{
	margin-top: 20px;
}

.menuBar li:hover{
	opacity: 0.7;
}

.staffP img{
	width: 100vw;
	text-align: center;
}

/*RSS部分文字装飾*/
/* begin styles for RSS Feed */

.rss{
	margin:0 auto;
	width: 80%;
	max-width: 800px;
}



.rss-item  {
  font-size: 0.8em;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
  line-height: 1.8em;
  margin-top: 10px;
  color: #fff;
  text-align: left;
}

.rss-item a { 
	padding: 5px 20px;
	background: rgba(186,186,186,0.5);
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
	}

.rss-item a:hover {
	color:#999;
}
	
.rss-item a:visited {
	color:white;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #fff;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

/*contactTOPのみ適応*/
#cntArea{
	background:none;
}

/*footerTOPのみ適応*/

footer{
	width: 100vw;
	min-height: 399px;
	background:url(../imgtop/topBtm.jpg) no-repeat center ;
	position: relative;
}

.copy{
	color: #fff;
}
