/* このcssはスマホ版で表示した時に使われます */
/* max-width:767px→767px以下で適用 */
/*■初期設定*/

body{
	color:#4c2600;/*通常のテキストカラー*/
	background-color:#f9ffb5; /*背景指定*/
}
a{
	color:#ff6600;/*通常のリンクテキストカラー*/
	text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}
a:hover{
	color:#ff9966;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}

/*■フォントサイズ調整*/
body {
	font-family:'メイリオ',Meiryo;/*フォント種*/
	text-align:left;
}


/*■基本レイアウト*/
.main{
	width:90%;
	margin:0 auto;
}

/* ここからは、メインの部分の設定 */
h1 .pc{
	display:none;
	width:100%;
	float:center;
}

h1 .sp{
	display:block;
	width:100%;
	float:center;
}

.intro{
	display:block;
	margin:20px auto;
}

.intro img{
	margin:3% 3%;
	width:45%;
}

.intro .books1{
	margin:0;
	display:block;
	float:center;
	width:100%;
	background-color:#ff0000;
}

.intro .books1 img{
	margin:5% 1%;
	width:48%;
	float:left;
}

.intro .books2{
	margin:0;
	display:block;
	float:right;
	width:100%;
}

.intro .books2 img{
	margin:5% 1%;
	width:48%;
	float:right;
}
h2{
	font-size:0.7rem;
	font-weight:normal;
	font-family:'メイリオ',Meiryo;
	float:center;
	line-height:1em;
}

h3{
	font-size:1.1rem;
	font-weight:normal;
	line-height:1.4em;
}

h4{
	font-size:0.9rem;
	font-weight:normal;
	line-height:1.3em;
}

.intro .ground{
	font-size:0.7rem;
	line-height:1rem;
	vertical-align:top;
	color:#4C2600;
	margin:0 0 10px 0;
	font-family:'メイリオ',Meiryo;
	float:left;
}

.intro h4 .ground{
	font-size:0.6rem;
}

.lead{
	font-size:0.8rem;
}


/* ここからはページのフッターの設定 */
.copy{
	height:20px;
	font-size:10px;
	text-align:right;
	padding:2px;
	margin:4px 0 0 0;
}
.copy a{
	text-decoration:none;
}
.p-copy{
	height:20px;
	font-size:10px;
	text-align:right;
	padding:2px;
	margin:4px 0 0 0;
}








