@charset "UTF-8";
/* CSS Document */
/*CHIRASHI------------------------------------------*/
.side_blog,.side_chirashi{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	background-color: #F5F4EF;
}

/*TOP_RECRUIT---------------------------------------------------------*/
.recruit a:hover img{
filter:alpha(opacity=60);
opacity:0.6;
}

/*CONTENTS----------------------------------------------------------------*/
#pagecell h2{
	margin:0px auto 15px auto;
	text-align:center;
}

/*FEATURE----------------------------------------*/

.reason_column h3{
	margin:0px 0px 10px 0px;
}
.feature .column .left{
	float:left;
	text-align:left;
	width:530px;
	background:#FFF;
}
.feature .column .left p{
	line-height:24px;
}
.feature .column .right{
	float:right;
	width:250px;
	text-align:right;
}


#pagecell.feature .column .right.photo02 img{
	margin:0px 0px 100px 0px;
}
#pagecell.feature .column .right.photo03 img{
	margin:0px 0px 170px 0px;
}
/*----------------------------------------------------------------*/
/*PRICE------------------------------------------------------------*/


/*----------------------------------------------------------------*/
/*FLOW------------------------------------------------------------*/
.flow .left{
	width:245px;
	margin:0px 15px 0px 0px;
}
.flow .right{
	width:515px;
	text-align:left;
}
.flow .right h3{
	margin:0px 0px 10px 0px;
	padding:2px 5px 2px 5px;
	border-top:1px solid #F90;
	border-bottom:1px solid #F90;
	background:#F1F1F1;
	font-weight:bold;
	font-size:18px;
}
.flow .right p{
	text-align:left;
	line-height:22px;
	margin:0px 0px 5px 0px;
}
/*----------------------------------------------------------------*/
table.reserve th{
	background: #EEE;
	color: #333;
}
table.reserve th span{
margin:0px 0px 0px 5px;
font-size:11px;
color: #C00;
}
table.reserve th a{
	color:#09F;
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
table.company th{
	background: #EEE;
	color:#666;
}
table.company th span{
margin:0px 0px 0px 5px;
font-size:11px;
color:#FFCC00;
}
table.company th a{
	color:#FFFFFF;
}
/*----------------------------------------------------------------*/
/*SHOP------------------------------------------------------------*/

/*----------------------------------------------------------------*/
/*PRIVACY---------------------------------------------------------*/
#pagecell.privacy h3{
	font-weight:bold;
	border-bottom:1px solid #666;
}
#pagecell.privacy p{
	margin:0px 0px 10px 0px;
}

/**/
/*----------------------------------------------------------------*/
.company h4{
	padding:5px 10px;;
	background:#DEDEDE;
	border-bottom:3px solid #F00;
	font-weight:bold;
	font-size:14px;
	}

table.history{
margin:0px 0px 10px 0px;
width:99%;
text-align:left;
border-collapse:collapse;
border-spacing:0px;
}
table.history th,table.history td{
	padding:2px 5px;
	border-bottom:1px solid #BBB;

}
table.history th.year{
	width:80px;
	font-weight:normal;
		text-align:right;
}
table.history td.month{
	width:40px;
	text-align:right;
}

/*----------------------------------------------------------------*/
/*FOOTER-------------------------------------------------*/
#footer,.footer_txt{
	background: #DB1A00;
}
.footer_menu{
	background:#EEE;
}
.footer_menu a{
color:#222;
}
.footer_menu a:hover{
color:#222;
background:#FC0;
}
/*----------------------------------------------------------------*/
section.faq{
	padding: 0px 10px;
}
section.faq h2{
	padding: 25px 25px;
	background: #EF2826;
	border-radius: 10px;;
	font-size: 180%;
	color: #FFF;
}
.qa_ttl {
    background: #EEEEEA;
    margin-bottom: 10px;
    overflow: hidden;
	padding: 10px;
	font-size: 120%;
	line-height: 100%;
}
span.q {
	margin-right: 5px;
    font-size: 25px;
    font-weight: bold;
}


p.qa {
    margin-bottom: 35px;
    padding: 0 10px;
}

.aa {
	margin-right: 5px;
    color: rgb(247, 0, 4);
    font-size: 25px;
    font-weight: bold;
}
section.faq .tit {
    color: #031E73;
    font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
}