@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : module.css
 Style Info : 共通要素の基本設定

11px = 85%		12px = 93%		13px = 100%		14px = 108%
15px = 116%		16px = 123.1%	17px = 131%		18px = 138.5%
19px = 146.5%	20px = 153.9%	21px = 161.6%	22px = 167%
23px = 174%		24px = 182%		25px = 189%		26px = 197%
=================================================================== */

/*----------------------------------------------------------------
	共通
----------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	color: #333;
	background: #fff;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,  "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	/font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	min-width:910px;
}
/* for IE6, 7 */
input, textarea {
 /font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
h1, h2, h3, h4, h5, h6, dt {
	font-weight: bold;
}
textarea {
	resize: vertical;
}
em {
	color: #C00;
	font-weight: bold;
	font-style: normal;
}
textarea {
	resize: vertical;
}
address {
	font-style: normal;
}
a, a:link {
	outline:none;
	color: #B28500;
	text-decoration: underline;
}
a:visited {
	text-decoration:  underline;
	color: #B28500;
}
a:hover {
	text-decoration: none;
	color: #B28500;
}
iframe{
	display:block;
}
from{
	margin:0;
	padding:0;
}
li {
	display: list-item;
	vertical-align:middle;
	padding:0;
	margin:0;
}
img {
	line-height:1;
	font-size:0;
	vertical-align:top;
	/height:auto;
	transition: all 0.3s ease-in-out 0s;
}

ul,ol,li,p{
	zoom:normal;

}

/* form要素
----------------------------------------------------------- */
input, textarea {
	padding:5px 7px;
	border-radius:2px;
	margin:0;
	border:none;
	background-color:#fff;
	border: 1px solid #A7A6AA;
}
.jInput {
	border: 1px solid #A7A6AA;
}
.jFocus {
	outline: medium none !important;
	background-color: #fff !important;
	border-color: #6ddeff !important;
}
.jFocus {
	box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
	-moz-box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
	-ms-box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
	-o-box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
	border-color: rgba(82, 168, 236, 0.75) !important;
}
input[type="radio"], input[type="checkbox"] {
	margin-right:5px;
	vertical-align:baseline;
	border-style:none;
}
label {
	margin-right:15px;
}
/* page要素
----------------------------------------------------------- */
#page {
	font-size: 100%;
	text-align: left;
	width:100%;
	overflow:hidden;
}

/* header要素
----------------------------------------------------------- */
#header {
	width:100%;
	height:130px;
	overflow:hidden;
}
#header h1{
	text-align:center;
	padding:22px 0 0 0;
}

/* mainVisual要素
----------------------------------------------------------- */
#mainVisual {
	width:100%;
	padding:0 0 45px 0;
}
.slide_box{
	position:relative;
	width:870px;
	height:500px;
	margin:0 auto;
}
.slide_box h2{
	position:absolute;
	left:430px;
	top:30px;
}
.slide_box dl{
	position:absolute;
	width:360px;
	height:300px;
	right:30px;
	top:185px;
	padding:0 20px;
}
.slide_box dt{
	font-size:33px;
	color:#427EB1;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.slide_box dt small{
	display:block;
	color:#888;
	font-size:12px;
	font-family: Impact, Tahoma, Geneva, sans-serif;
	font-weight:normal;
}
.slide_box dd{
	font-size:14px;
	line-height:1.8;
}
.slide_box dd p{
	padding:20px 0;
}
.slide_box dd .btn01{
	width:360px;
}
.slide_box dd .btn01:after{
    content: ""; 
    display: block; 
    clear: both;
}
.slide_box dd .btn01 a{
	float:right;
	display:block;
	width:160px;
	padding:0 10px;
	line-height:40px;
	color:#fff;
	text-decoration:none;
	background:#326180;
	white-space:nowrap;
}
.slide_box dd .btn01 a:hover{
	background:#061E3F;
}

/* gNavi Style要素
----------------------------------------------------------- */
#gNavi {
	width:100%;
	height:60px;
	background:url(../img/navi/gNavi_bg.png) center top no-repeat;
	overflow:hidden;
	margin:0 0 40px 0;
}
#gNavi ul {
	width: 910px;
	margin: 0 auto;
	overflow: hidden;
	_zoom: 1;
}
#gNavi li {
	float: left;
}

