@charset "UTF-8";

/* ========================================
	共通
======================================== */
#main .mainttl {
	margin-top: -45px;
}

#main #main-inner {
	border-left: 0;
	border-right: 0;
	background-color: transparent;
}

#list {
    width: 100%;
}

#list li {
    width: 32.2%;
	float: left;
	margin: 0 1.7% 15px 0;
}

#list li:nth-child(3n) {
	margin-right: 0;
}

#list .thumnail img {
    width: 100%;
    height: auto;
	border-radius: 10px;
	text-decoration: none;
	color: #333;
}

#list li a {
	display: block;
	padding: 13px 13px 0 13px;
	background-color: #FFF;
	border-radius: 10px;
	transition: all .3s;
	text-decoration: none;
	color: #333;
}

#list li a:hover {
	box-shadow: 0 0 10px 3px rgba(255,255,255,0.5);
	text-decoration: underline;
}

.box-txt {
	display: table;
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.5;
}

.box-txt span {
	display: table-cell;
	vertical-align: middle;
}

.box-txt .icon {
	padding-right: 10px;
}

.category-pager {
	margin-top: 40px;
	text-align: center;
}
.category-pager .pageritem {
	display: inline-block;
	margin: 0 5px 10px;
}
.category-pager a,
.category-pager span {
	display: block;
	width: 40px;
	height: 26px;
	border-radius: 20px;
	padding-top: 14px;
	color: #3157a2;
	font-size: 15px;
	text-decoration: none;
}
.category-pager a {
	background: #ffffff;
}
.category-pager a:hover {
	background: #FFF100;
}
.category-pager span {
	background: #FFF100;
}


/* ========================================
	movie
======================================== */
body#movie #list li {
    width: 49%;
	float: left;
	margin: 0 2% 15px 0;
}

body#movie #list li:nth-child(2n) {
	margin-right: 0;
}

body#movie #mv-wrap li.box {
	display: block;
	padding: 13px 13px 0 13px;
	background-color: #FFF;
	border-radius: 10px;
    box-sizing: border-box;
}
body#movie .yt-wrap {
	max-width: 640px;
}
body#movie .yt-wrap .yt-inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
body#movie .yt-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

