@charset "utf-8";
/* CSS Document */
/* =======================================

	SEARCH BOX

======================================= */
#search_box{
	text-align: center;
}
#search_box li{
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	font-size: 21px;
}
#search_box li a {
	display: block;
}
#search_box li:nth-child(2n){
	font-size: 21px;
}
li[class^="search_"]{
	background-color: #fde0c7;
	text-align: center;
	color: #f39800;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 5px;
	border: 3px solid #f6b37f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	transition: all 0.4s ease 0s;
}
li[class^="search_"]:hover{
	background-color: rgba(255,255,255,0);
	transition: all 0.4s ease 0s;
}
/* =======================================

	LIST

======================================= */
#main section{
	margin-bottom: 30px;
}
h4{
	color: #ff229d;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 400px;
	margin: 50px auto 20px;
	padding: 10px 0;
	border: 5px solid #ff229d;
}
h4 i[class^="icon-"]{
	font-size: 45px;
    margin-right: 10px;
    vertical-align: -10px;
}
ul.block{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	background-color: #FFF;
    padding: 15px 15px 5px;
	width: 1200px;
}
li.list{
	background-image: url("../images/bg_list.png");
	width: 285px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	border: 5px solid;
	position: relative;
	text-align: center;
}
li.list:nth-child(4n){
	margin-right: 0;
}
li.list .thum{
	width: 100%;
    height: 338px;
	overflow: hidden;
	margin-bottom: 10px;
}
li.list .thum img{
	width: 100%;
}
.icon_special{
	position: absolute;
    top: 270px;
    left: 5px;
}
li.list i[class^="rank_"]{
    font-size: 16px;
    border: 1px solid;
    width: 50%;
    display: block;
    margin: 0 auto 10px;
    padding: 5px 0 2px;
}
li.list .name{
	font-size: 20px;
    font-weight: bold;
	margin-bottom: 8px;
}
li.list .size{
	display: block;
	color: #313131;
	font-size: 14px;
	margin-bottom: 10px;
}
li.list .time{
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0 5px;
}


