@charset "shift_jis";

/*==================================================
  static page module
==================================================*/
body, div#container {
	background: #fff;
} body {
	position: relative;
	overflow: auto !important;
}


/*--------------------------------------------------
  Header
--------------------------------------------------*/

#header {
	position: relative;
	z-index: 2000;
	border-bottom: 2px solid #E61E0A;
	background-color: #FFF;
}

.h_inner {
    position: relative;
  	width: 100%;
    height: 100%;
    padding: 2% 0;
    margin: 0px auto;
}

.h_logo {
	text-align: center;
    position: relative;
    top: 25%;
    left: 0;
	height: 100%;
}

.h_logo img {
	vertical-align: middle;
}

div#contents {
	width: 100% !important;
	max-width: 970px;
}

.mainInfo {
	padding: 0 10px;
}


/*--------------------------------------------------
  fotter
--------------------------------------------------*/

.mainInfo a {
    text-decoration: underline;
}

.mainInfo a:hover {
	color:#3baae4 !important;
	text-decoration:underline;
}

.mainInfo a:visited {
    color: #3e4d98;
    text-decoration: none;
}


a:link span {
	cursor: pointer;
}

.p_item {
	display: block;
	background-image: url("../images/f_arrow.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.footer_content {
	height: 180px;
	background-color: #928e88;
	padding: 1px 0 0;
}

.footer_content_inner {
	width: 100%;
	margin: 0 auto;
}

.footer_copyright {
	font-size: 12px;
	color: #ffffff;
	position: relative;
	text-align: center;
	padding: 15px 0 15px;
}


/*--------------------------------------------------
  Heading
--------------------------------------------------*/
div#contents h2 {
	margin-top: 30px;
	padding-left: 10px;
	border-left: 8px solid #c82321;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 130%;
}

@media screen and (max-width: 640px) {
	.h_logo img {
		width: 36%;
	}
}



