@charset "UTF-8";

body	{margin: 0;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ P ゴシック","MS PGothic", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color:#fff;
	background-image:url("./img/back_body.jpg");
	background-repeat:repeat-x;
	background-position:left top;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ P ゴシック", "MS Gothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ P ゴシック", "MS Gothic", Sans-Serif;
}

p{
	margin-bottom:1.5em;
	font-size: 13px;
}

h3{
	margin-bottom:0.3em;
}

hr{
	margin: 20px 0;
}

/* 汎用
----------------------------------------------------*/
.floatL {
	float:left;
}
.floatR {
	float:right;
}

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.txt {
	overflow:hidden;
	height:100%;
}
.red,
.new {
	color:red;
}
.blue {
	color:#9b80f1;
}
.date{
	text-align: right;
	font-weight: bold;
	font-size: 93%;
	color: #005ea6;
}
hr {
	border-width: 1px 0px 0px 0px; 
   	border-style: dotted; 
   	border-color: #262626;
   	height: 1px;
   	display: block;
	border: 0;
	background-image:url("../img/line_dotted_black.gif");
	background-repeat:repeat-x;
	margin: 1em 0;
	padding: 0; 
	clear: both;
}
strong {
	font-weight:bold;
}
em {
	font-weight:bold;
	color:#005ea6;
	font-style:normal;
}
.txtIndent {
	text-indent: -1em;
	margin-left: 1em;
}
.small {font-size:93%;}
.xsmall {font-size:85%;}
.xxsmall {font-size:77%;}
.large {font-size:123%;}
.xlarge {font-size:153%;}
.xxlarge {font-size:197%;}

.nowrap{
	white-space: nowrap;
}

/* ボタン
----------------------------------------------------*/
.btn {
	background: #EEE;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	color:#111;
	padding: 10px 20px;
}
.btnBlue {
	background: #dad0fd;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	color:#111;
	padding: 10px 20px;
}
.btn a,
.btnBlue a{
	display: block;
}

