@charset "UTF-8";

/*文字の大きさ参考（13px基準）
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 124%    17px = 131%
 18px = 139%    19px = 147%    20px = 154%    21px = 162%
 22px = 170%    23px = 177%    24px = 185%    25px = 193%
 26px = 200%    27px = 208%    28px = 216%    29px = 224%
 30px = 231%
*/

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%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}

audio,canvas,video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

ol,ul {
	list-style: none;
}

caption {
	text-align: left;
}

abbr,acronym {
	font-variant: normal;
}

address,caption,cite,code,dfn,em,strong,var,b {
	font-style: normal;
	font-weight: normal;
}

sub,sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

q {
    quotes: none;
}

hr {
	color: inherit;
	height: auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	font-family: monospace, sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code,samp,kbd {
	font-family: monospace, sans-serif;
}

/*
==================================================
初期設定
==================================================
*/

img {
	vertical-align: top;
}

svg:not(:root) {
    overflow: hidden;
}

:focus {
	outline: 0;
}

input,button,textarea,select {
	font-size: 100%;
}

input[type="checkbox"],input[type="radio"] {
	vertical-align: middle;
}

textarea {
	overflow: auto;
}

/*
==================================================
全体構造
==================================================
*/

body {
	font-size: 82%;
	color: #221714;
	background-color: #ffffff;
	font-family: "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif,Verdana,Arial,Helvetica;
}

/*
========== リンク ==========
*/

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

/*
========== ページトップ ==========
*/

.pagetop {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 30px;
}

.pagetop a {
	background: url(../img/bg_pagetop_off.gif) center top no-repeat;
	padding-top: 30px;
	font-size: 93%;
	line-height: 1;
}
.pagetop a:hover {
	background: url(../img/bg_pagetop_on.gif) center top no-repeat;
	color: #999;
}

/*
==================================================
コンテンツ
==================================================
*/

/*
========== レイアウト ==========
*/

#content {
	width: 960px;
	margin: 0 auto 20px auto;
	position: relative;
}

.bg_content_lt {
	background: url(../img/bg_content_lt.gif) left top repeat-y;
}

.bg_content_rt {
	background: url(../img/bg_content_rt.gif) left top repeat-y;
}

/*
========== clearfix ==========
*/

.grd_block02:after,.area_news:after, .amulet_list:after {
	content: '';
	display: block;
	clear: both;
	/* old type
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;*/
}

/*
==================================================
見出し
==================================================
*/

.bg_content_lt h1 {
	position: absolute;
	left: 0;
	top: 0;
}

.bg_content_rt h1 {
	position: absolute;
	right: 0;
	top: 0;
}

/*
==================================================
ナビゲーション
==================================================
*/

.pager {
	text-align: center;
}

.pager li {
	display: inline;
	font-size: 108%;
} 

.pager li a {
	display: inline-block;
	padding: 0.2em 0.5em 0.2em 0.3em;
	border-right: solid 1px #999999;
}

.pager li span {
	display: inline-block;
	padding: 0.2em 0.5em 0.2em 0.3em;
	border-right: solid 1px #999999;
}

.pager li:first-child + li a {
	border-left: solid 1px #999999;
}

.pager li:first-child + li a,
.pager li:first-child + li span {
	padding-left: 0.5em;
}

.pager li[class^="pager_"] {
	margin: 0 20px;
	font-size: 100%;
}

.pager li[class^="pager_"] a {
	border: none;
}

.pager .back {
	font-size: 100%;
}
