/* ===================================================================
	topics
=================================================================== */
#mainarea.topics_mainarea {
	width: auto;
	margin: 0 10px;
	padding:20px 0 50px;
}
.topics {
	font-size:1rem;
	line-height:1.8;
}
.topics .sec {
	margin:0 0 40px;
}
.topics .sec p {
	margin-bottom:10px;
}

.topics .sec h3 {
	font-weight:bold;
	font-size:1.2rem;
	margin-bottom:10px;
	color:#00797E;
}
.topics .sec h4 {
	font-weight:bold;
}
.topics_other_list {
	padding:20px;
	border: 5px solid #00797E;
}
.topics_other_list ul li {
	display:inline-block;
	margin-right:1em;
}

.topics .sec .main_img {
	text-align:center;
	margin:30px auto 0;
}


.topics_ex {
	margin:20px 0 ;
}
.topics_ex h4 {
	margin-bottom:5px;
}


.taxi_ryokin {
	margin:0 0 10px;
}


.topics .sec .main_img img {
	width:100%;
	max-width:460px;
}
.taxi_ryokin img {
	height:30px;
}
.taxi_ryokin img {
	height:30px;
}
.topics_ex_img {
	width:auto;
	float:none;
	text-align:center;
	margin:0 0 10px;
}
.topics_ex_txt {
	width:auto;
	float:none;
}


/* ちょっと大き目スマホ */
@media screen and (min-width:480px) { 
}
/* タブレット */
@media screen and (min-width:768px) {
	.taxi_ryokin img {
		height:42px;
	}
}

/* PC */
@media screen and (min-width:960px) {
	#mainarea.topics_mainarea {
		width: 960px;
		margin: 0 auto;
	}
	.topics_ex_img {
		width:250px;
		float:left;
		margin-right:50px;
	}
	.topics_ex_txt {
		width:600px;
		float:left;
	}
}
