?@charset "UTF-8";

/* ========BASIC======== */
html {
    overflow-y:scroll;
}

body {
    margin:0;
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
/*    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;*/
    font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size:14px;
    color:#000;	
    background:#efefef;
    background:linear-gradient(to bottom, #555 0%, #111 80%);
	background-attachment: fixed;
	height:100%;
}

br {
    letter-spacing:normal;
}

a {
    color:#134D99;
    text-decoration:none;
}

a:hover {
    color:#134D99;
    text-decoration:underline;
}

img {
    border:0;
    vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
}
h1{
	font-size:2em;
}


h2 {
    clear:both;
    padding:0 10px;
    line-height:2.0;
    color:#fff;
    font-size:1.25em;
    font-weight:normal;
    background:#770000;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #700), color-stop(0.00, #aa2323));
    background:-webkit-linear-gradient(top, #aa2323 0%, #700 85%);
    background:-moz-linear-gradient(top, #aa2323 0%, #700 85%);
    background:-o-linear-gradient(top, #aa2323 0%, #700 85%);
    background:-ms-linear-gradient(top, #aa2323 0%, #700 85%);
    background:linear-gradient(to bottom, #aa2323 0%, #700 85%);
}

h3 {
    clear:both;
    padding:0 10px;
    line-height:2.0;
    font-size:1.25em;
    font-weight:normal;
    margin:0;
    color:#000;
    border:1px solid #ddd;
    background:#ccc;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #ccc), color-stop(0.00, #f3f3f3));
    background:-webkit-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
    background:-moz-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
    background:-o-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
    background:-ms-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
    background:linear-gradient(to bottom, #f3f3f3 0%, #ccc 85%);
}

h4 {
    padding:0 10px;
    line-height:2.0;
    color:#000;
    font-weight:normal;
    font-size:1.1em;
    border:0;
    background:#f1f1f1;
    background:linear-gradient(to bottom, #f1f1f1, #DDD);
}

h5 {
    padding:0 10px;
    line-height:2.0;
    font-size:1.1em;
    font-weight:normal;
    border-left:5px solid #000;
}

h6 {
    line-height:2.0;
    color:#770000;
}

p {
    margin:10px;
}

ul,ol,dl {
    margin:10px;
    padding:0;
}

li {
    padding:0;
    margin:0 0 0 30px;
}

dt {
    margin:0;
    padding:0;
}

dd {
    margin:0 0 0.5em 1em;
    padding:0;
    background:#f1f1f1;
}

table {
    font-size:1rem;
}

table {
    width:600px;
    margin:10px;
    border-collapse:collapse;
    border:1px solid #999;
    border-spacing:0;
    line-height:1.8;
}

table th {
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    background:#EFEBEF;
    font-weight:bold;
    text-align:left;
}

table td {
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    text-align:left;
}

table td ol {
    margin:0;
    padding:0 0 0 30px;
}

table td li {
    margin:0;
    padding:0;
}

/* ========TEMPLATE LAYOUT======== */
#container {
    position:relative;
    width:940px;
	min-height:90vh;
    margin:0 auto 30px;
    padding:20px;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
	
    box-shadow:0 0 10px #111;
    background:#fff;
}

#header {
    position:relative;
    width:940px;
    margin-bottom:20px;
}

#menu {
    position:absolute;
    right:40px;
    top:30px;
}

#icatch {
    width:940px;
}

#contents {
    float:left;
    width:940px;
    padding:10px 0;
    background:#fff;
}

#conL {
    float:left;
    width:620px;
}

#conR {
    float:right;
    width:300px;
}

#footMenu {
    float:left;
    width:940px;
    margin-top:10px;
}

#footer {
    clear:both;
    width:940px;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
    margin:0;
    padding:20px 0 0 0;
    font-size:2.2em;
    color:#770000;
    line-height:1.0;
}

#header h1 a {
    color:#770000;
}

#header h1 a:hover {
    color:#770000;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
    margin:0;
    padding:0;
    list-style:none;
}

#menu li {
    overflow:hidden;
    float:left;
    margin:0;
    padding:0 0 0 30px;
}

#menu li a {
    display:block;
    font-weight:bold;
    color:#000;
    outline:none;
}

#menu li a:hover {
    color:#000;
    border-bottom:3px solid #770000;
    text-decoration:none;
}

/* ========SLIDESHOW CUSTOMIZE======== */
#slide {
    width:940px;
    height:300px;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
}

.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}

.slideInner li {
    position:absolute;
    background:#fff;
    margin:0;
    padding:0;
}

.slidePrev {
     position:absolute;
     width:50px;
     height:60px;
     top:120px;
     left:0;
     cursor:pointer;
     z-index:100;
}

.slideNext {
     position:absolute;
     display:block;
     width:50px;
     height:60px;
     top:120px;
     right:0;
     cursor:pointer;
     z-index:100;
}

.controlNav {
     position:absolute;
     float:left;
     left:50%;
     bottom:0;
}

.controlNav span {
     position:relative;
     left:-50%;
     float:left;
     margin:5px;
     -webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
     width:10px;
     height:10px;
     overflow:hidden;
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     background:#eee;
     text-indent:-9999px;
     vertical-align:middle;
}

.controlNav span:hover {
     background:#ccc;
     cursor:pointer;
}

