/*
Theme Name: certified
Description: certified
Author:e-brace
Version: 1.0
*/
@charset "utf-8";

.bold {
	font-weight: bold;
}
.green {
	color: #518d8f;
}
.white {
	color: #fff;
}
.red {
	color: #e47d6c;
}
.blue {
	color: #51758d;
}
.pos {
	position: relative;
}
.absolute {
	position: absolute;
}
.flow {
	overflow: hidden;
}
.alignL {
	text-align: left !important;
}
.alignR {
	text-align: right !important;
}
.alignC {
	text-align: center !important;
}
.inline {
	display: inline-block;
}
.clear {
	clear: both;
}
.none {
	margin: 0 !important;
	padding: 0 !important;
}
.underline {
	text-decoration: underline;
}
/** fontsize**/
/**-----------------------------------------------------------------------------**/
.px8 {
	font-size: 0.8rem !important;
}
.px13 {
	font-size: 1.3rem;
}
.px16 {
	font-size: 1.6rem;
}
.px20 {
	font-size: 2.0rem;
}
.px26 {
	font-size: 2.6rem;
	line-height: 3.6rem;
}
.px30 {
	font-size: 3.0rem;
}

/** box + bg指定 **/
/**-----------------------------------------------------------------------------**/
.bg-beige {
	background-color: #EFEEEA !important;
}
.bg-green {
	background-color: #518d8f !important;
	color: #FFF;
}
.bg-blue {
	background-color: #51758d !important;
	color: #FFF;
}
.bg-pink {
	background-color: #f1e9e8 !important;
}
.bg-mizu {
	background-color: #dde0e3 !important;
}
.bg-waka {
	background-color: #e2e8e8 !important;
}
.bg-yellow {
	background-color: #f0ebe4 !important;
}
.bg-white {
	background-color: #FFF !important;
}
.table {
	display: table;
	width: 100%;
}
.cell {
	display: table-cell;
}

/**-----------------------------------------------------------------------------**/
.pcOnly,
.tabletOnly{
	display: none;
}
.spOnly {
	display: block;
}
.floatL, .floatR {
	float: none;
}
.box1200, 
.box1020, 
.box900 {
	width: 95%;
	margin: 0 auto;
}
.box740, 
.box670, 
.box490 {
	width: 100%;
	margin: 0 auto;
}
.box580, 
.box50p {
	width: 100%;
}
.paBox-50, 
.paBox-60, 
.paBox-70, 
.paBox-80 {
	padding: 40px 0;
}
/** padding +  margin**/
.paB20 {
	padding-bottom: 20px;
}
.paB30 {
	padding-bottom: 30px;
}
.paB40 {
	padding-bottom: 30px;
}
.paB50, 
.paB60 {
	padding-bottom: 40px;
}
.paT20 {
	padding-top: 20px;
}
.paT40, 
.paT50, 
.paT60 {
	padding-top: 40px;
}
.maB10 {
	margin-bottom: 10px !important;
}
.maB20 {
	margin-bottom: 20px;
}
.maB30 {
	margin-bottom: 30px;
}
.maB40 {
	margin-bottom: 40px;
}
/** 見出し **/
h2, h3, h4 {
	clear: both;
}
h2 {
	line-height: 3.6rem;
	font-weight: normal;
	text-align: center;
}
h2.line {
	color: #555;
	font-size: 2.0rem;
	background: url(/skin/css/images/underline01.svg) no-repeat bottom;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
h2.bgGreen {
	color: #FFF;
	font-size: 2.0rem;
	padding: 20px 2.5%;
	background-color: #518d8f;
}
h2.bgGreen a {
	color: #FFF;
}
h3.boder, 
h3.bgGreen {
	font-size: 1.6rem;
	padding: 12px 15px;
	margin-bottom: 25px;
	margin-top: 30px;
}
h3.boder {
	border: 1px solid #888;
}
h3.bgGreen {
	background: #518d8f;
	color: #FFF;
}
h4 {
	border-left: 3px solid #518d8f;
	padding: 0 0 0 15px;
	font-size: 1.6rem;
	margin-bottom: 15px;
	margin-top: 40px;
}
h3.boder:first-child, h4.top {
	margin-top: 0;
}

#index #intro {
	background: url(/skin/css/images/top-mainimage.jpg) no-repeat center top;
	background-size: cover !important;
	line-height: 3.6rem;
	color: #FFF;
	padding: 80px 0;
}
#index #intro p#topCopy01 {
	font-size: 1.6rem;
	padding: 0 0 40px 0;
}
#index #intro p#topCopy02{
width: 95%;
margin: 0 auto;
}
#guideline #intro {
	background: url(/skin/css/images/test-about-head.jpg) no-repeat center top;
}
#steps #intro {
	background: url(/skin/css/images/test-measures-head.jpg) no-repeat center top;
}
#privilege #intro {
	background: url(/skin/css/images/benefit-head.jpg) no-repeat center top;
}
#adopt #intro {
	background: url(/skin/css/images/carrier-head.jpg) no-repeat center top;
}
#career #intro {
	background: url(/skin/css/images/passer-index-head.jpg) no-repeat center top;
}
#career_mke #intro {
	background: url(/skin/css/images/passer-mke-head.jpg) no-repeat center top;
}
#career_mki #intro {
	background: url(/skin/css/images/passer-mki-head.jpg) no-repeat center top;
}
#career_mkt #intro {
	background: url(/skin/css/images/passer-mkt-head.jpg) no-repeat center top;
}
#pastissues #intro {
	background: url(/skin/css/images/past-head.jpg) no-repeat center top;
}
#educator #intro {
	background: url(/skin/css/images/test-about-head.jpg) no-repeat center top;
}
#mke_nav #intro {
	background: url(/skin/css/images/test-about-head.jpg) no-repeat center top;
}
#news {
	background: #666;
}
body.common #intro {
	background-size: cover !important;
	color: #FFF;
	font-size: 2.4rem;
	padding: 50px 0;
}
body#career #intro {
	font-size: 2.0rem;
	}