/* contents要素
----------------------------------------------------------- */
#contents {
	width: 100%;
	font-size: 108%;
	line-height: 1.5;
	_zoom: 1;
}
#contents .wrapper{
	width: 910px;
	margin: 0 auto 40px auto;
	padding:0 0 70px 0;
	background:#fff url(../img/bg/news_bg.jpg) 672px bottom no-repeat;
	_zoom: 1;
	word-break: normal;
	word-wrap: break-word;
}
#contents .wrapper:after{
    content: ""; 
    display: block; 
    clear: both;
}
#crumbs{
	width:870px;
	margin:0 auto 10px auto;
	border-bottom:solid 1px #ddd;
	padding:15px 0 10px 0;
}
#crumbs ul{
	line-height:19px;
}
#crumbs li {
	display: inline;
	font-size:12px;
	color:#777;
}
#crumbs li a{
	color:#777;
	text-decoration:none;
}
#crumbs li a:hover{
	color:#B28500;
	text-decoration:underline;
}
#crumbs li img{
	vertical-align:text-bottom;
}
.box_850{
	width:850px;
	margin:0 auto;
	padding:0 0 40px 0;
}

/* main要素
----------------------------------------------------------- */
#main {
	width: 600px;
	padding:20px 0 20px 10px;
	float: left;
}
#main article {
}
#main section {
}

/* 共通要素
----------------------------------------------- */
#main .kome {
	padding-left: 1em;
	text-indent: -1em;
}
.txtR {
	text-align: right;
}
.txtC, imgC {
	text-align: center;
}
.txtL {
	text-align: right;
}
.boxL {
	float:left;
}
.boxR {
	float:right;
}

#pagetop{
	position: fixed;
	right: 0;
	bottom: 0;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 85%;
}
/* 共通タイトル
------------------------------------------------------------ */
#page_ttl{
	text-align:center;
	color:#417EB1;
	font-size:39px;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	text-shadow:1px 1px 1px #fff;
	padding:0 0 40px 0;
}
#page_ttl small{
	display:block;
	color:#878787;
	font-size:19px;
	font-weight:normal;
	font-family: Impact, Tahoma, Geneva, sans-serif;
	text-shadow:none;
}
.sub_ttl01{
	width:auto;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size:24px;
	color:#444;
	background:url(../img/bg/sub_ttl01.jpg) left top no-repeat;
	line-height:32px;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
}
.sub_ttl02{
	width:auto;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size:24px;
	color:#444;
	background:url(../img/bg/sub_ttl02.jpg) left top no-repeat;
	line-height:32px;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
}
.sub_ttl03{
	width:auto;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size:24px;
	color:#3F7EB1;
	background:url(../img/bg/sub_ttl03.jpg) left top no-repeat;
	line-height:42px;
	padding:0 0 0 45px;
	margin:0 0 15px 0;
	border-bottom:dotted 1px #ccc;
}
.year_ttl{
	width:auto;
	color:#3F7EB1;
	background:#E8EFF6;
	padding:12px 15px;
	border-bottom:dotted 1px #ccc;
}

/* Image Style
----------------------------------------------- */
.imgL{
	clear:both;
	width:100%;
}
.imgL:after{
    content: ""; 
    display: block; 
    clear: both;
}
.imgL .i_area{
	float:left;
}
.imgL .t_area{
	float:right;
}
.imgR{
	clear:both;
	width:100%;
}
.imgR:after{
    content: ""; 
    display: block; 
    clear: both;
}
.imgR .i_area{
	float:right;
}
.imgR .t_area{
	float:left;
}

article .alignleft {
	float: left;
	margin:0 15px 0 0;
}
article .alignright {
	float: right;
	margin:0 0 0 15px;
}
article .aligncenter {
	clear:both;
	display:block;
	margin:0 auto 15px;
}

#mc {
	clear:both;
	position:relative;
	width:910px;
	height:80px;
	margin:0 0 57px 0;
}
#mc a:hover img{
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#mc a {
	position:absolute;
	width:180px;
	height:38px;
	right:21px;
	top:21px;
}
#mc span {
	position:absolute;
	left:-30px;
	top:-56px;
}

