﻿@charset "utf-8";

body {
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
//	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "小塚明朝 Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #101010;
	-webkit-text-size-adjust:100%;
	font-size:14px;
}

.add-gothic{
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
}

.add-serif{
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "小塚明朝 Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.backcolor{
	-webkit-background-attachment: fixed;
	background-attachment: fixed;
} 

.backimage{
	width:100%;
	height:fit-content;
	background:url(images/take.gif) repeat center center;
} 

dd {
  margin-left: 20px;
  margin-bottom: 20px;
}

ul, li{
  margin: 0;
  padding: 0;		
}

hr{
	
}

a{/*リンクされた文字*/
    color:#78a878;
}
a:link {/*未訪問のリンク*/
    color:#78a878;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#78c898;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#ffd427;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}


img{
    border-style:none;
}

a img{
    border-style:none;
}

#lightline {
	width:820px;
	background: linear-gradient(90deg, rgba(217,251,182,0) 5px, rgba(217,251,182,1) 10px, rgba(217,251,182,1) 810px, rgba(217,251,182,0) 815px);
	margin:0 auto;
}

#container { 
	position: relative;
	width: 800px;
	margin: 0px auto;
	text-align: left;
} 

#flexbox{
	display: flex;
}

#header { 
	height: 280px;
	background: url(images/header2023.png) no-repeat center top ; 
}

#header .gototop a {
	display:block;
	width:800px;
	height:280px;
}

#obi {
	height:10px;
	background:white;
/*	background-image:linear-gradient(0deg,#c0c0c0,white); */
}

#fan1{
	float:left;
	width:280px;
	text-align:center;
	padding:30px 0 20px 0;
}

#fan2{
	float:left;
	width:240px;
	text-align:center;
	padding:0 0 20px 0;
}

h1{
	font-size:16px;
	font-weight:bold;
	background-size:15%;
	background-repeat:no-repeat;
	margin:0px;
	padding: 6px 0 0 37px;
	line-height: 1.3em;
	height:50px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "小塚明朝 Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:bold;
}

h2{
	font-size:16px;
	font-weight:bold;
	margin:10px 10px 10px 5px;
	padding:0px 0px 0px 17px;
	line-height:28px;
	border-left: 5px solid #999999;
	border-bottom: 1px solid #999999;
}

h3{
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:38px;
}

h4{
	font-size:16px;
	font-weight:bold;
	margin:0px 10px 0px 0px;
	line-height:38px;

}

#day{
	font-size:10px;
	display:inline-block;
	margin:0px 0px 0px 10px;
	line-height:18px;
	color:#90a090;
	font-weight:bold;
}

#kiji{
	margin:10px 0 60px 10px;
	line-height:2em;
}

#kiji2{
	margin:10px 0 60px 0px;
	line-height:2em;

}

#noticeboard{
	padding:0 auto;
	border:solid 2px #333333;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	line-height:100px;
}

#sidebar_out {
	background-image:linear-gradient(180deg,rgba(255,255,255,1) 0px,rgba(242,247,227,1) 5px, rgba(242,247,227,1) calc(100% - 5px),rgba(255,255,255,1) 100%);
}

#sidebar {
	display: block; 
	position: relative;
	width: 219px;
	margin: 0px;
	padding: 10px;
	//background:rgba(225,245,225,1);
	//background:url(images/sidetake.png) repeat center center;
	border-left:1px solid #d4d0cd;
}

#mainContent, #mainContent2, #mainContent3{
	background:white;
	overflow:auto;
}

#mainContent {
	margin: 0 260px;
	padding: 0 10px;
	height: 1200px;
}

#mainContent2 {
	margin: 0 0 0 260px;
	padding: 20px 20px 0;
	height: auto;
}

#mainContent3 {
	display: block;
	position: relative;
	margin:0px;
	width:520px;
	padding:0px 20px 20px;
}

#pagination{ margin:0px auto; color:#b0a0a8; background:rgba(55, 55, 55, 0.9); }
#pagination a{ color:#b0a0a8; }
#pagination a:hover { color:#9C8892; text-decoration: underline; }

