/* CSS Document */
@charset "UTF-8";


/**********************************************************************************

  icatch
  
***********************************************************************************/

#icatch {
	background: #000 url(../img/press/icatch.jpg) center top no-repeat;
	height: 1000px;
	min-width: 1000px;
	overflow: hidden;
	margin-top:-10px;
}


/**********************************************************************************

  ITEM_SECTION BG
  
***********************************************************************************/

#newitem1 {
	background: #000 url(../img/press/newitem1_bg.jpg) center top no-repeat;
	margin-bottom:200px;
}

#newitem2 {
	background: #000 url(../img/press/newitem2_bg.jpg) center top no-repeat;
	margin-bottom:200px;
}

#newitem3 {
	background: #000 url(../img/press/newitem3_bg.jpg) center top no-repeat;
	margin-bottom:200px;
}

#newitem4 {
	background: #000 url(../img/press/newitem4_bg.jpg) center top no-repeat;
	margin-bottom:200px;
}

#item_section1,#item_section2,#item_section3,#item_section4{
	margin: auto;
}

.contents_section {
	position: absolute;
	width: 1000px;
	height: 450px;
	top: 275px;
	left: 0px;
	background: url(../img/press/contents_bg.jpg) left top no-repeat;
}

/**********************************************************************************

  ITEM_SECTION detail
  
***********************************************************************************/

.contents_section figure {
	position: absolute;
	top: 30px;
	left: 40px;
}

.contents_section .contents_warp {
	position: absolute;
	top: 40px;
	left: 380px;
	height: 310px;
}

.contents_section .contents_warp h2 {
	margin-bottom: 20px;
}

.contents_section .contents_warp h3 {
	margin-bottom: 27px;
}

.contents_section .contents_warp p {
	margin-bottom: 30px;
	margin-right: 78px;
	font-size: 13px;
	line-height: 1.7em;
	color: #FFF;
}


#item_section1,#item_section2,#item_section3,#item_section4 {
	width: 1000px;
	height:1000px;
}

/* contents */
#item_section1 {
	position: relative;
	z-index: 101;
}

#item_section1 li,#item_section2 li,#item_section3 li,#item_section4 li {
	float:left;
	margin-right:20px;
	margin-top:20px;
}

#item_section2 {
	position: relative;
	z-index: 102;
}

#item_section3 {
	position: relative;
	z-index: 103;
}

#item_section4 {
	position: relative;
	z-index: 104;
}

#item_section1 h1,#item_section2 h1,#item_section3 h1,#item_section4 h1 {
	text-align: center;
	padding-top: 116px;
}

#item_section2 h1 {
	text-align: center;
	padding-top: 96px;
}




#item_section1 .imgarea,#item_section2 .imgarea,#item_section3 .imgarea{
	float:left;
	width:250px;
	margin-top:30px;
}

#item_section1 .texarea,#item_section2 .texarea,#item_section3 .texarea{
	float:left;
	width:300px;
	margin-left:20px;
	margin-top:30px;
}

#item_section4 .imgarea{
	float:left;
	width:600px;
	margin-top:40px;
}

#item_section4 .texarea{
	float:left;
	width:600px;
	margin-top:10px;
}

#item_section4 .texarea p{
	margin-right:0;
}