#contents-body {
	padding: 30px 20px 50px;
  	font-family: helvetica, arial;
	max-width: 1400px;
	margin: 100px auto 0;
	/*border-bottom: 1px solid #bebebe;*/
}
#contents-body .page-content h2 {
	margin: 0;
	padding: 10px;
	line-height: 1em;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
  	background-color: #EDEDED;
}

#contents-body .page-content h3 {
	margin: 30px 10px 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
	text-align: left;
}

#contents-body p {
	font-size: 14px;
	line-height: 1.8em;
	margin: 0;
   padding: 0px 10px 30px 10px;
	border-bottom: 1px solid #bebebe;
}

@media only screen and (max-width: 768px) {
  #contents-body {
    padding: 20px 10px 30px;
  }
}

.header {
    position: fixed;
    background: white;
    border-bottom: 1px solid #ccc;
    left: 0;
    top: 0;
    padding: 0px 15px 0px;
}

.header .hNavi ul li a, .fix_page .header .hNavi ul li a {
    color: #333;
    display: block;
}

.header .hNavi .txt_top_left, .fix_page .header .hNavi .txt_top_left {
    color: #00577b;
}

.header #logo img, .fix_page .header #logo img {
    transform: translateY(-45px);
}

.header .gNavi li a, .fix_page .header .gNavi li a {
    color: #000!important;
}

.header .gNavi li .header_search, .fix_page .header .gNavi li .header_search {
    border-bottom-color: #00577b;
}




.header_icon img, .fix_page .header_icon img {
    transform: translateY(-16px);
}