#about{
	margin:20px 0 0 0;
	width:490px;
	padding:300px 0 0 10px;
	line-height:34px;
	font-size:20px;
	font-weight:bold;
	color:white;
	background-image:url(img/kakkuu.jpg);
	background-size:cover;
}

/* 最新号のエリア */
#bamboo{
	margin:20px 0 0 0;
	width:520px;
	height:420px;
	padding:10px auto;
	line-height:32px;
	font-size:14px;
	text-align:center;
	background-image:url(images/bamboo.png);
	background-size:contain;
	background-repeat:no-repeat;
}

#thismonth{
	margin:0 auto;
	padding:12px 6px 6px 6px;
	width:fit-content;
	background-color:rgba(243,243,243,0.8);
	border:1px solid rgba(211,211,211,1);
	border-radius:3px;
}

/* バックナンバーのエリア */
#nowyear{
	margin:20px 0 0 0;
	width:480px;
	height:fit-content;
	padding:10px 20px;
	line-height:32px;
	font-size:14px;
	text-align:center;
	background-image:radial-gradient(rgba(240,255,235,1) 0%, rgba(240,255,235,1) 50%, rgba(255,255,255,1) 100%);
	background-size:contain;
	background-repeat:no-repeat;
}

#backnumber{
	margin:20px 0 0 0;
	width:480px;
	height:fit-content;
	padding:10px 20px;
	line-height:32px;
	font-size:14px;
	text-align:center;
	background-image:url(images/bambooshort.png);
	background-size:cover;
	background-repeat:no-repeat;
}

#nowyear #backnumber{
	padding:10px 0px;
	background-size:cover;
	background-position:center top;
}

#backnumberhead{
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "小塚明朝 Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:bold;
	font-size:18px;
}

.bnsection{
	width:100%;
	display:inline-block;
}

#backbox{
	display:inline-block;
	width:120px;
	float:left;
	line-height:36px;
	font-size:14px;
	text-align:center;
}

#backbox a{
	color:black;
}

#backbox img{
	width:80px !important;
}

#bookcaption{
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "小塚明朝 Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; 
	font-size:14px;
	font-weight:bold;
	line-height:32px;
}

#info .scr{
	overflow-y: scroll;
	height:80px;
	}

#info{
	font-size: 14px;
	color:111;
	font-weight:bold;
	padding:0 0 0 10px;
	line-height:35px;
	background-image: url(images/sidle.gif);
	background-position:right;
	background-size:cover;
	background-repeat:no-repeat;
}

#info2{
	line-height:16px;
	background:url(images/bgside1shita.jpg) center top no-repeat; 
	font-size: 11px;
	font-weight:bold;
	padding:0px;
	margin: 10px 0 20px 0;
}

.page_xs{ height: 600px !important;}
.page_s{ height:  750px; }
.page_m{ height: 1000px; }
.page_l{ height: 1500px; }

#bookspace{	width:540px; height:500px; }
#bookarea{ width:180px; float:left; }
#bookarea li{
	list-style:none;
	font-size:12px;
	position: relative;
	padding-left: 10px;
}

#bookarea li:before {
	content: "";
	position: absolute;
	top: .9em;
	left: -.5em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
	height: 5px;
	border-top: 2px solid #884898;
	border-right: 2px solid #884898;
}


#footer { 
	height:80px;
	line-height:80px;
	background:#ffffff;
	position:relative;
	font-size:13px;
	text-align:center;
	width: 800px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "小塚明朝 Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}

#imgHover {
	margin: 0px 0px 0px 15px;
    float: left;
    margin-right: 5px;
	list-style:none;
}
#imgHover img {
    border: none;
}
#imgHover a {
    display: block;
}
#imgHover a:hover {
    position: relative;
}
#imgHover a .mainImage {
    display: none;
}
#imgHover a:hover .mainImage {
    display: block;
    position: absolute;
    top: -45px;
    left: -45px;
}

#tablesen{
	border:#003366 solid 1px;
	border-collapse:collapse;
	margin:0;
	border-spacing:0;
	}
