body{
    background-image: url("../images/bg0.jpg");
    background-repeat: no-repeat;
	background-position: center 0px;
    background-attachment: fixed;
	width: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 32px;
	color: #333333;
}

a:hover{
opacity:0.9;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
a:hover img{
opacity:0.9;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
input[name="image"]:hover { opacity:0.9; filter:alpha(opacity=70); }
.anim1 {
	-webkit-animation: 1.5s forwards anim1;
	animation: 1.5s forwards anim1;
}
	@-webkit-keyframes anim1 {
		0% {
			-webkit-transform: translate(0, 80px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translate(0, 0);
			opacity: 1;
		}
	}
	@keyframes anim1 {
		0% {
			transform: translate(0, 80px);
			opacity: 0;
		}
		100% {
			transform: translate(0, 0);
			opacity: 1;
		}
	}

/*___________________ 文字 _____________________*/
.aka{
	font-weight: bold;
	color: #B20000;
}
.kiaka{
    background-color: #FFFF99;
	font-weight: bold;
	color: #B20000;
}
.kiiro{
    background-color: #FFFF99;
	font-weight: bold;
}
.kiiro_m{
    background-color: #FFFF99;
	font-size: 25px;
	font-weight: bold;
}
.ao{
	font-weight: bold;
	color: #0007E0;
}
.m{
	font-size: 25px;
	font-weight: bold;
}
.naka{
    text-align: center;
    margin: 0px auto 80px;
	display: block;
}
.naka2{
    text-align: center;
    margin: 0px auto 20px;
	display: block;
}
.pc{
	display: none;
}
/*___________________ コンテンツ _____________________*/


.ul1{
	width: 695px;
	padding-left: 25px;
	margin: 0px auto 40px;
	display: block;
}
.ul1 li{
	list-style-type: disc;
	list-style-position : outside;
	margin: 0px auto 20px;
}

.check0{
    font-family: "ヒラギノ角ゴ Pro W8", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 700px;
    font-size: 25px;
    /*font-weight: bold;*/
	line-height: 35px;
	list-style-type: none;
	margin: 0px auto 20px;
	overflow: hidden;
	display: block;
}
.check0 li{
	background-image: url(../images/check.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	width: 655px;
	padding: 0px 0 13px 45px;
	margin: 0px auto 15px;
	display: block;
}
table.shousai {
    width: 800px;
    border-collapse: collapse;
    border: solid 1px #DDD;
    margin:0 auto 40px
}

table.shousai th {
    background-color: #EEE;
    width: 150px;
    text-align: left;
    border: solid 1px #DDD;
    padding:10px
}

table.shousai td {
    text-align: left;
    border: solid 1px #DDD;
    padding:15px 20px;
}

/*___________________ フォーム _____________________*/
.kome{
    background-color: #F0F0E1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 685px;
	height: 80px;
	font-size: 14px;
	line-height:  20px;
	color: #333;
	padding: 15px 30px;
	margin: 0 auto 30px;
	overflow-y: scroll;
-webkit-overflow-scrolling: touch;
transform: translateZ(0);
	display: block;
}
/*--------- フッター -----------*/

#foot{
	width: 860px;
	font-size: 17px;
	line-height: 27px;
	color: #1F1F1F;
	text-align: center;
	padding-top: 12px;
	margin: 0px auto 30px;
	overflow: hidden;
	display: block;
}
#foot ul{
	text-align: center;
	list-style-type: none;
	margin: 0 auto 0px;
	display: block;
}
#foot ul li{
	display: inline;
}
#foot ul li a{
	color: #1F1F1F;
	text-decoration: none;
}
#foot small{
	font-size: 16px;
}
/*___________________ トップ _____________________*/

#page-top {
	background-color: #333333;
	width: 80px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity:0.8;
	color: #fff;
	padding: 3px 3px;
	border-radius: 5px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 84px;
	text-align: center;
	display: block;
	border-radius: 10px;
	opacity:0.8;
	font-size:12px;
}
#page-top a:hover {
	text-decoration: none;
	opacity:0.5;
}

.book {
	width:200px;
	height:auto;
	}