@charset "UTF-8";

/*
 * JTEKT秋田 /topics/
 */


/* トピックス */
#mainColumn.topics {
	text-align: center;
}
.topics .pageTitle {
	margin: 30px auto 50px;
	height: auto;
}
.topics .pageTitle h2 {
	line-height: 2.0em;
	font-size: 240%;
	border-bottom: 2px solid #4d4d4d;
	font-weight: normal;
}
.topics .pageTitle h3 {
	line-height: 2.4em;
	font-size: 240%;
	font-weight: normal;
	border-bottom: 1px solid #cdcdcd;
}
.topics p {
	line-height: 1.5em;
	font-size: 120%;
}
.twoimg {
	display: table;
	margin: 20px auto;
	width: 820px;
}
.twoimg .leftimg {
	display: table-cell;
	width: 440px;
}
.twoimg .rightimg {
	disoplay: table-cell;
	width: 380px;
}
.imgbox {
	margin-bottom: 20px;
}
.imgbox_max {
	margin-bottom: 20px;
}
.imgbox_max img {
	max-width: 100%;
}
.imgbox_m {
	margin: 0 auto 20px;
	width: 500px;
}
.imgbox_m img {
	max-width: 100%;
}
.caption {
	display: inline-block;
	line-height: 2.0em;
	font-size: 100%;
}

/*
 * スマホ
 */

@media (max-width: 600px)
{
	.imgbox_m {
		width: auto;
	}
}