@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #ffffff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

a:link {
  color: #005ebb;
}

a:hover {
  color: #004080;
}

a:visited {
  color: #005ebb;
}


/*---------- ヘッダー ----------*/

header {
  width: 100%;
}

header h1 {
  padding: 5px 0 5px 0;
  text-align: center;
  color: #DDDDDD;
  font-size: 10px;
}

header h1 a {
  color: #DDDDDD !important;
  text-decoration: none;
  font-size: 10px;
}

header h1 a:hover {
  color: #004080 !important;
  text-decoration: underline;
  font-size: 10px;
}

header img.main_photo {
  width: 100%;
  height: auto;
}

#page_top {
  margin: 0;
  padding: 0;
}


/*	トップナビ
--------------------*/
.top_nav{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #FFF;
	position:relative;
}

.top_nav li{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f1f0f4), color-stop(0.50, #f1f0f4), color-stop(0.49, #fefefe), color-stop(0.00, #f1f0f4));
	background:-webkit-linear-gradient(top, #f1f0f4 0%, #fefefe 49%, #f1f0f4 50%, #f1f0f4 100%);
	background:-moz-linear-gradient(top, #f1f0f4 0%, #fefefe 49%, #f1f0f4 50%, #f1f0f4 100%);
	background:-o-linear-gradient(top, #f1f0f4 0%, #fefefe 49%, #f1f0f4 50%, #f1f0f4 100%);
	background:-ms-linear-gradient(top, #f1f0f4 0%, #fefefe 49%, #f1f0f4 50%, #f1f0f4 100%);
	background:linear-gradient(top, #f1f0f4 0%, #fefefe 49%, #f1f0f4 50%, #f1f0f4 100%);
	width:25%;
	border-top:solid 1px #dfdfdf;
	border-bottom:solid 1px #dfdfdf;
	font-size:12px;
	text-align:center;
	float:left;
}

.top_nav li.active{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFD7D3), color-stop(0.50, #FFE1DE), color-stop(0.49, #FFD7D3), color-stop(0.00, #FFD7D3));
	background:-webkit-linear-gradient(top, #FFD7D3 0%, #FFD7D3 49%, #FFE1DE 50%, #FFD7D3 100%);
	background:-moz-linear-gradient(top, #FFD7D3 0%, #FFD7D3 49%, #FFE1DE 50%, #FFD7D3 100%);
	background:-o-linear-gradient(top, #FFD7D3 0%, #FFD7D3 49%, #FFE1DE 50%, #FFD7D3 100%);
	background:-ms-linear-gradient(top, #FFD7D3 0%, #FFD7D3 49%, #FFE1DE 50%, #FFD7D3 100%);
	background:linear-gradient(top, #FFD7D3 0%, #FFD7D3 49%, #FFE1DE 50%, #FFD7D3 100%);
}

.top_nav li a{
	padding:.8em 0;
	display:block;
	border-right:solid 1px #C9C9C9;
	border-left:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
	color:#629de1;
	font-weight:bold;
}

.top_nav li.active a{
	color:#FFA49;
	text-shadow:-1px -1px 1px #CC837C,1px 1px 1px #FFF;
}

/*----------topnav	text-shadow:1px 1px 1px #C7C7C7,-1px -1px 1px #F5F5F5; ----------*/



/*---------- パンくず ----------*/

.pan {
  font-size: 10px;
}

.pan a {
	color: #333333;
}
.pan a:hover {
	color: #5B92D7;
	text-decoration: underline;
}

.pointtxt {
text-align: center;
color: #2093EA;
font-size: 1.2em;
}


/*---------- コンテンツ ----------*/

#content {
  padding: 6px;
}

section {
  margin: 0 0 8px 0;
}

section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #FFF;
  border: 1px solid #06c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url(images/h_bg.gif) center repeat-x;
  
}


section p {
  margin: 0 0 12px 0;
  padding: 3px 0;
  line-height: 1.8;
}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

section img.photo {
  width: 100%;
  height: auto;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #c53d43;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #5b92d7;
  margin : 8px 0 8px 0;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #5b92d7;
  padding : 8px 10px 8px 10px;
}

section ul.sitemap li ul{
list-style-type: circle;
list-style-position: inside;
margin: 0 0 0 1em;
padding: 10px;
}

section ul.sitemap li a {
  padding: 6px;
  display: block;
  color: #005ebb !important;
}

section a {
	color: #333333;
}
section a:hover {
	color: #5B92D7;
	text-decoration: underline;
}
	
.pinktext {
color: #FF0040;
font-weight: bold;
}

/* ---------- お知らせ  ----------*/

#infobox{
	margin-bottom:15px;
	padding:15px;
	background: #FBE496;
	text-align: center;
}
#infobox p{
	margin: 0;
}
#infomationtitle{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    border-bottom: #c9c9c9 solid 1px;
    width: 60%;
}
.infored{
	font-weight: bold;
	color:red;
	font-size:15px;
}
#infomation{
	margin:15px 12px;
	border:#c9c9c9 solid 1px;
	padding:15px;
	font-size:14px;
}
#infomation p{
	margin: 0;
}
/* ---------- よく頂く質問集ページ設定  ----------*/


dl.faq {
        margin: 0 0 12px 0;
        padding-right: 10px;
	padding-left: 10px;
	line-height: 1.8;
}

dl.faq dt {
	background-image: url(images/qa_q.gif);	/*Ｑアイコン*/
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	font-weight: bold;	/*太字にする設定*/
	color: #FF2A00;		/*文字色*/
}

dl.faq dd {
	background-image: url(images/qa_a.gif);	/*Ａアイコン*/
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: left top;
	margin-bottom: 1em;
}



/* ---------- アコーディオン  ----------*/

body {
  line-height: 1.231;
  color: #333;
  font-family: sans-serif;
  font-family: 'MS PGothic', arial, sans-serif\0/;
  font-size: 13px;
}
a:link, a:visited,
a:hover, a:active, a:focus {
  color: #333;
  text-decoration: none;
}

/*accordion*/
dl.accordion dt {
  background: url(images/head1.gif) center repeat-x;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  word-wrap:break-word;
}
dl.accordion dt {
  display: block;
  padding: 10px 30px 10px 10px;
  color: #2E2E2E;
  font-size: 15px;
}
dl.accordion dt::before {
  content: '';
  position: relative;
  float: right;
  border: 6px solid transparent;
  border-top-color: #2E2E2E;
  width: 0;
  height: 0;
  top: 5px;
  right: -20px;
}
dl.accordion dt.open::before {
  content: '';
  position: relative;
  float: right;
  border: 6px solid transparent;
  border-bottom-color: #000;
  width: 0;
  height: 0;
  top: -5px;
  right: -20px;
}
dl.accordion dd {
  word-wrap:break-word;
}
dl.accordion dd ul li {
  border-bottom: 1px solid #f2f2f3;
  list-style: none;
}
dl.accordion dd ul li a {
  color: #333;
  display: block;
  padding: 10px 30px 10px 15px;
}
dl.accordion dd ul li a::before {
  content: '';
  position: relative;
  float: right;
  border: 6px solid transparent;
  border-left-color: #6ea3e1;
  width: 0;
  height: 0;
  top: 0;
  right: -25px;
}

/*---------- フッター ----------*/

footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #eeeeee;
}

footer p {
  padding: 10px;
  color: #55555;
}

footer a {
  color: #005ebb !important;
}

footer a:hover {
  color: #004080 !important;
}

footer a:visited {
  color: #005ebb;
}

footer p.copy {
  padding: 10px;
  font-size: 12px;
  color: #555555;
}

footer p.copy a {
  color: #005ebb !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #004080 !important;
  text-decoration: underline;
}

footer p.copy a:visited {
  color: #005ebb;
  text-decoration: none;
}


/*---------- ナビ ----------*/

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(images/nav_bg.gif) repeat-x;
}

nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #005ebb;
  background: url(images/h_bg_gray.gif) center repeat-x;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
}

nav li a {
  padding: 10px;
  display: block;
  color: #005ebb !important;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(images/nav_bg.gif) repeat-x;
}

nav li a:hover {
  color: #004080 !important;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(images/nav_bg_hover.gif) repeat-x;
}

.tel {
  width: 100%;

/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


#ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
#ggmap iframe,
#ggmapr object,
#ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