body#news #intro {
	color: #FFF;
	font-size: 2.8rem;
	padding: 50px 0;
}
/** apply **/
/**-----------------------------------------------------------------------------**/
.apply {
	background-color: #666;
	color: #FFF;
	padding: 15px 0;
	text-align: center !important;
}
.apply span {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 4.0rem;
}
.apply a {
	padding: 5px 40px;
	font-size: 1.7rem;
}
body.common .apply p {
	margin: 0 !important;
}
/** helpCenter **/
/**-----------------------------------------------------------------------------**/
#helpCenter {
	background-color: #fafaf9;
	line-height: 2.6rem;
}
#helpCenter .bgImage {
	background: url(/skin/css/images/bg-helpArea.jpg) no-repeat right;
}
/** contents **/
/**-----------------------------------------------------------------------------**/
#contents {
	text-align: left;
	line-height: 2.6rem;
}
body.common #contents p {
	margin: 0 0 20px 0;
}
ol.bold {
	margin: 0 0 50px 30px;
}
ol.bold li {
	margin: 0 0 10px 0;
	font-size: 1.6rem;
}
ul.normal, 
ol.normal {
	margin: 0 0 20px 30px;
}
ul.normal li,
ol.normal li {
	margin: 0 0 5px 0;
}
ul.link li {
	list-style: none;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.link li a, 
a.link {
	background: url(/skin/css/images/icon-link.svg) no-repeat left;
	padding: 2px 0 2px 25px;
}
ul.link li a.none {
	background: none;
	padding: 0;
}
.grid3 {
	padding-top: 20px;
}
.grid3 .inline {
	padding-bottom: 25px;
	vertical-align: top;
}
.grid3 .inline h4 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	border: none;
	margin-top: 0;
	line-height: 2.6rem;
	padding: 0;
}
.grid3 .inline img {
	line-height: 0;
}
.grid3 .inline p {
	margin-bottom: 15px !important;
}
.grid3 .inline a.button-gray,
#career a.button-gray{
	display: inline-block;
	width: 250px;
	text-align: center;
}
.icon-pink {
	background: #F1E9E8;
	border: #E4DDDB 1px solid;
}
.icon-mizu {
	background: #DDE0E3;
	border: #D2D4D7 1px solid;
}
.icon-waka {
	background: #E2E8E8;
	border: #D6DCDB 1px solid;
}
.icon-yellow {
	background: #F0EBE4;
	border: #E3DED8 1px solid;
}
.members, 
.members li {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.bo-left{
text-align: center;
}
/** topページ **/
#top-news h2 {
	font-size: 2.0rem;
	margin-bottom: 0;
}
#top-news .table a {
	font-weight: bold;
}
#top-news .cell {
	display: block;
	width: 100%;
	border-bottom: 1px solid #555;
	table-layout: fixed;
	padding: 7px 0;
}
#top-contents01 {
	padding: 50px 0 90px 0;
}
#top-contents01 h2{
font-size: 1.8rem;
}
#top-contents01 .floatL{
margin-bottom: 20px;
}
#top-contents02 .cell {
	padding: 0 1.15%;
	text-align: center;
}
#top-contents02 .box1020 {
	position: relative;
	top: -50px;
}
#top-contents03 .box50p {
	padding: 40px 2.5%;
}
#top-contents03 h3 {
	color: #555;
	background: url(/skin/css/images/underline01.svg) no-repeat bottom;
	font-size: 2.0rem;
	padding-bottom: 15px;
	margin-bottom: 20px;
	line-height: 3.0rem;
}
#top-contents03 h3 span {
	font-size: 1.4rem;
	font-weight: normal;
}
#top-contents03 table {
	width: 100%;
	margin: 20px 0 0 0;
}
#top-contents03 table th {
	width: 100px;
	text-align: left;
	table-layout: fixed;
}
#top-contents03 table td {
	background-color: #FFF;
}
#top-contents03 table td.bg-green, #top-contents03 table td.bg-blue {
	width: 42%;
	table-layout: fixed;
}
#top-contents03 table td.wide {
	width: 84%;
	table-layout: fixed;
}
#top-contents03 table th, #top-contents03 table td {
	padding: 18px 15px;
	vertical-align: middle;
}
#top-contents03 .bg-pink th, #guideline-contents01 dl.bg-pink dt {
	background-color: #e4dddb !important;
}
#top-contents03 .bg-mizu th, #guideline-contents01 dl.bg-mizu dt {
	background-color: #d2d4d7;
}
#top-contents03 .bg-waka th, #guideline-contents01 dl.bg-waka dt {
	background-color: #d6dcdb;
}
#top-contents03 .bg-yellow th, #guideline-contents01 dl.bg-yellow dt {
	background-color: #e3ded8;
}
#top-contents03 table td.boGreen {
	border-left: 2px solid #518d8f;
}
#top-contents03 table td.boBlue {
	border-left: 2px solid #51758d;
}
#top-contents03 .bg-pink th, #top-contents03 .bg-pink td {
	border-bottom: 2px solid #f1e9e8;
}
#top-contents03 .bg-mizu th, #top-contents03 .bg-mizu td {
	border-bottom: 2px solid #dde0e3;
}
#top-contents03 .bg-waka th, #top-contents03 .bg-waka td {
	border-bottom: 2px solid #e2e8e8;
}
#top-contents03 .bg-yellow th, #top-contents03 .bg-yellow td {
	border-bottom: 2px solid #f0ebe4;
}
/** commonページ **/
#guideline-contents01 .cell {
	display: block;
}
#guideline-contents01 dl {
	margin-bottom: 15px;
}
#guideline-contents01 dl dt {
	font-weight: bold;
	padding: 10px;
}
#guideline-contents01 dl dd {
	padding: 15px 10px;
	line-height: 2.6rem;
}
#privilege-contents01 .inline {
	border-bottom: 1px solid #CCC;
	margin-bottom: 25px;
}
#privilege-contents01 ul.members {
	margin: 0 auto 20px auto;
}
#privilege-contents01 ul.members li {
	width: 48%;
	margin: 3px 1%;
	list-style: none;
	text-align: center;
	float: left;
	font-size: 1.0rem;
	font-weight: bold;
}
.postBox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	padding: 15px;
	margin-bottom: 30px;
	background: #FFF;
}
.postBox h3 {
	margin-bottom: 25px;
	margin-top: 0 !important;
}
.postBox .date {
	font-size: 1.4rem;
	font-weight: bold;
}
.postBox .boderTop {
	border-top: 1px dotted #CCC;
	padding-top: 25px;
}
#news-contents .pageNav p {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#news-contents .pageNav .floatL {
	padding: 0 20px 0 5px;
	float: left;
}
#news-contents .pageNav .floatR {
	padding: 0 5px 0 20px;
	float: right;
}
#news-contents .pageNav a {
	color: #FFF;
	text-decoration: none;
}
#news-contents .pageNav .floatL a {
	background: url(/skin/css/images/page-left.svg) no-repeat left;
	padding-left: 25px;
}
#news-contents .pageNav .floatR a {
	background: url(/skin/css/images/page-right.svg) no-repeat right;
	padding-right: 25px;
}
.salonList {
	width: 100%;
	margin-bottom: 30px;
}
.salonList dt, .salonList dd {
	vertical-align: middle;
}
.salonList dt {
	background: #EEE;
	padding: 10px 20px;
}
.salonList dd {
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
}
.salonList dd.manager:before {
	content: "[担当者] ";
}
#carrier-contents01 a.button-gray {
	display: inline-block;
	width: 250px;
	text-align: center;
}
/** 合格者ページ **/
.memberList {
	max-width: 100%;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}
