@charset "shift_jis";

/* トップ スライダー背景
-------------------------------------------------- */
body.index {
	background: url(../img/common/bg_body_slider.gif) repeat-x 0 140px;
}
body.index_login {
	background: url(../img/common/bg_body_slider.gif) repeat-x 0 90px;
}

/* anythingSlider
-------------------------------------------------- */
/*
	anythingSlider v1.0
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.sliderArea {
	margin-bottom: 18px;
	border-bottom: 5px solid #3484D7;
	z-index: 100;
	position: relative;
}

#anythingSlider {
	width:670px;
	height:280px;
	position:relative;
	margin:0 auto;
	background: url(../img/common/bg_check.gif) repeat 0 0;
}
#anythingSlider .wrapper {
	width:642px;
	height:238px;
	overflow:hidden;
	margin:16px 12px 0 16px;
	position:absolute;
	top:0;
	left:0;
}
#anythingSlider .wrapper ul {
	width:99999px;
	 position:absolute;
	 top:0;
	 left:0;
}
#anythingSlider ul li {
	display:block;
	float:left;
	list-style:none;
	width:642px;
	height:238px;
}
#anythingSlider .arrow {
	display:block;
	width: 40px;
	height: 40px;
	background: url(../img/top/btn_slider_arrow.png) no-repeat 0 0;
	text-indent:-9999px;
	position:absolute;
	top:120px;
	cursor:pointer;
}
#anythingSlider .forward {
	background-position: -40px 0;
}
#anythingSlider .back:hover {
	background-position: 0 -40px;
}
#anythingSlider .forward:hover {
	background-position: -40px -40px;
}
#anythingSlider .back {
	left: 0;
}
#anythingSlider .forward {
	right: 0;
}
#anythingSlider a { text-decoration:none; }
#start-stop {
	display: none;
}
#thumbNav {
	position: relative;
	top: 263px;
	text-align: right;
}
#thumbNav a {
	display:inline-block;
	margin:0 0 0 10px;
	padding-top: 6px;
	height:18px;
	background:#FFF;
	width: 40px;
	height:0px !important;
	overflow: hidden;
}
#thumbNav a.cur { background:#3484D7; }


/* トップ サイドバー
-------------------------------------------------- */
#top_sidebar {
	position: relative;
	min-height: 280px;
	_height: 280px; /* for ie6 */
}
#top_login {
	position: absolute;
	top: -51px;
	_top: 0; /* for ie6 */
}
#top_login .sidebar { /*overwrite*/
	padding: 10px 11px 10px 11px;
	width: 210px;
	background: url(../img/top/bg_top_login.gif) no-repeat left bottom;
	min-height: 311px;
	_height: 311px; /* for ie6 */
}
#top_login .balloon {
	text-align: center;
	margin-bottom: 3px;
	margin-top: 7px;
}
#top_login .ph_id {
	background: #FFF url(../img/top/bg_ipt_id.gif) no-repeat 4px 50%;
}
#top_login .ph_pwd {
	background: #FFF url(../img/top/bg_ipt_pwd.gif) no-repeat 4px 50%;
}
#top_login .box { /* overwrite */
	margin-bottom: 0;
}

