/* CSS Document */
/* interior */

.mainImgBox {
	background-image: url(../img/mainImg.jpg);
}

.mainImgBox h2 {
	width: 444px;
	background-image: url(../img/h2.png);
}

.businessBox ul {
	padding: 50px 5px 50px 25px;
}

.businessBox li {
	width: 465px;
	margin-right: 20px;
}

.catTitle {
	position: relative;
	padding-top: 90px;
}

.catTitle h3 {
	min-height: 35px;
	padding-left: 100px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	line-height: 33px;
	letter-spacing: 0.04em;
	text-align: left;
	background: url(../../img/common/h3_blue.png) top left no-repeat;
}

.catTitle h3 .sub {
	padding-right: 100px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.04em;
	float: right;
}

.catTitle h3:before {
	content: "";
	position: absolute;
	top: 90px;
	left: 0;
	width: 50%;
	height: 35px;
	background: #368ACA;
	z-index: -1;
}

.catArea {
    padding-top: 50px;
    padding-bottom: 50px;
}

.left {
	padding-left: 100px;
	padding-right: 100px;
	text-align: left;
}

h4 {
	padding: 10px 0 20px;
	font-size: 16px;
	font-weight: bold;
	color: #368ACA;
}

h5 {
	margin-bottom: 20px;
	padding: 0 0 5px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #368ACA;
}
h6 {
	margin: 0 10px 20px;
	padding: 10px 0 5px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #ccc;
}

.catArea p {
	padding-left: 20px;
	padding-right: 20px;
} 

.turkey_img {
	margin-bottom: 20px;
	text-align: center;
}
.japanese {
	padding-bottom: 15px;
}
.english {
	padding-bottom: 40px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb10 {
	padding-bottom: 10px;
}

