body.common #contents .memberList p {
	margin-left: 120px;
}
body#career_mkt .bgIcon{
background:url(/skin/css/images/mark-trainer.png) no-repeat top right;
background-size: 40px;
}
body#career_mki .bgIcon{
background:url(/skin/css/images/mark-instructor.png) no-repeat top right;
background-size: 40px;
}
body#career_mke .bgIcon{
background:url(/skin/css/images/mark-educator.png) no-repeat top right;
background-size: 40px;
}
.memberList p.image {
	float: left;
	width: 110px;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	line-height: 0 !important;
}
.memberList p.image img {
	line-height: 0 !important;
}
.memberList p.members span {
	padding: 5px 10px;
	font-size: 1.0rem;
	font-weight: bold;
}
.memberList p.name {
	font-size: 2.4rem;
}
.memberList p.members{
	margin-bottom: 18px !important;
}
.memberList p.name, 
.memberList p.eng{
	margin-bottom: 5px !important;
	line-height: 2.2rem !important;
}
/** ▼▼▼open共通 **/
.memberList p.button-green,
.postBox p.button-gray{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #FFF;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	max-width: 160px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 0 !important;
	margin-top: 10px !important;
}
.memberList p.button-green{
	font-size: 1.0rem;
	}
.postBox p.button-gray{
	font-size: 1.3rem;
	}
