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

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");


/*	EXAMPLE STYLES */
body {
	font-family: sans-serif;
	color: white;
}

article {
	text-align: center;
}

aside {
	line-height: 20em;
	text-align: center;
	background: #999;
}

footer {
	text-align: center;
	background-color: #fff;
}

.tsc-container {
	background: #00104A;
	color: #fff;
	padding: 0;
	margin: 0;
}

.tsc-header {
	margin:0 0 -6px 0;
	height: auto;
	text-align: center;
	background: #00104A;
}

.tsc-header img {
	width: 100%;
}

.gif-box img {
  width: 65.3%;
	padding: 3px;
}

/* item-box */
.item-box {
	text-align: center;
	color: #00104A;
	background-color: #ECE600;
	height: 228px;
}

.item-box h2 {
	padding: 40px 0px 38px;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

.item-box div {
	margin: 0 auto;
	width: 732px;
}

.item-box div a {
	float: left;
}

.item-box div a.link-btn-2 {
	float: left;
	margin-left: 32px;
}


/* about-box */
.about-box {
	text-align: center;
}

.about-box div {
	text-align: center;
  padding-top: 96px;
}

.about-box img {
	width: 73.5%;
}


/* example-box */
.example-box {
	text-align: center;
}

.example-box div {
	text-align: center;
  padding-top: 58px;
}

.example-box img {
	width: 80.5%;
}

/* terms-box */
.terms-box {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	text-align: center;
}

.terms-box h2 {
	padding: 62px 0px 16px;
	font-size: 1.1em;
	text-align: center;
}

.terms-box p {
	color: #fff;
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 2.1em;
	width: 732px;
	margin: 0 auto;
	padding-bottom: 73px;
}

.footer img {
	padding: 90px 0 0;
	margin-left: 0;
	margin-right: 0;
}


/* for wide display */
@media (min-width : 1200px ) {

	.tsc-header img {
		width: 1200px;
	}

	.gif-box img {
	  width: 782px;
		padding: 3px;
	}

	.about-box img {
		width: 882px;
	}

	.example-box img {
		width: 966px;
	}

}


/* for SP */
@media (max-width : 768px ) {

	.gif-box img {
	  width: 100%;
		margin: 0px;
		padding: 3px 0px;
	}

	.item-box {
		height: auto;
		padding-bottom: 2px;
	}
	.item-box div {
		margin: 0 auto;
		width: 100%;
	}
	.item-box div a {
		float: none;
	}
	.item-box div a.link-btn-2 {
		float: none;
		margin-left: auto;
	}
	.item-box div img {
		width: 84.5%;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.item-box h2 {
	  padding: 15px 0px 32px;
		font-size: 17px;
	}

	.terms-box h2 {
	  padding: 34px 0px 9px;
		font-size: 10px;
	}
	.terms-box p {
	  font-size: 11px;
	  line-height: 16px;
		width: 84.5%;
	}

	.about-box img {
	  width: 85%;
	}
	.about-box div {
	  padding-top: 35px;
	}

	.example-box div {
	  padding-top: 38px;
	}
	.example-box img {
	  width: 85%;
	}
	.footer img {
	  padding: 28px 0 30px;
		width: 84%;
		display: block;
		margin: 0 auto;
	}

}
