@charset "UTF-8";

/* 初期設定
----------------------------------- */
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
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; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; } nav ul { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; } 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; } img { border: 0; }
input[type="search"],input[type="text"],input[type="submit"] { -webkit-appearance: none; -webkit-box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { display: none; }

/* Text */
body {
	font-family: Arial, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	line-height: 150%;
}

/* Default [Link] */
a:link { color: #0769e3; }
a:visited { color: #5c56ac; }
a:hover, a:focus { color: #389efe; }
a:active { color: #0769e3; }

/* Print */
@media print {
	* {
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
		background: transparent none !important;
	}
	html { background-color: #fff; }
	nav { display: none; }
	a[href]:after { content: " (" attr(href) ") "; }
	a[href] {
		text-decoration: underline;
		color: #00f;
		border: none;
	}
	a[href^="javascript:"]:after, a[href^="#"]:after { content:""; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	figure { 
		margin-bottom: 1em; 
		overflow: hidden;
	}
	figure img { border: 1px solid #000; }
}

/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* ナビゲーション初期設定
----------------------------------- */
.nav1btn, .nav2btn { display: none; }
.toggle { display: block; }
#topnav li {
	display: inline-block;
	border: none;
}

/* body要素設定
----------------------------------- */
body {
	background: #f6f6f6 url(../img/l_bg.png) repeat center top;
}

/* モジュール
----------------------------------- */
span.notes{
	font-size:90%;
}

/* サイトナビゲーション */
.site-navi {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: 101%;
}

/* エディタ用
----------------------------------- */
.size-m{font-size: 120%;}
.size-l{font-size: 140%;}
.red{color:#b6141f;}
.blue{color:#1765b5;}
strong{font-weight:bold;}
blockquote{padding:0 2em;}

.mod-free-block h3,.mod-free-block02 h3,#main-block .text-block h3{
	margin:0 0 1em;
	padding:2px 0 0 3px;
	background-color:#dad4bf;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #d1c9ae), color-stop(0.00, #dad4bf));
	background: -webkit-linear-gradient(top, #dad4bf 0%, #d1c9ae 88%);
	background: -moz-linear-gradient(top, #dad4bf 0%, #d1c9ae 88%);
	background: -ms-linear-gradient(top, #dad4bf 0%, #d1c9ae 88%);
	background: linear-gradient(to bottom, #dad4bf 0%, #d1c9ae 88%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad4bf', endColorstr='#d1c9ae',GradientType=0 );
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:solid 1px #c6bfa8;
	font-size:120%;
	color:#534d3b;
	font-weight: bold;
}
.mod-free-block h4,.mod-free-block02 h4,#main-block .text-block h4{
	margin:0 0 1em;
	padding:0 0 2px;
	border-bottom:solid 2px #78715f;
	color:#78715e;
	font-weight:bold;
}
.mod-free-block ul,.mod-free-block02 ul,body.editable #main-block article ul,#main-block .text-block ul{list-style-type: circle; list-style-position:outside;}
.mod-free-block ol,.mod-free-block02 ol,body.editable #main-block article ol,#main-block .text-block ol{list-style-type: decimal; list-style-position:outside;}
.mod-free-block li,.mod-free-block02 li,body.editable #main-block article li,#main-block .text-block li{ margin:0 0 0.5em 2em;}
.mod-free-block dl,.mod-free-block02 dl,body.editable #main-block article dl,#main-block .text-block dl{}
.mod-free-block dt,.mod-free-block02 dt,body.editable #main-block article dt,#main-block .text-block dt{font-weight:bold;}
.mod-free-block dd,.mod-free-block02 dd,body.editable #main-block article dd,#main-block .text-block dd{margin:0 0 0.5em 2em;}
.mod-free-block div.center,.mod-free-block02 div.center,body.editable #main-block article div.center,#main-block .text-block div.center{text-align:center;}
.mod-free-block div.frame,.mod-free-block02 div.frame,body.editable #main-block article div.frame,#main-block .text-block div.frame{
	margin:0;
	padding:1em;
	border:solid 1px #d5d1c6;
	background-color:#fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* 文字色 */
.morning{color:#68a732;}
.morningtwo{color:#bf65d5;}
.afternoon{color:#f86e31;}
.goodafternoon{color:#4ba5b2;}
.evening{color:#5e73e1;}

/* 罫線1 */
.ex-line-h{
	clear:left;
	padding:12px 0 0 ;
	background: url(../img/border_h_2px.png) repeat-x left top;
}
/* 罫線2 */
.ex-line-h02{
	clear:left;
	padding:24px 0 0 ;
	background: url(../img/border_h_4px.png) repeat-x left top;
}
/* 罫線3 */
.ex-line-h03{
	clear:left;
	padding:20px 0 0 ;
	border-top: solid 3px #68a732;
}

/* 微調整 */
.ex-m-top20{margin-top:20px !important;}
.ex-m-btm10{margin-bottom:10px !important;}
.ex-m-btm30{margin-bottom:30px !important;}
.ex-m-btm40{margin-bottom:40px !important;}
.ex-clear-b{clear: both;}

/* 注釈 */
p.common{font-size:90%; line-height:140%; margin-bottom:20px;}

/* 現在地表示 */
#counter{
	position:fixed;
	bottom:0;
	left:0;
	background-color:#000;
	color:#fff;
	padding:10px;
	z-index:999;
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha( opacity=0 );
	opacity: 0;
}

/* fancybox */
.fancybox-title-inside-wrap {
	padding-top: 10px;
	text-align:left;
}

/* エラー  */

#error{
	padding:150px 0;
	text-align:center;
	line-height: 140%;
}
#error h2{
	margin:0 0 0.5em;
	color:#c00;
	font-weight:bold;
	font-size:110%;
}
#error p{
	color:#333;
	font-size:90%;	
}

/* 可変バナーL */
.mod-ad-landscape-l {
	clear:both;
	width:728px;
	margin: 0 auto 20px auto;
	text-align:center;
}
.mod-ad-landscape-l .mod-ad-block {
	width:728px;
	height:90px;
	margin:0 auto;
}
/* 可変バナーM */
.mod-ad-landscape-m {
	clear:both;
	width:468px;
	margin: 0 auto 20px auto;
	text-align:center;
}
.mod-ad-landscape-m .mod-ad-block {
	width:468px;
	height:60px;
	margin:0 auto;
}

/* 可変バナーS */
.mod-ad-landscape-s {
	width:320px;
	margin: 20px auto;
	text-align:center;
}
#main .mod-ad-landscape-s {
	width:auto;
	margin: 20px -5px;
}
.mod-ad-landscape-s .mod-ad-block {
	width:320px;
	height:100px;
	margin:0 auto;
}