.memberList .button-green span,
.postBox p.button-gray span{
	background: url(/skin/css/images/icon-plus.svg) no-repeat left;
	padding: 0 0 0 20px;
}
.memberList .openPost,
.postBox .openPost{
	display: none;
	clear: both;
	overflow: hidden;
}
.memberList .openPost{
padding-top: 20px;
}
.postBox .openPost{
background: #f1e9e8;
padding: 20px 20px 0 20px;
margin-top:20px;
}
.memberList .openPost p {
	margin-left: 0 !important;
}
.memberList p.boderBt {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 20px;
}
/** ▲▲▲open共通 **/
ul.nameList {
	margin-bottom: 40px;
}
ul.nameList li {
	background: #FFF;
	min-width: 48.0%;
	text-align: center;
	padding: 18px 10px 0 10px;
	font-size: 2.0rem;
	margin: 3px;
	height: 45px;
	float: left;
	list-style: none;
	line-height: 1.0rem !important;
}
ul.imageList li {
	list-style: none;
	line-height: 0;
	margin-bottom: 10px;
}
ul.photoList {
	margin-bottom: 40px;
}
ul.photoList li {
	background: #FFF;
	width: 48%;
	text-align: center;
	padding: 8px;
	margin: 3px;
	float: left;
	list-style: none;
}
ul.photoList li {
	list-style: none;
	line-height: 0;
	margin-bottom: 10px;
}
/** 中国?台湾 **/
/** font 中国 **/
.kantai{
font-family:"Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
}
/** font 台湾 **/
.hantai{
font-family:"Microsoft JhengHei", "微軟正黑體", 'PMingLiU' , sans-serif;
}
#dumichina #intro{
	background: url(/skin/css/images/dumichina-head.jpg) no-repeat center top;
}
#ciluna #intro{
	background: url(/skin/css/images/ciluna-head.jpg) no-repeat center top;
}
#salonchina #intro{
	background: url(/skin/css/images/dumichina-head.jpg) no-repeat center top;
}
.sBox250,
.sBox450{
width: 100%;
}
.imageList .cell{
padding: 0 1.15%;
text-align: center;
}
.nameList .num{
font-size: 1.3rem;
padding-top: 15px;
display: block;
}
ul.kantai li,
ul.hantai li{
line-height: 1.0em !important;
height: 105px !important;
padding:  18px 5px 0 5px;
font-size: 1.8rem;
}
ul.kantai li .px13,
ul.hantai li .px13{
letter-spacing: 0em;
}
#salonchina ul.kantai li{
padding:  18px 20px 0;
text-align: left;
}
#salonchina #contents > div:nth-child(even){
	background-color: #f1e9e8 !important;
}