#top_member .sidebar { /*overwrite*/
	padding: 10px 11px 10px 11px;
	width: 210px;
	background: url(../img/top/bg_top_login.gif) no-repeat left bottom;
	min-height: 260px;
	_height: 260px; /* for ie6 */
}
#top_member .member_name {
	padding: 12px 14px 7px 25px;
	background: url(../img/common/sidebar/bg_h2.gif) no-repeat 0 0;
	color: #FFF;
	font-weight: bold;
}
#top_member .mile {
	margin-bottom: 5px;
	padding: 2px 5px;
	background: #FFF;
	border: 1px solid #E0E0E0;
	font-weight: bold;
	text-align: center;
}
#top_member .mile span {
	color: #3484D7;
	font-size: 143%;
}
#top_member .meisai {
	margin-bottom: 5px;
	overflow: hidden;
	zoom: 1;
}
#top_member .meisai img {
	float: left;
}
#top_member .meisai a {
	float: right;
}
#top_member .meisai a img {
	float: none;
}
#top_member .box { /* overwrite */
	margin-bottom: 0;
}
#top_member h3.icon {
	margin-bottom: 7px;
}
#top_member h3.icon a {
	padding-right: 18px;
	display: block;
	background: url(../img/common/icn_arrow_02.gif) no-repeat right center;
	text-decoration: none;
}
#top_member h3.icon img {
	margin-right: 10px;
	display: inline-block;
	height: 38px;
}
#top_member h3.icon span {
	display: inline-block;
	vertical-align: middle;
	width: 110px;
	font-weight: bold;
}
#top_member h3.icon a:link,
#top_member h3.icon a:visited {
	color: #3484D7;
	text-decoration: none;
}
#top_member h3.icon a:hover span {
	text-decoration: underline;
}
#top_member .entry_term {
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #E0E0E0;
	background: #FFF;
}
#top_member .entry_term .title {
	margin-right: 5px;
	color: #3484D7;
	font-weight: bold;
}
#top_member .entry_term .term {
	font-size: 85%;
}
#top_member .entry_term .fs {
	color: #A0A0A0;
}
#top_member .box_inner { /* overwrite */
	padding-bottom: 10px;
}
.section_04 {
	margin-bottom: 15px;
	padding-top: 6px;
	background: url(../img/common/sidebar/bg_top.gif) no-repeat 0 0;
}
.section_04 .wrap {
	padding-bottom: 4px;
	background: url(../img/common/sidebar/bg_bottom.gif) no-repeat left bottom;
}
.section_04 .inner {
	background: url(../img/common/sidebar/bg_middle.gif) repeat-y 0 0;
	padding:9px;
}
.section_04 .meisai {
	margin-bottom: 5px;
	overflow: hidden;
	zoom: 1;
}
.section_04 .meisai img {
	float: left;
}
.section_04 .meisai a {
	float: right;
}
.section_04 .meisai a img {
	float: none;
}
.section_04 .entry_term {
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #E0E0E0;
	background: #FFF;
}
.section_04 .entry_term .title {
	margin-right: 5px;
	color: #3484D7;
	font-weight: bold;
}
.section_04 .entry_term .term {
	font-size: 85%;
}
.section_04 .entry_term .fs {
	color: #A0A0A0;
}
.side_titles {
	padding: 12px 14px 7px 25px;
	background: url(../img/common/sidebar/bg_h2.gif) no-repeat 0 0;
	color: #FFF;
	font-weight: bold;
}
.box_inner h3.text {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #C6C6C6;
	font-weight: bold;
}

.box_inner .use_submit {
	background: url(../img/top/btn_use_go.png) no-repeat 0 0;
	width: 80px;
	height: 22px;
	border: 0;
	padding: 0;
}
.boxinner .use_submit:hover {
	background-image: url(../img/top/btn_use_go_on.png);
}

/* トップ メインコンテンツ
-------------------------------------------------- */
.index_column {
	margin-bottom: 20px;
	background: url(../img/top/bg_index_column.gif) no-repeat left bottom;
}
.index_column .summary_area {
	float: left;
	width: 221px;
}
.index_column .member_area {
	float: right;
	width: 441px;
}
.index_column h3 {
	padding: 14px;
	background: #F8F8F8;
	border-bottom: 1px dotted #C6C6C6;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	font-weight: bold;
}
.index_column h3 a {
	padding-right: 18px;
	display: block;
	background: url(../img/common/icn_arrow_02.gif) no-repeat right center;
	text-decoration: none;
}
.index_column h3 img {
	margin-right: 10px;
	display: inline-block;
	height: 48px;
}
.index_column h3 span {
	display: inline-block;
	vertical-align: middle;
	width: 118px;
}
.index_column h3 a:hover span {
	text-decoration: underline;
}
.index_column h4 {
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
	font-weight: bold;
}
.index_column h4 span {
	display: block;
	float: left;
}
.index_column h4 img {
	display: block;
	float: right;
}
.index_column .member_area .block {
	float: left;
	width: 221px;
}
.index_column .member_area .first_child {
	width: 220px;
}
.index_column .member_area .first_child h3 {
	border-right: 0;
}
.index_column_inner {
	padding: 14px;
	padding-bottom: 0;
}
.index_column .member_area .first_child .index_column_inner {
	border-right: 0;
}
.index_column_inner p,
.index_column_inner ul {
	margin-bottom: 15px;
}

