@charset "utf-8";

body {
	color: #333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font-family:  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ/行間、フォントファミリー*/
	font-size:1.0em;
	line-height:190%;
	min-width:200px;
	max-width:480px;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgb(231, 255, 253, 1));
}



/*ヘッダー
---------------------------------------------------------------------------*/
header h1 {
	text-align: center;
	margin:2% auto;
}

header h1 img{
	width:80%;
	height:auto;
	display: block;  /* 中央寄せを確実にするため追加 */
	margin: 0 auto;  /* 中央寄せを確実にするため追加 */
}

header img{
	display:block;
	width:100%;
	height:auto;
}

#main{
	width:90%;
	margin:5% auto;
	text-align: center; /* 中央揃え */
}

#main p{
	display:inline-block;
	text-align: left;
	margin:3% auto;
}

#main h2{
	font-weight: bold;
	font-size: 1.1em;
	color:#26b199; /* ロゴのグリーン */
	line-height:200%;
	margin:10% 0 2% 0;
}

#main iframe{
	width:100%;
	height:450px;
	margin:8% auto;
	border:none;
}

.recruit{
	width:100%;
	margin:0 auto;
}

#group img{
	width:100%;
	height:auto;
	box-shadow: 0px 0px 15px -5px #d2b48c;
	border:solid 1px #FFF;
	border-radius:10px;
	margin:5% auto;
}

footer {
	width:100%;
	padding:15px 0;
	background-color:#26b199; /* ロゴのグリーン */
}

footer p{
	color:#FFF;
	font-size:0.8em;
	text-align:center;
}