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


h3{
	font-size:22px;
}

/* Title*/
.titleWrap{
	padding:40px 0;
	background: #eae5e1;
	text-align: center;
}
.titleWrap span{
	font-size: 12px;
	margin-top:5px;
	color:#99586C;	
	display: block;
}

#profile.wrap {
	margin:110px auto 120px;
}
#profile h2 {
	font-size: 24px;
	color:#1C181A;
	text-align: center;
}
#profile h2.mt {
	margin-top:60px;
}
#profile .wrapper{
	margin-top:40px;
}
#profile .wrapper table tr th,
#profile .wrapper table tr td{
	color:#7C2F41;
	padding:15px;
	border-top:1px dotted #99586C;
	line-height: 1.4;
}
#profile .wrapper table tr th.last,
#profile .wrapper table tr td.last{
	border-bottom:1px dotted #99586C;
}
#profile .wrapper table tr th {
	width:120px;
	float: left;
	text-align: right;
	letter-spacing: 2px;
}
#profile .wrapper table tr td {
	width:780px;
	float: right;
	margin-left:30px;
	text-align: left;
	color:#1A2133;
}
#profile .wrapper table tr td span{
	font-size: 12px;
	color: #6C6C6C;
}

#profile .wrapper.intro {
	text-align: center;
	line-height: 1.8;
}
#profile .wrapper .btn a{
	width:300px;
	margin:40px auto 0;
	padding: 20px 0;
	font-size: 20px;
	text-align: center;
	background: #99586C;
	color:#fff;
}

/**************************
SP
**************************/
@media screen and (max-width:640px){
	/* Profile */
	#profile.wrap {
		width:90%;
		margin:15% auto 20%;
	}
	#profile h2 {
		font-size: 24px;
	}
	#profile h2.mt {
		margin-top:60px;
	}
	#profile .wrapper{
		margin-top:40px;
	}
	#profile .wrapper table tr th,
	#profile .wrapper table tr td{
		padding:15px 0;
		line-height: 1.4;
	}
	#profile .wrapper table tr th.last{
		border-bottom: none;
	}
	#profile .wrapper table tr td.last{
		border-bottom:1px dotted #99586C;
	}
	#profile .wrapper table tr th ,
	#profile .wrapper table tr td {
		width:100%;
		float: none;
		margin-left:0;
		text-align: left;
		display: block;
	}

	#profile .wrapper.intro {
		text-align: center;
		line-height: 1.8;
	}
	#profile .wrapper .btn a{
		width:300px;
		margin:40px auto 0;
		padding: 20px 0;
		font-size: 20px;
		text-align: center;
		background: #99586C;
		color:#fff;
	}
}