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

#staff_page .staff p {
	font-size: 14px;
	margin-bottom: 10px;
}
#staff_page .staff p.copy {
	font-size: 20px;
	font-weight: bold;
	color: #0068B7;
	margin-bottom: 15px;
}
#staff_page .staff p.copy a {
	font-weight: bold;
	color: #0068B7;
	text-decoration: none;
}
#staff_page .staff p.maincopy {
	font-size: 16px;
	font-weight: bold;
}
#staff_page .staff .block {
	display: block;
	float: none;
	clear: both;
	text-align: center;
	margin: 0 0 20px;
	border: 1px solid #D9D9D9;
	background-image: url(../staff/images/box_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#staff_page .staff .frame {
	text-align: left;
	padding: 15px;
	background-image: url(../staff/images/box_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 1px solid #FFF;
	overflow: hidden;
}
#staff_page .staff .block .photo {
	text-align: left;
	float: left;
	border: 1px solid #D9D9D9;
}
#staff_page .staff .block .photo img {
	border: 1px solid #FFF;
}
#staff_page .staff .block p {
	color: #0068B7;
	font-weight: bold;
	float: right;
	width: 360px;
	margin: 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #D9D9D9;
}
#staff_page .staff .block ul {
	text-align: left;
	float: right;
	padding: 8px 0 0;
	width: 360px;
}
#staff_page .staff .block li {
	list-style-type: none;
	font-size: 14px;
}
#staff_page .staff .block li.nakamura{text-indent:-3em;padding-left:3em;}
#staff_page .staff .block .character {
	padding: 0 0 8px;
}
#staff_page .staff .block .comment {
}
#staff_page .bt {
	padding: 15px 0;
}
#staff_page .bt table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: none;
}
#staff_page .bt table td {
	margin: 0px;
	width: 50%;
	text-align: center;
	border: none;
}


/* レスポンシブ======================================================================================================== */
@media print and (max-width: 670px), screen and (max-width: 670px){
#staff_page .staff p.copy {
	font-size: 16px;
}
#staff_page .staff p.maincopy {
	font-size: 14px;
	font-weight: bold;
}
#staff_page .bt {
	padding: 0 0 15px;
}
#staff_page .bt table td {
	width: 100%;
	display: block;
	padding: 5px 0;
}

#staff_page .staff .frame {
	text-align: center;
}
#staff_page .staff .block .photo {
	float: none;
	text-align: center;
	display: inline-block;
}
#staff_page .staff .block .photo img {
}
#staff_page .staff .block p {
	float: none;
	width: auto;
	margin: 0 0 10px;
}
#staff_page .staff .block ul {
	float: none;
	width: auto;
}
#staff_page .staff .block li.nakamura{text-indent:0;padding-left:0;}


}
