@charset "utf-8";

#maincontent table {
	box-sizing: border-box;
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}
#maincontent table td,
#maincontent table th { padding: 0px; }


@media screen and (min-width: 768px) {
	
/* maincontent
***************************************************** */
#maincontent {
	padding: 50px 59px 75px;
	border: 1px solid #dcdcdc;
}
#maincontent .inner { position: relative; }



/* profile-table 
***************************************************** */
#maincontent .profile-table {	border-top: 1px solid #e7e7e7; }
#maincontent .profile-table th,
#maincontent .profile-table td {
	text-align: left;
	line-height: 19px;
	vertical-align: top;
	border-bottom: 1px solid #e7e7e7;
}
#maincontent .profile-table th {
	width: 150px;
	padding: 15px 30px;
}
#maincontent .profile-table td { padding: 15px 0px; }

#maincontent .profile-table th div,
#maincontent .profile-table td div { line-height: 19px !important; }

#maincontent .profile-table td .max-360 { width: 360px; }

#maincontent .profile-table .line2 th,
#maincontent .profile-table .line2 td,
#maincontent .profile-table .line2 td div { line-height: 22px !important; }

#maincontent .profile-table table th,
#maincontent .profile-table table td {
	padding: 5px 0px;
	border-style: none;
}
#maincontent .profile-table table th {
	font-weight: normal;
	white-space: nowrap;
	padding-right: 45px;
}

#maincontent .img {
	position: absolute;
	top: 0px;
	right: 0px;
}

}


@media screen and (max-width: 767px) {
	
/* maincontent
***************************************************** */
#maincontent {
	font-size: 116.7%;
	padding: 0px 0px 10px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}



/* profile-table 
***************************************************** */
#maincontent .profile-table {
	display: block;
	overflow: hidden;
	zoom: 1;
}
#maincontent .profile-table tbody {
	display: block;
	width: 100%;
}
#maincontent .profile-table tr { display: block; }
#maincontent .profile-table th,
#maincontent .profile-table td {
	float: left;
	text-align: left;
	display: block;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
}
#maincontent .profile-table th {
	font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuProN-W6", sans-serif;
	font-weight: bold;
	padding: 15px 15px 2px;
}
#maincontent .profile-table td {
	padding: 2px 15px 15px;
	border-bottom: 1px solid #dcdcdc;
}	
	
#maincontent .profile-table table {
	overflow: hidden;
	zoom: 1;
}
#maincontent .profile-table table th,
#maincontent .profile-table table td {
	font-family: "メイリオ", "Meiryo", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro", "ＭＳ Ｐゴシック", sans-serif;
	padding: 2px 0px;
}
#maincontent .profile-table table th {
	clear: right;
	float: left;
	font-weight: normal;
	font-size: 100%;
	width: 56.89655172413793%;
}
#maincontent .profile-table table td {
	float: right;
	width: 43.10344827586207%;
	border: none;
}
#maincontent .profile-table table .newline th { width: 100%; }

#maincontent .img {	padding: 10px 10px 0px; }
#maincontent .img img {
	width: 100%;
	height: auto;
}
	
}
