@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR Introduction
Made by Ngoc thuy (ゴックトゥイ)
/////////////////////////////////////
*/


/* Subvisual */
#Subvisual {
	background: url(../images/introduction/img_sv.png) no-repeat 50% 0;
}
/* Content */
#Content {
	padding: 70px 0 90px;
}
#Staff .wrapper {
	width: 885px;
}
#Recruit .wrapper {
	widows:940px;
}
.section-inner {
	margin-bottom:100px;
}
.list-group {
	padding-bottom: 100px;
}
.ttl-h3 {
	border-bottom: 1px solid #5b0d0d;
	text-align: center;
	display: block;
	padding-bottom: 10px;
	color: #863939;
	font-weight: bold;
}
.u-border {
	border-bottom: 1px dashed #5b0d0d;
}
.text01 {
	line-height: 40px;
	font-size: 117%;
	color: #2c2b2b;
	padding: 10px 5px;
	letter-spacing: -2px;
}
.text02 {
	line-height: 40px;
	font-size: 117%;
	color: #2c2b2b;
	padding: 10px 5px;
	letter-spacing: -2px;
}
.text03 {
	line-height: 30px;
	font-size: 117%;
	color: #2c2b2b;
	padding: 15px 5px;
	letter-spacing: -1px;
}
.text04 {
	line-height: 20px;
	font-size: 117%;
	color: #2c2b2b;
	padding: 0 24px 20px;
	letter-spacing: -1px;
	text-align: left;
	border-bottom: 1px solid #5b0d0d;
}
.left-box {
	width: 405px;
}
.right-box {
	width: 480px;
}
.box {
	text-align: center;
	padding: 20px 0 0;
}
.img-01 {
	margin: -50px 0;
}
.group {
	background: url(../images/introduction/bg_01.png) repeat 50% 0;
}

/*職人紹介*/
.ttl-name {
	border-bottom:1px solid #5b0d0d;
	text-align:center;
	padding-bottom:10px;
	font-family:'Cinzel',"Hiragino Mincho ProN", "HGP明朝E","ヒラギノ明朝 ProN W3", "メイリオ",Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ttl-name span {
	font-size:25px;
}

.cf .text01 {
	width:60%;
}
	
/*リクルート*/

table.recruit {
	width: 80%;
	margin: 0 auto 20px;
}
table.recruit tr:nth-child(2n+1) {
	background:url(../images/introduction/bg_01.png) repeat 50% 0;
}
table.recruit th {
	font-size:120%;
	width: 20%;
	padding: 15px 10px;
	text-align:left
}
table.recruit th span {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #DFACAD;
}
table.recruit td {
	padding: 10px;
	width: 70%;
}
