/* Page css : home */

section.content_view {
	width : 100%;
	position :relative;
}

section.content_view section.title_area {
	width : 100%;
	text-align : center;
	position :relative;
}
section.content_view section.title_area img {
	max-width: 1020px;
	width : 100%;
}
section.content_view section.title_area a.link_content {
	width : 40px;
	display: block;
	background-color: black;
	color : white;
	border-radius:20px;
	position : absolute;
	background-position: center;
	background-repeat: no-repeat;
}
section.content_view section.title_area a#linkPrev {
	text-indent: -9999em;
	background-image: url("../../../images/default/btn_prev.png");
}
section.content_view section.title_area a#linkNext {
	text-indent: -9999em;
	background-image: url("../../../images/default/btn_next.png");
}
section.content_view section.title_area a#linkList {
}

section.content_view section.content_area {
	text-align : center;
	position :relative;
	padding-top : 57px;
}
section.content_view section.content_area {
	
}
section.content_view section.content_area h4.content_title {
	text-transform: uppercase;
	font-size: 1.500em;
	letter-spacing: 0.2em;
}
section.content_view section.content_area hr.title_line {
	border-top : 1px solid black;
	max-width : 100px;
	margin : 30px auto;
}
section.content_view section.content_area article.info_article {
	margin-bottom : 56px;
}
section.content_view section.content_area span.info_comment,
section.content_view section.content_area span.info_category,
section.content_view section.content_area span.info_client, 
section.content_view section.content_area span.info_season {
	
}

section.content_view section.content_area article.content_html {
	position: relative;
	text-align: center;
}
.group_content {
	text-align: center;
	font-style : normal;
}
.group_content>xmp {
	font-style : normal;
	white-space: pre-wrap;
}
.group_content._img img {
	width : 100%;
}
.group_content figure {
	text-align: center;
}
.group_content figurecaption {
	display: none;
}
div.gm-style>div>a,
div.gmnoprint {
	display : none !important;
}