@charset "utf-8";
/* ===================================================================
CSS Document

 file name  :index.css
 style info :第2階層以下 他
=================================================================== */
/*----------------------------------------------------
	■key
----------------------------------------------------*/

#keyWrap{
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 99999;
}

#keyWrap .logotop{
	position: absolute;
	top: 115px;
	left: 0;
}

#key p{
	height: 723px;
}

div#glovalnavi{
	top: 780px;
}

ul.kamokuList{
	overflow: hidden;
	width: 100%;
	margin: 0 auto 90px;
	text-align: center;
}

ul.kamokuList li{
	float: left;
	width: 25%;
	margin: 10px 0;
	color: #ff8b0e;
	font-size: 18px;
	font-weight: bold;
}

#yellow_area{
	padding: 60px 0 40px;
	background-color: #fffff1;
	border-top: 2px dotted #cbcbcb;
}

#yellow_area .wrap, 
#list_area .wrap{
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

#yellow_area #time{
	float: left;
	width: 50%;
}

#yellow_area .timeTable{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

#yellow_area .timeTable th{
	background-color: #00a0e9;
	color: #fff;
	padding: 8px 3%;
	border-collapse: collapse;
	text-align: center;
}

#yellow_area .timeTable td{
	background-color: #fff;
	border-collapse: collapse;
	border: 1px dotted #b6b6b6;
}

#yellow_area .timeTable .maru{
	color: #ff8b0e;
	font-size: 36px;
}

#yellow_area .timeTable .batu{
	color: #939393;
	font-size: 36px;
}

#yellow_area .timeTable .hoshi{
	color: #ff8b0e;
	font-size: 29px;
}
#yellow_area .oushin{
	float: right;
	width: 42%;
	background-color: #fff;
	border: 3px solid #cbcbcb;
	border-radius: 5px;/* CSS3 */
	-webkit-border-radius: 5px;/* Safari,Chrome */
	-moz-border-radius: 5px;/* Firefox */
}

#yellow_area .oushinWrap{
	padding: 20px;
}

#yellow_area .iconB{
	padding-left: 10px;
	background: url(../image/icon_01.gif) no-repeat 278px 5px;
}

#yellow_area .iconB a{
	color: #333;
}

#list_area{
	padding: 60px 0 40px;
	border-top: 2px dotted #cbcbcb;
}

#list_area p{
padding-bottom:15px;
}

#list_area ul{
overflow: hidden;
    margin-left: -25px;
}

#list_area li{
	float: left;
padding-top:3px;
padding-bottom:10px;
    padding-left: 22px;
margin-left:30px;
    background: url(../image/icon_02.png) no-repeat 0 5px;
}


#list_area .d_border{
border-top: 2px dotted #cbcbcb;
margin-top:30px;
padding-top: 30px;
}


iframe{
	height: 530px;
}

/*----------------------------------------------------
	■bnr_area
----------------------------------------------------*/
#bnr_area ul{
display: -webkit-flex;
    display: flex;
margin-top:30px;
}

#bnr_area ul li{
display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 94%;
    height: auto;
margin:1%;
}



