@charset "UTF-8";
/*==========================================
  サイト全体
  ==========================================*/

body {
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	font:14px/1.231 HiraKakuProN-W3;
	background-color: #000;
}
ol, ul, li {
	list-style: none;
}
a, li a {
	color: #0075A9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*==========================================
  ヘッダー
  ==========================================*/
  
header {
}
header h1 {
	line-height: 26px;
	height: 26px;
	margin: 0;
	padding: 0px 10px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	background-color: #333;
	background-image: -ms-linear-gradient(top, #666666 0%, #222222 100%);
	background-image: -moz-linear-gradient(top, #666666 0%, #222222 100%);
	background-image: -o-linear-gradient(top, #666666 0%, #222222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #222222));
	background-image: -webkit-linear-gradient(top, #666666 0%, #222222 100%);
	background-image: linear-gradient(top, #666666 0%, #222222 100%);
	text-overflow: ellipsis;
}
.area-head h1 {
	line-height: 44px;
	height: 44px;
	margin: 0;
	padding: 0px 10px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	background-color: #333;
	background-image: -ms-linear-gradient(top, #666666 0%, #222222 100%);
	background-image: -moz-linear-gradient(top, #666666 0%, #222222 100%);
	background-image: -o-linear-gradient(top, #666666 0%, #222222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #222222));
	background-image: -webkit-linear-gradient(top, #666666 0%, #222222 100%);
	background-image: linear-gradient(top, #666666 0%, #222222 100%);
	text-overflow: ellipsis;
}
.area-head {
	position: relative;
}
.back {
	position: absolute;
	top: 8px;
	left: 5px;
}
.btnBack {
	background: url(../img/bg_backbtn.png) right center no-repeat;
	padding-right: 8px;
	height: 30px;
}
.btnBackinner {
	background: url(../img/bg_backbtninner.png) left center no-repeat;
	height: 30px;
	padding-left: 15px;
}
.btnBack a {
	display: inline-block;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.6) -1px -1px 0;
}
/*==========================================
  トップメニュー
  ==========================================*/
  
ul.g-menu {
	clear: both;
	margin: 10px;
	background: rgba(0,0,0,.3);
	border: 1px solid #333;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
ul.g-menu li {
	list-style-type: none;
	border-bottom: solid 1px #333;
}
ul.g-menu a {
	display: block;
	background-image: url(../img/i_arrow.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	padding: 0 10px;
	color: #fff;
	-webkit-tap-highlight-color: rgba(255,255,555,0.5);
}
ul.g-menu li:last-child {
	border-bottom: none;
}
.g-menu dl {
	padding: 8px 0;
}
.g-menu dt {
	padding: .1em 0;
	font-size: 18px;
	font-weight: bold;
}
.g-menu dd {
	padding: .2em 0;
	font-size: 12px;
}
/*==========================================
  footer
  ==========================================*/
footer {
	margin: 0;
	padding: 1em 0;
	color: #999;
	background: #222;
}
footer p {
	margin-bottom: 1em;
	font-size: 13px;
	text-align: center;
}
.copy {
	margin-bottom: 0;
	padding: 0;
	font-size: 11px;
}
/*==========================================
  top
  ==========================================*/
.topbg {
	background-image: url(../img/bg.jpg);
	background-size: 320px auto;
	-moz-background-size: 320px auto;
	-webkit-background-size: 320px auto;
}
.topimg {
	margin: 40px 15px;
	text-align: center;
}
#content {
	overflow: hidden;
	padding: 0 0 1em;
}
.title {
	line-height: 40px;
	height: 40px;
	margin: 0 0 1px;
	padding: 0px 10px;
	font-size: 16px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
	border-top: 1px solid #4169E1;
	border-bottom: 1px solid #596fb2;
	background-color: #4169E1;
	background-image: -ms-linear-gradient(top, #708ce0 0%, #4169E1 100%);
	background-image: -moz-linear-gradient(top, #708ce0 0%, #4169E1 100%);
	background-image: -o-linear-gradient(top, #708ce0 0%, #4169E1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #708ce0), color-stop(1, #4169E1));
	background-image: -webkit-linear-gradient(top, #708ce0 0%, #4169E1 100%);
	background-image: linear-gradient(top, #708ce0 0%, #4169E1 100%);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.top-search ul {
	list-style-type: none;
}
.top-search li {
	list-style-type: none;
	border-bottom: solid 1px #c7c7c7;
}
.top-search li a {
	display: block;
	height: 44px;
	line-height: 44px;
	background-image: url(../img/icon/i_arrow_u.gif);
	background-position: 98% 50%;
	background-repeat: no-repeat;
	padding: 0 10px;
	color: #000;
	font-weight: bold;
}
/*==========================================
  ギャラリー
  ==========================================*/
.gallery {
	overflow: hidden;
	margin: 7px 0 0;
}
.gallery li {
	float: left;
	margin: 0;
	width: 25%;
}
.gallery li img {
	display: block;
	width: 100%;
	height: auto;
}
.gallery li a {
	display: block;
	margin: 1px;
}
.pagenav {
	clear: both;
	margin: 1em 0 0;
	padding: 1em 0 0;
	font-size: 12px;
	border-top: 1px solid #222;
	text-align: center;
}
.pagenav a {
	color: #fff;
}
/*==========================================
  ボタン
  ==========================================*/
.button, .button:visited {
	padding: 0 8px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #0075A9;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	text-shadow: -1px 1px 1px rgba(255, 255, 255, 0.9);
	border: solid 1px #ccc;
	background:#eee;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
}
.button:hover {
	text-decoration: none;
}
.large {
	height: 44px;
	line-height: 44px;
}
.btn180 {
	width: 180px;
}
.blue {
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: solid 1px #207ce5;
	background: -moz-linear-gradient(top, #8fbde8 0%, #207ce5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fbde8), color-stop(100%, #207ce5));
	background: -webkit-linear-gradient(top, #8fbde8 0%, #207ce5 100%);
	background: -o-linear-gradient(top, #8fbde8 0%, #207ce5 100%);
	background: -ms-linear-gradient(top, #8fbde8 0%, #207ce5 100%);
	background: linear-gradient(top, #8fbde8 0%, #207ce5 100%);
}
