@charset "UTF-8";

/*---------------------------- PC向けのスタイル ----------------------------*/
@media screen and (min-width: 680px) {


/*---------- ページ全体の指定 ----------*/

body {
  width: 100%;
  font-family: "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #222222;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
}

/*---------- メイン ----------*/

#main {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
  background-color: #3333aa;
  background: url(../img/blue_back3.jpg) no-repeat fixed;
  background-size: cover;
}

/*---------- ヘッダー ----------*/

#header {
  width: 100%;
  margin: 0 auto 0 auto;
  border-top: solid 4px #3333aa;
  background-image: url(../img/header.png); 
  background-repeat: repeat-x;
}

#header #header_inner {
  width: 900px;
  height: 64px;  /*-- 高さ --*/
  padding: 4px;  /*-- 余白 --*/
  margin: 0 auto 0 auto;
}


/*----- 左logo -----*/

#h_logo {
  padding: 0;
  text-align: left;
  font-size: 14px;
  color: #444444;
  line-height: 1.5;
  text-decoration: none;
  float: left;
}

#h_logo h2 {
  margin: 0;
  padding: 8px 0 0 0px;
  text-align: left;
  font-size: 20px;
  color: #444444;
  letter-spacing: 0.05em;
}

#h_logo a {
  font-size: 22px;
  color: #666666;
  text-decoration: none;
}

#h_logo a:hover {
  font-size: 22px;
  color: #888888;
  text-decoration: none;
}

/*----- 右share -----*/

#h_info{
  margin: 0;
  padding: 40px 0 0 0;
  text-align: right;
  font-size: 16px;
  color: #555555;
  line-height: 1.8;
  text-decoration: none;
  float: right;
}

#h_info a{
  font-size: 13px;
  color: #333333;
  text-decoration: none;
}

#h_info a:hover{
  font-size: 13px;
  color: #666666;
  text-decoration: none;
}

.btn-sns {
  margin: 10px 2px 0 0;
}

.btn-sns img:hover {
  opacity : 0.7;
}

/*---------- ヘッダーメニュー ----------*/

#header-menu {
  clear: both;
  width: 100%;
  margin: 6px auto 0 auto;
  padding: 0;
  height: 42px;
  text-align: left;
  background-image: url(../img/head_menu_back_base.gif);
  background-repeat: repeat-x;
}

#header-menu ul {
  width: 904px;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0;
  background-image: url(../img/head_menu_back_base.gif);
  background-repeat: repeat-x;
}

#header-menu li {
  display: inline;
  list-style-type: none;
  float: left;
  color: #ffffff;
}

#header-menu li a {
  font-size: 14px;
  height: 28px;
  color: #fffffc;
  text-align: center;
  display: block;
  line-height: 1.3;
  letter-spacing: 0.05em;
  border-left: solid 1px #2f5776;
  text-decoration: none;
  margin-top: 0;
  padding: 12px 26px 2px 26px;
}

#header-menu li a:hover {
  color: #fffffc;
  background-image: url(../img/head_menu_back_hover.gif);
  background-repeat: repeat-x;
}

#header-menu li.home a {
  border-left: none;
}

#header-menu li.now a {
  color: #fffffc;
  background-image: url(../img/head_menu_back_hover.gif);
  background-repeat: repeat-x;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;
}

/*---------- メイン画像 ----------*/

#header-img {
  width: 900px;
  margin: 0 auto 0 auto;
  text-align: center;
  background-color: #e7f4ff;
}

.main_photo {
  display: block;
  margin: 0 auto 0 auto;
}

/*---------- コンテナ ----------*/

#container {
  width: 900px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 6px 0 0 0;
  background-color: #ffffff;
}


/*---------- コンテンツ ----------*/

#contents {
  margin: 0;
  padding: 0;
  font-size: 14px;
  width: 99%;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.7;
}

#contents #pannavi {
  margin: 0 0 2px 4px;
  padding: 0 0 4px 0;
  font-size: 12px;
}

#contents #pannavi a {
  font-size: 12px;
}

