@charset "UTF-8";
/* CSS Document */

body{
	width: 900px;
	background-image: url(../img/bg.png);
	border-collapse: separate;
	margin:0 auto;
}
#container{
	overflow: auto;
	background-color: #f2f2f2;
	-webkit-box-shadow: 2px 2px 20px 15px #000050;
	box-shadow: 2px 2px 20px 15px #000050;
}
#main{
	position: relative;
}
#sub{
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#movies{
	background-color: #000050;
	overflow: auto;
	color: #FFFFFF;
	background-repeat: no-repeat;
	margin-top: 50px;
	padding-top: 42px;
	background-image: url(../img/ori_migiue.png);
	background-position: 100% 0%;
	background-size: 83px 83px;
}
.mvblocks{
	width: 332px;
	float: left;
	padding-left: 44px;
	padding-right: 44px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.mvblocks_shita{
	height: 83px;
	background-color: #000050;
	background-image: url(../img/ori_hidarishita.png);
	background-repeat: no-repeat;
	background-position: 0 0%;
	background-size: 83px 83px;
}
.book{
	position: absolute;
	top: 60px;
	right: 70px;
	-webkit-box-shadow: 5px 5px 5px 5px rgba(0,0,0, 0.25);
	box-shadow: 5px 5px 5px 5px rgba(0,0,0, 0.25);
}
.book:hover {
	-webkit-transform: scale(1.1) rotate(10deg);
	-ms-transform: scale(1.1) rotate(10deg);
	transform: scale(1.1) rotate(10deg);
}
.copies {
	line-height: 1.2em;
	display: block;
	height: 2.2em;
	vertical-align: middle;
	margin-top: 20px;
	font-size: xx-large;
	font-weight: bold;
	margin-left: 1em;
	margin-right: 1em;
	}
.copies img{
	height: 1.2em;
	width: 1em;
	display: block;
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.8em;
}

.mvblocks img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.imgcenter img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.L1{
	float: left;
	border-bottom: 3px dashed #FFFFFF;
	border-right: 3px dashed #FFFFFF;
}
.R1{
	float: left;
	border-bottom: 3px dashed #FFFFFF;
}
.L2{
	float: left;
	border-right: 3px dashed #FFFFFF;
}
.R2{
	float: left;
}
.R2 img{
	z-index: 9;
	position: absolute;
}

.kanseizu{
	height: 120px;
	min-height: 120px;
	display: block;
}
.kanseizu:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}



.setsumei{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 3em;
	height: auto;
}

.Tuika{
	background-color: #FFF;
	text-align: center;
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-radius: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #000000;
	clear: both;
	margin-top: 40px;
}
.Tuika-title{
	text-align: left;
	font-size: xx-large;
	font-weight: 900;
	background-color: yellow;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.torisakana{
	text-align: left;
	padding-left: 50px;
	padding-top: 30px;
}
.torisakana:active {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
.torisakana_setsumei{
	padding-top: 20px;
	padding-bottom: 20px;
}
.red{
	color:red;
	}
.blue{
	color:blue;
}
.Tuika-flower{
	position: absolute;
	right: 40px;
	top: 15px;
}

.mv{}




h1{
	display:none;}
h2{
	display:none;}
h3{
	font-size: x-large;
	font-weight: bold;
	line-height: 2.5em;
}
h3 img{
	height:2em;
	}



footer{
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: x-small;
}
div#pagetop{
	position:fixed;
	bottom:20px;
	right:20px;
}

/* 汎用
------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