.teacher p.members span {
	padding: 5px 10px;
	font-size: 1.0rem;
	font-weight: bold;
}


/**-----------------------------------------------------------------------------**/
/** 540- **/
/**-----------------------------------------------------------------------------**/
@media screen and (min-width: 540px) {
.spOnly {
	display: none;
}

/** 見出し **/
h2 {
	line-height: 5.5rem;
}
h2.line {
	padding-bottom: 30px;
	margin-bottom: 45px;
	font-size: 2.6rem;
}
h2.bgGreen {
	font-size: 2.6rem;
	padding: 40px 2.5%;
}
/** intro **/
/**-----------------------------------------------------------------------------**/
#index #intro {
	padding: 190px 0 200px 0;
}
#index #intro p#topCopy01 {
	font-size: 3.2rem;
	line-height: 6.5rem;
	padding: 0 0 50px 0;
}
body.common #intro,
body#career #intro{
	font-size: 3.2rem;
	padding: 130px 0;
}
/** apply **/
/**-----------------------------------------------------------------------------**/
.apply span {
	padding: 0 20px 0 0;
	line-height: 1.0rem;
}
/** contents **/
/**-----------------------------------------------------------------------------**/
body#career_mkt .bgIcon,
body#career_mki .bgIcon,
body#career_mke .bgIcon{
background-size: 62px;
}
ul.photoList li {
	width: 32%;
}
}

