#main .mainImg {
	margin-bottom: 95px;
	background: url("../img/lineup/main_img.png") no-repeat center center;
    background-size: cover;
}

#main .mainImg .comEn span {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#main .comEn span:before {
    background-image: url(../img/common/icon06.png);
}

#main .comEn span:after {
    background-image: url(../img/common/icon07.png);
}

#main .mainImg h2 {
    color: #fff;
    letter-spacing: 3px;
}

#main .inner {
	margin-bottom: 97px;
	padding: 0 0 64px 24px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
}

#main .inner .lBox {
	width: 590px;
	float: left;
}

#main .inner .lBox .photoBox {
	margin-top: 4px;
	width: 200px;
	float: left;
}

#main .inner .lBox .textBox {
	width: 350px;
	float: right;	
}

#main .inner .lBox .textBox .ttl {
	margin-bottom: 40px;
	position: relative;
	font-size: 2.4rem;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	/*font-weight: bold;*/
	letter-spacing: 1px;
}

#main .inner .lBox .textBox .ttl:before {
	left: 0;
	bottom: -19px;
	width: 80px;
	height: 2px;
	position: absolute;
	background: url("../img/lineup/bg01.png") no-repeat left top;
	background-size: 80px;
	content: "";
}

#main .inner .lBox .textBox .txt {
	font-size: 1.6rem;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	/*font-weight: bold;*/
	letter-spacing: 1px;
}

#main .inner .lBox .textBox .text {
	margin-left: -36px;
	font-size: 1.2rem;
	transform: scale(0.8);
	letter-spacing: 3.5px;
	color: #000;
}

#main .inner .lBox .textBox span {
	margin: 11px 0 25px;
	display: block;
	color: #868686;
}

#main .inner table {
	margin-top: 4px;
	float: right;
	width: 350px;
	border-collapse: collapse;
}

#main .inner table th,
#main .inner table td {
	font-size: 1.3rem;
	line-height: 2;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #000032;
}

#main .inner table th {
	padding: 5px 12px 15px;
	width: 10.2%;
	text-align: center;
	line-height: 1.44;
	letter-spacing: -1px;
}

#main .inner table td {
	padding: 18px 20px;
	width: 89.8%;
    /*font-weight: bold;*/
}

#main .innerBox {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#main .inner table td .txt01{
	display: inline-block;
    vertical-align: middle;
    font-size: 1.0rem;
    color: #999999;
}

@media all and (max-width: 767px) {
	#main .mainImg {
	    margin-bottom: 34px;
	    background: url("../img/lineup/sp_main_img.png") no-repeat center center;
        background-size: cover;
    }

	#main .inner {
        margin-bottom: 44px;
		padding: 0 0 48px;
	}

	#main .inner .lBox {
		margin-bottom: 19px;
		width: auto;
		float: none;
	}

	#main .inner .lBox .photoBox {
		width: 26.5%;
	}
    
    #main .inner .lBox .photoBox img {
        width: 100%;
    }

	#main .inner .lBox .textBox {
		width: 68%;
	}

	#main .inner .lBox .textBox .ttl {
		margin-bottom: 26px;
		font-size: 1.5rem;
	}

	#main .inner .lBox .textBox .ttl:before {
		bottom: -16px;
		width: 60px;
		background-size: 60px auto;
	}

	#main .inner .lBox .textBox .txt {
		font-size: 1.35rem;
		line-height: 2;
	}

	#main .inner .lBox .textBox .text {
		margin: 0;
		font-size: 1.1rem;
		transform: none;
		letter-spacing: 1px;
	}

	#main .inner .lBox .textBox span {
	    margin: 10px 0 11px;
	}

	#main .inner table {
        margin: 0 0 0;
		width: auto;
	}
    
    #main .inner table th {
        padding: 5px 16px 15px 11px;
    }
    
    #main .inner table td {
        padding: 24px 32px;
        font-size: 1.35rem;
        font-weight: normal;
		text-align: justify;
		letter-spacing: 0.5px;
    }
    
    #main .inner table td span {
        font-size: 1.1rem;
        color: #868686;
    }
	
	#main .innerBox {
		padding-bottom: 0;
	}

    #main .innerBox .lBox .photoBox {
        width: 32%;
    }
    
    #main .innerBox .lBox .textBox {
        width: 59%;
    }

}
