@charset "utf-8";

/* TOP : /navi/feature/index.html
 ------------------------------ */
#contents{
	background-color:#FFFFFF;
}

.block{
	position: relative;
	background-size: 100% auto;
	color: #003333;
	line-height: 1.6;
}

/* in */
/*
ul#ln {}
	ul#ln li {
		padding: 0;
	}
	ul#ln li {
		border-top: 4px solid #fff;
	}
	ul#ln li:first-child {
		border-top:none;
	}
	ul#ln li a {
		padding: 0;
		border: none;
	}
*/

/* block_02 */
#block_02 {}
	#block_02 .campBtn {width:70%; margin:0 auto;}
	#block_02 .campBtn2 {width:70%; margin:8% auto;}
	#block_02 .campBtn p, #block_02 .campBtn2 p {margin:0.5em 0 0 0;}

/* block_03 */
#block_03 {}
	#block_03 .campBtn2 {width:70%; margin:8% auto;}



/* single : /navi/feature/1409/exp_dep.html
 ------------------------------ */
.single {
}






/* .notes
------------------------------------------------------------------------- */
dl.notes {
	margin:0 5%;
	padding:3% 0;
}

dl.notes dt {
	margin:0 0 2%;
	text-align:left;
	color:#ffffff;
	font-size: 120%;
}

dl.notes dd {
	text-align:left;
	color:#ffffff;
	font-size: 100%;
	line-height:140%;
}

dl.notes dd li {
	list-style:outside disc;
	margin-left:18px;
}


/* searchArea
------------------------------------------------------------------------- */
#searchArea {
  padding:0 0 1.5em 0;
}
#searchArea #cpc_search1 {
  border: 3px solid #bb0535;
  border-top: none;
  background: #ffffff;
  text-align: center;
  padding: 5% 0;
}
#searchArea #cpc_search1 h2 {
  display: none;
}
#searchArea #cpc_search1 #cpc_srch_city1 {
  display: none;
}
#searchArea #cpc_searchLoading1 {
}
#searchArea #cpc_searchLoading1 img {
  width: 20px;
  height: auto;
}
#searchArea #cpc_divMain1 table {
  margin: 0 5%;
}
#searchArea #cpc_divMain1 table #cpc_prefectureDiv1 {
  padding: 0 5%;
}
#searchArea #search1 {
	padding:0 0 1.5em 0;
  background: #ffffff;
}
#searchArea p#srch_shopSearch1 {
	width:92%;
	margin:0 auto;
}
#searchArea #cpc_srch_searchResultMessage1 .important {
  color: #e6007a;
  font-weight: bold;
  font-style: normal;
}



/* HEADER
-------------------------------------------------------------------- */
.anchor {
    margin: 0;
    padding: 0;
    position: relative;
    /* top: -30px; */
}
.subfixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:500;
}
.subnav {
	/* height:58px; */
	height:46px;
}

.head_size {
	/* height:58px; */
	height:46px;
	background:url(../../img/feature/1601/dep_bg_01.jpg) no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
.head_size.dep {
	/* height:58px; */
	height:46px;
	background:#b4c0c6;
}
#menu_sp {
	position:relative;
}
.dep #menu_sp {
	background:none;
	/*background:#fff;*/
}
#head_menu ul{
	display: table;
	width:100%;
	/* height:27px; */
	height:32px;
	padding:7px 0px;
	background:url(../../img/feature/1601/dep_bg_01.jpg) no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
.head_size.dep #head_menu ul {
	background:none;
}
	#head_menu ul li {
		height:31px;
	}
	#head_menu ul li img {
		height:31px;
	}
/* s */
.subfixed #menu_sp {
	position:relative;
	height:37px;
	background:none !important;
}
.subfixed #head_menu ul{
	display: table;
	width:100%;
	height:29px;
	padding:4px 0px;
	background:#b4c0c6 !important;
}
	.subfixed #head_menu ul li {
		height:27px;
	}
	.subfixed #head_menu ul li img {
		height:27px;
	}


#head_menu ul li {
	display: table-cell;
	width: 25%;
	text-align: center;
	table-layout: fixed;
}

#head_menu ul li a {
	display:block;
	padding:0;
}

#head_menu ul li img {
	display:block;
	margin:0px auto;
}

#head_menu ul li.navi01 {
	/*border-right:1px solid #A8984D;*/
}
#head_menu ul li.navi02 {
	/*border-right:1px solid #A8984D;*/
}

.cfx:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}