/* このcssはスマホ版で表示した時に使われます */
/* max-width:499px→499px以下で適用 */

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
}

a{
	color:#ffc000;/*通常のリンクテキストカラー*/
	text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}

a:hover{
	color:#000000;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}

/*■フォントサイズ調整*/
body {
	font-family:'メイリオ',Meiryo;/*フォント種*/
	text-align:left;
}

/* ここからは、headerの設定 */
.header{
	display:block; /* ブロックとして表示 */
	margin:none;/* 外余白なし */
}

h1{
	margin:40px 0 20px 20px;/* 外余白の設定、順に上・右・下・左で設定 */
}

h1 a{/* 北大生協学生組織委員会｜GakuseiIinkaiのところの設定 */
	font-size:14px;/* フォントサイズの設定 */
	line-height:16px;/* フォントの高さを指定 */
	text-decoration:none;/* 下線を引きたい場合はunderlineへ変更 */
	font-family:'メイリオ',Meiryo,'MS Pゴシック',sans-serif;/* フォントの種類を設定 */
	font-weight:normal;/* 太字にしたい場合は、boldへ変更 */
	color:#000000;
}

h2{
	background:url(../img/haikei2.jpg);/* 背景画像を指定 */
	font-size:1.3rem;/* フォントサイズを指定 */
	line-height:70px;./* フォントの高さを指定 */
	height:70px;/* このブロック自体の高さを指定 */
	color:#000000;/* フォントの色を指定 */
	font-weight:normal;/* 太字にしたい場合は、boldへ */
	font-family:'メイリオ',Meiryo,'MS Pゴシック',sans-serif;/* フォントの種類を設定 */
	margin:0;
}

/* ここからは、メインの部分の設定 */
.main{
	width:90%;
	margin:0 auto;
}


h3{
	font-size:1.4rem;
	line-height:1.6rem;
	float:left;
	font-weight:bolder;
	font-family:'ふい字','メイリオ',' MS Pゴシック',sans-serif;
}

.main .relationphoto{
	margin:0 5%;
	width:90%;
	float:center;
}

.main .whatphoto{
	margin:0;
	width:100%;
	float:center;
}

.main .iintyophoto{
	margin:0 30%;
	width:40%;
	float:center;
}

.ground,
.what-ground{
	font-size:0.7rem;
	display:block;
}


/* ここからはページのフッターの設定、適当に読み飛ばして*/
.copy{
	line-height:15px;
	font-size:10px;
	text-align:right;
	margin:4px 0 0 0;
}
.copy a{
	text-decoration:none;
}
.p-copy{
	line-height:15px;
	font-size:10px;
	text-align:right;
	margin:4px 0 0 0;
}