.info_area {
	margin-bottom: 20px;
}
.info_area dl {
	margin-top: -5px;
	overflow: hidden;
	zoom: 1;
}
.info_area dt {
	padding: 5px 0;
	float: left;
	width: 8em;
	color: #A0A0A0;
	font-weight: bold;
	font-size: 85%;
	line-height: 1.5;
}
.info_area dd {
	padding: 5px 0;
	margin-left: 8em;
}

.feature_area {
	margin-right:-5px;
	margin-bottom: 20px;
}

.use_column {
	margin-right: -5px;
	margin-bottom: 20px;
	background: url(../img/top/bg_use_column.gif) no-repeat left bottom;
}
.use_area {
	margin-right: 5px;
	float: left;
	width: 220px;
}

/* 202404 COSMOエコ基金からのご案内設置対応 add start */
.use_area_eco {
	float: left;
	margin-right: 5px;
	width: 335px;
	height: 200px;
	box-shadow: 2px 2px 4px gray;
	border: 1px solid;
	border-color: rgb(1 153 42 / 80%);
	border-radius: 5px;
	font-size: 16px;
}
.use_area_eco h2{
	text-align:center;
	height: 40px;
	line-height: 40px;
	background-color: rgb(1 153 42 / 80%);
	border-radius: 4px 4px 0px 0px;
	box-shadow: 0px 2px 4px gray;
	font-size: 18px;
	font-weight: bold;
	color: rgb(255 255 255 / 95%);
}
.use_area_eco img{
	margin: 0px 5px 2px 5px;
}
.use_area_eco ul{
	margin-left: 15px;
	margin-top: 10px;
}
.use_area_eco a{
	font-weight: bold;
}
/* 202404 COSMOエコ基金からのご案内設置対応 add end */

.use_area .use_submit {
	background: url(../img/top/btn_use_go.gif) no-repeat 0 0;
	width: 67px;
	height: 22px;
	border: 0;
	padding: 0;
}
.use_area .use_submit:hover {
	background-image: url(../img/top/btn_use_go_on.gif);
}

.use_column_inner {
	padding: 14px;
	padding-bottom: 0;
}
.use_column_inner p,
.use_column_inner ul {
	margin-bottom: 15px;
}
.use_column h3.text {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #C6C6C6;
	font-weight: bold;
}
.use_column h3.icon {
	margin-bottom: 7px;
}
.use_column h3.icon a {
	padding-right: 18px;
	display: block;
	background: url(../img/common/icn_arrow_02.gif) no-repeat right center;
	text-decoration: none;
}
.use_column h3.icon img {
	margin-right: 10px;
	display: inline-block;
	height: 38px;
}
.use_column h3.icon span {
	display: inline-block;
	vertical-align: middle;
	width: 125px;
	font-weight: bold;
}
.use_column h3.icon a:link,
.use_column h3.icon a:visited {
	color: #3484D7;
}
.use_column h3 a:hover span {
	text-decoration: underline;
}

.shop_area {
	margin-bottom: 20px;
}

