/*ジャンル*/

/* #ジャンル別 -----------------------------------*/
h2.genre-title {
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 0.2em;
	line-height: 1.4;
	margin-bottom: 15px;
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
h3.genre-subtitle {
	margin-top: 30px;
	font-size: 24px;
	text-align: left;
}

.genre-list {
	border: 1px dotted #CCC;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: table-cell;
	width: 24%;
	height: 300px;
	overflow: hidden;
}
.genre-list h3 {
	color: #990000;
	font-size: 30px;
	font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	padding-bottom: 10px;
}

.genre-list img {
	width: 100%;
}

.genre-list p {
	font-size: 14px;
	color: #777;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.genre-subtitle {
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #333333;
	text-align: center;
}

.link_btn {
	margin-bottom: 20px;
	margin-top: 20px;
}

.list_link {
	font-size: 14px;
	color: #FFF;
	background-color: #333333;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}

.list_link a {
	color: #FFF;
	margin-bottom: 15px;	
}


/* 概要
---------------------------------*/

.n_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
}
.n_table th {
	width: 25%;
	background-color: #e5e4d7;
}
.n_table td {
	width: 75%;
	background-color: #fff;
}
.n_table th,.n_table td {
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3A882;
	font-weight: normal;
}

.n_table td ul li {
	display: inline;
	margin-right: 15px;
	white-space:nowrap;	
}

@media (max-width: 1200px) {
.movie_box {
	max-width: 1000px;
	height: 780px;
}		
}


@media (max-width: 992px)  {
.movie_box {
	max-width: 768px;
	height: 580px;
}		
	
}



@media (max-width: 768px)  {
h2.genre-title {
	font-size: 18px;
	text-align: left;
}
h3.genre-subtitle {
	margin-top: 30px;
}

.genre-list {	
	width: 50%;
	height: 224px;
}
}


@media (max-width: 468px) {
	
.movie_box {
	max-width: 468px;
	height: 180px;
}	
.works-box h3 {	
	font-size: 20px;	
}
.works-box p {
	font-size: 14px;	
}
.n_table th,.n_table td {
	font-size: 12px;	
}

}
