@charset "utf-8";

/*-------------------------------------
  リセット
-------------------------------------*/
*{
  background:transparent;
  margin: 0;
  padding: 0;
  vertical-align:baseline;
  font-size:100%;
  color: #444;
}
body {
  font-family: "Helvetica Neue","Verdana","Helvetica","メイリオ",Meiryo,sans-serif;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%; /* スマホ横向きでも文字サイズ同じ */
  word-wrap: break-word;
}
input,
select,
textarea,
button {
  font-family: "Helvetica Neue","Verdana","Helvetica","メイリオ",Meiryo,sans-serif;
  background: #FFF;
}
input,
select {
  border: 1px solid #DDD;
  padding: 10px;
}
textarea {
  border: 1px solid #DDD;
  padding: 10px;
}
ol,
ul {
  list-style: none;
}
p {
  font-size:16px;
}
img {
  border:0px #FFFFFF solid;
  vertical-align: top;
  font-size:0;
  line-height: 0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
a:link { color:#000082;text-decoration:none }
a:visited { color:#000082;text-decoration:none }
a:hover { color:#0000ff;text-decoration:underline }
html>/**/body { font-size:12px;line-height:1.4 }
h1,h2,h3,h4,h5,h6,p,em,div,dl,ul,ol,table,th,input,textarea,select {
  font-size:100%;
  font-weight:normal
}

/*----------------------------------------
  clearfix
  ----------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*-------------------------------------------------------
  パンくずリスト
-------------------------------------------------------*/
#topic-path {
  width:950px;
  margin:0 auto;
  font-size:12px;
  margin-bottom:10px;
}
#topic-path li,
#topic-path li h1 { display:inline }
#topic-path li strong { font-weight:normal }
#topic-path li a {
  padding-right:10px;
  background:url(/images/search/path.png) no-repeat right center;
}

/*----------------------------------------
  ページスタイル
  ----------------------------------------*/

body {
  background: #f1f1f1;
}

/**共通項目**/
h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
    margin-bottom: 10px;
}
h2 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #0159a0;
  width: 640px;
  margin: 0 auto;
  padding: 10px 0;
}

#map {
  text-align: center;
}

/**お知らせ用**/
div#caution{
	width:650px;
	margin:15px auto 0 auto;
	border:1px solid #cb0000;
	padding:8px;
	color:#cb0000;
	font-size:13px;
}
div#caution .grey{
	color:#333;
}
div#caution .bold{
	font-weight:700;
}

div#caution strong{
	font-weight:bold;
}

/**共通項目終**/
#contents{
	margin-bottom:10px;
}

.text-red{
	color:#F00;
}


/*----------------------------------------
  スマホ
  ----------------------------------------*/
@media screen and (max-width: 768px){
  #container {
    width: 100%;
    padding: 10px 0 0;
  }
  #topic-path {
    width: 98%;
    margin: 0 auto 5px;
  }
  h1 {
    color: #fff;
    font-size: 16px;
    background: #0159a0;
    margin: 16px 0;
    padding: 10px 0;
  }
  h2 {
    width: 98%;
  }
  #map iframe {
    width: 98%;
    margin: 10px auto;
  }

}