@charset "utf-8";



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
li.memberlist {
	width: 45%;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 50px;
}

span.memberphoto {
	width: 120px;
	float: left;
	clear: both;
}

li.memberlist dl {
	margin-left: 135px;
}

li.memberlist dt {

}

li.memberlist dt span.namej {
	font-size: 18px;
	font-weight: bold;
}

li.memberlist dt span.namee {
	font-size: 11px;
	color: #888;
	letter-spacing: 0.1em;
}



li.memberlist dd {
	margin-top: 15px;
}

li.memberlist a {
	text-decoration: none;
}


div.memberphoto {
	width: 130px;
	float: left;
	clear: both;
}

div.memberphoto img {
	padding: 4px;
	border: 1px solid #ccc;
}

.memberinfo {
	margin-left: 140px;
}


.memboxhalf {
	margin-bottom: 15px;
}

.membox h2 {
	margin:0px auto 20px;
	font-size: 16px;
	line-height: 100%;
	color: #000;
	font-weight:bold;	
	letter-spacing: 0.4em;
}

h2.h202 {
	background:url(../images/backh202.gif) no-repeat;
	border-top: 2px solid #aaa;
	border-bottom: 1px solid #ccc;
	padding: 20px 0px 20px 30px;
	background-position: 0px 20px;
}


.membox h3 {
	font-size: 16px;
	line-height: 100%;
	margin: 0px auto 20px;
	color:#000;
	font-weight:bold;
	background-color: #ccc;
}

h3.h301, h3.h302 { background-color: #ccc; }
h3.h301 span, h3.h302 span { background-color: #fff; padding-left: 10px; padding-right: 10px; display: inline-block; margin-left: 40px; }


.jrbox {
	margin-bottom: 70px;
}

.jrboxmhalf {
	margin-bottom: 35px;
}

.div14 {
	float: left;
	width: 150px;
	height:200px;
	padding:0px 10px 0px 9px;
}

dl.myphoto14 { width: 150px; }
dl.myphoto14 dt img { padding: 4px; border: 1px solid #CCC; }
dl.myphoto14 dd { width: 140px; padding-top: 10px; padding-right: 5px; padding-left: 5px; }


p.noindent { text-indent: 0em !important; }


.ptop {
	margin:50px auto;
	text-align:right;
}
.ptop a { background: url(../images/ictop.gif) no-repeat left center; padding-left: 18px; }

ul.listblock { margin: 0px; padding: 0px; list-style: none; }

.lidl01 { width: 100%; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 2px dotted #CCC; display: block; overflow: hidden; }
.lidl01 dl { width: 100%; }
.lidl01 dt { clear: both; float: left; width: 10%; padding-left: 5px; padding-right: 15px; text-align: center; font-weight: bold; }
.lidl01 dd { float: right; width: 80%; padding-left: 22px; border-left: 3px solid #CCCCCC; }


/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

li.memberlist {
	width: 100%;
	display: block;
	float: none;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 50px;
}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){



}
