@charset "UTF-8";
/*　スマホ基本
/*-----------------------------------------------------------------*/
.pc {
	display: none;
}
.sp {
	display: block;
}

a:link,a:visited {color: #c3474d;text-decoration: none;}
a:hover,a:active {color: #c3474d;text-decoration: none;}

.color {
	background: url(_image/link.png) no-repeat left 2px;
	background-size: 13px;
	padding: 0 0 0 16px;
	font-size: 15px;
}
/*-----------------------------------------------------------------*/
/*メイン画像*/
h1 {
	display: none;
}
/*-----------------------------------------------------------------*/
/*ヘッダー*/
header {
	background-image: url(_image/line_footerSP.png), url(_image/mainSP.png);
	background-repeat: no-repeat;
	background-position: bottom, top center;
	background-size: 100% auto;
	padding: 116% 0 0 0;
}
/*テキスト*/
header p {
	width: 88%;
	margin: 0 auto;
	padding: 12px 0 24px;
	font-size: 12px;
	text-align: center;
}
h2 {
	width: 84%;
	margin: 0 auto 12px;
	padding: 30px 0 0 0;
}
/*レイアウト基本*/
section {
	background: url(_image/line2SP.png) center top;
	background-size: 100% auto;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}
/*記事のレイアウト基本*/
article {
	margin: 0 auto;
}
/*フッター*/
footer {
	background: url(_image/line_footerSP.png)no-repeat bottom;
	background-size: 100% auto;
	margin: 0 0 16px;
	padding: 12px;
	font-size: 12px;
	text-align: center;
}
/*-----------------------------------------------------------------*/
/*新聞広告とイラストのレイアウト*/
dl {
	width: 88%;
	margin: 0 auto;
	font-size: 12px;
}
dl::after {
	content: "";
	display: block;
	clear: both;
}
/*新聞広告*/
dl dt {
	width: 80%;
	margin: 0 auto 12px;
	text-align: center;
}
/*イラスト一覧*/
dl dd {
}
/*イラストレイアウト*/
dl dd ul {
	font-size: 0;
}
dl dd ul li {
	display: inline-block;
	width: 50%;
	margin: 0 0 12px;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
}
/*-----------------------------------------------------------------*/

/*みらい文庫イラスト*/
ul.add {
	width: 88%;
	margin: 0 auto;
	font-size: 0;
}
ul.add li {
	display: inline-block;
	width: 50%;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
}
/*-----------------------------------------------------------------*/

/*テキスト*/
article p {
	width: 100%;
	background: url(_image/01_BGSP.png) no-repeat bottom;
	background-size: 100% auto;
	margin: 24px auto 0;
	padding: 12px 24px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
/*リボン*/
article.ribon p {
	background: url(_image/02_BGSP.png) no-repeat bottom;
	background-size: 100% auto;
}
/*集英社新書*/
article.shinsho p {
	background: url(_image/03_BGSP.png) no-repeat bottom;
	background-size: 100% auto;
}
/*みらい文庫*/
article.mirai p {
	background: url(_image/04_BGSP.png) no-repeat bottom;
	background-size: 100% auto;
}
/*シュプール*/
article.spur p {
	background: url(_image/05_BGSP.png) no-repeat bottom;
	background-size: 100% auto;
}

/*--------------------------------------------------------end@basic*/
@media screen and (min-width:480px) and ( max-width:600px) {
/*　スマホ横用 画面サイズが480pxからはここを読み込む　*/

/*--------------------------------------------------------end@media*/
}

@media screen and (min-width:600px) and ( max-width:960px) {
/*　iPad用 画面サイズが600pxから960pxまではここを読み込む　*/
.pc {
	display: block;
}
.sp {
	display: block;
}
/*-----------------------------------------------------------------*/
/*ヘッダー*/
header {
	width: 100%;
	background-image: url(_image/mainBGPAD.png), url(_image/line2.png);
	background-repeat: no-repeat, repeat;
	background-position: top, center;
	background-size: 100% auto;
	padding: 110px 0 0;
}
/*テキスト*/
header p {
	width: 76%;
	margin: 18px auto 0;
	font-size: 13px;
	text-align: center;
}
/*メイン画像*/
h1 {
	display: block;
	width: 76%;
	margin: 0 auto;
}
h2 {
	width: 60%;
	margin: 0 auto 30px;
	padding: 50px 0 0 0;
}
/*レイアウト基本*/
section {
	width: 100%;
	background-image: url(_image/line2.png), url(_image/line.png);
	background-repeat: repeat-y,no-repeat;
	background-size: 100% auto;
	width: 100% auto;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
}
/*記事のレイアウト基本*/
article {
	width: 89%;
	margin: 0 auto;
}
/*フッター*/
footer {
	width: 100%;
	background: url(_image/line_footer.png)no-repeat bottom;
	background-size: 100% auto;
	margin: 0 auto 16px;
	padding: 18px;
	font-size: 12px;
	text-align: center;
}
/*-----------------------------------------------------------------*/
/*新聞広告とイラストのレイアウト*/
dl {
	width: 89%;
	margin: 0 auto;
	font-size: 13px;
}
dl::after {
	content: "";
	display: block;
	clear: both;
}
/*新聞広告*/
dl dt {
	width: 50%;
	float: left;
	clear: both;
	text-align: center;
}
/*イラスト一覧*/
dl dd {
	margin: 0 0 0 40%;
}
/*イラストレイアウト*/
dl dd ul {
	font-size: 0;
}
dl dd ul li {
	display: inline-block;
	width: 40%;
	margin: 0 0 12px;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
}
/*-----------------------------------------------------------------*/

/*みらい文庫イラスト*/
ul.add {
	width: 89%;
	margin: 12px auto 0;
}
ul.add li {
	display: inline-block;
	width: 25%;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
}
/*-----------------------------------------------------------------*/

/*テキスト*/
article p {
	width: 99%;
	background-image: url(_image/line.png), url(_image/01_BG.png);
	background-repeat: no-repeat, repeat;
	background-position: bottom, center;
	background-size: 1200px auto;
	margin: 40px auto 0;
	padding: 20px 40px;
	font-size: 13px;
	color: #FFF;
	text-align: center;
}
/*リボン*/
article.ribon p {
	background-image: url(_image/line.png), url(_image/02_BG.png);
	background-repeat: no-repeat, repeat;
	background-position: bottom, center;
	background-size: 1200px auto;
}
/*集英社新書*/
article.shinsho p {
	background-image: url(_image/line.png), url(_image/03_BG.png);
	background-repeat: no-repeat, repeat;
	background-position: bottom, center;
	background-size: 1200px auto;
}
/*みらい文庫*/
article.mirai p {
	background-image: url(_image/line.png), url(_image/04_BG.png);
	background-repeat: no-repeat, repeat;
	background-position: bottom, center;
	background-size: 1200px auto;
}
/*シュプール*/
article.spur p {
	background-image: url(_image/line.png), url(_image/05_BG.png);
	background-repeat: no-repeat, repeat;
	background-position: bottom, center;
	background-size: 1200px auto;
}
/*--------------------------------------------------------end@media*/
}

@media screen and (min-width:960px) and ( max-width:1280px) {
/*　小型PC用 画面サイズが960pxから1280pxまではここを読み込む　*/
.pc {
	display: block;
}
.sp {
	display: none;
}
/*-----------------------------------------------------------------*/
/*ヘッダー*/
header {
	width: 1200px;
	height: 602px;
	background: url(_image/mainBG.png) no-repeat center top;
	margin: 0 auto;
	padding: 110px 0 0;
}
/*テキスト*/
header p {
	width: 900px;
	margin: 18px auto 0;
	font-size: 14px;
	text-align: center;
}
/*メイン画像*/
h1 {
	display: block;
}
h2 {
	margin: 0 auto 30px;
	padding: 70px 0 0 0;
}
/*レイアウト基本*/
section {
	width: 1200px;
	background: url(_image/line2.png) center top;
	width: 100% auto;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
}
/*記事のレイアウト基本*/
article {
	width: 1064px;
	margin: 0 auto;
}
/*フッター*/
footer {
	width: 1200px;
	background: url(_image/line_footer.png)no-repeat bottom;
	background-size: 100% auto;
	margin: 0 auto 16px;
	padding: 18px;
	font-size: 12px;
	text-align: center;
}
/*-----------------------------------------------------------------*/
/*新聞広告とイラストのレイアウト*/
dl {
	width: 936px;
	margin: 0 auto;
	font-size: 13px;
}
dl::after {
	content: "";
	display: block;
	clear: both;
}
/*新聞広告*/
dl dt {
	width: 414px;
	float: left;
	clear: both;
	text-align: center;
}
/*イラスト一覧*/
dl dd {
	margin: 0 0 0 476px;
}
/*イラストレイアウト*/
dl dd ul {
	font-size: 0;
}
dl dd ul li {
	display: inline-block;
	width: 230px;
	margin: 0 0 12px;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
}
/*-----------------------------------------------------------------*/

/*みらい文庫イラスト*/
ul.add {
	width: 936px;
	margin: 12px auto 0;
}
ul.add li {
	display: inline-block;
	width: 230px;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
}
/*-----------------------------------------------------------------*/

/*テキスト*/
article p {
	width: 1058px;
	background-image: url(_image/line.png), url(_image/01_BG.png);
	background-repeat: no-repeat, repeat;
	background-position: bottom, center;
	background-size: 1200px auto;
	margin: 50px auto 0;
	padding: 20px 0px;
	font-size: 15px;
	color: #FFF;
	text-align: center;
}
/*リボン*/
article.ribon p {
	background-image: url(_image/line.png), url(_image/02_BG.png);
	background-repeat: no-repeat, repeat;
	background-position: bottom, center;
	background-size: 1200px auto;
}
/*集英社新書*/
article.shinsho p {
	background-image: url(_image/line.png), url(_image/03_BG.png);
	background-repeat: no-repeat, repeat;
	background-position: bottom, center;
	background-size: 1200px auto;
}
/*みらい文庫*/
article.mirai p {
	background-image: url(_image/line.png), url(_image/04_BG.png);
	background-repeat: no-repeat, repeat;
	background-position: bottom, center;
	background-size: 1200px auto;
}
/*シュプール*/
article.spur p {
	background-image: url(_image/line.png), url(_image/05_BG.png);
	background-repeat: no-repeat, repeat;
	background-position: bottom, center;
	background-size: 1200px auto;
}
/*--------------------------------------------------------end@media*/
}

@media screen and (min-width:1280px) {
/*　大型PC用 画面サイズが1280pxからはここを読み込む　*/
.pc {
	display: block;
}
.sp {
	display: none;
}
/*-----------------------------------------------------------------*/
/*ヘッダー*/
header {
	width: 1200px;
	height: 602px;
	background: url(_image/mainBG.png) no-repeat center top;
	margin: 0 auto;
	padding: 110px 0 0;
}
/*テキスト*/
header p {
	width: 900px;
	margin: 18px auto 0;
	font-size: 14px;
	text-align: center;
}
/*メイン画像*/
h1 {
	display: block;
}
h2 {
	margin: 0 auto 30px;
	padding: 70px 0 0 0;
}
/*レイアウト基本*/
section {
	width: 1200px;
	background: url(_image/line2.png) center top;
	width: 100% auto;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
}
/*記事のレイアウト基本*/
article {
	width: 1064px;
	margin: 0 auto;
}
/*フッター*/
footer {
	width: 1200px;
	background: url(_image/line_footer.png)no-repeat bottom;
	background-size: 100% auto;
	margin: 0 auto 16px;
	padding: 18px;
	font-size: 12px;
	text-align: center;
}
/*-----------------------------------------------------------------*/
/*新聞広告とイラストのレイアウト*/
dl {
	width: 936px;
	margin: 0 auto;
	font-size: 13px;
}
dl::after {
	content: "";
	display: block;
	clear: both;
}
/*新聞広告*/
dl dt {
	width: 414px;
	float: left;
	clear: both;
	text-align: center;
}
/*イラスト一覧*/
dl dd {
	margin: 0 0 0 476px;
}
/*イラストレイアウト*/
dl dd ul {
	font-size: 0;
}
dl dd ul li {
	display: inline-block;
	width: 230px;
	margin: 0 0 12px;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
}
/*-----------------------------------------------------------------*/

/*みらい文庫イラスト*/
ul.add {
	width: 936px;
	margin: 12px auto 0;
}
ul.add li {
	display: inline-block;
	width: 230px;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
}
/*-----------------------------------------------------------------*/

/*テキスト*/
article p {
	width: 1058px;
	background-image: url(_image/line.png), url(_image/01_BG.png);
	background-repeat: no-repeat, repeat;
	background-position: bottom, center;
	background-size: 1200px auto;
	margin: 50px auto 0;
	padding: 20px 0px;
	font-size: 15px;
	color: #FFF;
	text-align: center;
}
/*リボン*/
article.ribon p {
	background-image: url(_image/line.png), url(_image/02_BG.png);
	background-repeat: no-repeat, repeat;
	background-position: bottom, center;
	background-size: 1200px auto;
}
/*集英社新書*/
article.shinsho p {
	background-image: url(_image/line.png), url(_image/03_BG.png);
	background-repeat: no-repeat, repeat;
	background-position: bottom, center;
	background-size: 1200px auto;
}
/*みらい文庫*/
article.mirai p {
	background-image: url(_image/line.png), url(_image/04_BG.png);
	background-repeat: no-repeat, repeat;
	background-position: bottom, center;
	background-size: 1200px auto;
}
/*シュプール*/
article.spur p {
	background-image: url(_image/line.png), url(_image/05_BG.png);
	background-repeat: no-repeat, repeat;
	background-position: bottom, center;
	background-size: 1200px auto;
}
/*--------------------------------------------------------end@media*/
}

@media screen and (max-width: 320px) {
/*　iPhone5用 画面サイズが320px以下はここを読み込む　*/

/*--------------------------------------------------------end@media*/
}
/*-----------------------------------------------------------------*/
/*基準フォントサイズを10pxに設定*/
html {
	font-size: 62.5%;
}
/*フォント基本サイズ*/
body {
	position: relative;
	background: url(_image/bg.png) center top;
	/*ゴシック系フォント*/
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	color: #333;
	line-height: 1.6;
	overflow-y: scroll;
	/*リンクタップ時の背景色を無効*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*-----------------------------------------------------------------*/
/*画像基本設定*/
img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
/*-----------------------------------------------------------------*/
/*全ての要素にborder-boxを適用*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
