@charset "utf-8";
* {
	margin: 0;
	padding:0;
	border:0;
}
a {
	text-decoration : none
}
ul, ol {
	list-style : none
}
img {
	vertical-align : middle
}
img {
	max-width : 100%;
	height : auto;
}
html {
	font-family: "メイリオ", sans-serif;
	line-height : 1.8
}
h1 {
	font-size : 2em; /* 48px */
	line-height : 1; /* 48px */
	margin-bottom : 0.5em;margin-top: 0.5em
}
h2 {
	font-size : 1.5 em; /* 36px */
	line-height : 1.3333; /* 48px */
	margin-bottom : 0.6667em;margin-top: 0.6667em
}
h3 {
	text-align : center;
	font-size : 1.3em; /* 24px */
	line-height : 1; /* 24px */
	margin-bottom : 1em;margin-top: 1em
}
h4, h5, h6 .hgroup {
	font-size : 1em; /* 16px */
	line-height : 1.5; /* 24px */
	margin-bottom : 1.5em;margin-top: 1.5em
}
#main p{
	text-align:left;
	margin-top: 1em;
	margin-bottom: 1em;
}
#sub ul{text-align:left}
header {
	text-align : center;
	padding-top : 1.5em;
}
header h1 {
	margin-bottom : 0.5em
}
header h2 {
	color : #781231
}
nav {
	margin-bottom : 1.5em;
	border-bottom: #77021d 2px solid;
}
nav ul {
	overflow : hidden;
	color: #77021d;
	border-radius: 10px 10px 10px 10px;
}
nav ul li {
	width : 20%;
	float : left
}
nav ul li a {
	display : block;
	color: #77021d;
	font-weight:500;
	padding : 0.2em 0
}
nav ul li a:hover {
	color :#FF0;
	background-color:#000;
	font-weight:600;
}
#contents {
	width : 90%;
	margin : 0 auto;
	text-align : center
}
/*  #contents p {
	margin-bottom : 1.5em;
	text-align : left;
}*/
.image {
	margin-bottom : 1.5em;
	box-shadow : 0 0 5px #2f1f1f
}
footer {
	/*background-color:rgba(58,0,13,1);*/
	text-align: center;
	border-radius: 10px 10px 10px 10px;
}
footer #footer_nav {
	padding: 10px 0;
}
footer #footer_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer #footer_nav li {
	display: inline;
	border-left: solid 1px #aaa;
	margin-left: 8px;
	padding-left: 8px;
	font-size: smaller;
}
footer #footer_nav li:last-child {
	border-right: solid 1px #aaa;
	padding: 0 8px;
}
footer small {
	display: block;
	padding: 8px 0;
	color: #fff;
}
/* パンくずリスト */
#breadcrumb {
	font-size: smaller;
}
#breadcrumb ol {
	list-style: none;
	padding: 0;
}
#breadcrumb ol li {
	display: inline;
}
#breadcrumb ol li::after {
	content: ">";
	padding-left: 7px;
}
#breadcrumb ol li:last-child::after {
content:
}
h2, h3, h4 {
	margin-bottom: 1.5em;
}
 
#topbutton {
	/* ▽表示位置を画面の右下に固定 */
	position: fixed;
	bottom: 18px;
	right: 18px;
	width: 8em;
	/* ▽最初は非表示にしておく */
			display: none;
	/* ▽配色・配置・文字の装飾など 
	background-color:#781231;*/
	background-color:#3a000d;
	opacity: 0.8;
	border-radius: 8px 8px 8px 8px;
	text-align: center;
	font-size:90%;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
}
#topbutton a {
	/* ▽リンクの装飾 */
	display : block;
	color:#ffffff;
	text-decoration: none;
}
#topbutton a:hover {
	/* ▽マウスが載ったときの装飾 */
	color:#FF0;
	font-weight: bold;
	background-color:#3a000d;
}
.atoz {
	width: 200px;
	padding:10px 10px 30px 6px;
	text-align:left;
	font-size:110%;
	font-weight:bold;
	vertical-align:text-top;
	color:#006600;
	border-left:1px dotted #ddd;
	border-right:1px dotted #ddd;
}
.at {
	padding:20px;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	border-bottom:1px solid #603;
}

