@charset "UTF-8";

/* トップページのCSSです */

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}


.zentai p {
	line-height: 170%;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

body {
	margin: 0 auto 0 auto;
	background-image: url(../img/back1.gif);
	background-repeat: repeat;
}


.zentai {
	width: 90%;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	border-left: 1px solid #004000;
	border-right: 1px solid #004000;
}


.boutou {
	background-color: #004000;
	color: #b7ddae;
	font-size: 12px;
	padding: 6px 0 10px 10px;
	text-align: left;
}

.header {
	background-image: url(../img/back2.jpg);
	background-repeat: repeat;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.header_2 {
	height: 30px;
	background-image: url(../img/back2.jpg);
	background-repeat: repeat;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.header_text {
	text-align: center;
	font-size: 12px;
}

.top_image {
	width: 80%;
	padding: 10px 10px 10px 10px;
	margin: 0 auto 0 auto;
	font-size: 14px;
	text-align: center;
}

.top_image img{
	border-radius: 10%;
}


/*コンテンツ*/
.contents {
	margin: 0 auto 0 auto;
}

.menu_kakomi {
	width: 70%;
	margin: 20px auto 20px auto;
	padding: 20px 30px 20px 30px;
	border:	3px	dotted #a9cfec;
	border-radius: 20px;
	background-color: #ffffff;
	text-align: left;
}

.menu a {
	text-decoration: none;
}

.menu a:hover{
	text-decoration: none;
	font-weight: bold;
}

.menu {line-height: 200%;}
.menu img {
	vertical-align: middle;
	margin: 0 6px 0 6px;
}

.menu1 {padding: 0 0 10px 0px;}
.menu1 a {
	color: #d57da8;
	text-decoration: none;
}

.menu2 {padding: 0 0 10px 0px;}
.menu2 a {
	color: #1db9db;
	text-decoration: none;
}

.menu3 {padding: 0 0 10px 0px;}
.menu3 a {
	color: #b69b09;
	text-decoration: none;
}

.menu4 {padding: 0 0 0px 0px;}
.menu4 a {
	color: #34a434;
	text-decoration: none;
}


.contents {
	width: 70%;
	margin: 10px auto 10px auto;
	text-align: center;
}

.contents_text {
	margin: 0 0 0px 0px;
	font-size: 12px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.footer {
	background-image: url(../img/back2.jpg);
	background-repeat: repeat;
}


.modoru {
	height:30px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.modoru a {
	vertical-align: middle;
	color: #004000;
	text-decoration: none;
}
.modoru a:hover {
	text-decoration: underline;
}


.footer_text {
	font-size: 12px;
	padding: 10px 10px 6px 10px;
	color: #004000;
	text-align: right;
}
.footer_text a {
	color: #259953;
	text-decoration: none;
}

.footer_text a:hover{
	text-decoration: underline;
}

.copyright {
	background-color: #004000;
	color: #b7ddae;
	font-size: 12px;
	padding: 10px 10px 6px 0px;
	text-align: right;
}

.copyright a {
	color: #b7ddae;
	text-decoration: none;
}

input[type="checkbox"].on-off{
    display: none;
}


.episode {
	padding: 0;
}

.episode ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 0 10px 20px;
    padding: 0;
    list-style: circle;
}

.episode li {
	font-size: 12px;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
}

.episode li a {
	color: #505050;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
}

.episode_text {
	margin: 0 0 0 10px;
	font-size: 12px;
	padding: 0 0 0px 0;
	text-align: justify;
}

.episode_text a {
	color: #ec8050;
}