/* 枠・背景
----------------------------------------------------*/
.bder{
	border:1px solid #dad0fd;
	padding:20px;
}
.doxEee {
	background:#eee;
	padding:20px;
	margin-bottom:10px;
}
.diagonaBack {
	background-image:url("../img/diagonal_back.gif");
	padding:20px;
	margin-bottom:10px;
}


 a {color:#0090ff;}
 a:link {color:#0090ff;}
 a:visited {color: #0090ff;}
 a:hover {color: #ccc;}
 a:active {color: #ccc;}

/*　外部リンクにアイコンをつける
-------------------------------------*/
a.blank{
    background-image: url(../img/outwindow.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    padding-right: 12px;
    margin-right:4px;
}
.clear{clear:both}


 h2 {
	color:#005ea6;
	font-size: 20px;
	font-weight:bold;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ　ゴシック", "Lucida Grande",  Arial, Verdana, sans-serif;
	margin-bottom:20px;
	border-left:5px solid #005ea6;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
}
h3 {
	border:1px solid #c4d8e7;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ　ゴシック", "Lucida Grande",  Arial, Verdana, sans-serif;
	background:url(../img/h3_mark.png) no-repeat 6px center; 
	background-color: #c0d6e7;
	padding:5px 10px;
	margin-bottom:20px;
	font-weight:normal;
	font-size:100%;
}
h4 {
	color:#40acff;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ　ゴシック", "Lucida Grande",  Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:138.5%;
	margin-bottom:20px;
}
h4.line {
	color:#40acff;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ　ゴシック", "Lucida Grande",  Arial, Verdana, sans-serif;
	font-weight:bold;
	border-bottom:1px solid #40acff;
	font-size:138.5%;
	margin-bottom:20px;
}
h5,
h5.borderL {
	color:#005ea6;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ　ゴシック", "Lucida Grande",  Arial, Verdana, sans-serif;
	font-weight:bold;
	background-image:url("../img/line_dotted_blue.gif");
	background-repeat:repeat-x;
	background-position:left bottom;
	padding:0 0 5px 0;
	font-size:100%;
	margin-bottom:20px;
}
h5.borderL {
	border-left:4px solid #005ea6;
	padding-left:10px;
}

/*　ul,ol
-------------------------------------*/
#main ul.typeN
#main ul.typeA,
#main ul.typeB,
#main ol.typeA {
	margin-bottom: 20px;
}
#main ul.typeN li{
	list-style-type: disc;
	margin-left:20px;
	margin-bottom:5px;
	line-height:1.3;
}
#main ul.typeA li{
	background:url(../img/li_a.gif) no-repeat left 5px; 
	padding-left:20px;
	margin-bottom:5px;
	line-height:1.5;
}
#main ul.typeB li{
	background:url(../img/li_b.gif) no-repeat left 5px; 
	padding-left:16px;
	margin-bottom:5px;
	line-height:1.5;
}
#main ul.typeC li{
	background:url(../img/li_c.gif) no-repeat left 5px; 
	padding-left:16px;
	margin-bottom:5px;
	line-height:1.5;
}
#main ul.typeD li{
	background:url(../img/li_d.gif) no-repeat left 5px; 
	padding-left:16px;
	margin-bottom:5px;
	line-height:1.5;
}
#main ul.typeAY li{
	display: inline;
	background:url(../img/li_a.gif) no-repeat left center; 
	padding-left:16px;
	margin-bottom:5px;
	margin-right:10px;
	line-height:1.5;
}
#main ol.typeA li{
	list-style-type: decimal;
	margin-left:24px;
	padding-left:10px;
	margin-bottom:5px;
	line-height:1.5;
}
/*　dl class="typeA"
-------------------------------------*/
#main dl.typeA {
}
#main dl.typeA dt{
	color:#40acff;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ　ゴシック", "Lucida Grande",  Arial, Verdana, sans-serif;
	font-weight:bold;
	background-image:url("../img/line_dotted_blue.gif");
	background-repeat:repeat-x;
	background-position:left bottom;
	padding:0 0 5px 0;
	font-size:100%;
	margin-bottom:10px;
}
#main dl.typeA dd{
	margin:0 0 1em 2em;
}
/*　dl class="typeB"
-------------------------------------*/
#main dl.typeB {
}
#main dl.typeB dt{
	color:#fcb401;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ　ゴシック", "Lucida Grande",  Arial, Verdana, sans-serif;
	font-weight:bold;
	background-image:url("../img/dl_b.gif");
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 18px;
	margin:0 0 5px 0;
	font-size:100%;
}
#main dl.typeB dd{
	padding:8px 0 1em 2em;
	margin:0 ;
	background-image:url("../img/line_dotted_blue.gif");
	background-repeat:repeat-x;
	background-position:left top;
}
/*　dl class="infoBack"
-------------------------------------*/
#main dl.infoBack {
}
#main dl.infoBack dt{
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ　ゴシック", "Lucida Grande",  Arial, Verdana, sans-serif;
	padding:0 0 0 14px;
	margin:0;
	font-size:100%;
	background-image:url("../img/li_c.gif");
	background-repeat:no-repeat;
	background-position:left center;
}
#main dl.infoBack dt img{
	vertical-align: middle;
	margin-left:10px;
}
#main dl.infoBack dd{
	padding:0 0 1em 14px;
}
/*　blockTL テキスト回り込み禁止（左）横幅226px
-------------------------------------*/
#main div.blockTL{
}
#main div.blockTL div.blockL{
	float: left;
	width:226px;
	margin-right:20px;
	line-height: 1.1;
}
#main div.blockTL div.blockL div{
	font-size:85%;
	padding-bottom:10px;
	color:#313131;
}
#main div.blockTL div.text{
	overflow: hidden;
}

/*　blockTR  テキスト回り込み禁止（右）横幅226px
-------------------------------------*/
#main div.blockTR{
}
#main div.blockTR div.blockR{
	float: right;
	width:226px;
	margin-left:20px;
	line-height: 1.3;
}
#main div.blockTR div.blockR div{
	font-size:85%;
	padding-bottom:10px;
	color:#313131;
}
#main div.blockTR div.text{
	overflow: hidden;
}



/* サイト名 */
.site h1 a	{color: #000000;
	text-decoration: none}

