@charset "UTF-8";
@import url("message_m.css");

@media (min-width:500px){

.director p {
	text-align: left;
	color: #000;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 1.3em;
}

/* 会話部分 End */

/* タイトル Begin*/

#member_title {
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

/* 氏名タイトル Begin*/
#main h1 {
/* 各ページのタイトル用 */
	text-align: center;
	font-size: 38px;
	display: block;
	margin: 15px 0;
}

#main h1:before,
#main h1:after {
	content: " － ";
}
/* 氏名タイトル End */

/* 擬似フレーム風 Begin */
#cover {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: scroll;
	height: 700px;
}

#dummy_frame {
	position:absolute;
	width: 65%;
	height: auto;
	top: 120px;
	opacity: 1;
	background-image: url(../member/image/bg.png);
}
/* 擬似フレーム風 End */
/*-- 先輩社員紹介個別 Common End --*/

.hirofumi {
	background-image: url(../message/image/watanabe.png);
}

#director_sign {
	background-image: url(../message/image/sign.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: scroll;
	height: 70px;
}

}