#tablesen td{
	background:url(img/tablewhite.gif) repeat-x center bottom;
	border:#003366 solid 1px;
	padding:6px;
	vertical-align:middle;
	text-align:center;
	font-size:100%;
	}
#tablesen td.slash{
	text-align:left !important;
	background:url(images/slash_black.gif) no-repeat center center;
	height:50px;
	}
#tablesen td.top{
	vertical-align:top !important;
	}
	
#kira{	float:left;	font-size:10px; padding:6px 0px 0px;}
#kakko{	float:left;	font-size:28px;}
#koushinsen{ font-size:11px; padding:2px 0px 0px;}
#koushinfude{ font-size:13px; padding:2px 0px 0px;}

#tablesen .ao { color:#09F; }
#tablesen .aka{ color:#F36; }

#radius1{
	border:1px solid #333;
	color:black;
	background:white;
	moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:1px;
}

#jusho{
	font-size:12px;
	width:320px;
}

#caption{
	font-size:13px;
	margin:10px 0 0 0;
	background-color:white;

}

#tehonscr{
	height:780px;
	overflow: hidden;
	}

#tehonround {
	margin:0px 0px 20px 0px;
	line-height:2em;
	height: 520px;
	background:url(images/bgwhitelight.jpg) repeat-x center bottom;
	text-align:center;
    border-radius:10px;
}

#tehonround2 {
	margin:20px 0px 20px 0px;
	line-height:2em;
	height: 320px;
	background:url(images/bgwhitelight.jpg) repeat-x center bottom;
	text-align:center;
    border-radius:10px;
}

#box {
	padding:0px 0 0 0;
}
#box ul {
	list-style: none;	
	margin: 10px 5px 20px 5px;
	height: 70px;
}
#box ul li {
	float: left;
	width: 50px;
	border: 1px solid #CCC;
	margin-left: 6px;
}
#box img {
	cursor: pointer;	
	border: none;
	vertical-align: bottom;	
}

.accordion {}
.accordion .inner {display: none; padding: 0; }
.accordion .inner.open {display: block;}
.accordion li {	list-style:none !important; margin:0 0 10px 0; display:inline-block;}
.accordion .inner li{padding: 15px 10px 10px 0; list-style:none !important; }

.accordion .switch		{list-style:none !important; font-size:14px; font-weight:bold; cursor: pointer; padding: 10px; background:#ebe138; border:1px solid #ada62f;}
.accordion .switch:hover	{cursor: pointer; padding: 10px; background:#fcf362;}


.accordionb {}
.accordionb li { list-style:none !important; margin:0 0 10px 0; display: block; }

.accordionb .inner { display: none; padding: 10px; border-left:1px solid #884898; border-right:1px solid #884898; border-bottom:1px solid #884898; }
.accordionb .inner.open { display: block; }
.accordionb .inner li { padding: 10px 0 10px 0; list-style:none !important; }

.corner first-child{
	margin-top:0 !important;
}

.corner {
	margin-top: 20px;
	list-style:none !important;
	cursor: pointer;
	padding: 10px;
	clear: both;
	background:#dddddd;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.name 	{color:#884898; text-decoration:underline;}
.corner td		{/* font-size:14px !important; */} 
.corner:hover	{
	background:#eeeeee;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	}
.corner:hover .name {color:#006c32 !important;}

.corner.active
{
	background:#eeeeee;
	border-top: 1px solid #884898;
	border-left: 1px solid #884898;
	border-right: 1px solid #884898;
}
.corner.active:hover {background:#eeeeee;}

#svg {
  position: fixed;
  width: 100%;
  height: 100%;
}

#background {
  filter: url("#disFilter");
}

#main {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 15px solid #fff;
  box-sizing: border-box;
  padding: 4%;
  text-shadow: 1px 1px 5px #fff;
  overflow: hidden;
}

#page_top{
  width: 90px;
  height: 60px;
  position: fixed;
  bottom: 0;
  opacity: 0.98;
  border: 2px solid #b0b0b0;
  border-radius: 2px;
  background:rgba(255,255,255,1);
  z-index:1000 !important;
}

@media screen and (max-width: 1182px)
{
  #page_top{ right:0px; }
}

@media screen and (min-width: 1183px)
{
  #page_top{ left:1071px; }
}

@media screen and (min-width: 1253px)
{
  #page_top{ left: auto; right: calc( (100% - 1100px)/2 ); }
}

#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 60px;
  text-decoration: none;
  scroll-behavior:smooth;
}
#page_top a::before{
/*  font-family: 'Font Awesome 5 Free '; */
/*  content: '\f062'; */
  content: '▲';
  font-weight: 900;
  font-size: 25px;
  color: #b0b0b0;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #b0b0b0;
  position: absolute;
  top: 38px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

dl.koyomi {
}
dl.koyomi dt {
	font-size: 1.5em;
	border-left: 4px #6ab solid;
	border-bottom: 2px #6ab dashed;
	margin: 40px 0 10px 0px;
	padding: 0px 0 2px 5px;
}
dl.koyomi dd {
	line-height: 2em;
}

#guidehead{
	font-weight:bold;
	font-size:1.2em;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px;
	color: #fff;
	background-image:url(images/sidetake.png);
	background-repeat:repeat;
	background-position:center center;
	background-color:rgba(187, 187, 119, 1);
	//background-image:linear-gradient(180deg, rgba(187, 187, 119, 0.5) 0%, rgba(187, 187, 119, 1) 100% );
	text-shadow: 1px 1px 5px rgba(187, 187, 119, 1);
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "小塚明朝 Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	//border: 3px double #bb7;
}
#guideletter{
	margin: 10px;
	line-height: 2em;
}

