
/**************　　ボディー　*********************/

body {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffedbe;
	max-width: 900px;
}


.haba {
	border: 0; 
	width:100%;
}

.haba02 {
	border: 0; 
	max-width:750px;
}
@media screen and  (max-width: 400px) {
.haba02 {
	border: 0; 
	width:120px;
	margin: 0px 5px 0px 0px;
}
}

.haba03 {
	border: 0; 
	width:250px;
}
@media screen and  (max-width: 550px) {
.haba03 {
	border: 0; 
	width:100%;
	margin: 5px 0px 10px 0px;
}
}
.haba04 {
	border: 0; 
	width:250px;
}
@media screen and  (max-width: 500px) {
.haba04 {
	border: 0; 
	width:100%;
	margin: 5px 0px 10px 0px;
}
}


.haba05 {
	border: 0; 
	width:250px;
}
@media screen and  (max-width: 600px) {
.haba05 {
	border: 0; 
	width:150px;
	margin: 5px 10px 10px 5px;
}
}
@media screen and  (max-width: 400px) {
.haba05 {
	border: 0; 
	width:100%;
	margin: 5px 0px 10px 0px;
}
}
/**************　　全体枠　*********************/

#baseframe {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}

a:link {
	color: #555555;
	text-decoration: none;
}

a:visited {
	color: #555555;
	text-decoration: none;
}

a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}

a:active {
	color: #2B3060;
	text-decoration: none;
}


/**************　　見出し　*********************/

h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	padding: 5px 0px 5px 15px;
	border-bottom: #687851 3px solid;
	border-left:   #f0f0f0 0px solid;
	background-color: #ffffff;
}
@media screen and  (max-width: 500px) {
h2{
	font-size: 12pt;
}
}

h3 {
	font-size: 12pt;
	text-align:left;
	line-height:150%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: #687851 1px solid;
}

/**********　　ヘッダー説明　　****************/

#header-setumei {
	font-size: 10pt;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	background-color: #ffffff;

}

#header2 {
	font-size: 10pt;
	text-align:right;
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 5px 0px;
	background-color: #ffffff;
	border-top: #aaaaaa 0px solid;
	border-bottom: #aaaaaa 1px solid;

}


/********　　ヘッダー説明　**************/
#intro {
	font-size: 5pt;
	margin-top: 3px;
	line-height:120%;
}


/********　　メイン　**************/
#main {
	font-size: 10pt;
	line-height:150%;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	text-align:left;
	color:	#333333;

}

/********　　右サイド　**************/


#right-side {
	float: right;
	font-size: 12pt;
	line-height:150%;
	width: 660px;
	padding: 0px 20px 10px 8px;
	margin: 0px 0px 10px 0px;
	color: #555555;
	border-left:   #dddddd 1px solid;
}

@media screen and (min-width: 100px) and (max-width: 1000px) {
#right-side {
	float: none;
	width:98%;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	border:   #dddddd 0px solid;
}
}

#right-side a:link {
	color: #00f;
	text-decoration: underline;
}

#right-side a:visited {
	color: #00f;
	text-decoration: underline;
}

#right-side a:hover {
	color: #c03333;
	text-decoration: underline;
}


/********　　左サイド　**************/

#left-side {
	display: block;
	float: left;
	width: 200px;
	font-size: 11pt;
	line-height:120%;
	color: #115577;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}

@media screen and (min-width: 100px) and (max-width: 1000px) {
#left-side {
	width:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	line-height:200%;
}
}



#left-side a:link {
	display: block;
	color: #333333;
	text-decoration: none;
}

#left-side a:visited {
	display: block;
	color: #333333;
	text-decoration: none;
}

#left-side a:hover {
	display: block;
	color: #111111;
	background-color: #ffedbe;
	text-decoration: none;
}

#left-side a:active {
	display: block;
	color: #333333;
	text-decoration: none;
}






/********　　副見出し　************/

