@charset "UTF-8";
/*

----------------------------------------------- */

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	background:url(../images/bg_body.gif);
	color:#333;
}
strong {
	font-weight: bold;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	display: block;
	clear: both;
}
a:link, a:link strong {
	color:#005f99;
	text-decoration: underline;
}
a:visited, a:visited strong {
    color:#005f99;
	text-decoration: underline;
}
a:hover, a:hover strong {
	color:#EE8500;
	text-decoration: underline;
}
a:hover img.link { 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}


/* headding
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 1.5em 0 0.5em 0;
	text-align: left;
	line-height: 1.2em;
	font-weight: 400;
}

h1 {}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em; 
}
h4 {
	font-size: 1.125em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}

/* misc
----------------------------------------------- */
p {
	margin: 0 0 1em;
	line-height: 1.5em;
	color: #333333;
}
article p {
	margin: 0 0 1em;
	line-height: 1.5em;
	font-size: 0.9375em;
	color: #333333;
}
/* list
----------------------------------------------- */
ul {
	margin: 0 0 1em 20px;
}
ul li {
	margin: 0 0 0.3em;
	line-height: 1.3em;
	color: #333333;
  font-size: 0.9375em;
}
ol {
	margin: 0 0 1em 30px;
}
ol li {
	margin: 0 0 0.3em;
	line-height: 1.3em;
	color: #333333;
	font-size: 0.9375em;
}
/* commonTable
----------------------------------------------- */
table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9375em;
	line-height: 1.5em;
	color: #333333;
}
th {
	border:#e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
	width:170px;
	vertical-align:middle;
}
td {
	border-top: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}


.checkbox label{
  display:block;
}

/* Wrapper
----------------------------------------------- */
#over_wrapper {
    width: 100%;
}
#wrapper {
    width: 100%;
}
#wrapper #header_inner{
	width: 1150px;
	margin:auto;
}
#wrapper #contents,
#wrapper #footer_inner {
  width: 960px;
	margin:auto;
}

/* Header
----------------------------------------------- */
#wrapper > header {
	position: relative;
	background:url(../images/bg_header.jpg);
	height:380px;
}
#wrapper > header #header_inner {
	background:url(../images/bg_header_main.png) no-repeat;
	position: relative;
	height:380px;
}
/* Logo
----------------------------------------------- */
#wrapper > header #logo {
	float:left;
	font-size:0.7em;
  margin:10px 0 0 60px;
  padding:0;
}
#wrapper > header #logo h1 {
  margin:0;
  padding:0;
}

/* headerMenu
----------------------------------------------- */
#wrapper > header nav {
  float:right;
	margin-right:50px;
	margin-top:20px;
	margin-bottom:0;
}
#wrapper > header ul {
  background:#2d83b8;
	border-radius:3px;
	width:460px;
	padding:0;
	margin-bottom:0;
}
#wrapper > header ul li{
  display:inline-table;
	text-align:center;
	width:110px;
	padding:5px 0;
	margin:3px 0;
	border-right:1px solid #fff;
}
#wrapper > header nav ul li:last-child {
	border-right:none;
}
#wrapper > header nav ul li a:link,
#wrapper > header nav ul li a:visited{
	color:#fff !important;
	text-decoration:none;
}
#wrapper > header nav ul li a:hover{
	text-decoration:underline;
}

#wrapper > header .head_message{
	position:absolute;
	bottom:25px;
	left:65px;
}
#wrapper > header .head_message p{
	color:#005f99;
	font-weight:bold;
}

/* article
----------------------------------------------- */
main > article {
	position: relative;
	text-align: left;
	padding-bottom:60px;
	width:800px;
	margin:0 auto;
}
main > article #contentTitle {
  margin: 30px 0 25px;
	font-size: 26px;
  color:#39394b;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
main > article h2{
	border-bottom:1px solid #005f99;
	padding-bottom:10px;
}
main > article h3{
	border-left:5px solid #005f99;
	padding-left:10px;
}
main > article .about_houmonkango{
	background:url(../images/houmonkango-station.png) no-repeat center;
	position: relative;
	height:434px;
}

/* Footer
----------------------------------------------- */
#wrapper > footer {
  background:#005f99;
	clear: both;
}
#wrapper > footer #footer_inner{
    padding: 10px 0;
}
#wrapper > footer nav {
    margin-bottom:40px;
}
#wrapper > footer #footer_inner nav ul {
	margin: 9px 0 !important;
	color: #ffffff;
  text-align: center;
}
#wrapper > footer #footer_inner nav ul li {
	display:inline;
	list-style: none;
	margin: 0 15px 15px 0;
	padding: 0 70px 0 0;
}
#wrapper > footer #footer_inner nav ul li:last-child {
	border-right: none;
}
#wrapper > footer #footer_inner a {
	text-decoration: none;
	color: #ffffff;
}
#wrapper > footer #footer_inner a:hover {
	text-decoration: underline;
}
#wrapper > footer #footer_inner small {
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
}
#wrapper > footer #footer_inner small a {
	color: #ffffff;
}

/* Form
----------------------------------------------- */

input[type="text"],
textarea {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding:10px;
font-size:0.875em;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin:10px 0;
}
input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #3498db;
	border: 1px solid #3498db;
}
select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    padding:10px 15px;;
		font-size:1.0em;
    vertical-align: middle;
    border:1px solid #CCC;
		margin:0 0 10px;
		cursor: pointer;
}
/* custom01 */
input[type="checkbox"] {
	display: none;
}
label {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 22px;
	cursor: pointer;
}
label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
}
input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 5px;
	left: 3px;
	width: 13px;
	height: 5px;
	border-left: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.msg,
.formMarkColor{
	color: #cc0000;
}
input[type="button"],
input[type="submit"]
{
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #3498db;
	color: #fff;
	border:none;
	font-size:1em;
}
input[type="button"]::before,
input[type="button"]::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
input[type="submit"]::before,
input[type="submit"]::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
input[type="button"],
input[type="button"]::before,
input[type="button"]::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input[type="submit"],
input[type="submit"]::before,
input[type="submit"]::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

input[type="button"]:hover,
input[type="submit"]:hover{
	background-color: #EE8500;
	cursor:pointer;
}
#submitBt{
	width:500px;
	margin:50px auto;
	text-align:center
}