@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
         member-profile
==================================*/
section {
	width:1100px;
}
section h3 {
    margin: 50px 10px 10px;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #006834;
    border-bottom: #006834 solid 1px;
    line-height: 1.2em;
}
.h3_english {
    line-height: 1em;
    font-size: 22px;
}
.h3_english::after {
    content: "\A";
    white-space: pre;
}
.writers {
	width: 1100px;
	margin: 0px auto;
}
#member_ichiran {
	width:auto;
	border-spacing:0;
	box-shadow: 0 0 15px -6px #00000073;	
}
#member_ichiran th {
    width:auto;
    padding: 8px;
    color: #fff;
    font-size: 15px;
    border-top:none;
    background-color: #006834;
	border-left: 1px solid #fff		
}
#member_ichiran td {
    font-size: 15px;
    padding:10px;
    width: auto;
    border-top:none;
    text-align: left;
	border-left: 1px solid #006834	
}
#member_ichiran td {
	background: #eee;
}
#member_ichiran tr:nth-child(odd) td {
	background: #fff;
}
#member_ichiran td:first-of-type {
	border-left: none;
}
#member_ichiran th:first-of-type {
	border-left: none;
}