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

header {
	background-color: #fff;
}
.info-title-email-wrapper{
	background-color: #fff;
}


/*Menu*/
header nav ul li a {
	color: #131313;
}


header nav ul li a:hover,
header nav li.current_page_item a,
header nav li.current-menu-item a,
header nav li.current_page_ancestor a,
header nav li.current_page_parent a,
header nav li.current-post-ancestor a,
header nav li.current-page-ancestor
a{
	color: #b79993;
}

.info-title-email-wrapper a{
	color: #2F2F2F;
	}
	
	
.info-title-email-wrapper a:hover{
	color: #b79993;
	}
	
/*slider*/
.bx-wrapper .bx-caption{
	text-decoration: none;	
	color: #FFF;
	background: rgba(20,20,20,0.8);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(20,20,20,0.8)), to(rgba(20,20,20,0.8)));
	background: -webkit-linear-gradient(rgba(20,20,20,0.8), rgba(20,20,20,0.8));
	background: -moz-linear-gradient(rgba(20,20,20,0.8), rgba(20,20,20,0.8));
	background: -ms-linear-gradient(rgba(20,20,20,0.8), rgba(20,20,20,0.8));
	background: -o-linear-gradient(rgba(20,20,20,0.8), rgba(20,20,20,0.8));
	background: linear-gradient(rgba(20,20,20,0.8), rgba(20,20,20,0.8));
	-pie-background: linear-gradient(rgba(20,20,20,0.8), rgba(20,20,20,0.8));
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	behavior: url(corner/PIE.php);
}


.bx-wrapper .bx-prev{
	color: #FFF;
	background: rgba(201,201,201,0.4);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(201,201,201,0.4)), to(rgba(201,201,201,0.4)));
	background: -webkit-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -moz-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -ms-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -o-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	-pie-background: linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	behavior: url(corner/PIE.php);
	}

.bx-wrapper .bx-prev:hover{
	color:#555555;
	background: rgba(251,251,251,0.3);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(251,251,251,0.3)), to(rgba(251,251,251,0.3)));
	background: -webkit-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -moz-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -ms-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -o-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	-pie-background: linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	behavior: url(corner/PIE.php);

	
}

.bx-wrapper .bx-next{
	color: #FFF;
	background: rgba(201,201,201,0.4);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(201,201,201,0.4)), to(rgba(201,201,201,0.4)));
	background: -webkit-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -moz-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -ms-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -o-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	-pie-background: linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	behavior: url(corner/PIE.php);

}
.bx-wrapper .bx-next:hover{
	color:#555555;
	background: rgba(251,251,251,0.3);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(251,251,251,0.3)), to(rgba(251,251,251,0.3)));
	background: -webkit-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -moz-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -ms-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -o-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	-pie-background: linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	behavior: url(corner/PIE.php);

}


/*h1-h4*/

 h2,h3 {
	color: #353535;
}
section hgroup h2{
	color: #2b1731;
	float: left;
	padding-right: 0.5em;
	display: block;
	line-height: 105%;
}

section hgroup h3{
	color: #2b1731;
	font-size: 100%;
	font-weight: 300;
	float: left;
	display: block;
	line-height: 150%;
}
section h4 {
	color: #2B1731;
	line-height: 150%;
	font-weight: 400;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

section h4 a{
	color: #115784;
	text-decoration: none;
}


section h4 a:hover{
	color: #1778B9;
	text-decoration: underline;
}

#page-top a{
	color: #fff;
	background: #666;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#666), to(#666));
	background: -webkit-linear-gradient(#666, #666);
	background: -moz-linear-gradient(#666, #666);
	background: -ms-linear-gradient(#666, #666);
	background: -o-linear-gradient(#666, #666);
	background: linear-gradient(#666, #666);
	-pie-background: linear-gradient(#666, #666);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	behavior: url(corner/PIE.php);
}


#page-top a:hover{
	background: #cb978d;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cb978d), to(#cb978d));
	background: -webkit-linear-gradient(#cb978d, #cb978d);
	background: -moz-linear-gradient(#cb978d, #cb978d);
	background: -ms-linear-gradient(#cb978d, #cb978d);
	background: -o-linear-gradient(#cb978d, #cb978d);
	background: linear-gradient(#cb978d, #cb978d);
	-pie-background: linear-gradient(#cb978d, #cb978d);
	behavior: url(corner/PIE.php);
}
/*footer*/



footer {
	color: #637b8a;
}

footer p {
	color: #6B6969;
}



/*連結*/

a {
	color: #131313;
	text-decoration: none;
}
/*a:visited {
	color: #1F578D;
}*/
a:hover { color: #b79993; }


/*Menu sub*/
@media only screen and (min-width: 681px) {
.sf-menu li ul li {
	background-color: #B33929;
}

.sf-menu li ul li a{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	border-top-color: rgba(204,204,204,0.5);
	*border-top-color: #E0E0E0;

	color: #fff;
}


.sf-menu li ul li a:hover{
	color: #fff;
}
}




/*footer*/
footer{
	background-color:#fff;
	display: block;
}
