/*--top.css--*/
@charset "UTF-8";


/*----------------------
## centre ##
----------------------*/
#wrapper #container div#main div.centre {}
#wrapper #container div#main div.centre div.topMainDisplay {
	position: relative;
	width: 100%;
	height: 800px;

/*-	height: 798px; --*/
	background: url('/images/top_main.png') center center no-repeat;
	margin-bottom: 10px;
}

/*----------------------
## button ##
----------------------*/
#wrapper #container div#main div.centre div.topMainDisplay a[href*='facebook'] {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
#wrapper #container div#main div.centre div.topMainDisplay div.button1 {
	display: block;
	background: url('/images/facebooklogo.png') no-repeat;
	width:64px;
	height:64px;
	margin: 10px;
	/*margin:150px 30px 70px 30px;*/
}

#wrapper #container div#main div.centre div.topMainDisplay * {display:none}

#wrapper #container div#main div.centre div.centreSplit {
	margin-bottom: 20px;
}

/*-  左側にもお知らせ追加  --*/

#wrapper #container div#main div.centre div.centreSplit div.splitLeft {
	float: left;
	width: 389px;
/*	width: 349px;*/
/*	width: 100%;*/
	height: auto;
}

/*-  左側にもお知らせ追加  --*/
#wrapper #container div#main div.centre div.centreSplit section dl dd {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999;
}
#wrapper #container div#main div.centre div.centreSplit div.splitRight {
	float: right;
	width: 389px;

/*-	width: 349px; --*/
	height: auto;
}

#wrapper #container div#main div.centre div.centreSplit section.splitBlock {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
}
#wrapper #container div#main div.centre div.centreSplit section.splitBlock h3 {
	width: 100%;
	height: 24px;
	line-height: 24px;
	margin-bottom: 5px;
	background: url('../images/bg_tit_bar_01.jpg') left center no-repeat;
}
#wrapper #container div#main div.centre div.centreSplit section.splitBlock h3 span {
	padding-left: 10px;
	font-weight: bold;
/*-	コロナ中止に伴う変更  --*/
	font-size: 1.1em;
	color: #fff;
}
#wrapper #container div#main div.centre div.centreSplit section.splitBlock > p,
#wrapper #container div#main div.centre div.centreSplit section.splitBlock > ul,
#wrapper #container div#main div.centre div.centreSplit section.splitBlock > ol,
#wrapper #container div#main div.centre div.centreSplit section.splitBlock > dl {
	padding: 0 10px;
}
#wrapper #container div#main div.centre div.centreSplit section.splitBlock > p.message {
	font-size: 1.1em;
/*-	font-size: 0.9em;#  --*/
	font-weight: bold;
	color: #000000;
}
#wrapper #container div#main div.centre div.centreSplit section.splitBlock > p.message2 {
	font-size: 1.1em;
/*-	font-size: 0.9em;#  --*/
	font-weight: bold;
	color: #c00;
}

#wrapper #container div#main div.centre div.centreSplit section.news {
	position: relative;
	padding-bottom: 36px;
}
#wrapper #container div#main div.centre div.centreSplit section.news dl {}
#wrapper #container div#main div.centre div.centreSplit section.news dl dt {
	color: #c00;
	font-size: 0.9em;
}
#wrapper #container div#main div.centre div.centreSplit section.news dl dd {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999;
}
#wrapper #container div#main div.centre div.centreSplit section.news p.button {
	position: absolute;
	right: 0px;
	bottom: 10px;
}
#wrapper #container div#main div.centre div.centreSplit section.news p.button a {
	padding: 5px 20px;
	background-color: #c00;
	color:  #fff;
}

/*-------------------------------------------------

modal

-------------------------------------------------*/
div.modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
}
h4 {
    clear: both;
    position: relative;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0 0 40px 0;
}
p {
    display: block;

}

.cm {
    color: #333333;
    font-size: 14px;
    line-height: 2;
}
.modal_content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    height: 60vh;
    overflow-y: scroll;
}

.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.mb_m {
	margin-bottom: 40px !important;
    	font-size: 14px;

}
/*-------------------------------------------------

ボタン

-------------------------------------------------*/
a.btn_orange,
a.btn_green,
a.btn_blue,
.btn_gray{
	position:relative;
	display:inline-block;
	*display: inline;  
    *zoom: 1;
	cursor:pointer;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	padding:1em 3em 1em 4em;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);
	transition:.3s all;
}
a.btn_orange:before,
a.btn_green:before,
a.btn_blue:before,
.btn_gray:before {
    position: absolute;
    top: 50%;
    left: 0em;
    content: " ";
    font-family: FontAwesome;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
a.btn_orange {
	background: #EF9329;
}
a.btn_orange:hover{
	background: #FBC41B;
}
a.btn_green{
	background: #6AA728;
}
a.btn_green:hover{
	background: #7BC12F;
}
a.btn_blue{
	background: #00508F;
}
a.btn_blue:hover{
	background: #0B5B9D;
}
.btn_gray{
	color:#999999;
	background: #EEEEEE;
	text-shadow:none;
}
.btn_gray:hover{
	text-decoration:none;
	background: #F8F8F8;
}
