@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Clearfix */
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
a{
	text-decoration: none;
}

body{
	width: 100%;
	margin:0 auto; 
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	/* color:#414548; */
	background-image: url(zai/background.jpg);
   	background-position: center center;	/* 画像を常に天地左右の中央に配置 */
	/* background-repeat: no-repeat; 画像をタイル状に繰り返し表示しない*/
	background-attachment: fixed;	/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
	background-size: cover;	/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-color: #778899;	/* 背景画像が読み込まれる前に表示される背景のカラー */
}

#wrapper{
	width: 720px;
	margin:0 auto; 
	overflow: hidden;
}

.text-narrow-90 {
    transform: scale(0.9, 1);
	transform-origin: top left;
    width: 111%;
}
.text-narrow-80 {
    transform: scale(0.8, 1);
	transform-origin: top left;
    width: 125%;
}
.text-narrow-70 {
    transform: scale(0.7, 1);
	transform-origin: top left;
    width: 143%;
}
hr{
	color:#fff;
}

/*******************************************************************************
下のアキ指示と、下ボーダー指示と、フォント指示
******************************************************************************/

.mb1{margin-bottom:1px;}
.mb2{margin-bottom:2px;}
.mb3{margin-bottom:3px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb13{margin-bottom:13px;}
.mb15{margin-bottom:15px;}
.mb18{margin-bottom:18px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}
.mb110{margin-bottom:110px;}
.mb120{margin-bottom:120px;}

.border_bottom{
	border-bottom:1px solid #414548;
	padding-bottom:10px;
	margin-bottom:10px;
	}
.borderdot_bottom{
	border-bottom:1px dotted #BAD2E7;
	padding-bottom:10px;
	margin-bottom:10px;
	}

/*
font-family: 'M PLUS Rounded 1c', sans-serif;　丸ゴシック
weight:300/400/500/700
font-family: 'Noto Sans JP', sans-serif;　ゴシック
weight:300/400/500/700
font-family: 'Noto Serif JP', serif;　明朝
weight:300/400/500/600/700
*/



/*******************************************************************************
ここから
******************************************************************************/
body{
	width: 100%;
	margin:0 auto; 
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	color:#414548;
}

#wrapper{
	width: 720px;
	margin:0 auto; 
	overflow: hidden;
}




/*
ヘッダー
******************************/
header{
	width:100%;
	margin:0 auto;
	background-image:url(zai_back/header.jpg);
	background-repeat:no-repeat;
	position:relative;
	height:65px;
}
#headerlogo_container h1{
	position:relative;
	top:20px;
	left:20px;
}
#headerlogo_container p{
	font-weight:300;
	font-size:15px;
	text-align:center;
	position:relative;
	top:20px;
}
#headerlogo_container p a{
	font-size:15px;
	font-weight:300;
	color:#00A3DF;
}
#headerlogo_container p a:hover{
	color:#005BAC;
	transition: 0.5s;
}


/*
年間購読のお申込ボタン
******************************/
nav{
	width:100%;
	margin:0 auto;
	margin-top:80px;
}
nav p{
	text-align:center;
}



/*
バックナンバー
******************************/
main{
	width:100%;
}
#main_container{
	width:630px;
	margin:0 auto;
	margin-top:60px;
}
#main_container .image{
	width:90%;
	margin:0 auto;
}
#main_container img{
	width:100%;
}
#main_container h2{
	font-size:26px;
	padding-bottom:10px;
	font-weight:600;
	color:#0089CE;
	border-bottom:1px solid #0089CE;
}
#main_container h3{
	margin-top:50px;
	font-size:20px;
	line-height:30px;
	font-weight:500;
	color:#252525;
	padding:22px 20px 22px;
	background-color:#fff ;
	border-radius:50px;
	text-align:center;
}
#main_container .subtitle{
	font-size:16px;
	font-weight:300;
	color:white;
	vertical-align: 1px;
}
#main_container .special_small{
	font-size:21px;
	line-height:25px;
	font-weight:400;
}
#main_container .special_big{
	font-size:28px;
	line-height:32px;
	font-weight:500;
}
.bn_button{
	margin:0 auto;
	margin-top:30px;
	text-align:center;
	width:430px;
	height:50px;
	line-height:50px;
	border:1px solid #0089CE;
}
.bn_button a{
	font-size:20px;
	color:#0089CE;
	display:block;
}
.bn_button a:hover{
	color:white;
	background-color:#0089CE;
	transition: 0.5s;
}
.bn_button2{
	margin:0 auto;
	margin-top:15px;
	text-align:center;
	width:430px;
	height:50px;
	line-height:50px;
	border:1px solid #E60012;
}
.bn_button2 a{
	font-size:20px;
	color:#E60012;
	display:block;
}
.bn_button2 a:hover{
	color:white;
	background-color:#E60012;
	transition: 0.5s;
}