.shop_list {
	margin-bottom: 10px;
	background: url(../img/top/bg_shop_bottom.gif) no-repeat left bottom;
}
.shop_list ul {
	margin-right: -10px;
	background: url(../img/top/bg_shop_top.gif) no-repeat left top;
	overflow: hidden;
	zoom: 1;
}
.shop_list li {
	margin-right: 10px;
	padding: 16px;
	float: left;
	width: 298px;
	min-height: 60px;
	_height: 60px; /* for ie6 */
	position: relative;
}
.shop_list li h3 {
	position: absolute;
	left: 16px;
	top: 16px;
}
.shop_list li .text {
	margin-left: 130px;
}
.shop_list li .text p {
	margin-bottom: 5px;
}
.shop_list li .text .flag img {
	margin-right: 5px;
}
.shop_list li .text .button {
	margin-bottom: 0;
	text-align: right;
}

.shop_list2 {
	margin-bottom: 10px;
	background: url(../img/top/bg_shop_bottom2.gif) no-repeat left bottom;
}
.shop_list2 ul {
	margin-right: -10px;
	background: url(../img/top/bg_shop_top2.gif) no-repeat left top;
	overflow: hidden;
	zoom: 1;
}
.shop_list2 li {
	margin-right: 10px;
	padding: 16px;
	float: left;
	width: 298px;
	min-height: 60px;
	_height: 60px; /* for ie6 */
	position: relative;
}
.shop_list2 li h3 {
	position: absolute;
	left: 16px;
	top: 16px;
}
.shop_list2 li .text {
	margin-left: 130px;
}
.shop_list2 li .text p {
	margin-bottom: 5px;
}
.shop_list2 li .text .flag img {
	margin-right: 5px;
}
.shop_list2 li .text .button {
	margin-bottom: 0;
	text-align: right;
}

.book_list {
	background: url(../img/top/bg_book_bottom.gif) no-repeat left bottom;
}
.book_list ul {
	margin-right: -5px;
	background: url(../img/top/bg_book_top.gif) no-repeat left top;
	overflow: hidden;
	zoom: 1;
}
.book_list li {
	margin-right: 5px;
	padding: 10px 11px;
	float: left;
	width: 198px;
	min-height: 92px;
	_height: 92px; /* for ie6 */
	position: relative;
}
.book_list li .photo {
	position: absolute;
	left: 11px;
	top: 10px;
}
.book_list li .text {
	margin-left: 56px;
}
.book_list li .text h3 {
	margin-bottom: 10px;
}
.book_list li .text h3 a {
	padding-left: 14px;
	display: block;
	background: url(../img/common/icn_arrow_01.gif) no-repeat 0 0.3em;
}

.book_list.col1 {
	background-position: -450px 100%;
}
.book_list.col1 ul {
	background-position: -450px 0;
}

.book_list.col2 {
	background-position: -450px 100%;
}
.book_list.col2 ul {
	background-position: -450px 0;
}

.eco_press_area {
	margin-bottom: 20px;
	padding: 15px;
	background: url(../img/top/bg_eco_press.gif) no-repeat left bottom;
}
.eco_press_area .block_01 {
	float: left;
	width: 300px;
}
.eco_press_area .block_01 p {
	margin-bottom: 10px;
	font-weight: bold;
}
.eco_press_area .block_02 {
	padding: 10px 15px 0 10px;
	float: right;
	width: 285px;
	background: #F8F8F8;
}
.eco_press_area .block_02 h3 {
	font-weight: bold;
}

.btn-more {
  margin-right: 50px;
  cursor: pointer;
}

.btn-more:before {
  font-family: 'FontAwesome';
  content: "▼ 過去のお知らせを表示する";
  margin-right: 10px;
}

.btn-more.close:before {
  font-family: 'FontAwesome';
  content: "▲ 過去のお知らせを閉じる";
  margin-right: 10px;
}




/* clearfix
-------------------------------------------------- */
.feature_area,
.index_column,
.index_column .member_area,
.use_column,
.eco_press_area
{ zoom: 1; }
.feature_area:after,
.index_column:after,
.index_column .member_area:after,
.use_column:after,
.eco_press_area:after
{
	content: "";
	display: block;
	clear: both;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}