@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
	body
----------------------------------------------------*/
body {
	margin: 0 ;		/* スペース */
	padding: 0 ;	/* 余白 */
	font-size: 13px ;	/* 文字サイズ */
	line-height:1.6;	/* 行の高さ */
	overflow-x: hidden;
	color: #333333;
}



/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.header2 {
	margin: 0 auto ;
	height:100px;
	border: 1px solid #ffffff;
	margin-bottom: 10px;
	}

.logo2 {
	width: 1000px ;
	margin: 0 auto ;
	text-align: left ;
	color: #FFFFFF;
}

.logo2 h1 {
	padding: 15px ;
	line-height: 1em;
	margin-bottom:5px;
}

div.clear {
	clear: both;
	margin: 0 0 10px 0;
}

.category {
	width: 400px;
	display: table;
	table-layout: fixed;
}

.category .cell {
	display: table-cell;
	padding: 2px;
	border: 1px solid #dddddd;
	text-align:center;
	color: #000000;
	background:#FFFFFF;	
}

@media screen and (max-width: 800px ) {

.header2 {
	width: auto;
	height: auto;
}



.logo2 {
	width: auto;
	float: none ;	/* floatを無効する */
}

.category .cell {
	width: 100px;
	display: block;
	margin-bottom:5px;

}


}



/*----------------------------------------------------
	contents
----------------------------------------------------*/
.contents2 {
	width:1000px;
	padding: 0 ;	/* 上下左右の余白を0にしておく */
	margin: 0 auto ;	/* 左右に[auto]を指定することで、真ん中に寄る */
	display: table;
	table-layout: fixed;
	background-color: #ffffff;
}

.contents3 {
	width:1000px;
	padding: 0 ;	/* 上下左右の余白を0にしておく */
	margin: 0 auto ;	/* 左右に[auto]を指定することで、真ん中に寄る */
	table-layout: fixed;
	background-color: #ffffff;
}

.top {
	width:1000px;
	padding: 0 15px ;	/* 左右の余白 */
	margin: 0 auto ;	/* 左右に[auto]を指定することで、真ん中に寄る */
	table-layout: fixed;
	background-color: #ffffff;
}

.main2 {
	width:450px;
	padding: 0 15px ;	/* 左右の余白 */
	display: table-cell;
	margin-bottom: 20px;
	table-layout: fixed;  
}

.main3 {
	padding: 0 15px ;	/* 左右の余白 */
}


.MAP-IMG{
    margin-bottom:5px;
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}




@media screen and (max-width:600px )
{
.contents2 {
	width: auto ;
	padding: 0 ;	/* 上下左右の余白を0にしておく */
}
	
.contents3 {
	width: auto ;
	padding: 0 ;	/* 上下左右の余白を0にしておく */
}

.main2 {
	width: auto;
	display: block;	
	padding: 0 ;	/* 上下左右の余白を0にしておく */

}

.main3 {
	width: auto;
	padding: 0px;
}

}

/*----------------------------------------------------
	footer2
----------------------------------------------------*/
.footer2 {
	width: 1000px ;
	margin: 0 auto ;	/* 左右に[auto]を指定することで、真ん中に寄る */
	text-align: center ;	/* テキスト、画像の真ん中寄せ */
	background: #FFFFFF;
	padding: 10px 0px;	/* 上下左右の余白を0にしておく */
	height:100%;
}

/* スマホだけに適用するCSS */
@media screen and (max-width:600px )
{
.footer2 {
	width: auto;
	display: block;
	padding: 5px 0px;	/* 上下左右の余白を0にしておく */
}


}

/*----------------------------------------------------
	nav
----------------------------------------------------*/
nav.global-navi ul {   
	border: 1px solid #fff;
	font-size: 12pt;
	width: 100%;
	margin: 0 auto ;	/* 左右に[auto]を指定することで、真ん中に寄る */
	display: table;
	table-layout: fixed;
}
 
nav.global-navi ul li {
	text-align: center;
	border-right: 1px solid #fff;
	display: table-cell;
	color: #fff;
}
 
nav.global-navi ul li:last-child {
	border-right: none;
}
 
nav.global-navi ul li a {
	color: #fff;
	text-decoration: none;
	padding: 12px 0;
	display: block;
}

