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

/****************************************
global 
****************************************/
body {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #333333;
	line-height: 1.2em;
}
:root *> img { width: 100%;  }
a {
	color: #ff8296;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img:hover {
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom:1;	
}
.clear {
	overflow: hidden;
}
.clear_sub {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bold {
	font-weight: bold;
}
#wrapper {
	width: 100%;
	border-top: #ff8296 solid 5px;
}

/****************************************
header 
****************************************/
#h_wrapper {
	width: 100%;
	margin-bottom: 40px;
	background: url(../images/bg_texture01.jpg) repeat;
}
header {
	width: 960px;
	margin: 0 auto;
}
header h1 {
	color: #9a9ea5;
	font-size: 75%;
	padding-top: 3px;
}
.top_link {
	width: 80px;
	height: 22px;
	margin-left: 5px;
	text-align: left;
}
.top_link a {
	color: #9a9ea5;
	font-size: 75%;
}
.top_link a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.h_dl01 {
	width: 278px;
	margin: 10px 0;
}
.bg_g_nav {
	height: 56px;
	margin: 0 0 15px 0;
	background: url(../images/bg_gnavi.jpg) repeat-x;
	box-shadow: 2.5px 2.5px 8px  rgba(90,90,91,0.3);
}
g_nav01 {
	width: 960px;
}
g_nav01 ul li {
	width: 160px;
}
#g_nav01,#ban_nav01 {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#g_nav01 ul li,#ban_nav01 ul li {
	float: left;
}

/****************************************
header スマホ用 
****************************************/
@media screen and (max-width: 640px) {
body {
	font-size: 15px;
}
#h_wrapper {
	margin-bottom: 0;
}
header {
	width: 100%;
}
header h1 {
	padding-left: 2%;
}
.bg_g_nav,.top_link {
	display: none;
}
.h_dl01 {
	font-size: 90%;
	width: 98%;
	margin: 1% 1% 1% 1%;
	padding: 4%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
header h2 {
	width: 75%;
}

#acMenu {
	position: relative;
}
#acMenu dt{
    display:block;
    width:20%;
    height:40px;
	font-size: 120%;
	color: #fff;
	background-color: #ff8296;
    line-height:40px;
    text-align:center;
    cursor:pointer;
	position: absolute;
	right: 10px;
	top: -40px;
}
#acMenu dd{
    display:none;
	margin-bottom: 4%;
}
#acMenu ul li {
	color: #fff;
	background-color: #ff8296;
	font-size: 87.5%;
	width: 98%;
	padding: 3% 3% 2% 10%;
	margin: 1% 1% 0 1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#acMenu a {
	color: #907359;
	text-decoration: none;
	display: block;
}
#acMenu a:hover{
	color: #fff;
	text-decoration: none;
	display: block;
}
#acMenu ul li:hover {
	background-color: #D9596D;
}
}

/****************************************
header PC用
****************************************/
@media screen and (min-width: 641px) {
header h1,header h2 {
	float: left;
}
header h2 {
	width: 610px;
}
.top_link ,.h_dl01 {
	float: right;
}
.sp_nav {
	display: none;
}
.ie_padding01 {
	padding-right: 0 !important;
}
}

/*****************************************
footer 
****************************************/
#f_wrapper {
	width: 100%;
	font-size: 75%;
	background-color: #f3f3f3;
}
footer {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.go_top {
	width: 8%;
	float: right;
	position: absolute;
	right: 0;
	top: -80px;
}
.foot_link_box01 {
	overflow: hidden;
	color: #333333;
}
.foot_link_box01 a {
	color: #333333;
	text-decoration: none;
}
.foot_link_box01 a:hover {
	text-decoration: underline;
}
.foot_sub_box01 {
	width: 22.5%;
	float: left;
	padding-right: 1.5%;
	margin: 3%  1% 3% 0;
	letter-spacing: -0.05em;
}
.foot_sub_box01 ul li {
	padding-left: 5%;
	text-indent: -0.4em;
}
#c_right {
	font-size: 116.6666%;
	width: 100%;
	padding: 0.3% 0;
	background-color: #ff8296;
	color: #fff;
	text-align: center;
}

/*****************************************
footer スマホ用
****************************************/
@media screen and (max-width: 640px) {
footer {
	width: 100%;
}
.foot_link_box01 {
	display: none;
}
.go_top {
	display: none;
}
#c_right {
	font-size: 75%;
	padding: 2% 0;
}
}
/*****************************************
footer PC用
****************************************/
@media screen and (min-width: 641px) {
}
