@charset "utf-8";

/* ======================================================
 * index.css
 * ------------------------------------------------------
 * TOP PAGE ********************************************
 * Contents
 * ClearFix
====================================================== */

/********************************************************

  TOP PAGE

********************************************************/

/* Contents
------------------------------------------------------ */

.contentsWrap {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 0 !important;
	background-color: inherit;
}
.contentsWrap > .colLeft {
	float: left;
	width: 244px;
	padding-top: 16px;
}
.contentsWrap > .colRight {
	float: right;
	width: 748px;
	padding-top: 16px;
}


.propBn {
	margin-bottom: 8px;
}

#loginArea {
	margin-bottom: 8px;
	padding:  15px 0 0;
	text-align: center;
	border-top: 3px solid #aaa;
	background-color: #ffffff;
}
#loginArea .loginBn {
	margin-top: 13px;
	font-size: 12px;
}
#loginArea .loginBn li {
	padding: 10px 20px;
	border-top: 1px solid #aaa;
}
#loginArea .loginBn li:first-child img {
	margin: 5px 0;
}
#loginArea .noteList01 {
	margin-top: 25px;
}

#searchArea {
	margin-bottom: 8px;
	border-top: 3px solid #aaaaaa;
	background: url(/images/index_bg01.gif) no-repeat 0 0;
	position: relative;
}
#searchArea #searchAreaInner {
	padding: 12px 19px 19px;
}
#searchArea #searchKw {
	width: 202px;
	border: 2px solid #57b3aa;
}
#searchArea #searchKw input[type="text"] {
	box-sizing: border-box;
	float: left;
	width: 168px;
	height: 31px;
	border: none;
	outline: none;
}
#searchArea #searchKw input[type="submit"] {
	box-sizing: border-box;
	background: url(/images/index_bt03.jpg) no-repeat 0 0;
	width: 34px;
	height: 31px;
	border: none;
	outline: none;
	text-indent: -9999px;
}

.leftBnArea ul li {
	margin-top: 8px;
}

#cardInfoArea {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 21px 22px;
	border-top: 3px solid #aaaaaa;
	background-color: #ffffff;
}
#cardInfoArea h2 {
	text-align: center;
}

#featureCol {
	margin-top: 24px;
}
#featureCol .col {
	float: left;
	padding: 0 20px;
	width: 207px;
	border-right: 1px solid #aaaaaa;
}
#featureCol .col:first-child {
	padding-left: 0;
}
#featureCol .col:last-child {
	padding-right: 0;
	border-right: none;
}
#featureCol .col > figure {
	margin-top: 10px;
}
#cardInfoArea #cardInfoBtn {
	margin-top: 20px;
	text-align: center;
}

#menuArea {
	margin-top: 8px;
	padding: 20px 20px 11px;
	border-top: 3px solid #aaaaaa;
	background-color: #ffffff;
}
#menuArea > ul > li {
	float: left;
	margin: 0 9px 9px 0;
}
#menuArea > ul > li:nth-of-type(3n) {
	margin-right: 0;
}



#cardListArea {
	margin-top: 8px;
	padding: 21px 0;
	border-top: 3px solid #aaaaaa;
	background-color: #ffffff;
}
#cardListArea h2 {
	padding: 0 22px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}


#cardListCol {
	margin-top: 24px;
}
#cardListCol .col {
	float: left;
	border-right: 1px solid #aaaaaa;
}
#cardListCol .col:first-child {
}
#cardListCol .col:last-child {
	border-right: none;
}
#cardListCol .col a {
	display: block;
	padding: 0 38px;
	width: 170px;
}
#cardListCol .col dl {
	margin-top: 15px;
}
#cardListCol .col dl dt {
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	text-decoration: none;
}
#cardListCol .col dl dd {
	color: #777777;
	margin-top: 5px;
}
#cardListCol a:hover {
	text-decoration: none;
}

