@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. リセット用スタイル
　02. タグ固有のスタイル指定
　03. 回り込み解除
　04. コンテンツ
　05. 機能

******************************************************************************* */

/* ==

　01. リセット用スタイル

=============================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  text-decoration: none;
  background:transparent;
}
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}
ol, ul { list-style: none; }


/* ==

　02. タグ固有のスタイル指定

=============================================================================== */
html { overflow-y: scroll; }
html, body { height: 100%; }
body {
  line-height: 1.7;
	background-color: #fff;
	color: #000000;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
}
img {	vertical-align: bottom; }
a img {	border: none; }


/* ==

　03. 回り込み解除

=============================================================================== */
.clearfix:after { content: ''; display: block; clear: both; height: 0; }


/* ==

　04. コンテンツ

=============================================================================== */
body {
	background: url(../images/header_bg01.gif) repeat-x 0 0;
	text-align: center;
}

/*
	header
*/
#header {
	width: 950px;
	margin: 0 auto;
	padding: 27px 0 20px;
	position: relative;
	text-align: left;
}
#header h1 {
	width: 272px;
}
#headerBtn {
	position: absolute;
	top: 14px;
	right: 0;
	width: 576px;
}
#headerBtn p {
	float: left;
	margin-right: 22px;
}

#headerBtn p.lastChild {
	margin-right: 0;
}
#headerLink {
  position: absolute;
	top: 70px;
	right: 260px;
}
#headerLink ul {
	font-size: 14px;
}
#headerLink li {
	float: left;
	margin-right: 24px;
}
#headerLink li a {
	background: url(../images/index_icon01.gif) no-repeat 0 center;
	display: inline-block;
	padding-left: 20px;
	color: #000;
	line-height: 1.2;
	min-height: 16px;
}

#header fieldset {
  line-height: 1;
  width: 239px;
  position: absolute;
  top: 68px;
  right: 0;
  font-size: 12px;
}
#header fieldset input {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}
#header form input#searchBox {
  width: 214px;
  height: 22px;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 0 5px;
  border-top: 1px solid #bfbfbf;
  border-right: none;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  background-color: #fff;
  vertical-align: top;
}
#header form input#searchBtn {
	position: absolute;
	top: 0;
	left: 214px;
	width: 25px;
  height: 24px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
input::-webkit-input-placeholder {
  color: #B5B5B6;
}
input:-moz-placeholder {
  color: #B5B5B6;
}
input::-moz-placeholder {
    color: #B5B5B6;
    opacity: 1;
}
input:-ms-input-placeholder {
  color: #B5B5B6;
}

/*
	mainVisual
*/
#mainVisual {
	position: relative;
	min-width: 950px;
	width: 100%;
	height: auto;
}
#mainVisual img.bg {
	width: 100%;
	height: auto;
}
#mainVisual p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -130px;
	margin-left: -326px;
}

/*
	navigation
*/
#navigation {
	width: 100%;
	background: #00a0c6;
}
#navigation ul {
	width: 950px;
	margin: 0 auto;
}
#navigation li {
	float: left;
}

/*
	main
*/
#main {
	width: 100%;
	/*padding: 55px 0 0;*/
	padding: 20px 0 0;
}
#main dl, #main ul {
	font-size: 13px;
}


/*
	bannerArea  2017/4/27 追加
*/

p.bannerArea {
	width: 950px;
	margin: 20px auto 40px;
	text-align: center;
 	
}

p.bannerArea a img{
	margin: 0 10px;
}
/*
	bannerArea2  2018/5/15 追加
*/
.bannerArea2 {
	width: 620px;
	margin: 20px auto 40px;
}

.bannerArea2 .bannerBlock,
.bannerArea2 img.special{
	float: left;
}

.bannerArea2 .bannerBlock li{
  padding-bottom: 12px;
  text-align: right;
}

.bannerArea2 .bannerBlock2 img{
  height: 114px;
  width: auto;
  float: right;
}

