@charset"UTF-8";
/* ----------------------------------
menu
---------------------------------- */

#menu-bt{
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 99999999;
}

#sp_tel{
	position: fixed;
	top: 10px;
	right: 60px;
	z-index: 99999999;
}

#menu{
	width: 100%;
	position: fixed;
	top: 55px;
	z-index: 99999999;
}

#menu ul{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #00a0e9;
}

#menu ul li{
	list-style-type: none;
	font-size: 24px;
}

#menu ul li a{
	width: 100%;
	display: block;
	background-color: rgba(255,255,255,0.9);
	color: #333;
	border-bottom: 1px solid #00a0e9;
	text-align: left;
	padding: 10px 15px;
}

.pc_head{
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	padding-bottom: 8px;
	background: url(../image/sp_bg_head.png) repeat-x bottom;
	z-index: 1;
}

.sp_logo{
	position: fixed;
	top: 0;
	left: 0;
}

/* ----------------------------------
1000~
---------------------------------- */
@media only screen and (min-width: 1000px) {

.headWrap,
#main_area,
#footer_area .wrap,
ul.kamokuList,
#yellow_area .wrap,
#list_area .wrap{
	width: 1000px;
}
#glovalnavi ul{
	width: 1000px;
}


}
/* ----------------------------------
620~
---------------------------------- */
@media only screen and (min-width: 620px) {

.pc_head,
.sp_link,
#sp_key{
display:none;
}

}
/* ----------------------------------
~619
---------------------------------- */
@media screen and ( max-width:619px ){
 p {font-size: 1em; }

#header_area,
#glovalnavi,
#key,
#yellow_area .iconB,
.access,
#keyWrap{
display:none;
}

#sp_key{
display:inline-block;
padding-top:55px;
}

#contents{
    padding-top: 45px;
}

ul.kamokuList li{
width:50%;
margin:0;
}

#yellow_area{
padding:30px 0;
}

#yellow_area #time,
#yellow_area .oushin{
float:none;
width:98%;
margin: 0 auto;
}

#list_area li{
float:none;
}

#yellow_area .oushin{
position:relative;
margin-top:20px;
}

.sp_link{
position:absolute;
right:24px;
top:24px;
display:inline;
}
.sp_link a{
font-size:20px;
color:#00a0e9;
}

iframe{
height:350px;
}

#footer_area{
text-align:center;
}

#footer_area .foot li{
float:none;
width:auto;
}

#bnr_area ul{
    display: block;
}

#bnr_area ul li{
    width:100%;
}


}