@charset "UTF-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 29px;
	background-color: #3366CC;
}

#main .headLine02 {
	margin: 0 0 12px 8px;
	padding-left: 0;
	text-indent: 20px;
	line-height: 1.8;
	background-position: 2px 10px;
}

#main .comTabBox {
	margin-bottom: 12px;
}

#main .tabBox01 {
	margin-bottom: 22px;
}

#main .comTabBox thead th {
	padding: 10px 10px 11px;
	font-size: 1.6rem;
	letter-spacing: normal;
	background-color: #7497dc;
}

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

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

#main .comTabBox tr td:last-child {
	padding: 11px 10px;
	text-align: left;
}

#main .comTabBox th,
#main .comTabBox td {
	padding: 12px 5px 11px 12px;
	font-size: 1.5rem;
}

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

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

#main .note {
	margin: 0 0 33px 10px;
	font-size: 1.2rem;
}

#main .link {
	text-align: right;
}

#main .link a {
	color: #0000ff;
	text-decoration: underline;
}

#main .link a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 767px){
	#main {
		width: auto;
	}
	
	#main .headLine01 {
		margin-bottom: 8px;
	}
	
	#main .headLine01 img {
		height: 27px;
	}
	
	#main .headLine02 {
		margin: 0 0 9px;
		font-size: 1.6rem;
		line-height: 1.375;
		text-indent: 16px;
		background-size: 13px auto;
		background-position: 2px 5px;
	}
	
	#main .comTabBox {
		margin-bottom: 0;
	}
	
	#main .comTabBox th,
	#main .comTabBox td {
		padding: 0;
	}
	
	#main .comTabBox tr td:last-child {
		padding: 0;
	}
	
	#main .comTabBox .th,
	#main .comTabBox .td {
		line-height: 1.6;
	}
	
	#main .comTabBox .th {
		width: 40.5%;
		background-color: #7497dc;
	}
	
	#main .comTabBox .td {
		width: 59.5%;
		background-color: #eee8f9;
	}
	
	#main .comTabBox tr {
		margin-bottom: 5px;
	}
	
	#main .comTabBox tr td:last-child .td {
		height: 96px;
	}
	
	#main .note {
		margin: 0 0 16px;
		line-height: 1.3;
	}
	
	#main .tabBox01 .th {
		background-color: #7974dc;
	}
	
	#main .tabBox01 .th,
	#main .tabBox01 .td {
		line-height: 1.5;
	}
	
	#main .tabBox01 tr td:last-child .td {
		height: 78px;
	}
	
	#main .tabBox01 {
		margin-bottom: 20px;
	}
	
	#main .comTabBox .td {
		background-color: #f2f0fd;
	}
	
	#main .comTabBox tbody tr:nth-child(2n) .td {
		background-color: #efe8fa;
	}
	
	#main .link a {
		font-size: 1.5rem;
	}
	
	#main .link a:hover {
		text-decoration: underline;
	}
}