.subh0  {

	color: #ffffff;
	font-weight:bold;
	background-color: #b2810b;
	text-decoration: none;
	margin : 10px 3px 10px 5px;
	padding: 10px 0px 7px 10px;
	border-top:    #cccccc 0px solid;
	border-bottom: #687851 0px solid;
	border-left:   #cccccc 0px solid;
	border-right:  #cccccc 0px solid;
}

.subh1  {
	display: block;
	max-width: 190px;
	text-indent:10px;
	background-color: #ffffff;
	text-decoration: none;
	line-height:180%;
	margin : 0px 3px 0px 5px;
	padding: 0px 0px 0px 0px;
	border-top:    #b0c4de 0px solid;
	border-bottom: #cccccc 1px solid;
	border-left:   #cccccc 0px solid;
	border-right:  #cccccc 0px solid;
}
@media screen and (min-width: 100px) and (max-width: 1000px) {
.subh1 {
	max-width: 100%;
	line-height:200%;
}
}

.subh2  {
	display: block;
	width: 180px;
	background-color: #ffffff;
	text-decoration: none;
	font-size:       10pt;
	margin : 0px 3px 0px 5px;
	padding: 5px 0px 5px 5px;
	border-top:    #b0c4de 0px solid;
	border-bottom: #cccccc 1px solid;
	border-left:   #cccccc 1px solid;
	border-right:  #cccccc 1px solid;
}




/********　　フッター　************/

#footer {
	font-size: 12px;
	background-color: #b2810b;
	text-align: center;
	margin : 0px 0px 0px 0px;
	padding: 15px 0px 10px 0px;
	text-decoration: none;
	color: #ffffff;
}



#footer2 {
	clear:both;
	font-size: 14px;
	line-height:170%;
	background-color: #fafafa;
	text-align: center;
	text-decoration: none;
	color: #555555;
	margin : 10px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	border-top: #eeeeee 1px solid;
}


/********　　その他　************/

#btn {
	text-align: center;
}
#btn a:link {
	color: #ffffff;
}
#btn a:visited {
	color: #ffffff;
}
#btn a:hover {
	color: #2050ff;
	position:relative;
	top :1px;
	left:1px;
}
#btn a:active {
	color: #ffffff;
}



/****　　ボタン　******/

#btn01 {
	font-size: 14pt;
	color: #fff;
	display: block;
	padding: 0px 0px 0px 0px;
	width:60%;
	margin : 5px auto 10px auto;
	line-height:170%;
	text-align: center;
	background-color: #ae8115;
	border: #e57a66 0px solid;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
} 


#btn01 a {
	color: #fff;
	display: block;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
}

#btn01 a:link{
	color: #fff;
	display: block;
	text-decoration: none;
}

#btn01 a:visited {
	color: #fff;
	display: block;
	text-decoration: none;
}

#btn01 a:hover {
	color: #fff;
	display: block;
	background-color: #cea135;
	text-decoration: none;
}

#btn01 a:active {
	color: #fff;
	display: block;
	text-decoration: none;
}

@media screen and (min-width: 100px) and (max-width: 650px) {
#btn01 {
	width:80%;
}
}


#table01 {
	background-color: #d0d0d0;
	font-size: 13px;
	line-height:130%;
}



#oomoji01 {
	font-weight:bold;
	font-size: 12pt;
	line-height:130%;
}


#more {
	text-align:right;
	font-size: 10pt;
	color:#555555;
	margin : 10px 0px 10px 0px;
	padding: 0px 20px 0px 0px;
}

#more  a:link {
	color: #0000ff;
	text-decoration: none;
}

#more   a:visited {
	color: #0000ff;
	text-decoration: none;
}

#more   a:hover {
	color: #ff0000;
	text-decoration: underline;
	position:relative;
	top :1px;
	left:1px;
}




#ll {
	font-size: 24px;
	color:#333333;
	padding: 10px 20px 10px 10px;
	margin : 0px 0px 0px 0px;
	line-height:160%;
	text-align: center;
}
#ll2 {
	font-size: 24px;
	color:#333333;
	font-weight:bold;
	padding: 10px 20px 10px 10px;
	margin : 0px 0px 0px 0px;
	line-height:160%;
	text-align: center;
}

