@charset "UTF-8";
/* CSS Document */
html{ 
  background: url(img/img5.jpg) no-repeat center center fixed; 
  background-size: cover;
}

/*navigation---------------------------------------------------*/
#navigation{
	background:none !important;
	}

/*headcopy---------------------------------------------------*/
#headcopy{
	width:870px;
	color:#fff;
	font-size:17px;
	font-family:"Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.7em;
	line-height:2em;
	margin:0 auto;
	margin-top:20px;
	}

/*NEWS-------------------------------------------------------*/

section.news{
	width:870px;
	height:130px;
	margin:auto;
	margin-top:420px;
	}
section #newsBox1{
	width:480px;
	height:125px;
	background:url(shared/img/bg_bluebrey.jpg) repeat;
	position:relative;}
section #newsBox2{
	width:460px;
	height:105px;
	background-color:#fff;
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;}
.news1{
	height:110px;
	width:65px;
	float:left;
	padding:35px 15px;}
.news2{
	float:left;
	padding-top:3px;}
.news1 p.title{
	font-family: 'Lato', sans-serif;
	letter-spacing: 5px;
	font-size:19px;}
.news1 p.subTitle{
	font-size:10px;}
.news dl{
	float:left;
	padding-top:10px;
	padding-left:10px;
	
	}
.news dt{
	width:100px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0px;
	float:left;
	color:grey;
	font-size:11px;}
.news dd{
	border-bottom:dashed 1px #C0BDBD;
	width:335px;
	font-size:12px;
	color:#000;
	}
.news2 a {
	color : #000   !important;}
	
/*Footer（トップページのみ）-------------------------------------------------------*/
footer#topFooter{
	color:#fff;
	height:15px;
	font-size:10px;
	text-align:center;
	padding:20px 0;
	letter-spacing:2px;
	}