@charset "utf-8";
/* CSS Document */

/**================================= intern Setting =================================**/

/**************** intern common setting *****************/

#intern .imgBox {
	left: 50%;
	top: 15px;
	margin-left: -572px;
	position: absolute;
}

#intern .mainArea {
	padding-top: 10px;
}

#intern .contactArea {
	margin-bottom: 15px;
}

#intern .contactBtn {
	text-align: center;
}

/**************** section setting *****************/

/* section01 */

#intern .section01 {
	background: #E0E0E0 url(../images/common/bg_section_btm.jpg) no-repeat center bottom;
	margin-bottom: 15px;
	padding-bottom: 12px;
}

#intern .section01 .sectionTtl {
	margin-bottom: 15px;
}

#intern .section01 .sectionTtl span {
	font-size: 2em;
}

#intern .section01 .sectionInner {
	background: #FFFFFF;
	margin: 0 15px 15px 15px;
	padding: 20px;
}

#intern .section01 .text01 {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 15px;
}

#intern .section01 table th {
/* 	background:#CCCCCC; */
/* 	border:1px solid #A5A5A5; */
	font-size: .875em;
	font-weight: bold;
	width: 100px;
	padding: 15px 0px 0px 15px;
	vertical-align: top;
}

#intern .section01 table th:last-child {
/* 	background:#CCCCCC; */
/* 	border:1px solid #A5A5A5; */
	font-size: .875em;
	font-weight: bold;
	width: 100px;
	padding: 15px;
	vertical-align: top;
}

#intern .section01 table td {
/* 	border:1px solid #A5A5A5; */
	font-size: .875em;
	padding: 15px 15px 0px 15px;
}

#intern .section01 table td:last-child {
/* 	border:1px solid #A5A5A5; */
	font-size: .875em;
	padding: 15px;
}

#intern .section01 table td a {
	color: #FF4100;
}

#intern .section01 table td a;hover {
}

#intern table {
	background-color: #fff6f3;
}

#intern .textContainer {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid #ff4100;
}

#intern .textContainerLeft {
	width: 60px;
	float: left;
}

#intern .textContainerRight {
	width: 551px;
	float: left;
}

#intern .textContainerRight p {
	margin-top: 15px;
}