#aka {
	color:#ff5555;
	font-weight:bold;
}

#aka02 {
	color:#fff;
	padding: 1px 4px 1px 4px;
	font-weight:bold;
	background-color: #c00;
}

#chuui {
	font-size: 11pt;
	color:#333333;
	padding: 10px 20px 10px 10px;
	margin : 10px 0px 0px 0px;
	line-height:140%;
	background-color: #ffffff;
	border:   #cccccc 1px solid;
}

#box {
	font-size: 11pt;
	color:#333333;
	padding: 10px 10px 10px 10px;
	margin : 10px 0px 10px 0px;
	line-height:200%;
	background-color: #ffffff;
	border:   #f00000 0px solid;
}
#box a:link {
	color:#0000ff;
	text-decoration: none;
}
#box a:visited {
	color:#3333ff;
	text-decoration: none;
}
#box a:hover {
	color:#ff0000;
	text-decoration: none;
	position:relative;
	top :1px;
	left:1px;
}
#box a:active {
	color:#333333;
}


#box02 {
	font-size: 10pt;
	color:#333333;
	padding: 10px 10px 10px 10px;
	margin : 10px 0px 10px 0px;
	line-height:150%;
	background-color: #f0f0f0;
	border:   #f00000 0px solid;
}
#box02 a:link {
	color:#0000ff;
	text-decoration: none;
}
#box02 a:visited {
	color:#0000ff;
	text-decoration: none;
}
#box02 a:hover {
	color:#ff3333;
	text-decoration: none;
	position:relative;
	top :1px;
	left:1px;
}
#box02 a:active {
	color:#0000ff;
}


#box03 {
	font-size: 11pt;
	color:#333333;
	padding: 20px 20px 20px 20px;
	margin : 10px 0px 10px 0px;
	line-height:140%;
	background-color: #ffffff;
	border:   #555 1px dotted;
}


#box-ivent {
	font-size: 11pt;
	color:#333333;
	padding: 20px 20px 20px 20px;
	margin : 10px 0px 10px 0px;
	line-height:140%;
	background-color: #ffffff;
	border:   #f00000 0px solid;
}
#box-ivent a:link {
	color:#0000ff;
	text-decoration: none;
}
#box-ivent a:visited {
	color:#0000ff;
	text-decoration: none;
}
#box-ivent a:hover {
	color:#ff3333;
	text-decoration: none;
	position:relative;
	top :1px;
	left:1px;
}
#box-ivent  a:active {
	color:#0000ff;
}

#box-link {

	font-size: 10pt;
	color:#333333;
	padding: 10px 10px 10px 10px;
	margin : 10px 0px 10px 0px;
	line-height:180%;
	background-color: #ffffff;
	border:   #dddddd 1px solid;
}
#box-link a:link {
	color:#0000ff;
	text-decoration: none;
}
#box-link a:visited {
	color:#0000ff;
	text-decoration: none;
}
#box-link a:hover {
	color:#ff0000;
	text-decoration: none;
	position:relative;
	top :1px;
	left:1px;
}
#box-link a:active {
	color:#333333;
}


#box-nagare {
	font-size: 11pt;
	color:#333333;
	padding: 20px 20px 20px 20px;
	margin : 10px 0px 10px 0px;
	line-height:140%;
	background-color: #ffffff;
	border:   #555 2px dotted;
}

#box-osirase {
	font-size: 11pt;
	color:#333333;
	padding: 20px 15px 20px 15px;
	margin : 10px 5px 10px 5px;
	line-height:140%;
	background-color: #ffffff;
	border:   #ff7316 2px dotted;
}

#text-line {
	font-size: 11pt;
	padding: 5px 10px 5px 0px;
	margin : 0px 0px 0px 0px;
	line-height:150%;
	border-bottom:   #888888 1px dotted;
}



