/*===================================================================
　　全ページ共通設定　　
====================================================================*/
body , html {
	min-width: 1280px;
	height: 100%;
}
#Wrapper {
	min-height: 100%;
	height: auto !important;
	position: relative;
	min-width: 100%;
}
a {
	text-decoration: none;
}
/*--------------　table　--------------*/
dl.dl_table{
	width: 100%;
	display: table;
}
dl.dl_table dt.dt_table,
dl.dl_table dd.dd_table{
	display: table-cell;
}
/*---------------------------------------------------------
　　ヘッター　　
----------------------------------------------------------*/
header.header{
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(255,255,255,0.8);
}
header.header .HeadCont{
	width: 1200px;
	margin: auto;
	padding: 12px 8px 8px;
	position: relative;
}
header.header h1.h1_header_logo{
	position: absolute;
	top: 5px;
    left: 50%;
    margin-left: -42px;
}
header.header nav{
	position: absolute;
	top: 25px;
    left: 200px;
}
header.header nav ul li{
	float: left;
	font-size: 20px;
	color: #ff73a3;
}
header.header nav ul li a{
	color: #ff73a3;
}
header.header nav ul li span{
	padding: 10px;
}
header.header .header_left ul li{
	float: left;
	text-align: center;
}
header.header .header_left ul li.nav_add{
	padding: 5px 0;
	line-height: 0;
}
header.header .header_left ul li.nav_recruit,
header.header .header_left ul li.nav_mens{
	margin-left: 5px;
	width: 80px;
}
header.header .header_left ul li.nav_mens a{
	display: block;
	background: #ffbed4;
	color: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 12px 0;
	font-size: 12px;
}
header.header .header_left ul li.nav_recruit a{
	display: block;
	background: #ff73a3;
	color: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 12px 10px;
	font-size: 12px;
}
header.header .header_left ul li a i{
	display: block;
	font-size: 37px;
	margin-bottom: 5px;
}
header.header .header_right{
	position: absolute;
	top: 13px;
    right: 0;
}
header.header .header_right ul li{
	float: left;
	text-align: center;
}
header.header .header_right ul li.nav_add{
	padding: 5px 0;
	line-height: 0;
}
header.header .header_right ul li.nav_best,
header.header .header_right ul li.nav_map{
	margin-left: 5px;
	width: 80px;
}
header.header .header_right ul li.nav_map a{
	display: block;
	background: #ffbed4;
	color: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 12px 0;
	font-size: 12px;
}
header.header .header_right ul li.nav_best a{
	display: block;
	background: #ff73a3;
	color: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 12px 10px;
	font-size: 12px;
}
header.header .header_right ul li a i{
	display: block;
	font-size: 37px;
	margin-bottom: 5px;
}
/*---------------------------------------------------------
　　Nav　　
----------------------------------------------------------*/
section.Nav{
	background: #ffbed4;
}
section.Nav.fixed{
	width: 100%;
	position: fixed;
	top: 100px;
	z-index: 30;
}
section.Nav nav{
	width: 1200px;
	margin: auto;
	border-left: 1px solid #FFFFFF;
}
section.Nav nav ul li{
	width: 7.14%;
	float: left;
	text-align: center;
	border-right: 1px solid #FFFFFF;
}
section.Nav nav ul li a{
	display: block;
	padding: 5px 0;
	color: #FFFFFF;
	font-size: 12px;
}
section.Nav nav ul li a:hover,
section.Nav nav ul li a.active{
	background: #ff73a3;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
section.Nav nav ul li a i{
	font-size: 24px;
	margin-bottom: 2px;
}
section.Nav nav ul li a span{
	display: block;
}
/*---------------------------------------------------------
　　ページャー　　
----------------------------------------------------------*/
.ListPager{
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
.ListPager ul.paging{
	position: relative;
	left: 50%;
	float: left;
}
.ListPager ul.paging li{
	position: relative;
	left: -50%;
	float: left;
}
.ListPager ul.paging > li.pages{
	position: relative;
	width: 46px;
	height: 46px;
	padding-top: 15px;
	margin: 15px 7px 0 7px;
	line-height: 1;
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
}
.ListPager ul.paging > li.pages span {
	width: 46px;
	height: 46px;
}
.ListPager ul.paging > li span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    -moz-border-radius: 50% 50%;
    -webkit-border-radius: 50%;
    border-radius: 50% 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    border: solid 3px rgba(255, 115, 163, 0.45);
    z-index: 0;
}
.ListPager ul.paging > li#active span {
    border: none;
    background: #ff73a3;
     z-index: -1;
}
.ListPager ul.paging > li.pages a {
	display: block;
	position: relative;
	width: 46px;
	height: 46px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	color: #000000;
}
.ListPager ul.paging > li#active{
	color: #FFFFFF;
	z-index: 1;
}
.ListPager ul.paging > li.prev {
	margin-right: 28px;
}
.ListPager ul.paging > li.next {
    margin-left: 28px;
}
.ListPager ul.paging > li.next, .ListPager ul.paging > li.prev {
    width: 72px;
}
.ListPager ul.paging > li.next a, .ListPager ul.paging > li.prev a {
	position: relative;
	height: 72px;
	display: block;
	z-index: 1;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.ListPager ul.paging > li.prev a{
	background: url(../image/items/pg_prev.png);
}
.ListPager ul.paging > li.next a{
	background: url(../image/items/pg_next.png);
}
/*---------------------------------------------------------
　　フッター　　
----------------------------------------------------------*/
footer{
	background: #ff73a3;
}
footer .FootCont{
	position: relative;
	width: 1200px;
	margin: auto;
}
footer nav.footer_nav{
	text-align: center;
	padding: 30px 0;
}
footer nav.footer_nav ul{
	display: inline-block;
	overflow: hidden;
	text-align: center;
}
footer nav.footer_nav ul li{
	display: inline-block;
	margin-bottom: 10px;
	color: #FFFFFF;
}
footer nav.footer_nav ul li span.nav_line{
	padding: 0 5px;
}
footer nav.footer_nav ul li a,
footer address a{
	color: #FFFFFF;
}
footer address{
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 0;
}
footer p.copyright{
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 0;
}
/*　pagetop　*/
footer .pagetop{
	display: block;
	position: absolute;
	top: 35px;
	right: 0;
	width: 134px;
	height: 46px;
}
footer .pagetop span{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 46px;
	height: 46px;
	background: #FFFFFF;
	-moz-border-radius: 50% 50%;
	-webkit-border-radius: 50%;
	border-radius: 50% 50%;
	z-index: 1;
}
footer .pagetop p{
	cursor: pointer;
	position: relative;
	padding-top: 12px;
	z-index: 2;
}
footer .pagetop p img{
	vertical-align: bottom;
}


.cardImg img{
display: none;
}