/*--------------------------------------------- */
/*
/*  category.scss / 2013.11.19
/*
/*  @outputFile ../htdocs/css/category.css  */
/*--------------------------------------------- */
/*----------------------------------------------*/
/* KeyVisual
/*----------------------------------------------*/
.sharedKeyVisual {
	position: relative;
	overflow: hidden;
}
.sharedKeyVisual .keyVisualView {
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: 300px;
}
.sharedKeyVisual .keyVisualBg {
	vertical-align: top;
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
/*----------------------------------------------*/
/* content
/*----------------------------------------------*/
article { position: relative; }
/*----------------------------------------------*/
/* notice,etcCategory
/*----------------------------------------------*/
.noticeCategory #contents .contentsInner,
.etcCategory #contents .contentsInner { padding-left: 0px; }
.noticeCategory #contents #main,
.noticeCategory #contents #second,
.etcCategory #contents #main,
.etcCategory #contents #second { margin-left: 0; }