.site h1	{margin: 0;
	font-size: 30px}

.site img	{border: none}


/* ヘッダー画像 */
.topimg	{max-width: 100%;
	height: auto;
	vertical-align: bottom}

/* キャッチコピー */
.catch	{margin: 0;
	padding: 15px;
	background-color: rgba(255,255,255,0.7);
	font-size: 16px}

/* ヘッダー画像にキャッチコピーを重ねる */
.top	{position: relative}

.catch	{position: absolute;
	bottom: 7%;
	left: 3%}



/* 概要 */
.gaiyou a	{display: block;
	background-color: #222222;
	color: #ffffff;
	text-align: center;
	text-decoration: none}

.gaiyou a:hover	{opacity: 0.8}

.gaiyou i	{display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 38px}

.gaiyou .fa-database	{background-color: #bfbd13}

.gaiyou .fa-bar-chart-o	{background-color: #c58839}

.gaiyou .fa-envelope	{background-color: #859f46}

.gaiyou h1	{margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: normal}

.gaiyou p	{margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #524e3c;
	font-size: 12px}


/* お知らせ */
.news	{padding: 20px;
	border: solid 5px #dddddd}

.news h1	{margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	color: #666666}

.news ul	{margin: 0;
	padding: 0;
	list-style: none}

.news li a	{display: block;
	padding: 5px;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.news li a:hover	{background-color: #eeeeee}

.news time	{color: #888888;
	}

.news a:after	{content: "";
	display: block;
	clear: both}

.news time	{float: left;
	width: 130px}

.news .text	{float: none;
	width: auto;
	margin-left: 60px}


/* SNSメニュー */
.follow ul	{margin: 0;
	padding: 0;
	list-style: none}

.follow li a	{display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none}

.follow li a:hover	{opacity: 0.8}

.follow-tw	{background-color: #63bafb}
.follow-fb	{background-color: #5288f7}
.follow-gp	{background-color: #f65d4a}

.follow i	{margin-right: 10px;
	font-size: 24px;
	vertical-align: middle}


/* 補足説明 */
.follow-info	{margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #dddddd;
	font-size: 14px;
	text-align: center}

.follow-info {
	position: relative;
	background: #dddddd;
}
.follow-info:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #dddddd;
	border-width: 15px;
	margin-left: -15px;
}



/* 記事 */
.kiji h1	{margin-top: 0;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: solid 20px #FFA500;
	font-size: 34px;
	font-weight: normal}

.kiji h2	{margin-top: 50px;
	margin-bottom: 20px;
	border-bottom: solid 1px #dddddd;
	font-size: 24px;
	font-weight: normal}

.kiji h2 i	{margin-right: 7px;
	color: #888888}

.kiji p	{
	/*max-width: 640px;*/
	margin-top: 0;
	margin-bottom: 20px}

.kiji .lead	{max-width: 100%;
	font-size: 16px;
	color: #666666}

.kijiimg	{max-width: 100%;
	height: auto;
	margin-bottom: 20px}


/* パンくずリスト */
.bread	{margin-bottom: 20px}

.bread ol	{margin: 0;
	padding: 0;
	list-style: none}

.bread li a	{display: inline-block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.bread li a:hover	{background-color: #eeeeee}

.bread ol:after	{content: "";
	display: block;
	clear: both}

.bread li	{float: left;
	width: auto}

.bread li:after	{content: '\003e';
	margin-left: 10px;
	margin-right: 10px;
	color: #888888}


/* サイドメニュー */
.sidemenu	{border: solid 6px #dddddd}

.sidemenu h1	{margin: 0;
	padding: 10px;
	font-size: 16px;
	font-weight: normal}

.sidemenu h1 i	{margin-right: 5px;
	color: #8abc60;
	font-size: larger}

.sidemenu ul	{margin: 0;
	padding: 0;
	list-style: none}

.sidemenu li a	{display: block;
	padding: 10px;
	border-top: solid 1px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.sidemenu li a:hover	{background-color: #eeeeee}


/*トップへ戻るボタン*/
#re-top {
	position:fixed; /*画面に固定*/
	bottom:10%; /*画面下へ*/
	right:5%; /*画面右へ*/
	z-index:10; /*レイヤー順序を上に*/
	background-color:transparent; /*領域の背景色（透明）*/
}
/*丸ボタン*/
.re-topB {
	position:relative;
	display:block; 
	background-color:rgba(0,0,0,0.4); /*丸ボタンの色*/
	color:rgb(255,255,255); /*三角と文字色*/
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	width:60px;
	height:60px;
	text-align:center;
	line-height:24px;
	border-radius:30px;
	padding-top:30px;
	box-sizing:border-box;
}
/*三角部分*/
.re-topB:before {
	content:'\25B2';
	position:absolute;
	top:10px;
	left:0;
	width:100%;
	text-align:center;
	font-size:20px;
}



/* コピーライト */
.copyright p	{margin: 0;
	color: #666666;
	font-size: 14px}


/* headerの下に罫線を挿入（コンテンツページのみ） */
.contents .header	{border-bottom: solid 1px #dddddd}


/* footerをバーの形にする */
.footer	{padding-top: 15px;
	padding-bottom: 15px;
	background-color: #dddddd}


/* ボックスの左右 */
.header, .box4, .footer, .box6, .box7
	{padding-left: 15px;
	padding-right: 15px}


/* ボックスの上下 */
.header	{padding-top: 20px;
	padding-bottom: 10px}

.box4	{padding-top: 20px;
	padding-bottom: 20px}

.box4-1	{padding-bottom: 20px}

.box6	{padding-top: 20px}

.box6-1, .box6-2, .box6-3
	{padding-bottom: 10px}

.box7	{padding-top: 25px;
	padding-bottom: 25px}





/* ########### 599px以下 ########### */
@media (max-width: 599px) {

/* ナビゲーション */
.menu li a	{padding: 10px 7px;
	font-size: 11px}

/* キャッチコピー */
.catch	{padding: 5px 10px;
	font-size: 12px}

/* 記事 */
.kiji h1	{font-size: 26px}

.kiji h2	{font-size: 20px}

.kiji .lead	{font-size: 16px}

}



/* ########### 767px以下 ########### */
@media (max-width: 767px) {

/* トグルボタン */
#menubtn	{padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}


time {float:left;}
.text {margin-left: 90px;}

/* .news ul dl dt dd{ float: none;} */

}


/* ########### 768px以上 ########### */
@media (min-width: 768px) {

/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu ul li{
	margin: 5 0px;
	padding:0 5px;
	border-left:1px #ddd solid;
	float:left;
	}


.menu ul li:first-child{
	border:none;
	}

.menu li a	{display: block;
	padding: 10px 15px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover{
	color:#fff;
	text-decoration:none;
	border-radius:4px;
	background: #a1a29a;
	opacity:0.7;
	}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: auto}

/* BOX1とBOX2を横に並べる設定 */
.header:after	{content: "";
	display: block;
	clear: both}

.box1	{float: left;
	width: auto}

.box2	{float: right;
	width: auto}

/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 70%;
	padding-right: 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box4-2	{float: left;
	width: 30%}


/* BOX6-1、BOX6-2、BOX6-3を横に並べる設定 */
.box6:after	{content: "";
	display: block;
	clear: both}

.box6-1	{float: left;
	width: 32%;
	margin-right: 2%}

.box6-2	{float: left;
	width: 32%;
	margin-right: 2%}

.box6-3	{float: left;
	width: 32%}


/* BOX7-1とBOX7-2を横に並べる設定 */
.box7:after	{content: "";
	display: block;
	clear: both}

.box7-1	{float: right;
	width: 80%;
	padding-left: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box7-2	{float: left;
	width: 20%}


}


/* ########### 1190px以上 ########### */
@media (min-width: 960px) {

/* 全体の横幅を固定 */
.box3, .box4, .header-inner, .footer-inner, .box6, .box7
	{width: 960px;
	margin-left: auto;
	margin-right: auto}

/* BOX Aの下に罫線を挿入 */
.header	{margin-bottom: 20px;
	border-bottom: solid 1px #dddddd}

}