/*
	newsArea
*/
.newsArea {
	width: 950px;
	margin: 0 auto 95px;
	text-align: left;
}
.newsArea .newsHeader {
	width: 950px;
	padding-bottom: 8px;
	border-bottom: 1px solid #999;
}
.newsArea .newsHeader .title {
	float: left;
	padding-left: 20px;
}
.newsArea .newsHeader .label {
	float: right;
}
.newsArea .newsBlock {
	margin-bottom:20px;
	padding-left: 20px;
	height: 205px;
	overflow-y: scroll;
}
.newsArea .newsBlock dl {
  width: 900px;
	padding-top: 25px;
}
.newsArea .newsBlock dl dt {
  width: auto;
  margin-right: 15px;
  padding: 3px 0 0 10px;
  float: left;
  color: #EA5514;
  font-weight: bold;
  border-left: 1px solid #3E3A39;
}
.newsArea .newsBlock dl dd {
  width: 770px;
  margin: 0 0 15px;
  float: left;
  padding: 3px 0 10px;
}
.newsArea .newsBlock dl dd.lastChild {
	margin-bottom: 0;
}
.newsArea .newsBlock dl dd a {
  display: inline-block;
  padding-left: 0;
  background: none;
  color: #3E3A39;
}
.newsArea .newsBlock dl dd {
  color: #3E3A39;
}
/*
	footerNavi
*/
.footerNavi {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}
.footerNavi ul {
	display: inline-block;
	margin: 0 auto 5px;
	line-height: 1.5;
}
.footerNavi li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 12px;
	border-left: 1px solid #595757;
}
.footerNavi li.firstChild {
	border-left: none;
}
.footerNavi a {
	color: #595757;
}

/*
	footer
*/
#footer {
	min-width: 950px;
	margin: 0 auto;
	padding: 25px 0;
	background: #036eb8;
}
#footer p {
	color: #fff;
	text-align: center;
}

/*
	copy
*/
#copy {
	width: 100%;
	min-width: 950px;
	margin: 0 auto;
	padding: 5px 0;
	background: #00a0c6;
}
#copy p {
	color: #fff;
	text-align: center;
	font-size: 10px;
}

/* ==

　05. 機能

=============================================================================== */
a.fnFade img { -ms-filter: "alpha(opacity=100)"; }
a.fnFade:hover img {
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
a.fnHoverTxt:hover {
  color: #999 !important;
}

/* ==

　06. モジュール

=============================================================================== */
.aRight {
	text-align: right;
}

/*　2017/4/27 追加 */
.aCenter {
	text-align: center;
}





/**
 * googleカスタム検索用（検索窓）
 */
#gsc{
    width:100%;

    margin:0 auto;
    position:relative;

}

#gsc td {
    border: none;    
}

#gsc .gsc-control-cse, 
#gsc .gsc-control-cse-ja,
#gsc .gsib_a{
    margin:0 !important;
    padding:0 !important;
}

#gsc .gsc-search-box tbody tr td {
    background: #999999;
}

#gsc .gsc-search-box .gsc-input > input:focus, #gsc .gsc-input-box-focus {
    border: 1px solid #000 !important;
    box-shadow: none !important;
    outline: medium none;
    background: #000;
}

/* テキスト入力フォームとボタンの位置 */
#gsc table.gsc-search-box td,
#gsc table.gsc-search-box input {
    vertical-align: top !important;
}
/* テキスト入力フォーム */
#gsc input[type="text"]{
    border: 1px solid #dddddd !important;
    height:23px !important;
    margin-top: 100px;
    font-size: 0.9em;
}


#gsc input[type="text"]:focus {
/*    border: 2px solid #b2e0eb !important;*/
    outline: 0;  /*safariの自動フォーカスを切る */
}

/* テキスト入力フォームの影を消す */
#gsc #gsc-iw-id1{
    border:none !important;
}
/* テキスト入力フォームの背景画像位置調整 */
#gsc #gs_tti0 input{
    background-position:5px 5px !important;
}
/* ボタンの色 */
#gsc input.gsc-search-button {
    background: #999999 !important;
    background: -ms-linear-gradient(top,  #008ee1 0%,#008ee1 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee1', endColorstr='#008ee1',GradientType=0 ); /* IE6-9 */
    transform: scale(-1, 1);
}
/* ボタンの位置調整と角丸消し */
#gsc .gsc-search-button{
    margin: 6px 6px 0 -9px !important;
    border-radius: 0px;
}
/* 入力時に出る「×」ボタンの位置調整 */
#gsc .gsib_b {
    background: #fff !important;
}

/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#gsc .gsib_b span{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:2px 0 0 0;    
}

#gsc .gsst_b {
    padding-right: 0 !important;
}

/**
 * googleカスタム検索用（検索結果）
 */
#searchResult {
    text-align: left;
    padding: 0 30px 30px 30px;
}

#searchResult h1 {
    font-size: 1.5em;
    padding-left: 20px;
}