#chapter-box{
	width:400px;
	height:100%;
	padding:30px 50px;
	border-radius:10px;
	background-color:#fff;
	margin: 30px auto;
}

#chapter-box .chapter{
	font-size:15px;
	text-align:28px;
	left:9em;
	padding-left: 4.3em;
	text-indent:-4.3em;
	margin: 10px 0px;
}


/*
問い合わせ先とコピーライト
******************************/
#footer{
	width:100%;
	margin:0 auto;
	margin-bottom:100px;
}

/*
問い合わせ先
********************/
#footer_contactcontainer{
	width:85%;
	margin:0 auto;
}
#footer_contactcontainer p{
	font-size:15px;
	font-weight:300;
	line-height:23px;
	text-align:center;
}
#footer_contactcontainer .desk{
	text-decoration:underline;
	color:#e60012;
}
#footer_contactcontainer .freedial{
	font-size:15px;
	font-weight:700;
	color:#414548;
	font-weight:500;
}
.attention{
	font-size:14px;
	text-align:center;
	color:#fff;
	width:100%;
	height:50%;
	margin:20px 0;
}

/*
前のページに戻る
********************/
#footer_button{
	width:400px;
	margin:0 auto;
	text-align:center;
	margin-top:60px;
	margin-bottom:60px;
	background-color:#fff;
	border-radius:10px;
}
#footer_button a{
	font-size:25px;
	text-align:center;
	color:#414548;
	width:400px;
	height:60px;
	line-height:60px;
	border:1px solid #414548;
	border-radius:10px;
	display:block;
}
#footer_button a:hover{
	color:white;
	background-color:#414548;
	transition: 0.5s;
}
#footer_button-2{
	width:500px;
	height:62px;
	margin:0 auto;
	text-align:center;
	margin-top:60px;
	margin-bottom:60px;
	background-color:#d1de4c ;
	/*border-radius:10px;*/
}
#footer_button-2 a{
	font-size:20px;
	text-align:center;
	color:#414548;
	width:500px;
	height:62px;
	line-height:60px;
	margin:0 auto;
	/*border:1px solid #414548;/*
	/*border-radius:10px;*/
	display:block;
}
#footer_button-2 a:hover{
	color:white;
	background-color:#414548;
	transition: .2s;
}
#footer_button-3{
	width:500px;
	height:62px;
	margin:0 auto;
	text-align:center;
	margin-top:60px;
	margin-bottom:60px;
	background-color:#e73562;
	/*border-radius:10px;*/
}
#footer_button-3 a{
	font-size:20px;
	text-align:center;
	color:#fff;
	width:500px;
	height:62px;
	line-height:60px;
	margin:0 auto;
	/*border:1px solid #414548;/*
	/*border-radius:10px;*/
	display:block;
}
#footer_button-3 a:hover{
	color:black;
	background-color:#fff;
	transition: .2s;
}

/*
コピーライト
********************/
#copywriter{
	width:100%;
	margin:0 auto;
	height:20px;
}
#copywriter2{
	width:60%;
	float:left;
	padding-left:2%;
	font-size:15px;
	font-weight:300;
	line-height:20px;
	color:#fff;
}
#copywriter1{
	width:35%;
	float:left;
	text-align:right;
	position:relative;
	top:6px;
	color:#fff;
}






