@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: #66cc99;
}
#contents {
	background: #fff;
}






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


