@charset "UTF-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 23px;
	padding: 9px 0 0 29px;
	background-color: #66a22b;
}

#main .title {
	margin: 0 10px 14px;
	font-size: 2rem;
	line-height: 1.3;
	text-indent: -10px;
	border-bottom: 2px solid #000;
}

#main .comTabBox {
	margin: 0 34px 47px;
}

#main .tabBox01 {
	margin-bottom: 0;
}

#main .comTabBox .wid01 {
	width: 46.1%;
}

#main .comTabBox .wid02 {
	width: 34.6%;
}

#main .comTabBox thead th {
	padding: 12px 15px;
	font-size: 1.4rem;
	background-color: #6bb729;
}

#main .comTabBox tbody tr {
	background-color: #f0fcf0;
}

#main .comTabBox tbody tr:nth-child(2n) {
	background-color: #e8f9ed;
}

@media only screen and (max-width: 767px){
	#main {
		width: auto;
	}
	
	#main .headLine01 {
		margin-bottom: 7px;
		padding: 5px 0 0 10px;
	}
	
	#main .headLine01 img {
		height: 31px;
	}
	
	#main .title {
		margin: 0 0 8px;
		padding-bottom: 2px;
		font-size: 1.6rem;
		border-bottom: none;
		background: url(/assets/img/member/title_bg.png) repeat-x left 20px;
		background-size: 10px auto;
	}
	
	#main .comTabBox {
		margin: 0 0 20px;
	}
	
	#main .comTabBox tr {
		margin-bottom: 4px;
	}
	
	#main .comTabBox .th {
		width: 25.3%;
		background-color: #6bb729;
	}
	
	#main .comTabBox tbody tr:nth-child(2n) {
		background-color: #f0fcf0;
	}
}