article{
	margin-top: 3000px;
}

#styles_wrap{
	width: 1020px;
	margin: 0 auto;
}
#styles_main{
	margin-bottom: 90px;
}
#styles_wrap section{
	font-size: 0;
	line-height: 0;
}
.tile_wrap,.tile_wrap2{
	width: 340px;
	height: 340px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.tile_block{
	width: 100%;
	height: 100%;
	line-height: 150%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.tile_block p{
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 200px;
	height: 20px;
}
.tile01{
	background-color: #E3D2C9;
}
.tile01 p a{
	color: #71C7D1;
}
.tile02{
	background-color: #D9C6CB;
}
.tile02 p a{
	color: #F5B1A2;
}
.tile03{
	background-color: #D2DAD0;
}
.tile03 p a{
	color: #D0A7BF;
}
.tile04{
	background-color: #B0CED6;
}
.tile04 p a{
	color: #F4B4D0;
}
.tile05{
	vertical-align: top;
	background: url(../img/tile05_pic.png) no-repeat center center;
	background-size: 38%;
	color: #231815;
	display: inline-block;
}
.tile05 div{
	text-align: center;
	margin: 35px auto 10px;
}
.tile05 h1{
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	line-height: 150%;
	border-bottom: 1px solid #231815;
	margin-bottom: 60%;
}
.tile05 p a{
	font-size: 18px;
	position: static;
	margin: 0;
	width: auto;
	height: auto;
	line-height: 150%;
}
.tile06{
	background-color: #E2CBD3;
}
.tile06 p a{
	color: #85CBBF;
}

.tile_pic{
	position: absolute;
	top: 0;
	left: 0;
}
.tile_pic img{
	width: 100%;
}
.tile_sp_on{
	display: none;
}


#library{
	position: relative;
}
.library_menu{
	text-align: center;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 30px;
}
.brank{
	padding: 0 5px 0 10px;
}
.library_menu a{
	color: #231815;
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
}
.library_menu a:hover{
	opacity: 0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
#library h1{
	position: absolute;
	top: 20px;
	right: -20px;
}

#library_wrap{
	width: 1020px;
	margin: 0 auto 80px;
}
.library_box{
	display: inline-block;
	width: 250px;
	border-left: 1px solid #231815;
	text-align: center;
	margin-bottom: 15px;
}
.library_box:nth-child(4n){
	border-right: 1px solid #231815;
}
.library_box_inner{
	width: 220px;
	margin: 0 auto;
}
.library_box a{
	display: inline-block;
	width: 220px;
	height: 190px;
	text-align: center;
	line-height: 0;
	padding-bottom: 5px;
	overflow: hidden;
}
.library_box a img{
	height: 100%;
}
.library_box h2{
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	padding-bottom: 3px;
	line-height: 150%;
}


@media screen and (max-width:880px){


#styles_wrap{
	width: 100%;
}
.tile_wrap, .tile_wrap2{
	width: 33.33%;
}
.tile_block{
	/*display: none;*/
}
.tile05{
	display: inline-block;
}
.tile_pic{
	width: 100%;
	height: 100%;
}
.tile_pic img{
	width: 100%;
}


.tile_sp_on,.tile_block p{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: center;
	height: 20px;
	font-size: 25px;
	font-weight: bold;
	line-height: 150%;
	margin: auto;
}
.tile05 div{
	margin: 5% auto 0;
}

#styles_main{
	margin-bottom: 5%;
}
#library_wrap{
	width: 94%;
	margin-bottom: 10%;
}
.library_menu{
	margin-bottom: 3%;
}
#library h1{
	width: 55%;
	right: 1%;
	top: 30px;
}
#library h1 img{
	width: 100%;
}
.library_box{
	width: 33%;
}
.library_box:nth-child(4n){
	border-right: none;
}
.library_box:nth-child(3n){
	border-right: 1px solid #231815;
}
.library_box_inner{
	width: 90%;
}
.library_box a{
	display: inline-block;
	width: 100%;
}
.library_box h2{

}



}

@media screen and (max-width:480px){

.tile05{
	background-size: 30%;
}
.tile05 h1{
	font-size: 16px;
	margin-bottom: 55%;
}
.tile05 p{
	font-size: 14px;
}

.library_menu a{
	font-size: 14px;
}
.library_box h2{
	font-size: 14px;
}
.library_box{
	width: 32.5%;
}


}

@media screen and (max-width:400px){


.tile05{
	background-size: 30%;
}
.tile05 h1{
	font-size: 16px;
	margin-bottom: 45%;
}
.tile05 p{
	font-size: 14px;
}

.library_menu a{
	font-size: 12px;
}
.brank{
	padding: 0 3px 0 8px;
}



}

