/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");
/* ヘッダーとフッター */
@import url("menu.css");

/*	EXAMPLE STYLES */

header {
	line-height: 1.6;
	margin: 0 auto;
}

article {
	line-height: 1.6;
	text-align: center;
	xborder: 1px solid red;
}

aside {
	line-height: 20em;
	text-align: center;
	border: 1px solid red;
}

/*--step2 画像--*/
.img_wrapper {
	display: flex;
	margin: 15px auto 15px;
}
.img_wrapper p{
	margin-right: 15px;
}
.img_wrapper p.img_3 {
	width: 30%;
	max-width: 30%;
}
.caption_center {
    line-height: 1.3;
    zborder: solid 1px #dcdcdc;
    padding: 0;
    margin: 0 auto 1.5em;
    font-size: 16px;
    display: block;
	text-align: center;
}

.toppage_h2 {
	letter-spacing: -1px;
}