@charset "UTF-8";
/* PC用CSS */
@media print, screen and (min-width: 641px) {

body {
	margin:0px;
	padding:0px;
	font-family:"Gothic Medium BBB", "Arial", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "Osaka";
	min-width: 1200px;/*背景が横スクロールのときに消えないように*/
	overflow-x: hidden;/*横スライダしないように*/
	border-top: 5px solid #0E318A;
}

html>body {
	margin:0px;
	padding:0px;
	font-family:"Gothic Medium BBB", "Arial", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "Osaka";
	min-width: 1200px;/*背景が横スクロールのときに消えないように*/
	border-top: 5px solid #0E318A;
}


UL {
	LIST-STYLE-TYPE: square; 
	margin:0px;
	padding:0px;
	letter-spacing:1pt;
}

OL UL {
	LIST-STYLE-TYPE: square; 
	margin:0px;
	padding:0px;
	letter-spacing:1pt;
}

OL {
	margin:0px;
	padding:0px;
	letter-spacing:1pt;
}

li {
	margin: 0px;
	font-size:13px;
	color:#333333;
	padding: 0px 0px 0px 0px;
	line-height:160%;
	letter-spacing:1pt;
}

li A         { color: #000000; TEXT-DECORATION: none;}
li A:link    { color: #000000; TEXT-DECORATION: none;}
li A:visited { color: #000000; TEXT-DECORATION: none;}
li A:hover   { color: #ff9900; TEXT-DECORATION: none;}

/* ドキュメント要素指定 */
#all {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}
.fff{
	background-color: #fff;
	margin: 30px 0px;
	padding: 10px 0px 40px 0px;
	/*text-align: center;   全体を真ん中揃えにする。*/
}
.eee{
	background-color: #E1F3FF;
	margin: 30px 0px;
	padding: 10px 0px 40px 0px;
	/*text-align: center;   全体を真ん中揃えにする。*/
}
.frame1200 {
	width: 1200px;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}

#comments{
	margin: 0px 0px 20px 0px;
	padding:  0px;
	height: 20px;
	color: #fff;
	font-size:10px;
	background-color:  #0E318A;
}

#comments2{
	margin: 0px 0px 0px 0px;
	padding:  0px;
	height: 5px;
	color: #fff;
	font-size:10px;
	background-color:  #0E318A;
}

#content {
	 /*width: 1200px;	  全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}


#content h1 {
	margin: 30px 0px 15px 0px;
	padding: .5em .75em;
	color: #0E318A;
	border-top: 2px dashed #0E318A;
	border-bottom: 2px dashed #0E318A;
	box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
	font-size:30px;
}	
#content h1::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

#content h2 {
	margin: 50px 0px 0px 0px;
	padding:0px;
	font-size:30px;
	line-height: 170%;
	color: #0E318A;
	text-align: center;
}

#content h3 {
	margin: 0px 0px 10px 0px;
	padding:5px;
	font-size:22px;
	line-height: 170%;
	color: #fff;
	background-color: #0E318A;
	text-align: center;
}

#content h4 {
	margin: 0px 0px 20px 0px;
	padding: 20px 10px 0px 10px;
	font-size:20px;
	color: #0E318A;
	line-height: 120%;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
#content h4:first-letter {
	font-size: 1.5em;
}

#content h5 {
	margin: 20px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	font-size:18px;
	color: #555;
	line-height: 120%;
	text-align: left;
	/*border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;*/
}

#content h5 A         { color: #333; TEXT-DECORATION: none;}
#content h5 A:link    { color: #333; TEXT-DECORATION: none;}
#content h5 A:visited { color: #333; TEXT-DECORATION: none;}
#content h5 A:hover   { color: #ff3300; TEXT-DECORATION: none;}
	
#content p {
	margin: 0px 10px 20px 20px;
	padding:0px;
	font-size:14px;
	line-height: 200%;
	color: #333333;
	text-align: left;
}
#content p A         { color:#0066FF; text-decoration:underline;}
#content p A:link    { color:#0066FF; text-decoration:underline;}
#content p A:visited { color:#0066FF; text-decoration:underline;}
#content p A:hover   { color:#ff3300; text-decoration:underline;}

/*--------------------------
news
--------------------------*/
#box2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #fff;
	width: 98%;
	height: 360px; 
	overflow: auto;
	background-color:#fff;
}

#box2 p {
	font-size: 15px; 
	margin: 5px 30px 0px 30px; 
	padding: 0px 0px 0px 0px;
	line-height: 145%;
	color: #333333;
	letter-spacing:1px;
}

#box2 p A         { color: #0066FF; TEXT-DECORATION: underline}
#bo2x p A:link    { color: #0066FF; TEXT-DECORATION: underline}
#box2 p A:visited { color: #0066FF; TEXT-DECORATION: underline}
#box2 p A:hover   { color: #ff3300; TEXT-DECORATION: none}
/*-----------------------------------
画像にマウスを載せると色が薄くなる
-----------------------------------*/
a:hover img {
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
}

/*--------------------------------
フッター
--------------------------------*/
#foot {
	margin: 20px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	height: 25px;
	clear: both;
	background-color:  #0E318A;
}

#foot p {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


#foot p A:link    { color:#FFFFFF; text-decoration:none;}
#foot p A:visited { color:#FFFFFF;text-decoration:none;}
#foot p A:hover   { color:#ff3300; text-decoration:underline; }

/*--------------------------------
topへボタン
--------------------------------*/
#topbutton {
	/* ▼表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 30px;   /* ←下端からの距離 */
	right: 15px;    /* ←右端からの距離 */
	width: 50px;     /* ←横幅 */
	height:50px;
	
	/* ▼最初は非表示にしておく */
	display: none;
	
	/* ▼配色・配置・文字の装飾など */
	background-color: #999; /* ←背景色 */
	opacity: 0.75;             /* ←透明度 */
	border-radius: 0px;       /* ←角丸の半径 */
	text-align: center;    /* ←文字の位置 */
	font-size: 80%;       /* ←文字サイズ */
	font-weight: bold;     /* ←文字の太さ */
	margin: 0px;    /* ←外側の余白 */
	padding: 15px 55px 65px 25px;  /* ←内側の余白 */
}
#topbutton a {
	/* ▼リンクの装飾 */
	color: white;          /* ←文字色 */
	text-decoration: none; /* ←下線なし */
}
#topbutton a:hover {
	/* ▼マウスが載ったときの装飾 */
	color: #333333;              /* ←文字色 */
	text-decoration: underline; /* ←下線あり */
}
/*--------------------------------
3個のBOXのCSS
--------------------------------*/
.wrap {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex
}
.box{
	width: 31%;
	margin: 1%;
	background-color: #F4F4F4;
	border:solid 1px #ccc;
}
.box ul {
	LIST-STYLE-TYPE: square; 
	margin: 0px 0px 10px 30px;
	padding: 0px;
	letter-spacing:1pt;
}

.box li {
	margin: 0px;
	font-size:15px;
	color:#333333;
	padding: 0px 0px 0px 0px;
	line-height:160%;
	letter-spacing:1pt;
	text-align:left;
}

.box li A         { color: #0E318A; TEXT-DECORATION: none;}
.box li A:visited { color: #0E318A; TEXT-DECORATION: none;}
.box li A:hover   { color: #ff9900; TEXT-DECORATION: none;}
/*--------------------------------
非表示
--------------------------------*/
#footer_menu {
	display:none;
}
#mob {
	display:none;
}

}