#pickupArea {
	position: relative;
	margin-top: 8px;
	padding: 21px 0;
	border-top: 3px solid #aaaaaa;
	background-color: #ffffff;
}
#pickupArea h2 {
	padding: 0 22px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#pickupArea #pickupIcon {
	position: absolute;
	top: 20px;
	right: 0;
}
#pickupArea #pickupIcon li {
	float: left;
	margin-right: 20px;
}
#pickupArea #pickupIcon li#rss {
	margin-top: 3px;
}
#pickupArea #pickupIcon li#rss a {
	display: inline-block;
	background: url(/images/index_ic01.gif) no-repeat 0 50%;
	padding: 0 0 0 18px;
	color: #424242;
}
#pickupArea #campaignArea {
	padding: 19px 0 10px 19px;
}
#pickupArea #campaignArea li {
	float: left;
	margin-right: 14px;
}
#pickupArea #campaignArea li:last-child {
	margin-right: 0;
}

.pickupInfo {
	padding: 10px 22px;
}
.pickupInfo li {
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 100px;
	height: auto !important;
	height: 100px
}
.pickupInfo li:last-child {
	border-bottom: none;
}
.pickupInfo li a ,
.pickupInfo li span{
	display: block;
	padding: 10px 0;
}
.pickupInfo li a:hover {
	text-decoration: none;
}
.pickupInfo li figure {
	float: left;
	margin-right: 15px;
}
.pickupInfo li dl {
	overflow: hidden;
}
.pickupInfo li a:hover dt {
	text-decoration: underline;
}
.pickupInfo li dl dd {
	margin-top: 3px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.4;
	color: #777777;
}



.bx-wrapper {
	position: relative;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 100%;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: right;
	font-size: 1.5em;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	z-index: 9999;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	border: 2px solid #ffffff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #424242;
}

.bx-controls-direction {
	display: none;
}
.bx-default-pager {
	display: none;
}


.attentionArea {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 5px;
}
.attentionArea .inner {
	padding: 10px 20px;
	background-color: #ffffff;
}
.attentionArea .iconLink02 {
	margin-bottom: 0;
}


#footUser {
}


/* ======================
 * Slider CSS　
======================= */

/*4つ以下*/

.toppageSlider{
	
}
.toppageSlider #bx-pager{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background:#bdbdbd url(/images/slide_bg_01.gif) no-repeat;
	height:81px;
	width:748px;
	padding-left:3px;
}

.toppageSlider #bx-pager a{
	display:inline-block;
	width:184px;
	height:78px;
	margin-right:2px;
}
.toppageSlider #bx-pager a:hover{
	opacity:0.7;
}
.toppageSlider #bx-pager a span{
	display:none;
}
.toppageSlider .bigslideThum li{
	float:left;
}


/*4つ以上*/

.toppageSlider #sliderMainVisual {
	width: 748px;
	height: 404px;
}
.toppageSlider #sliderMainVisual .slides li {
	float: left;
	display: block;
	width: 748px;
	height: 404px;
}
.toppageSlider #sliderMainVisual .slides li img {
	max-width: 100%;
}

.toppageSlider #sliderMainNav {
	position: relative;
	width: 748px;
	height: 81px;
	background:#bdbdbd;
}
.toppageSlider #sliderMainNav .slides {
	position: relative;
	margin: 0px;
	margin-left:3px;
}
.toppageSlider #sliderMainNav .slides li {
	float: left;
	display: block;
	padding: 1px;
	width:184px;
	height:78px;
	line-height: 1.5;
	font-size: 78.6%;
	cursor: pointer;
}
.toppageSlider #sliderMainNav .slides li:hover{
	opacity:0.7;
}
.toppageSlider #sliderMainNav .slides li span{
	display:none;
}
.toppageSlider #sliderMainNav .controls li {
	overflow: hidden;
	outline: none;
	position: absolute;
	top: 0;
	display: block;
	width: 24px;
	height: 50px;
	background-color:#009d85;
	text-indent: -9999em;
	cursor: pointer;
}
.toppageSlider #sliderMainNav .controls li:hover{
	opacity:0.8;
}

.toppageSlider #sliderMainNav .controls .btnPrev {
	left: 1px;
	top:19px;
	background:url(/images/index_ic01.png) no-repeat;
}

.toppageSlider #sliderMainNav .controls .btnNext {
	right: 1px;
	top:19px;
	background:url(/images/index_ic02.png) no-repeat;
}






/* ClearFix
------------------------------------------------------ */

#footerOtherLink ul:after,
#featureCol:after,
#menuArea ul:after,
#cardListCol:after,
#pickupArea #campaignArea:after {
	content: "";
	clear: both;
	display: table;
	display: block\9;
}