#schoolhead{
	background-color: #333;
	width: 200px;
	height: 30px;
	color: #fff;
	font-weight:bold;
	border: #863 6px double;
	line-height:30px;
	padding:0 0 0 20px;
	text-align:left;
}

#formwindow{
	width: 480px;
	height: 160px;
	line-height:1.5em;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "小塚明朝 Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	background:url(images/orchid.png);
	padding:163px 10px 10px 10px;
}

#guusuu_01{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #d10536 repeat-y left center;}
#guusuu_02{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #789040 repeat-y left center;}
#guusuu_03{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #f6cfea repeat-y left center;}
#guusuu_04{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #fdf30c repeat-y left center;}
#guusuu_05{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #6fda70 repeat-y left center;}
#guusuu_06{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #b7ecfe repeat-y left center;}
#guusuu_07{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #fe4555 repeat-y left center;}
#guusuu_08{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #009af0 repeat-y left center;}
#guusuu_09{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #ad749d repeat-y left center;}
#guusuu_10{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #f48005 repeat-y left center;}
#guusuu_11{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #fec7e7 repeat-y left center;}
#guusuu_12{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #5fd8a2 repeat-y left center;}

#kisuu_01{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #ff6b4d repeat-y left center;}
#kisuu_02{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #94d4bc repeat-y left center;}
#kisuu_03{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #df93ba repeat-y left center;}
#kisuu_04{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #f5de44 repeat-y left center;}
#kisuu_05{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #44ae4c repeat-y left center;}
#kisuu_06{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #ccf5fb repeat-y left center;}
#kisuu_07{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #f0176e repeat-y left center;}
#kisuu_08{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #27acf9 repeat-y left center;}
#kisuu_09{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #8f2b81 repeat-y left center;}
#kisuu_10{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #fcc006 repeat-y left center;}
#kisuu_11{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #fab7c8 repeat-y left center;}
#kisuu_12{ margin:20px 0 0 20px; padding:3px 0 0 90px; height:22px; background:url(images/arrow.png) #c0ecad repeat-y left center;}

/*フォント*/
#font_s{ font-size:12px;}
#font_xs{ font-size:10px; }

#spacer5 { height:5px; }
#spacer10 { height:10px; }
#spacer20 { height:20px; }
#spacer30 { height:30px; }
#spacer40 { height:40px; }
#spacer50 { height:50px; }
#spacer60 { height:60px; }
#spacer70 { height:70px; }
#spacer80 { height:80px; }
#spacer90 { height:90px; }
#spacer100{ height:100px; }

#floatend{ clear:both; }