.controlNav span.current {
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     background:#85d1c6;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */
.pageNavi {
    overflow:hidden;
    position:relative;
    margin-left:-20px;
    margin-top:20px;
    margin-bottom:20px;
}

* html .pageNavi {
    height:1em;
    overflow:visible;
}

.pageNaviColumn {
    display:inline;
    width:300px;
    float:left;
    margin-left:20px;
    padding:0 0 2em 0;
    background:#eee;
    background:linear-gradient(to bottom right, #eee, #DDD);
}

.pageNaviImg {
    margin:0;
    padding:0;
    background:none;
}

.pageNaviDetail {
    position:absolute;
    bottom:0;
    width:280px;
    text-align:right;
}

.pageNaviDetail a {
    padding:0 0 0 7px;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

/* INFORMATION CUSTOMIZE */
.information {
    width940px;
    margin-bottom:20px;
    max-height: 248px;
    overflow: scroll;
}

.information dl {
    margin:0;
}
.information dt {
    float:left;
    padding-top:5px;
}

.information dd {
    margin:0 0 5px 0;
    padding:5px 0px 5px 9em;
    background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

/* SUBMENU CUSTOMIZE */
.submenu {
    border:1px solid #ddd;
}

.submenu h3 {
    border:none;
}

.submenu ul {
    margin:10px;
    padding:0;
}
.submenu li {
    margin:0;
    padding:0 0 0 7px;
    list-style:none;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

.submenu p {
    margin:10px;
}

/* BANNER CUSTOMIZE */
.bnrL {
    margin:20px 0;
}

.bnrL ul {
    width:630px;/* for IE7 */
    margin:0 -10px 0 0;
    padding:0;
}

.bnrL li {
    float:left;
    margin:0 10px 0 0;
    padding:0;
    list-style:none;
    margin-bottom:10px;
}

.bnrR {
    width:278px;
    margin:20px 0;
    padding:10px;
    border:1px solid #ddd;
}

.bnrR ul {
    margin:0 0 -10px 0;
    padding:0;
}

.bnrR li {
    margin:0;
    padding:10px;
    list-style:none;
    margin-bottom:10px;
    background:#eee;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
    margin:5px 0;
    padding:20px 0;
    text-align:center;
    border-top:1px solid #ddd;
}

#footMenu li {
    display:inline;
    margin:0 0 0 20px;
    list-style:none;
}

#footMenu li a {
    color:#000;
}

#footMenu li a:hover {
    color:#666;
    text-decoration:underline;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
    font-style:normal;
    font-size:0.9em;
    color:#999;
    line-height:3.0;
    text-align:center;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
    position:fixed;
    right:0;
    bottom:0;
    padding:10px;
	background: linear-gradient(to bottom, #A92323, #770000);
}

#pageTop a {
    padding:0 0 0 12px;
    color:#fff;
    font-size:0.9em;
}

#language{
	position:absolute;
	top:0;
	right:0;
	padding:0 1em;
	margin:0;
	display:block;
	z-index:10000;
	background-color:#A92323;
	background: linear-gradient(to bottom, #A92323, #770000);
}
#language a{
	color:#FFF;
	display:inline-block;
	padding:0.25em 1em;
	margin-right:0.2em;
}
#language li.current-lang a{	color:#FF0;	}
 
#language li{
	margin:0;
    position:0;
	relative;
	display:inline-block;
}

#pageContents p{
	line-height:1.4;
	margin:0.25em 0 0.75em;
	padding:0 8px 0;
}

#pageContents .has-small-font-size{
	font-size: 0.8em;
}
#pageContents .has-medium-font-size{
	font-size: 1rem;
}
#pageContents .has-large-font-size{
	font-size: 1.4rem;
}
#pageContents .has-x-large-font-size{
	font-size: 1.8rem;

}

#pageContents .has-text-align-left{		text-align:left;	}
#pageContents .has-text-align-center{	text-align:center;	}
#pageContents .has-text-align-right{	text-align:right;	}

#pageContents table{
	width:80%;
	margin-left:10%;
	
}

#pageContents dl.dlList {
	display: flex;
	flex-wrap: wrap;
}

#pageContents dl.dlList dt {
    flex-basis:22%;
	padding:2px 0;
}

#pageContents dl.dlList dd {
    margin:0;
	padding:2px 0;
    flex-basis:75%;
	background-color:transparent;
}

#postBox{

}

#postBox #pageTitle{
    position:relative;
	background: url("../images/icatch02.jpg") no-repeat 50% 50%;
	background-size: cover;
	width:100%;
	height:240px;
}

#postBox #pageTitle h3{
	position:absolute;
	top:96px;
	left:40px;
	text-shadow:0 0 5px #FFF,0 0 3px #FFF, 2px 2px 2px #FFF ;
    padding:0;
    font-size:2.5em;
    font-weight:bold;
    margin:0;
    color:#000;
    border:none;
    background:transparent;

}
#postBox #postContents{
    background-color:#EEE;
	padding:1em;
	font-size:1.2em;
}
#postBox #postContents ._contents{
	background-color: #FFF;
	padding:0.5em 0.5em 0em;
}

#postBox #postContents ._day{
	text-align:right;
	font-size:0.8em;
	padding:0.2em ;
	border-top:1px solid #CCC;
	color:#666;
}
#postBox #postContents #pager{
	background-color: #FFF;
    text-align: center;
    position: relative;
	margin-top:1em;
}
#postBox #postContents #pager ._next{
    position: absolute;
	right:0.5em;top: 0;
}
#postBox #postContents #pager ._prev{
    position: absolute;
	left:0.5em;top: 0;
}
