html {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
}
body{
	font: 14px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0px;
	margin: 0px;
}
article, aside, figcaption, figure, footer, header, nav, section {
  display: block;
  margin: 0;
}
h1,h2,h3,h4{
	margin: 0;
	clear: both;
}
section{
	clear: both;
	padding: 0;
}
li {
	list-style-type: none;
}
img{
	border: none;
}
table   {
	border-collapse: collapse;
	border-spacing: 0;  
}  

/* header -----------------------------------------------*/
#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 130px;
	border-bottom: 10px solid #cc0000;
	z-index: 30;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	position: relative;
}
h1 {
	height: 42px;
	width: 140px;
	float: left;
	margin: 15px 40px 0 0;
}
#mainMenu{
	height: 90px;
	float: left;
	position: relative;
}
#mainMenu ul{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#mainMenu ul li{
	list-style-type: none;
	float: left;
	margin-right: 20px;
	padding: 0px;
	position: relative;
}
#mainMenu ul li a{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 80px;
	vertical-align: middle;
	height: 90px;
	text-decoration: none;
	color: #535353;
	font-weight: bold;
}
#mainMenu ul li a:hover{
	text-decoration: none;
	color: #CC0000;
	background: url(../images/common/current_mark.png) no-repeat center bottom;
}
#mainMenu .current {
	background: url(../images/common/current_mark.png) no-repeat center bottom;
}
#mainMenu .current a {
	color: #CC0000;
}
#mainMenu ul li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	top:90px;
	left:-50px;
	display:none;
}
#mainMenu ul li:hover ul {
	display: block;
	padding-top: 10px;
}
#mainMenu ul li ul li{
	height: 50px;
	width: 180px;
	line-height: 50px;
	background-color: #cc0000;
	margin: 0;
	padding: 0;
	text-align: center;
}
#mainMenu ul li ul li a,#mainMenu ul .current ul li a{
	line-height: 50px;
	display: block;
	height: 50px;
	color: #E3E3E3;
}
#mainMenu ul li ul li a:hover,#mainMenu ul .current ul li a:hover{
	background-color: #cc0000;
	color: #FFF;
}
#mainMenu ul li:hover > a{
	color: #CC0000;
	background: url(../images/common/current_mark.png) no-repeat center bottom;
}
#mainMenu ul li > li:hover > a{
	background-image: none;
}

#header .sns {
	height: 90px;
	float: right;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#header .sns li{
	list-style-type: none;
	float: left;
	margin-left: 5px;
	padding: 0px;
}
#header .sns li a{
	display: inline-block;
	text-align: center;
	line-height: 90px;
}
.gnback{
	background: url(https://trust-k.jp/images/gnhaikei.png) repeat-x;
	clear: both;
	
}
.gn{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
}
.gn span{
	width: 16.6%;
	margin: 0px;
	padding: 0px;
}

.header{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
/* footer -----------------------------------------------*/
#footer {
	clear: both;
	background-color: #FFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100px;
}
#footer .inner{
	padding-bottom: 0;
	padding-top: 10px;
}
#footer .copyright {
	float: left;
	font-size: 12px;
	width: 350px;
	margin-top: 30px;
}
#footer .sns {
	width: 150px;
	margin: 0px auto;
	float: left;
	display: block;
	padding-left: 90px;
}
#footer .sns li{
	list-style-type: none;
	float: left;
	padding: 0px;
	margin-top: 26px;
	margin-right: 5px;
}
#footer .sns li a{
	display: inline-block;
	text-align: center;
}
#footer .tel {
	width: 350px;
	float: right;
	margin-top: 24px;
	text-align: right;
}

.rBg {
	background-color: #cc0000;
	color: #FFF;
	box-shadow:0px 0px 3px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 3px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 3px 2px rgba(0,0,0,0.2);
	z-index: 15;
	width: 100%;
}


/* clearfix -----------------------------------------------*/
.cf:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;
	/*\*//*/ 
	height: auto;
	overflow: hidden;
	/**/
}

#contents {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	max-width: 1200px;
}
.inner{
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
	overflow:hidden;
}
