/*//////////////////////////////////////////////////////////////////////////////

Kinenkan About
	
//////////////////////////////////////////////////////////////////////////////*/

#main_area{
	background: url(../../img/about/main.jpg)no-repeat;
	background-size: cover;
	height: 300px;
	text-align: center;
}
#main_area .ttl_set{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#main_area h2{
	font-family : 'Malgun Gothic','Gulim','Apple Gothic','Arial',sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 30px;
}

#contents_area .section{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#contents_area .intro{
	text-align: center;
	margin-top: 70px;
}
#contents_area .intro h3{
	font-family : 'Malgun Gothic','Gulim','Apple Gothic','Arial',sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
#contents_area .intro p{
	font-size: 16px;
	line-height: 1.8;	
}

#contents_area .slider{
	overflow: hidden;
	margin-top: 70px;
	height: 240px;
}
#contents_area .slider li{
	margin: 0;
	padding: 0;
}

#history{
	background: url(../../img/about/about_bg.jpg) no-repeat center bottom;
	background-size: cover;
	color: #fff;
	padding-top: 70px;
}
#history h4{
	font-family : 'Malgun Gothic','Gulim','Apple Gothic','Arial',sans-serif;
	font-size: 24px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
#history p{
	font-size: 15px;
	line-height: 1.5;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
#history p+p{
	margin-top: 10px;
}
#history .left{
	float: left;
	width:45%;
}
#history .right{
	float: right;
	width:45%;
}
#history .history_img{
	margin-top: 70px;
}
#history .history_img img{
	width: 100%;
	height: auto;
}

/*--=======================================

Resposive Style

=======================================--*/
@media screen and (max-width: 640px) {
	#main_area{
		height: 150px;
	}
	#main_area h2{
		font-size: 24px;
	}
	#main_area p{
		font-size: 12px;
	}
	
	#contents_area .section{
		width: 90%;
	}
	#contents_area .intro{
		margin-top: 35px;
	}
	#contents_area .intro h3{
		font-size: 20px;
	}
	#contents_area .intro p{
		font-size: 16px;
		line-height: 1.8;	
	}
	
	#history{
		padding-top: 35px;
		background: url(../img/about/about_bg.jpg) #7aa2d0 no-repeat center bottom;
		background-size:contain;
	}
	#history h4{
		font-size: 20px;
		margin-bottom: 20px;
	}
	#history p{
		font-size: 13px;
		line-height: 1.6;
	}
	#history p+p{
		margin-top: 10px;
	}
	#history .left{
		float: none;
		width:100%;
	}
	#history .right{
		float: none;
		width:100%;
		margin-top:20px;
	}
	#history .history_img{
		margin-top: 30px;
	}
}
@media screen and (max-width: 480px) {
	
}