.font_s {
	font-size: 80%;
}
.p_r {
	display:block;
	width:80%;
	text-align:right;
    margin:10px auto; 

}
.delate{text-decoration:line-through}
/*768px*/
@media screen and (min-width : 768px) {
#contents { 
	text-align : left;
	padding-left:80px;
}
#breadcrumb ol {
	margin-left: 200px;
	margin-bottom:10px;
}
.underline{text-decoration:underline;}
.p_a {
	display:block;
    width:100%;
	text-align:center;
    margin:20px auto; 

}
.b_400 {
	width:360px;
	text-align: center;
	padding:8px;
	margin:5px auto;
	border-radius: 10px 10px 10px 10px;
	border-bottom:5px solid  #77021d;
	border-top:5px solid  #77021d;
}

.p_400 {
		width:400px;
	text-align: left;
	padding:8px;
	margin:10px auto;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.p_400radius {
	width:400px;
	text-align: left;
	padding:8px;
	margin:10px auto;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	border-radius: 10px 10px 10px 10px;
	list-style-type: lower-latin;
}
.t_400 {
	width:400px;
	text-align: left;
	padding:8px;
	margin:10px auto;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.inyo450 {
	width:480px;
	padding:10px;
	background-color:#CCCC66;
	text-align:left;
	font-weight:bolder;
font-style:italic;
	display: block;
	margin:10px auto;
}
.inyo450pm {
	width:480px;
	padding:10px;
	background-color:#eee;
	text-align:center;
	font-weight:bolder;
font-style:italic;
	display: block;
	margin:10px auto;
}
.t_50 {
	background-color: #77021d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#77021d), to(#3a000d));
	background-image: -webkit-linear-gradient(top, #77021d, #3a000d);
	background-image: -moz-linear-gradient(top, #77021d, #3a000d);
	background-image: -ms-linear-gradient(top, #77021d, #3a000d);
	background-image: -o-linear-gradient(top, #77021d, #3a000d);
	background-image: linear-gradient(to bottom, #77021d, #3a000d);

filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#77021d, endColorstr=#3a000d);
	color:#ffffff;
	width:70%;
	font-weight:bold;
	text-align:center;
	border-radius: 12px 12px 12px 12px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.p_50 {
	width:50%;
	text-align: center;
	padding:10px;
	margin:20px auto;
}
.sen_350 {
	border:10px solid #d5d5bd;
	width:370px;
	text-align: left;
	margin:10px auto;
	font-size:105%;
	padding: 15px;
	display: block;
}
.ten_500 {
	border:2px dotted #999999;
	width:530px;
	text-align: left;
	line-height:180%;
	margin:20px auto;
	padding: 15px;
	border-radius: 10px 10px 10px 10px;
}
.sen_500 {
	border:2px solid #999999;
	width:530px;
	text-align: left;
	margin:20px auto;
	padding: 15px;
	border-radius: 10px 10px 10px 10px;
}
.top_500{
border-top: #77021d 2px solid;
	border-bottom: #77021d 2px solid;margin:0 auto;width:530px;
	border-radius: 10px 10px 10px 10px;
	}
.ten_650 {
	border:2px dotted #999999;
	width:680px;
	text-align: left;
	line-height:160%;
	line-height:130%;
	margin:20px auto;
	padding: 15px;
	border-radius: 10px 10px 10px 10px;
}
.sen_650 {
	border:2px solid #999999;
	width:680px;
	text-align: center;
	margin:20px auto;
	padding: 10px;
	border-radius: 10px 10px 10px 10px;
}
}

/*1024px*/
@media screen and (min-width : 1024px) {
html {
	font-size : 100%;
	background-image:url(../../2016/m-book_back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}
nav {	margin-left:180px;
	margin-right:150px;
}
nav ul {
	width : 71%;/* 960/1024 */
	margin : 0 auto
}
#contents {
	overflow : hidden;
	width : 93.75%;
}
#contents #main, #contents #sub {
	float : left;
	margin : 0 1.0416667%
}
#contents #main {
	width : 75%;
}
#contents #sub {
	width : 20.833333%;
	font-size : 85%;
}
footer {
	width : auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* @end */
.p_680 {/*中央点線枠テキスト真ん中*/
	background-color: #ffffff;
	width:580px;
	padding:4px;
	text-align: center;
	border:1px dotted #666;
	margin:10px auto;
}
.seimei_bg {
	/* ▽配色・配置・文字の装飾など 
	background-color:#781231;
	background-image:url(../IMG2/aoi2/bd22.gif);*/
	background-color:#3a000d;
	height:60px;
	width:640px;
	color:#ffffff;
	margin:10px auto;
	padding: 10px;
	text-align:center;
	border-radius:50%;
	padding:10px 0;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7);
}
}