@charset "utf-8";
/* CSS Document */

/* --------------------------------
	Common
-------------------------------- */

body {
	/* font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif; */
	font-family: Roboto, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.4;
	background-color: #f2f2f2;
	color: #525263;
	-webkit-text-size-adjust: 100%;
}

.img_center,
.txt_center {
	text-align: center;
}
.img_right,
.txt_right {
	text-align: right;
}

/****** Base Layout Setting ********/

/* 未使用 */
/*#header {
	background: #3f3f3f;
	color: #ecf0f1;
}*/
#main {
	line-height: 0;
	background: url(../img/main-bg.jpg) no-repeat center;
	background-size: cover;
	height: 420px;
}
#main .description {
	line-height: 1.4;
	width: 75%;
	max-width: 680px;
	color: #fff;
}

#contents {
	background: #fff;
}



/******************************
	Media Query
*******************************/

@media only screen and (max-width: 767px) {
	/* --------------------------------
		Common
	-------------------------------- */

	/****** Base Layout Setting ********/
	
	#main .description {
		width: 100%;
	}
	
}
@media only screen and (min-width: 768px) {
}