#info {
	width:870px;
	margin:0 auto;
	padding:0 0 30px 0;
}
#fb {
	width:610px;
}
#info .boxR {
	width:230px;
}
#info .boxR li {
	padding:0 0 15px 0;
}
#info .boxR li a:hover img{
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.news_box{
	clear: both;
	position:relative;
	width:870px;
	margin:0 auto;
}
.news_box #tab {
	width:870px;
}
.news_box #tabnavi{
	border-bottom:solid 1px #326180;
}
.news_box #tabnavi:after{
    content: ""; 
    display: block; 
    clear: both;
}
.news_box #tabnavi li {
	float:left;
	width:160px;
	margin:0 0 0 10px;
}
.news_box #tabnavi li a {
	display:block;
	background:#ccc;
	text-decoration:none;
	color:#666;
	text-align:center;
	padding:10px 0;
	border-radius:3px 3px 0 0;
}
.news_box #tabnavi li a:hover {
	background:#326180;
	color:#fff;
}
.news_box #tabnavi li .active {
	color:#fff;
	background:#326180;
}
.news_box #tabnavi .last {
}
.news_box #tabnavi .last a {
}
.news_box #tabcontent {
	clear:both;
}
.news_box #tabcontent div {
}
.news_box #tabcontent div ul {
	width:850px;
	margin:0 auto;
	padding:20px 0;
}
.news_box #tabcontent div ul li {
	padding:5px 0;
}
.news_box #tabcontent div ul li time {
	padding:0 30px 0 0;
}
.news_box #tabcontent div ul li a {
	background:url(../img/arrow/arrow02.jpg) left center no-repeat;
	padding:0 0 0 15px;
}
.news_box #tabcontent div p {
	position:absolute;
	width:150px;
	right:5px;
	top:10px;
	text-align:right;
}

img.size-full { width: 100%;}

/* ページ分割ナビ
------------------------------------------------------------ */
.wp-pagenavi {
	padding: 20px 0 40px;
	text-align: center;
	overflow: hidden;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding:3px 8px;
	background:#326180;
	color:#fff;
	margin-right: 5px;
	text-decoration: none;
	border-radius:3px;
	display: inline-block;
	 /display:inline !important;
}
.wp-pagenavi span {
	background:#427EB1;
	color:#fff;
}
.wp-pagenavi .pages {
	background:#427EB1;
	color: #fff;
	margin-right: 20px;
}
.wp-pagenavi a:hover {
	background:#427EB1;
	color:#fff;
}
.wp-pagenavi .alignleft {
	float:none;
	display: inline-block;
	/display:inline !important;
}
.wp-pagenavi .center {
	float:none;
	display: inline-block;
	/display:inline !important;
}
.wp-pagenavi .alignright {
	float:none;
	display: inline-block;
	/display:inline !important;
}

/* side要素
----------------------------------------------------------- */
#side {
	width: 230px;
	float: right;
}
.pt {
	position:relative;
	text-align:center;
	top:20px;
	z-index:100;
}
.pt a:hover img{
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	opacity: 0.75;
}

/* footer要素
----------------------------------------------------------- */
#footer {
	clear:both;
	width:100%;
	overflow:hidden;
}
#footer .inner{
	padding:38px 0 28px 0;
	background:url(../img/bg/aff_white.png) repeat;
}
#footer h1{
	position:absolute;
	top:38px;
	left:33px;
}

#footer nav{
	width:665px;
	float:right;
}
#footer nav p{
	padding:0 0 5px 0;
	
}
#footer nav ul {
	width:640px;
}
#footer nav ul:after{
    content: ""; 
    display: block; 
    clear: both;
}
#footer nav li {
	width:145px;
	padding:6px 0 6px 15px;
	float:left;
	background:url(../img/arrow/arrow01.png) 0 10px no-repeat;
}
#footer nav a {
	color:#444;
	white-space: nowrap;
	text-decoration:none;
	font-size:14px;
}
#footer nav a:hover {
	color:#326180;
}

.ft_info {
	position:relative;
	width:870px;
	margin:0 auto;
}
.ft_info p {
	padding:30px 0 0 0;
}
.ft_info span {
	position:absolute;
	top:15px;
	right:180px;
}
.ft_info span a:hover img{
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.ft_info div {
	position:absolute;
	width:188px;
	height:120px;
	right:-40px;
	top:-60px;
}
#footer .copyright {
	clear: both;
	color:#fff;
	padding:35px 0 25px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}



/* 基本クラス
----------------------------------------------------------- */
/* clearfix */
.clearfix {
	clear:both;
	width: 100%;
}
.inner{
	position:relative;
	clear:both;
	width:910px;
	margin:0 auto;
}
#main .imgArea:after, .clearfix:after , .inner:after{
    content: ""; 
    display: block; 
    clear: both;
}
.alf:hover{
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.ovfl {
	overflow:hidden;
}
.clear {
	clear:both;
}
.clear hr {
	display:none;
}

.mc{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	/font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
	