#contents h2 {
  height: 30px;
  margin: 0 0 20px 4px;
  padding: 10px 0 0 20px;
  font-size: 1.3em;
  color: #222222;
  background-repeat: no-repeat;
  text-align: left;
  font-family: Arial;
  border-left: solid 6px #5588bb;
  line-height: 1.0;
  background-color: #ffffff;
  background-position: center;
  background-image: url(../img/h_back.gif);
  background-repeat: repeat-x;
}

#contents h2:first-letter {
  color: #5588bb;
  font-size: 130%;
 }

#contents h3.member {
  width: 88%;
  margin: 10px auto 4px auto;
  padding: 2px 10px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  color: #111111;
  border: solid 1px #5588bb;
  background-color: #e7d8fc;
}

#left_c{
  float:left;
  width: 48%;
  text-align: left;
  line-height: 1.2;
  margin: 18px 0 18px 28px;

}

#left_c2{
  float:left;
  width: 45%;
  text-align: left;
  line-height: 1.2;
  margin: 18px 0 18px 18px;
  padding: 0;
}
/*---------- photoページ ----------*/
.photo-block {
	overflow: hidden;
	margin: 10px 50px 20px;
	background: #ffffff;
}

.list figure {
	width: 25%;
	float: left;
	transition: 0.2s;
        margin: 0;
        padding: 0;
}

.list a figure {
	opacity: 0.8;
}

.list a:hover figure {
	opacity: 1;
}


/*---------- 表（テーブル） ----------*/
table{
  width: 89%;
  margin: 3px auto 20px auto;
  color: #000000;
  font-size: 14px;
  border-collapse:separate;
  border-spacing: 0;
}

table.schedule {
  width: 89%;
  font-size: 0.9em;
}

table.schedule td{
  line-height: 1.3;
  padding: 6px 4px;
  text-align: left;
}

table.ob {
  width: 80%;
  font-size: 1.1em;
}

table.ob td{
  padding: 6px 0;
}

table.result {
  width: 89%;
  font-size: 0.9em;
  margin-top: 6px;
  margin-bottom: 30px;
}

table.result td{
  text-align: right;
  background: #f6f6f6;
  padding: 5px 3px;
  line-height: 1.3;
  text-align: left;
}

table th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-bottom: 1px solid #3c6690;
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 6px 2px;
}

table td{
  text-align: center;
  padding: 8px 6px;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;

}

th.w10 {
  width: 10%;
}

th.w12 {
  width: 12%;
}

th.w18 {
  width: 18%;
}

th.w20 {
  width: 20%;
}

th.w25 {
  width: 25%;
}

th.w30 {
  width: 30%;
}

table.history {
  width: 90%;
}

.col1_his {
  width: 62px;
}

.col2_his {
  width: 436px;
}

table.history td{
  padding: 7px 1px;
  line-height: 1.3;
}

td.table_history{
  text-align: left;
}


table tr:nth-child(2n+1) {
  background: #e1e6fc;
}

table th:first-child {
  border-radius: 5px 0 0 0;
}

table th:last-child {
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table td:last-child {
  border-right: 1px solid #a8b7c5;
}

table td.last{
border-right: none;
}
/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px 0 30px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  line-height: 1.8;
  border-top: solid 2px;
  border-top-color: #8db4d3;
  background-color: #d7e9f6;
}

#footer a {
  color: #333333;
  font-size: 12px;
  text-decoration: none;
}

#footer a:hover {
  color: #ff3333;
  text-decoration: none;
}

#footer img {
border: solid 1px #aaaaaa;
}

.spbr {
  display: none;
}


}


/*------------------ タブレット向けのスタイル ------------------*/
@media screen and (min-width:680px) and (max-width:920px) {
#main {
  min-width: 900px;
}
}


/*---------------------------- 共通 ----------------------------*/

/*---------- 見出しタイトル装飾 ----------*/


#contents h4.memo {
  width:84%;
  margin: 10px auto 0 auto;
  padding: 0 10px 1px 4px;
  line-height: 1.4;
  border-bottom: solid 1px #5588bb;
  border-left: solid 5px #5588bb;
}



/*---------- メインコンテンツ ----------*/

#twitter {
  float:left;
  text-align: center;
  margin: 0 0 14px 0;
  padding: 0px;
  line-height: 1.2;
  border-right: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  background-color: #ffffff;
}