/**-----------------------------------------------------------------------------**/
/** 768- **/
/**-----------------------------------------------------------------------------**/
@media screen and (min-width: 768px) {

.floatL {
	float: left;
}
.floatR {
	float: right;
}
.box670 {
	max-width: 55.8%;
}
.box580 {
	max-width: 48.33%;
}
.box490 {
	max-width: 40.8%;
}
/** 見出し **/
h3.boder, 
h3.bgGreen {
	margin-top: 40px;
}
/** contents **/
.grid3 .inline {
	max-width: 48.33%;
	margin-right: 1.2%;
}
#privilege-contents01 .inline {
	border-bottom: none;
	margin-bottom: 15px;
}
ul.nameList li {
	min-width: 32%;
}
ul.photoList li {
	width: 24%;
}
#top-contents01 h2{
font-size: 2.6rem;
}
.bo-left{
text-align: left;
}
/** 中国?台湾 **/
.sBox250{
width: 33.7%;
margin: 0 !important;
padding: 0 !important;
}
.sBox450{
width: 60.8%;
}
.teacher p.members span {
	font-size: 1.1rem;
}
}
/**-----------------------------------------------------------------------------**/
/** 768- 999-**/
/**-----------------------------------------------------------------------------**/
@media screen and (max-width: 999px) and (min-width: 768px) {
.tabletOnly{
	display: block;
}
nav ul li  {
	border-right: 1px solid #FFF;
	padding-right:4px;
	}
#top-contents03 h2{
font-size: 2.0rem;
}
}
/**-----------------------------------------------------------------------------**/
/** 1000- **/
/**-----------------------------------------------------------------------------**/
@media screen and (min-width: 1000px) {
.pcOnly {
	display: block;
}
/** box + bg指定 **/
/**-----------------------------------------------------------------------------**/
.bg-beige {
	background-color: #F9F9F8 !important;
}

.floatL {
	float: left;
}
.floatR {
	float: right;
}
.box1200, .box1020, .box740 {
	margin: 0 auto;
	width: 95%;
}
.box1200 {
	max-width: 1200px;
}
.box1020 {
	max-width: 1020px;
}
.box900 {
	max-width: 900px;
}
.box740 {
	max-width: 740px;
}
.paBox-50 {
	padding: 50px 0;
}
.paBox-60 {
	padding: 60px 0;
}
.paBox-70 {
	padding: 70px 0;
}
.paBox-80 {
	padding: 80px 0;
}
.paB40 {
	padding-bottom: 40px;
}
.paB50 {
	padding-bottom: 50px;
}
.paB60 {
	padding-bottom: 60px;
}
.paT40 {
	padding-top: 40px;
}
.paT50 {
	padding-top: 50px;
}
.paT60 {
	padding-top: 60px;
}
/** contents **/
/**-----------------------------------------------------------------------------**/
.grid3 .inline {
	max-width: 30.8%;
	margin-right: 3.0%;
}
.grid3 .inline:nth-child(3n) {
	margin-right: 0 !important;
}
/** topページ **/
#top-news h2 {
	margin-bottom: 30px;
}
#top-news .table {
	text-align: center;
}
#top-news .cell {
	display: table-cell;
	width: 33.333%;
	border-bottom: none;
	border-right: 1px solid #555;
	table-layout: fixed;
	padding: 0 20px;
}
#top-news .cell:last-child {
	border-right: none;
}
#top-contents01 {
	padding: 80px 0 140px 0;
}
#top-contents01 .floatL{
margin-bottom:0px;
}
#top-contents02 .box1020 {
	top: -100px;
}
#top-contents03 .box50p {
	width: 50%;
	vertical-align: top;
	display: table-cell;
	padding: 60px 30px 75px 30px;
}
#top-contents03 .box50p p {
	padding: 0 15px;
}
#top-contents03 table {
	margin: 50px 0 0 0;
}
/** commonページ **/
#guideline-contents01 .box1020{
    display: table;
}
#guideline-contents01 dl {
    display: table-cell;
    width: 33.1%;
}
#guideline-contents01 p.none {
    background: none;
    width: 2%;
}
#guideline-contents01 dl {
	margin-bottom: 0;
}
.salonList {
	display: table;
	width: 100%;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	table-layout: fixed;
}
.salonList dt, .salonList dd {
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
}
.salonList dt {
	width: 30%
}
.salonList dd {
	border-left: 1px solid #CCC;
	border-bottom: none;
}
.salonList dd.manager {
	width: 10%;
}
.salonList dd.manager:before {
	content: none;
}
.bg-pink dt {
	background-color: #f1e9e8 !important;
}
.postBox {
	padding: 30px;
}
/** 合格者ページ **/
.memberList {
	display: inline-block;
	width: 48.33%;
	vertical-align: top;
	margin-bottom: 25px;
	margin-right: 2%;
	padding: 25px;
}
.memberList p.image {
	width: 135px;
}
.memberList p.members span {
	font-size: 1.1rem;
}
.memberList p.name {
	font-size: 2.6rem;
}
.memberList p.members{
	margin-bottom: 25px !important;
}
.memberList p.name, 
.memberList p.eng{
	margin-bottom: 10px !important;
	line-height: 2.6rem !important;
}
.memberList p.add{
margin-bottom: 0 !important;
}
body.common #contents .memberList p {
	margin-left: 160px;
}
div.box1200 > .memberList:nth-of-type(even) {
	margin-right: 0 !important;
}
.memberList p.button-green {
	display: none;
}
.memberList .openPost {
	display: block !important;
	clear: both;
}
ul.nameList li {
	min-width: 19.1%;
}
ul.imageList li {
	float: left;
}
ul.imageList li:nth-of-type(even) {
	float: right;
}
}
/**-----------------------------------------------------------------------------**/
/*--after--*/
/**-----------------------------------------------------------------------------**/
.box1200:after, 
.box1020:after, 
.box740:after, #privilege-contents01 ul.members:after,
ul.imageList:after, 
ul.nameList:after,
.memberList:after{
	clear: both;
	content: "";
	border: 0 none;
	display: block;
}