@media screen and (max-width:600px ) {
	
nav.global-navi ul li {
	width: auto ;
	padding: 0 ;
	display: block;	
	margin-bottom:5px;
	border-right: none;
	font-size: 10pt;	
}

nav.global-navi ul li a {
	padding: 5px ;
}

}	
 
/*----------------------------------------------------
	text
----------------------------------------------------*/

.M-H2 {
	height: 30px;
	background: #fff;
	padding: 5px 10px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 3px #078b9a;
	border-left: solid 1px #ccc;

}

.M-H2B {
	height: 30px;
	background: #fff;
	padding: 5px 10px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 4px #078b9a;
	margin-bottom: 10px;
}

.M-H2C {
	height: 30px;
	padding: 5px 10px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 4px #078b9a;
	margin-bottom: 10px;
	color: #fff;	
}

.M-H3 {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
}



.mh4 {
	margin: 5px 10px;
	padding: 2px 2px 2px 8px;
	color: #fff;
	text-align: left;
}

@media screen and (max-width:600px ) {


} 

/*----------------------------------------------------
	main以下
----------------------------------------------------*/

.SEC-B {
    border: 1px solid #dddddd;
	padding:10px;

}

#datehead{
	width:715px;
	margin:10px 15px 10px 17px;
	text-align:left;
}

.INFOBOX {
	border:1px solid #dddddd;
	margin-bottom: 10px;
	padding:5px;
	box-shadow: 1px 1px 2px;
}

.INFOBOX2 {
	border:1px solid #dddddd;
	margin-bottom: 10px;
	padding:10px;
}



.INFO-3 {
  margin: 0 auto ;	/* 左右に[auto]を指定することで、真ん中に寄る */
  display: table;
  table-layout: fixed;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}

.INFO-3 li  {
	position: relative;
    display:table-cell;
    padding:0 3px;
	vertical-align: middle;
	border-right: 1px solid #fff;

}

.INFO-3 li p {
	text-decoration: none;
	padding: 10px 0;
}

.INFO-3 li:last-child {
	border-right: none;
}


.INFO-1 {
	width: 100%;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
}


.INFO-C1 {
	width: 60%;
	display: table-cell;
	padding: 3px;
}

.INFO-C2 {
	display: table-cell;
	padding: 3px;
	vertical-align:middle;
	text-align: center;
	
}

.INFO-1 .BNT {
	text-align:center;
	color: #FFFFFF;
	padding: 5px;
	font-size: 8pt;
	background: #228B22;
	text-align: center;
}

.INFO-1 .BNT a{
	color: #FFFFFF;
}


.MAP {
	width: 100%;
	padding:5px;
	margin-bottom: 20px;
}

p.resize { min-width: 300px;}
p.resize img { width: auto; }
 
.EMP {
	font-weight:bold;
}

@media screen and (max-width:600px ) {

.SEC-B {
	padding:5px;
}


.INFO-1 {
	margin-top:5px;
	
}

.INFO-1 .INFO-C1 {
	width: auto ;
	display: block;
	text-align:left;
}

.INFO-1 .INFO-C2 {
	width: auto ;
	display: block;
	text-align:left;
	
}

.INFO-1 .BNT {
	width: auto ;
	display: block;
	text-align:center;
}


.iframeWrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.INFO-3 li {
	width: auto ;
	padding: 0 ;
	display: block;	
	margin-bottom:0px;
	border-right: none;
}

.INFO-3 li a {
	padding: 0px ;
}

}	

/*----------------------------------------------------
	button
----------------------------------------------------*/
.bnt2,
.bnt3,
.bnt4,
.bnt5{
	text-align: center;
	color: #FFFFFF;
	font-size: 11pt;
	padding:10px 20px;
	margin-bottom: 20px;
	border-radius: 3px;
	font-weight:bold;
	box-shadow:2px 2px 4px;
	border:1px solid #dddddd;
}

.bnt2 a,
.bnt3 a,
.bnt4 a,
.bnt5 a{
	color: #FFFFFF;
 }
 
 .bnt4 span.b4 {
	 display:block;
	 border-left:
	 solid 8px #FFFFFF;
	 padding-left:10px;
}

.bnt5 {
	width:250px;
}


