/*
 :title "common stylesheet";
 :shortdesc "Common stylesheet for HTML pages of this site";
*/

/* ------------------------------------------------------------------------- */
/* clear
/* ------------------------------------------------------------------------- */


/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
    list-style:none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    outline: none;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}



/* ------------------------------------------------------------------------- */
/* base
/* ------------------------------------------------------------------------- */

*{
	padding: 0px;
	margin: 0px;
}

ol,ul{
	list-style: none;
}


/* ------------------------------------------------------------------------- */
/* layout
/* ------------------------------------------------------------------------- */
html,body{
	/*footerを最下位に固定するため高さを100%にします。
	height:100%;
	*/
}

body{
	text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	background-color:#FDEAC3;
}

/*
#wrapper{
	/*基準点を定めます。
	position:relative;
	/*↓スクロールになった場合のfooterの高さ分と余白を取ってあげます
	padding-bottom:130px;
}
*/

#all{
	width:960px;
	margin:10px auto;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	}

#header{
	width: 100%;
	border-top: 3px solid #0F1247;
	text-align: center;
	background-image: url(image/pattern.jpg);
}

#container{
	width: 860px;
	padding-bottom: 30px;
	margin: auto;
	min-height:879px;
}

#footer{
	float: left;
	width: 100%;
	background-image: url(image/pattern.jpg);
	border-top: 3px solid #0F1247;
	text-align: center;
	/*
	position:absolute;
	bottom:0;
	*/
}

#footer div{
	width: 960px;
	margin: auto;
	padding: 10px 0;
	text-align: right;
}


/* title
/* -------------------------------------------------------------- */
h1{
	width: 960px;
	margin: auto;
	padding: 10px 0;
	text-align: left;
}

h2{
	clear: both;
	padding: 20px 0;
}

h3{
	float: left;
	width: 100%;
	padding: 10px 0 3px 0;
	margin: 20px 0;
	border-bottom: solid 3px #8EC200;
	padding-bottom: 10px;
	font-weight:bold;
	font-size: 20px;
	text-align: left;
}


/* 配置
/* -------------------------------------------------------------- */
.left{
	float: left;
	margin-right: 10px;
}

.right{
	float: right;
	margin-left: 30px;
}

.center{
	float: left;
	width: 100%;
	padding: 30px 0;
}


/* -------------------------------------------------------------- */
/* 漫画広告TOP
/* -------------------------------------------------------------- */

p{
	text-align: left;
}

img{
	vertical-align: middle;
}


/* バックナンバー */
#backnumber{
	float: left;
	width: 100%;
	padding: 30px 0;
}

#backnumber img{
	margin: auto;
}

/* 資料請求バナー */
.btn{
	width: 100%;
	padding: 10px 0;
	margin: 10px auto 30px auto;
}
	
.btn li{
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	}

.btn li a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/* アンカーバナー */
.anchor{
	list-style: none;
}

.anchor li{
	display: inline-block;
	margin: 5px;
}

.anchor li a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#merit, #step, #faq{
	float: left;
	width: 100%;
}


/* メリットボックス */
	
.check_merit{
	width: 100%;
	margin-bottom: 20px;
}

.list_merit{
	display: inline-block;
	width: 350px;
	height: 150px;
	margin: 0 22px;
	border:solid 5px #D87C11;
	background-color: #fff;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-weight: bold;
	vertical-align: top;
	}

.list_merit dt{
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 20px;
	color: #D87C11;
	}

.list_merit dd{
	padding: 10px;
	text-align: left;
}


/* FAQ */

.check_faq{
	text-align: left;
}

.check_faq dl{
	margin-bottom: 30px;
	margin-right:40px;
}

.check_faq dt{
	background-image: url(image/img_q.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	padding: 10px 0;
	text-indent: 60px;
}

.check_faq dd{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:80px;
	border: solid 5px;
	background-color: #FFF;
	background-image: url("image/img_nezumi.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}


/* -------------------------------------------------------------- */
/* 料金ページ
/* -------------------------------------------------------------- */

.fee_box{
	clear: both;
	width: 860px;
	margin: -10px auto 50px auto;
	background-color: #fff;
}

.btn_document:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.tit_fee{
	clear: both;
	border-bottom: 3px solid #000;
	padding: 0;
	margin: 20px;
	text-align: left;
	font-size: 20px;
	line-height: 1.5em;
}

.tit_fee_h3{
	border: none;
	background-color: #d8c99f;
	font-size: 16px;
	text-indent: 10px;
	line-height: 1.5em;
}


h3.tit_fee_keiyaku{
	float:none;
	padding: 20px 0;
	margin-left:30px;
	border-bottom: none 0px #FFFFFF;
	font-size: 18px;
}

.fee_box p{
	padding: 20px;
}

.bikou{
	font-size: 12px;
	line-height: 1.5em;
}

/* -------------------------------------------------------------- */
/* バックナンバー
/* -------------------------------------------------------------- */

.backnumber_box{
	clear: both;
	width: 860px;
	margin: 20px auto 50px auto;
	padding-top:10px;
	padding-bottom:20px;
	background-color: #fff;
}

.tit_backnumber{
	clear: both;
	border-bottom: 3px solid #000;
	padding: 0;
	margin: 20px;
	text-align: left;
	font-size: 20px;
	line-height: 1.5em;
}

.backnumber_box a:hover{
	opacity:0.6;
}

/*バックナンバー 二階層目共通*/

.pager{
	margin-top:20px;
}

.pager a:hover{
	opacity:0.6;
}

/*バックナンバー 二階層目固有*/

.backnumber .pager{
	text-align:center;
}
