@charset "Shift_JIS";


/* サイトのベース */
*{
	padding: 0px;
	margin: 0px;
}


body {
	font-family:  "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	/*background-color: #E5E5E5;*/
	background-color: #FFFFFF;
	color: #333333;
	overflow-y:scroll;
}
#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
#	border-right-width: 1px;
#	border-left-width: 1px;
#	border-right-style: solid;
#	border-left-style: solid;
#	border-right-color: #999999;
#	border-left-color: #999999;
	/*background-color: #FFFFFF;*/
#	background-image: url("../img/back.jpg");
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* ヘッダー */
#header {
	width: 970px;
	height: 141px;
	position:relative;
	/*
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	*/
	color: #FFFFFF;
	border-bottom: 1px solid #fff;

}

#header span.mail {
	position:absolute;
    right: 140px;
    bottom: 25px;
}

#header span.line {
	position:absolute;
    right: 10px;
    bottom: 35px;
    text-align:center;
    font-size:10pt;
    color:black;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* ヘッダー ナビゲーション */

#header-navi {
	background-image: url("../img/menuallback.gif");
	background-size: 970px, 63px;
}

#header-navi ul {
	text-align: center;
	line-height: 61px;
}

#header-navi li.hditem {
	display:inline-block;
	width:102px;
	height:63px;
	background: #ffffff;
	vertical-align: middle;
	font-size: 15px;
	//font-weight: bold;
}


#header-navi li.hditem a {
	display:inline-block;
#	float:left;
#	width:120px;
	height:63px;
#	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}


#header-navi li.hditem span {
	display:inline-block;
#	float:left;
	width:103px;
	height:63px;
#	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	background: #87cefa;	
}

#header-navi li#menu a {
	display: block;
	background: #ffffff;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#header-navi li#menu a.active {
	background: #87cefa;
}

#header-navi li#menu a:hover {
	background: #87cefa;
}




/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* メイン */
#main {
#	margin-bottom: 35px;
#	margin-top: 15px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 35px;
	padding-left: 10px;
}

#mainbg {
//	background-color: #f5f5f5;
	background-color: #ffffff;
	width:100%;
	min-width:970px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* コンテンツ */
#contents {
#	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 745px;
	padding-top: 15px;
	padding-bottom: 35px;
}

h1.ele {
	dsplay: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 50px;
	width: 700px;
	font-size: 22px;
	padding: .6em 1em;
	border: 1px solid #ccc;
	border-bottom: 4px solid #ff1493;
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

h2.ele {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-bottom: .1em;
	border-bottom: 2px solid #ff1493;
	padding: 3px 0 0 36px; /* 見出しのパディング（上右下左） */
	background: url(../img/mark.gif) no-repeat 0 0.2em; /* 見出しの背景 */
}

h1.high {
	dsplay: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 50px;
	width: 700px;
	font-size: 22px;
	padding: .6em 1em;
	border: 1px solid #ccc;
	border-bottom: 4px solid #3cb371;
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

h2.high {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-bottom: .1em;
	border-bottom: 2px solid #3cb371;
	padding: 3px 0 0 36px; /* 見出しのパディング（上右下左） */
	background: url(../img/mark.gif) no-repeat 0 0.2em; /* 見出しの背景 */
}

h1.junior {
	dsplay: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 50px;
	width: 700px;
	font-size: 22px;
	padding: .6em 1em;
	border: 1px solid #ccc;
	border-bottom: 4px solid #ff8c00;
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

h2.junior {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-bottom: .1em;
	border-bottom: 2px solid #ff8c00;
	padding: 3px 0 0 36px; /* 見出しのパディング（上右下左） */
	background: url(../img/mark.gif) no-repeat 0 0.2em; /* 見出しの背景 */
}

h1.ss {
	dsplay: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 50px;
	width: 700px;
	font-size: 22px;
	padding: .6em 1em;
	border: 1px solid #ccc;
	border-bottom: 4px solid #1e90ff;
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

h2.ss {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-bottom: .1em;
	border-bottom: 2px solid #1e90ff;
	padding: 3px 0 0 36px; /* 見出しのパディング（上右下左） */
	background: url(../img/mark.gif) no-repeat 0 0.2em; /* 見出しの背景 */
}

h1.about01 {
	dsplay: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 50px;
	width: 700px;
	font-size: 22px;
	padding: .6em 1em;
	border: 1px solid #ccc;
	border-bottom: 4px solid #0000cd;
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

h1.about02 {
	dsplay: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 50px;
	width: 700px;
	font-size: 22px;
	padding: .6em 1em;
	border: 1px solid #ccc;
	border-bottom: 4px solid #228b22;
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

h1.about03 {
	dsplay: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 50px;
	width: 700px;
	font-size: 22px;
	padding: .6em 1em;
	border: 1px solid #ccc;
	border-bottom: 4px solid #ff4500;
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

#contents a:link{
	color:#0000ff;
	padding:15px;
	text-decoration: underline;
}

#contents a:visited{
	color:#0000ff;
	padding:15px;
	text-decoration: underline;
}

#contents a:hover{
	color:#ff0000;
	padding:15px;
	text-decoration: underline;
}

#contents a:active{
	color:#ff0000;
	padding:15px;
	text-decoration: underline;
}

table.tblptn {
	border-collapse: collapse;
	text-align: center;
//	line-height: 14;
}


table.tblptn td {
    width: 200px;
    padding: 1px;
    vertical-align: middle;
    border: 1px solid;
}


table.tblptn2 {
	border-collapse: collapse;
	text-align: center;
	//line-height: 14;
}


table.tblptn2 td {
    width: 200px;
    padding: 1px;
    vertical-align: top;
    border: 0px solid;
}


table.tblptn2 a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


table.about {
	width: auto;
	border-spacing: 0;
	font-size:14px;
}

div.blog {
	border: 1px #00bfff solid;
	width: 300px;
	height: 150px;
	background-color:#f0ffff;
	font-size: 10.5px;

}

div.blog a:hover{
	color:#ff0000;
	text-decoration: underline;
}

div.blog ul{
	margin-left:20px;
}

div.blog li{
	margin-top:5px;
	margin-bottom:10px;
}


table.about tr td {
	padding: 8px 15px;
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: center;
}

table.about tr td:last-child {
	border-right: 1px solid #84b2e0;
	box-shadow: 2px 0px 1px rgba(0,0,0,0.1);
}

table.about tr {
	background: #fff;
}

table.about tr:nth-child(2n+1) {
	background: #f1f6fc;
}

table.about tr:last-child td {
#	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table.about tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
	box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
}

table.about tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table.about tr:first-child td {
	border-radius: 5px 0 0 0;
	border-top:1px solid #84b2e0;
}

table.about tr:first-child td:last-child {
	border-radius:0 5px 0 0;
	border-right:1px solid #84b2e0;
	box-shadow: 2px 0px 1px rgba(0,0,0,0.1),0px 1px 0px rgba(255,255,255,0.3) inset;
}

table {
	font-size: 14px;
}
p {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 135%;
}

ol.menu{
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
}

li.menu{
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
}

li.bold{
	margin-bottom: 10px;
	margin-top: 5px;
	font-weight:bold;
}

#return {
	text-align: right;
}
#bread {
	margin-bottom: 10px;
	font-size: 16px;
}


#img-area {
	margin-bottom: 20px;
}
#info {
	padding: 5px;
	margin: 10px 5px 0px;
	line-height: 150%;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 3px solid #C2C2C2;
	border-bottom: 3px solid #C2C2C2;
	background-color: #EEF6F6;
}
/*
#info li {
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
}
*/
#info strong {
	color: #336699;
}