#text-line2 {
	font-size: 10pt;
	padding: 5px 10px 5px 10px;
	margin : 0px 0px 0px 10px;
	line-height:180%;
	border-bottom:   #888888 1px dotted;
}
#text-line2  a:link {
	color:#0000ff;
	text-decoration: none;
}
#text-line2  a:visited {
	color:#0000ff;
	text-decoration: none;
}
#text-line2  a:hover {
	color:#ff0000;
	text-decoration: none;
}
#text-line2  a:active {
	color:#333333;
}

#books {
	font-size: 9pt;
	color:#333333;
	padding: 10px 0px 10px 0px;
	margin : 10px 0px 10px 0px;
	line-height:150%;
	background-color: #fafffa;
	border-bottom:   #888888 1px dotted;

}

#books-shokai {
	font-size: 11pt;
	font-weight:bold;
	padding: 5px 10px 5px 0px;
	margin : 0px 0px 0px 0px;
	line-height:100%;
	border-bottom:   #888888 0px dotted;
}

#box-book {
	font-size: 11pt;
	color:#333;
	padding: 10px 15px 10px 0px;
	margin : 10px 10px 10px 10px;
	line-height:150%;
	background-color: #FFEDBE;
	border: #f0f0f0 1px solid;

}


#ivent-midasi {
	font-size: 18pt;
	font-weight:bold;
	padding: 5px 0px 5px 0px;
	margin : 0px 0px 0px 0px;
	line-height:140%;
}

#ivent-midasi2 {
	font-size: 12pt;
	font-weight:bold;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin : 10px 0px 10px 0px;
	line-height:140%;
	background-color:#efce76;
}
@media screen and  (max-width: 500px) {
#ivent-midasi2 {
	font-size: 10pt;
}
}


#annai {
	font-size: 12pt;
	text-align:left;
	line-height:150%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 10px;

}



.tb{
	border:1px solid #888888;
	border-collapse:collapse;
	background-color:#ffffff;
}
.tb td {
	font-size: 10pt;
	line-height:160%;
	border:1px solid #aaaaaa;
	border-collapse:collapse;
}

@media screen and  (max-width: 500px) {
.tb td {
	font-size: 8pt;
}
}

#right-side li {
	margin: 0px 0px 0px -20px;
}


/*ヘッダーまわりはご自由に*/
header {
  padding:10px;
  background: #c49f4b;
    position: fixed;
    z-index: 999;
width:100%;
    opacity: 0.95;
}

#navh-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.navh-unshown {
  display:none;
}

/*アイコンのスペース*/
#navh-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#navh-open span, #navh-open span:before, #navh-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
}
#navh-open span:before {
    bottom: -8px;
}
#navh-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#navh-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*タイトル*/
#navh-title {
color:#fff;
font-weight:bold;
text-align:center;
margin:-22px 0px 0px 0px;
}
#navh-title a:link {
	color:#fff;
	text-decoration: none;
}
#navh-title a:visited {
	color:#fff;
	text-decoration: none;
}
#navh-title a:hover {
	color:#000;
	text-decoration: none;
}
#navh-title a:active {
	color:#333333;
}

/*中身*/
#navh-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 90%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#navh-input:checked ~ #navh-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#navh-input:checked ~ #navh-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

@media screen and (min-width:1000px) {
header {
    display:none;
  }
#navh-open {
    display:none;
  }

}

@media screen and (min-width: 100px) and (max-width: 1000px) {
#left-side {
    display:none;
  }
h1 {
  margin: 40px 0px 5px 0px;
  }
}


/********　youtube レスポンシブ　************/

.youtube {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 0px;
margin-bottom: 20px;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/********　点滅　************/

.blinking {
  /* 1秒かけて点滅を無限に繰り返す */
  animation: blink 1.0s infinite;
}

@keyframes blink {
  0% { opacity: 1; }   /* 表示 */
  50% { opacity: 0; }  /* 非表示 */
  100% { opacity: 1; } /* 表示 */
}
