@CHARSET "UTF-8";



.member_guide{
    /* padding: 10px; */
    width: 100%;
    overflow: auto;    
}
.member_guide > .headline{
    padding: 10px;
    text-align: justify;
    line-height: 25px;
    color: rgb(80,80,80);
    border-radius: 5px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.1);
    background-color: rgb(250,250,250);
    margin-bottom: 20px;    
}
.member_guide > .headline:before{
    content: "\275D";
    font-size: 20px;
    color: rgb(74,187,237);
}
.member_guide > .headline:after{
    content : "\275E";  
    font-size: 20px;
    color: rgb(74,187,237);  
}
.member_guide > .headline > span{
    color: rgb(74,187,237);
    font-size: 14px;
    margin: 0 5px;  
}
.member_guide > .title{
	width: calc(100% - 12px);
    height: 20px;
    border-left: 2px solid rgb(74,187,237);
    padding-left: 10px;
    margin: 10px 0 10px 0;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
}
.member_guide > .text{
    width: calc(100% - 20px);
    padding: 10px;
    line-height: 25px;
    margin-bottom: 20px;
    background-color: rgb(250,250,250);
    border-radius: 5px;
}
.member_guide > .text > div{
    font-weight: bold;
    margin: 5px 0 5px 0px;
}
.member_guide > .comment{
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.member_guide > table{
	width:100%;
    font-size: 12px; 
	background-color: rgb(250,250,250);
	border-radius: 5px;	
	text-align: center;	
}
.member_guide > table > thead > tr{
	background-color : rgb(240,240,240);
	border-bottom: 1px solid rgb(230,230,230);	
}

.member_guide > table > tbody > tr{
	border-bottom: 1px solid rgb(247,247,247);
}
.member_guide > table > tbody > tr:nth-child(even){
	background-color: rgb(247,247,247);
}
.member_guide > table > tbody > tr > td{
	border-right: 1px solid rgb(247,247,247);
}
.member_guide > table > tbody > tr > td:last-child{
	border-right: 0px;
}
.member_guide > table > tbody > tr:last-child{
    border-bottom: 0px;
}
.member_guide > table > thead > tr > th,.member_guide > table > tbody > tr > td{
	padding: 10px;            
}
.member_guide > table > tbody > tr > td:first-child{
	color: rgb(0,131,212);            
}
.member_guide > table > tbody > tr > td.title{
	width:150px;
}
.member_guide > table > tbody > tr > td.text{
    text-align: left;
    line-height: 20px;
}

.member_guide > a.special_member{
    width: calc(100% / 4 - 22px);
    height: 110px;
    display: block;
    float: left;
    text-decoration: none;
    margin: 10px;
    border: 1px solid rgb(220,220,220);
    border-radius: 2px;    
}
.member_guide > a.special_member:hover{
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,.1);	
}
.member_guide > a.special_member > span.img{
    display: block;
    width: calc(100% - 20px);
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 10px;   
}
.member_guide > a.special_member > span.name{
    display: block;
    height: 20px;
    line-height: 25px;
    text-align: center;
    background-color: rgb(245,245,245);
    color: rgb(80,80,80);
    font-weight: bold;
}
.member_guide > a.special_member > span.ceo{
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
	background-color: rgb(245,245,245);    
	color: rgb(160,160,160);
}