/* フッター */

#footer {
	background-color: #e0ffff;
	padding:5px;
	clear:both;
	height:250px;
	border-top: 1px solid #ccc;
	font-size: 11px;
}

#footer_title {
	width: 970px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #e0ffff;
	padding:5px;
	clear:both;
	height:120px;
	font-size: 11px;
}

#footer_center {
#	padding:20px 100px;
	padding-top: 20px;
	background-color: #e0ffff;
	width:100%;
}

#footer_center ul {
	width: 970px;
	display: block;
	margin-right: auto;
	margin-left: auto;

}

#footer_center li {
	list-style:none;
	float:left;
	display:block;
	color: #000000;
}

#footer_center li a:link{
	color:#000000;
	padding:15px;
}

#footer_center li a:visited{
	color:#000000;
	padding:15px;
}

#footer_center li a:hover{
	color:#ff0000;
	padding:15px;
	text-decoration: underline;
}

#footer_center li a:active{
	color:#ff0000;
	padding:15px;
}

.appositive-list ul li {
	  list-style-type: none;
	  display: block;
	  float: left;
	  margin-bottom: 1%;
#	  height: 75px;/* 見た目の調整 */
#	  line-height: 75px;/* 見た目の調整 */
#	  background: #0cc;/* 見た目の調整 */
#	  text-align: center;/* 見た目の調整 */
}

/* 横並びに5等分 */
.appositive-list ul.al-5 li {
	width: 17.68%;
	margin-right: 2.9%;
}

.appositive-list ul.al-5 li:nth-child(5n) {
	margin-right: 0;
}

#copyright {
	height: 13px;
	padding: 5px 15px 15px 0px;
	background-color: #e0ffff;
	text-align: center;
	font-size: 12px;
	color: #000000;
	//font-weight: bold;
}

#pageTop {

  position: fixed;
  bottom: 20px;
  right: 20px;
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 8px 8px 8px;
 // font-size: 20px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #87cefa;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/* 点滅 */
.blinking{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
	-moz-animation:blink 1s ease-in-out infinite alternate;
	animation:blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}




/* キャンペーン用 */



.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
    font-size:12pt;
}




/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/*========================================
 フォームのテーブル関係
==========================================*/


#form_area table {
	border-collapse: collapse;
	text-align: left;
}

#form_area th {
	width: 200px;
	background: #e0ffff;
	font-weight: normal;
	text-align: left;
	padding:7px;
    vertical-align: middle;
    border: 1px solid;
}

#form_area td {
	background: #FFFFFF;
    width: 200px;
    padding: 7px;
    border: 1px solid;
}

input{
	width:350px;
	height:25px;
}

/* 必須マーク */
.hissu {
	color: #FF0000;
}


/*========================================
 上部メッセージ欄
==========================================*/
div.top_mes {
	background: #B2CCFF;
	padding: 5px;
}


/*========================================
 エラーメッセージ関係
==========================================*/
div#error_area {
	margin: 20px;
	padding: 5px;
	border: solid 1px #C00;
	display: none;
}

#error_area .attention {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	background: #FFCC00;
	color: #FF0000;
}