@media screen and (max-width:600px ) {
.bnt2,
.bnt3,
.bnt4,
.bnt5{
	width: auto ;
	margin-bottom:5px;
}

.bnt5 {
	font-size: 10pt;
} 

}

/*----------------------------------------------------
	table_01
----------------------------------------------------*/
.table_01{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #ccc;
	padding:0;
	margin:0;
	margin-bottom:20px;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size:9pt;
	table-layout: fixed;
}

.table_01 tr{
	border:1px solid #ccc;
	padding:5px;
}

.table_01 th, table td{
	border:1px solid #ccc;
	padding:5px;	
}

.table_01 th{
	letter-spacing:1px;
	background:#f6f6f6;
}

@media screen and (max-width: 800px) {

.table_01{
		border:0;
		margin-bottom:5px;
}

.table_01 thead{
		display:none;
}

.table_01 td{
	border:0;
}	
	

.table_01 tr{
		margin-bottom:10px;
		display:block;
		border-bottom:2px solid #ddd;
}

.table_01 td{
		display:block;
		text-align:right;
		font-size:90%;
		border-bottom:1px dotted #ccc;
}

.table_01 td:last-child{
		border-bottom:0;
}

.table_01 td:before {
		content:attr(data-label);
		float:left;
		font-weight: bold;
}



}


/*----------------------------------------------------
	table_02
----------------------------------------------------*/
.table_02 {
		width: 100%;
		border-collapse:collapse;
		border-spacing:0;
		background:#E6EEFB;
		margin-bottom:10px;
}

.table_02 th,
.table_02 td {
		padding: 10px;
		border: 1px solid #E6EEFB;
		vertical-align: top; 
}

.table_02 th {
		background: #E6EEFB;	
}

.table_02 th,
.table_02 td { 
		text-align: left;
}

@media screen and (max-width: 800px) {

.table_02 {
		padding:5px;
}

.table_02 tr {
        display:block;
        margin-bottom: 10px;
}

.table_02 th {
		display:block;
}

.table_02 td {
	display:block;
	border:none;
}

.table_02 img {
	width: 79px;
	height:auto;
}

.table_02 h3 {
	font-size:11pt;
}

}

/*----------------------------------------------------
	table_03
----------------------------------------------------*/
.table_S {
		width: 100%;
		border-collapse:collapse;
		border-spacing:0;
		margin-bottom:10px;
}

.table_S th,
.table_S td {
		padding: 10px;
		border: 1px solid #E6EEFB;
		vertical-align:middle;

}

.table_S th {
		background: #ccc;
		text-align: center;		
}


.table_S td { 
		text-align: left;
		
}

.table_S caption { 
		text-align: center;
		background: #ccc;
		padding: 10px;
		
}

@media screen and (max-width: 800px) {

.table_S {
		padding:5px;
}

.table_S tr {
        display:block;
        margin-bottom: 10px;
}

.table_S th {
		display:block;
}

.table_S td {
	display:block;
	border:none;
}

.table_S img {
	width: 79px;
	height:auto;
}

.table_S h3 {
	font-size:11pt;
}

}


/*----------------------------------------------------
	contents2
----------------------------------------------------*/
.contents2 {
	display: block;
}

.body {
	word-break: break-all;
}

html.noBl {
    min-width: 0px;
}

/* スマホだけに適用するCSS */
@media screen and (max-width:600px )
{
	/* ボディ */
html,body {
    overflow-x: hidden;
}

p {
	padding:5px;
}

.footer_lp {
	min-width: 0px;
	padding:0px;
}

.footer-inner {
	width: auto;
	margin: 0 auto;
}

.footer__logo {
	float: none ;	/* floatを無効する */
}

.footer-externallinks__link {
	float: none ;	/* floatを無効する */
}

.footer-externallinks__link li {
	display: block;
}

}


/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-XS { font-size:11pt;}
.TXT-S { font-size:12pt;}
.TXT-M { font-size:14pt;}
.TXT-L { font-size:16pt;}
.TXT-XL { font-size:20pt;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}


.TXT-BB { border-bottom: 1px solid #dddddd;}


@media screen and (max-width: 800px ) {

.TXT-M { font-size:11pt;}
.TXT-L { font-size:14pt;}
.TXT-XL { font-size:16pt;}

}

/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 10px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }




