@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline; 
}

html {
	line-height: 1; 
}

ol, ul {
	list-style: none; 
}

table {
	border-collapse: collapse;
	border-spacing: 0; 
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle; 
}

q, blockquote {
	quotes: none; 
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none; 
}

a img {
	border: none; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block; 
}
@media print, screen and (min-width: 651px) {
  .tab_only {
    display: none; }

  .sp_only {
    display: none; } }
@media only screen and (max-width: 650px) {
  .pc_only {
    display: none; }

  .tab_only {
    display: none; }

  img {
    max-width: 100%;
    height: auto; } }

body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 22px;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	min-width: 1194px; 
}
@media only screen and (max-width: 650px) {
  body {
		min-width: auto;
		min-width: initial; 
} }

a:link {
	color: #000;
	text-decoration: none; 
}

a:visited {
	color: #000; 
}

a:hover {
	color: #ff3300; 
}

a:active {
	color: #ff3300; 
}

a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7; 
}

a {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

a img {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
.pagetop
    {
    position: fixed;
    bottom: 16px;
    right: 16px;
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}

#header {
	width: 100%;
	margin: 0 auto;
}
#header .ad {
	width: 100%;
	background: #004b96;
	height: 35px; 
	color: #fff;
	margin: 0 auto;
	text-align:center;
	display: table;
	padding-top: 13px;
}
@media only screen and (max-width: 650px) {
  #header .ad {
		height: 35px;
		background: #004b96; 
		font-size: 10px;
		padding-top: 5px;
} }
#header .header_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  width: 1200px; }
@media only screen and (max-width: 650px) {
  #header .header_inner {
    display: block;
    width: 100%; 
    padding: 0 0 10px; } }
@media only screen and (max-width: 650px) {
  #header .header_inner h1 {
    text-align: left; }
  #header .header_inner h1 img {
    width: 70%;
	padding: 8px 0 0; } }
#header .header_inner .header_info {
  width: 310px;
  text-align: center; }
@media only screen and (max-width: 650px) {
  #header .header_inner .header_info {
    display: none; } }
#header .header_inner .header_info p.h_tel {
  padding: 10px 0 5px; }
#header #menu_btn {
  display: none; }
@media only screen and (max-width: 650px) {
  #header #menu_btn {
    display: block;
    position: absolute;
    top: 55px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url("../image/index/btn_close.png") no-repeat center center;
    background-size: 100% auto; }
  #header #menu_btn.on {
    background: url("../image/index/btn_open.png") no-repeat center center;
    background-size: 100% auto; } }
#header #nav {
  padding: 10px 0;
  margin: 0 auto;
  width: 1200px; }
@media only screen and (max-width: 650px) {
  #header #nav {
    display: none;
    width: 100%;
    padding: 0; } }
#header #nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  flex: 1;  }
@media only screen and (max-width: 650px) {
  #header #nav ul {
    display: block;
    width: 100%; } }
#header #nav ul li {
  line-height: 23px;
  width: 19.5%;
  padding: 0 5px 0; }
@media only screen and (max-width: 650px) {
  #header #nav ul li {
    padding: 0;
	line-height: 33px;
    text-align: left;
	width: 100%; } }
#header #nav ul li a {
  display: block;
  text-align: center;
  padding: 12px 0 10px;
  color: #000;
  text-decoration: none;
  border: 1px solid #ccc;
  font-size: 16px; }
@media only screen and (max-width: 650px) {
  #header #nav ul li a {
    display: block;
    padding: 3px 10px;
    font-weight: bold; } }
#header #nav ul li a:hover {
  background: #ebebeb;
  border: none; }
#header #nav .sp_header_info {
  text-align: center;
  padding: 20px 0; }
#header #nav .sp_header_info p {
  padding: 5px 10px; }
#header #nav .sp_header_info p img {
  width: 100%; }

#footnav {
	border-top: 1px solid #a6a6a6;
}
#footnav .footnav_inner {
	*zoom: 1;
	margin: 0 auto;
	width: 1002px;
	padding: 10px 0 10px; 
}
@media only screen and (max-width: 650px) {
  #footnav .footnav_inner {
		width: 100%; 
} }
@media only screen and (max-width: 650px) {
  #footnav .footnav_inner {
		width: 94%; 
} }
#footnav .link {
	margin: 0 auto; 
}
#footnav .link ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	height: 70px; 
}
@media only screen and (max-width: 650px) {
  #footnav .link{
		width: 100%;
		margin: 0 auto;
}
  #footnav .link ul{
		width: 100%;
} }
#footnav #f_nav {
	margin: 0 auto;
	width: 1002px;
	padding: 0 0 10px; 
}
#footnav #f_nav ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#footnav #f_nav li {
    border-left: 1px solid #333;
	padding: 0 35px;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#footnav #f_nav li:first-child {
    border-left:none;
}

#footer {
	background: #ebebeb; 
}
#footer .footer_inner {
	*zoom: 1;
	margin: 0 auto;
	width: 1002px;
	padding: 45px 0 40px; 
}
#footer .footer_inner:after {
	content: "";
	display: table;
	clear: both; 
}
@media only screen and (max-width: 650px) {
  #footer .footer_inner {
		width: 100%; 
} }
@media only screen and (max-width: 650px) {
  #footer .footer_inner {
		width: 94%; 
} }
#footer .footer_inner h1 {
	float: left;
	width: 360px; 
}
@media only screen and (max-width: 650px) {
  #footer .footer_inner h1 {
		display: none; 
} }
#footer .footer_inner .address_inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 600px;
	border-left: 1px solid #000;
	padding: 5px 0 5px 25px; 
}
@media only screen and (max-width: 650px) {
  #footer .footer_inner .address_inner {
		width: 100%;
		font-size: 14px; 
} }
#footer .footer_inner .address_inner p {
	line-height: 25px;
	color: #000; 
}
#footer .footer_inner .address_inner p.b {
	font-weight: bold; 
}
#footer .footer_inner .address_inner p.small {
	font-size: 13px; 
}
#footer .copyright {
	border-top: 1px solid #000; 
}
#footer .copyright p {
	text-align: center;
	color: #000;
	font-size: 16px;
	padding: 20px; 
}

hr {
  height: 1px;
  border: none;
  border-top: 1px #a6a6a6 solid;
  width: 100%;
}
