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

#main .headLine02 {
	margin: 0 0 29px 10px;
	padding-left: 0;
	text-indent: 20px;
	line-height: 1.7;
	background-position: 1px 9px;
}

#main .linkTxt{
	font-size: 1.8rem;
	margin: 0 0 3em 10px;
}
#main .linkTxt a{
	color: #0000ff;
	display: inline-block;
	padding-top: .5em;
}
#main .linkTxt a br{
	display: none;
}

#main .city {
	margin-bottom: 14px;
	color: #000;
	font-size: 20px;
	line-height: 1.2;
	border-bottom: 2px solid #000;
}

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

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

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

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

#main .comTabBox .wid03 {
	width: 17.7%;
}

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

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

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

#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 12px;
		font-size: 1.6rem;
		text-indent: 16px;
		line-height: 1.38;
		background-position: 1px 4px;
		background-size: 13px auto;
	}

	#main .linkTxt{
		font-size: 1.6rem;
		margin: 1.5em 0 2.5em;
	}
	#main .linkTxt a{
		padding-top: .25em;
	}
	
	#main .city {
		margin-bottom: 12px;
		text-indent: -10px;
		font-size: 1.6rem;
		border-bottom: 1px solid #000;
	}
	
	#main .tabBox01 {
		margin-bottom: 0;
	}
	
	#main .note {
		margin: 0 0 10px;
	}
	
	#main .link a {
		text-decoration: underline;
	}
	
	#main .link a:hover {
		text-decoration: underline;
	}
	
	#main .comTabBox tbody tr:nth-child(2n) {
		background-color: #f2f0fd;
	}
	
	#main .comTabBox tbody tr td:nth-child(2n) {
		background-color: #efe8fa;
	}
}

@media only screen and (max-width: 413px){
	#main .linkTxt a br{
		display: block;
	}
}