#twitter h3 {
  text-align: left;
  font-family: Arial;
  font-size: 1.04em;
  color: #222222;
  border-left: solid 6px #5588bb;
  border-bottom: solid 0px #5588bb;
  margin: 0;
  padding: 5px 0 3px 10px;
  line-height: 1.0;
  background-color: #ffffff;
  background-position: center;
  background-image: url(../img/h_back.gif);
  background-repeat: repeat-x;
}

#twitter h3:first-letter {
  color: #5588bb;
  font-size: 130%;
 }


#topics {
  box-sizing: border-box;
  height:350px;
  margin-bottom:10px;
  padding: 10px 0 0 0;
  background-color: #ffffff;
  border-right: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  overflow: auto;

}

#left_c h3 {
  text-align: left;
  font-family: Arial;
  font-size: 1.0em;
  color: #222222;
  border-left: solid 6px #5588bb;
  border-right: solid 1px #cccccc;
  border-bottom: solid 0px #5588bb;
  margin: 0;
  padding: 5px 0 3px 10px;
  line-height: 1.0;
  background-color: #ffffff;
  background-position: center;
  background-image: url(../img/h_back.gif);
  background-repeat: repeat-x;
}

#left_c h3:first-letter {
  color: #5588bb;
  font-size: 130%;
 }

#topics ul {
  list-style-position: inside;
  list-style-image: url(../img/icon.gif);
  padding-left: 2.0em;
  text-indent: -1.5em;
}

#topics ul li {
  margin-bottom:12px;
}

#oshirase{
  text-align: left;
  width: 86%;
  margin: 6px auto 6px auto;
  padding: 2px 10px;
  font-size: 0.9em;
  line-height: 1.3;
}

#oshirase ul {
  list-style-position: inside;
  list-style-image: url(../img/icon.gif);
  text-indent: -1.5em;
}

#oshirase ul li {
  margin-bottom:8px;
}

.update{
  text-align: left;
  margin: 6px auto 0 auto;
  font-size: 0.9em;
  vertical-align:middle
}

.update img {
  vertical-align: middle;
  padding-bottom:3px;
}


.tushin{
  text-align: left;
  width: 85%;
  margin: 6px auto 6px auto;
  padding: 2px 10px;
  font-size: 1.0em;
  line-height: 1.5;
}

.nendo{
  text-align: left;
  margin: 10px 0 24px 22px;
  padding: 2px 10px;
  line-height: 1.4;
}


.nendo a {
  color: #333333;
  text-decoration: none;
}

.nendo a:hover {
  color: #ff3333;
  text-decoration: none;
}

.notice {
  text-align: left;
  float: right;
  width: 100%;
  margin: 0;
  padding: 4px;
  font-size: 80%;
}

#share{
  text-align: center;
  width: 100%;
  margin: 14px auto 10px auto;
}

.r_tex{
  text-align: right;
  margin-right: 48px;
  font-size: 0.9em;
}

img.line {
  margin: 0 8px 4px 0;
  vertical-align: middle;
}

img.head_photo {
  margin: 0 0 16px 0;
}


#news {
  height: 170px;
  overflow: auto;
  line-height: 1.8;
  padding: 8px 6px 7px 6px;
  margin: 12px 0 7px 0;
  border: solid 1px #cccccc;
  background-color: #ffffff;
}


/*---------- セレクトメニュー ----------*/

.select {
    position: relative;
    width: 200px;
    border: #ccc solid 2px;
    margin-left: 30px;
    margin-right: 14px;
    border-radius: 4px;
    color: #ff0000;
    float:left;
}

.select::after {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -8px;
    color: #cccccc;
    font-size: 12px;
    z-index: -1;
}
.select > select {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 8px;
    border: none;
    background-color: transparent;
    border-radius: 0;
    outline: none;
}

.select_tex {
    padding-top: 8px;
}

br.clear {
  display: block;
  clear: both;
}


/*---------- トップに戻る ----------*/

#scroll-to-top-btn{
	position: fixed;
	bottom: 100px;
	right: 10px;
	height: 50px;
	width: 50px;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	background-color: #9e9ece;
	border: none;
	border-radius: 25px;
        z-index: 1;
	transform: rotate(-90deg);
	opacity: 0;
	transition-duration: 0.4s;
}

#scroll-to-top-btn:hover{
	color: #5555ff;

}


