@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Allerta);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*共通*/
#container{
	width:100%;
	padding:0;
	margin:0;
	text-align:center;
}
#inbox{
	width:700px;
	margin:0 auto;
	padding:100px 0 0 0;
}
.bg_blue{
	background-color:#9dc3e6;
}
.bg_white{
	background-color:#fff;
}
img{
	width:100%;
	height:auto;
}
/********* レスポンシブ ************************************************************************************/
@media (max-width: 1200px) {
#inbox{
	width:80%;
	padding:10% 0 0 0;
}
}