/************************************************
UTILITY
************************************************ */
.clear {
	clear: both;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	display: block;
}
.box60 {
	width: 60px;
}
.box120 {
	width: 120px;
}
.box240 {
	width: 240px;
}
/* -- テキスト --*/
.attention {
	color: #f00;
}
.user_name {
	font-weight: bold;
}
.mini {
	font-size: 10px;
	font-size: 1.0rem;
}
.center {
	text-align: center;
}
.strong {
	font-weight: bold;
}
.top {
	margin-bottom: 5px;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
/* -- 価格 --*/
#price01_default {
	font-weight: normal;
}
#price02_default {
}
.price,
.point {
	font-weight: bold;
}
.selling_price .price {
	color: #D00000;
}
.selling_price dt {
	font-weight: bold;
}
/************************************************
LAYOUT
************************************************ */
.body_wrap {
	width: 100%;
}
#container {
	margin: 20px auto 20px auto;
	width: 960px;
	padding-bottom: 10px;
}
#topcolumn {
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 15px 0 0 0;
}
#container #two_maincolumn_right {
	float: right;
	width: 780px;
	margin: 0 0 0 10px;
}
#container #two_maincolumn_left {
	float: left;
	width: 820px;
	margin: 0 0 0 10px;
}

#container #three_maincolumn {
	float: left;
	width: 640px;
	margin: 0 10px;
}
#container #leftcolumn {
	float: left;
	width: 160px;
	margin-right: 10px;
}
#container #rightcolumn {
	float: right;
	width: 120px;
	margin-left: 10px;
}
#container .side_column {
	width: 240px;
	margin-bottom: 30px;
}
#container .main_column {
	text-align: left;
}
#bottomcolumn {
	clear: both;
	background-color: #FFFFFF;
	padding: 15px 0;
	width: 960px;
	margin: 0 auto 30px auto;
}
/* ---------------------------------------------
	COMMON
--------------------------------------------- */
nav {
	margin-bottom: 15px;
}
h2.cc {
	padding: 10px;
	background-color: #FFFCEC;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
}
.announce {
	margin: 10px 0;
}
.message {
	text-align: center;
	font-weight: bold;
	margin: 15px 0;
}
.bloc_radius {
	margin: 10px 0;
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #EFEFEF;
}
.bloc_outer {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #FFFFFF;
}
.bloc_outer_radius {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 4px;
	background-color: #FFFFFF;
}
#undercolumn_error .message_area {
	margin: 50px auto;
	background-color: #FFFFFF;
	width: 80%;
	padding: 50px;
	border: 1px solid #EFEFEF;
	border-radius: 4px;
}
#undercolumn_error .message_area p.error {
	text-align: center;
}
.btn_area ul {
	text-align: center;
	margin: 20px 0;
}
.btn_area ul li {
	display: inline-block;
	width: 200px;
}
.btn_back01 {
	float:left;
	width:369px;
	padding-top:10px;
}
.btn_back02 {
	float:left;
	width:348px;
	padding-top:10px;
}

/* ---------------------------------------------
	HEADER
--------------------------------------------- */
header {
	border-top: 5px solid #FFEB93;
	border-bottom: 1px solid #FFEB93;
	background-color: #FFFFFF;
	height: 118px;
}
#header {
	overflow:hidden;
	margin: 0 auto;
	background-color: #FFFFFF;
	height: auto;
	width: 960px;
	position: relative;
	text-align: left;
}
#header #search_box {
	background-color: #FFFFFF;
	float: right;
	width: 590px;
	height: 21px;
	padding: 1px 0 3px 0;
	background-image: url(/user_data/ex/img/parts/common/bg_header02.gif);
	background-repeat: no-repeat;
	background-position: 0 -5px;
}
#header #search_box li {
	display: inline-block;
	*display: inline;  /* IE fix */
	zoom: 1;  /* IE fix */
}
#header #search_box li img {
	vertical-align: top;
	margin-top: 4px;
}
#header #search_box form input {
	width: 147px;
	height: 12px;
	padding: 2px 2px 2px 2px;
	border: none;
	border-radius: 0px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 1px solid #C1C1BE;
	vertical-align: top;
}
#header #search_box form [type="image"] {
	width: 18px;
	height: 18px;
	padding: 0 0 0 0;
	border: none;
}
#header .hd_search_title {
	padding: 0 5px 0 10px;
}
#header .hd_search_link01 {
	margin-left: 4px;
}
#header .hd_search_link02 {
	margin-left: 16px;
}
#header .hd_search_link03 {
	margin-left: 19px;
}
#header .hd_inner_box01 {
	width: 230px;
	float: left;
}
#header h1 {
	float: none;
}
#header .hd_inner_box01 p {
	margin-top: 40px;
}
#header .hd_inner_box02 {
	float: left;
	width: 282px;
}
#header .hd_inner_box02 p.hd_description {
	font-size: 10px;
	color: #9d9a99;
}
#hd_cart .hd_cart_btn {
	float: left;
	margin: 10px 10px 0 18px;
	width: 70px;
}
#hd_cart .hd_cart_txt {
	float: left;
	width: 170px;
	margin: 13px 0 0 10px;
}
#hd_cart p {
	font-size: 10px;
}
#hd_cart p span {
	font-size: 13px;
}
#header .hd_loginbox {
	float: right;
	width: 222px;
	height: 75px;
	margin: 6px 0 0 5px;
	padding: 6px 5px 8px 10px;
	background-image: url(/user_data/ex/img/parts/common/bg_header04.gif);
	background-repeat: no-repeat;
}
#header .hd_loginbox .hd_login_txt {
	font-size: 10px;
	color: #9d9a99;
}
#header .hd_loginbox .hd_login_btn {
	float: left;
	width: 82px;
}
#header .hd_loginbox .hd_login_btn02 {
	margin-top: 2px;
}
#header .hd_loginbox .hd_login_btn03 {
	float: left;
	width: 124px;
	margin-left: 5px;
}
#header .hd_loginbox .hd_login_btn04 {
	float: left;
	margin-left: 10px;	
}
#header .hd_loginbox .hd_login_btn04 p {
	line-height: 1.3;
}
#header .hd_loginbox button {
	margin: 0;
	padding: 0;
	border: none;
	width: 84px;
	height: 22px;
	vertical-align: top;
}
#header .hd_loginbox button img {
	cursor: pointer;
}
#header .hd_loginbox ul li {
	margin: 1px 0px 2px 5px;
}
/* ---------------------------------------------
	FOOTER
--------------------------------------------- */
.ft_list02 li,
.ft_list03 li,
.ft_list05_5 li {
	margin-left:5px;
	padding-left:11px;
	background:url(/user_data/ex/img/parts/common/ico_arrow02.gif) no-repeat left center;
	font-size:10px;
}
#ft_copyright {
	font-size: 10px;
}
/* ---------------------------------------------
	LEFTCOLUMN
--------------------------------------------- */
#leftcolumn {
	background-image: url(/user_data/ex/img/parts/common/bg_side01.gif);
	background-color: #F8EAAF;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
}
#sd_search {
	padding: 0 5px;
}
#sd_search .sd_search_form {
	position: absolute;
	bottom: 0;
	left: 5px;
}
#sd_search .sd_search_btn {
	position:absolute;
	bottom:0;
	right:5px;
}
#sd_verisign {
	margin: 0 5px 5px 0;
}
#childCat01,#childCat02,#childCat03,#childCat04,#childCat05 {
	display: none;
}

/* ---------------------------------------------
	TOP
--------------------------------------------- */
.section01 {
	position: relative;
	height: 30px;
	margin-bottom: 10px;
}
.section01 span {
	position: absolute;
	right: 0;
	bottom: 6px;
	z-index: 100;
}
.section02 ul li {
	display: inline-block;
	*display: inline;  /* IE fix */
	zoom: 1;  /* IE fix */
}
.section03 ul li {
	display: inline-block;
	*display: inline;  /* IE fix */
	zoom: 1;  /* IE fix */
	width: 200px;
	margin: 0 1.6% 5px 0;
	vertical-align: top;
}
.section03 .link {
	font-weight: bold;
}

/* ---------------------------------------------
	DETAIL
--------------------------------------------- */
/* -- 写真 --*/
#two_maincolumn_right .detail_bloc {
	float: right;
	width: 440px;
}
.Products_Detail #photo {
	float: left;
	width: 320px;
}
.Products_Detail #photo a img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.Products_Detail .detailBox01Body {
/*	border: 1px solid #CCCCCC;
	border-radius: 2px;*/

}
/* -- 情報 --*/
.Products_Detail dl.information {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	border-top: 1px solid #ccc;
	border-radius: 4px;
	padding: 7px;
	letter-spacing: -.40em;
	width: 765px;
}
.Products_Detail dl.information dt {
	display: inline-block;
	*display: inline;  /* IE fix */
	zoom: 1;  /* IE fix */
	color: #654831;
	width: 100px;
	padding: 5px 0;
	background: url(/user_data/ex/img/parts/common/border_x01.gif) repeat-x bottom left;
	letter-spacing: normal;
}
.Products_Detail dl.information dd {
	display: inline-block;
	*display: inline;  /* IE fix */
	zoom: 1;  /* IE fix */
	width: 650px;
	padding: 5px 0;
	background: url(/user_data/ex/img/parts/common/border_x01.gif) repeat-x bottom left;
	letter-spacing: normal;
}
.Products_Detail dl.information .last {
	background: none;
}
/* -- バリエーションテーブル --*/
.Products_Detail .classlist {
	margin-bottom: 10px;
}
.Products_Detail .classlist table {
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	font-size: 1.2rem;
	font-size: 12px;
	background-color: #FFFCEC;
}
.Products_Detail .classlist table tr.title {
	background-color: #FFEB93;
}
.Products_Detail .classlist table th {
	padding: 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f0f0f0;
	font-weight: normal;
	vertical-align: middle;
}
.Products_Detail .classlist table td {
	padding: 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
.Products_Detail .classlist table tr.even {
}
/* -- 関連商品ブロック --*/
.Products_Detail #detailCarousel2 .carousel_items .img130 {
	height: 120px;
}
/* -- お客様の声ブロック --*/
.Products_Detail #customervoice_area .review_bloc {
	margin: 10px 0;
}
.Products_Detail #customervoice_area .review_bloc p {
	text-align: center;
}
.Products_Detail #customervoice_area dl {
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #FCFCF9;
	border-radius: 4px;
	border: 1px solid #EFEFEF;
}
.Products_Detail #customervoice_area dl dt {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.Products_Detail #customervoice_area .review {
	float: left;
}
.Products_Detail #customervoice_area .date {
	float: right;
}
.Products_Detail #customervoice_area span.recommend_level {
	color: #E65C0F;
}
.Products_Detail #customervoice_area .voicetitle {
	font-weight: bold;
	margin-bottom: 5px;
}
.Products_Detail .sub_area {
	display: inline-block;
	*display: inline;  /* IE fix */
	zoom: 1;  /* IE fix */
}

/* ---------------------------------------------
	COMMON BLOCK
--------------------------------------------- */
/* -- おススメ商品 --*/
.bloc_recommend {
	border: 1px solid #f8eaaf;
	padding: 1px;
	
}
.carousel_arrow_prev,  .carousel_arrow_next {
	overflow: hidden;
	line-height: 225px;
	cursor: pointer;
	width: 23px;
	text-align: center;
	background-color: #FFEB93;
	border-radius: 2px;
}
.carousel_arrow_prev {
	float: left;
}
.carousel_arrow_next {
	float: right;
}
.carousel_items {
	float: left;
	width: 80%;
	overflow: hidden;
}
.carousel_items h2 {
	margin: 5px 0 20px 10px;
}
.carousel_items .img130{
	display: block;
	height: 130px;
}
.carousel_items .name{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.carousel_items ul li {
	width: 33%;
	height: 180px;
	text-align: center;
	font-size: 1.2rem;
	font-size: 12px;
	margin-left: 15px;
}
/* -- 最近チェックした商品 --*/
#browsingHistory {
	background-color: #F3F3EF;
	padding: 20px;
}
#browsingHistory h2 {
	margin-bottom: 10px;
}
#browsingHistory .carousel_arrow_prev, 
#browsingHistory .carousel_arrow_next{
	background-color: #F3F3EF;
	width: 35px;
	line-height: 180px;
}

/* ---------------------------------------------
	CART
--------------------------------------------- */
.Cart ul#quantity_level li {
	padding: 3px;
	display: inline-block;
}
h3.head {
	border-bottom: 1px solid #FFDF21;
	padding: 5px 7px 5px 25px;
	font-weight: bold;
	background-color: #FFFDF3;
	font-size: 15px;
	color: #654831;
}
.pip {
	width: 85%;
	margin: 30px auto 0;
	font-size: 1.2rem;
}
.Shopping_Confirm .cycleitems {
	display: inline-block;
	vertical-align: middle;
}
.Shopping_Confirm .bloc_radius_cycle {
	margin: 10px 0;
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 8px;
	border: 4px solid #EFEFEF;
}
.Shopping_Confirm .bloc_radius_gray {
	margin: 10px 0;
	padding: 10px;
	background-color: #EFEFEF;
	border-radius: 4px;
}

/* ---------------------------------------------
	CONTENTS
--------------------------------------------- */
/* -- 会員登録 --*/
#kiyaku_area {
	width: 90%;
	margin: 0 auto;
	height: 150px;
	overflow: auto;
	background-color: #EFEFEF;
}
/* -- お問い合わせ --*/
.table_type04 #contents {
	margin: 0;
	width:570px;
}
.Contact_Complete .inquiryBox01,
.Contact_Detail_Complete .inquiryBox01 {
	background: none;
	padding-left: 232px;
}
.Contact_Detail h3 {
	border-bottom: 1px solid #FFDF21;
	padding: 5px 7px 5px 25px;
	font-weight: bold;
	background-color: #FFFDF3;
	font-size: 15px;
	color: #654831;
	margin-top: 15px;
}
/* -- 特定商取引に関する法律に基づく表記 --*/
table.order {
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	font-size: 1.2rem;
	font-size: 12px;
}
table.order th {
	padding: 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f0f0f0;
	font-weight: normal;
	vertical-align: middle;
}
table.order td {
	padding: 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
/* -- マイページ --*/
.mypage_nav{
	margin: 0 auto;
	width: 820px;
	text-align: left;
}
.Mypage .h2_basic h2 {
	display:inline;
	float:left;
	margin-top:16px;
	/margin-top:22px;
	margin-top:22px\9;
	font-weight:bold;
	font-size:16px;
	padding-right:12px;
}
.Mypage .h2_basic h2 span {
	font-size:22px;
}
.Mypage .h2_basic p.color04 {
	float:left;
	margin-top:16px;
	height:28px;
	_height:28px;
	/*_height:38px;*/
	background:url(/user_data/ex/img/parts/common/border_y02.gif) repeat-y top left;
	padding:10px 0 0 20px;
}
h3.mypage {
	border-bottom: 1px solid #FFDF21;
	padding: 5px 7px 5px 25px;
	font-weight: bold;
	background-color: #FFFDF3;
	font-size: 15px;
	color: #654831;
	margin-top: 15px;
}
.mypage_nav #mypage05 li {
	display:block;
	float:left;
	width:230px;
	_width:230px;
	/*_width:260px;*/
	height:95px;
	_height:135px;
	/*_height:135px;*/
	margin-right:20px;
	padding:20px;
	padding-right:10px;
	background:url(/user_data/ex/img/parts/member/bg_mypage05_01.gif) no-repeat 0 0;
}
.mypage_nav #mypage05 li a {
	display:block;
	background:url(/user_data/ex/img/parts/common/ico_arrow05.gif) no-repeat left center;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:15px;
}
.mypage_nav #mypage05 li.last {
	margin-right:0;
}
.mypage_nav #mypage06 li {
	display:block;
	float:left;
	width:240px;
	_width:240px;
	/*_width:260px;*/
	height:33px;
	_height:33px;
	/*_height:45px;*/
	padding:12px 0 0 20px;
	margin-right:20px;
	background:url(/user_data/ex/img/parts/member/bg_mypage05_02.gif) no-repeat 0 0;
}
.mypage_nav #mypage06 li a {
	background:url(/user_data/ex/img/parts/common/ico_arrow05.gif) no-repeat left center;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
}
.mypage_nav #mypage06 li.last {
	margin-right:0;
}
.mypage_nav #mypage06 li p {
	padding-left:20px;
	background:url(/user_data/ex/img/parts/common/ico_arrow06.gif) no-repeat left center;
}
.Mypage_Change #contents {
	margin: 0;
	padding: 0;
}
.Mypage_Regular_Payment #cart_navi {
	display: none;
}
.Shopping_EasyPurchase_Payment .payment_btn02 {
	display: none;
}
.Mypage_Regular_Payment .payment_btn01 {
	display: none;
}
.CC_Plugin_Zeus_Page_Credit .credit_btn02 {
	display: none;
}
.CC_Plugin_Zeus_Page_Credit_RegularPayment .credit_btn01 {
	display: none;
}
#payment .card_list {
	margin: 20px 15px;
}
#payment .card_list dl {
	margin: 10px 0 0 20px;
}
#payment .card_list dl dt {
	margin: 10px 0 3px 0;
}



/* -- キャンペーンお知らせ --*/
.section04 ul li {
	display: inline-block;
	*display: inline;  /* IE fix */
	zoom: 1;  /* IE fix */
	width: 200px;
	margin: 0 1.6% 5px 0;
	vertical-align: top;
}

/* -- キャンペーンお知らせ 2311 --*/
.section05 ul li {
	display: inline-block;
	*display: inline;  /* IE fix */
	zoom: 1;  /* IE fix */
	width: 356px;
	margin: 0 1.3rem 1.6rem 0;
	vertical-align: top;
}

.section05 ul li .txt2311{
	font-size:0.86rem;
	line-height: 1.38rem;
	margin-top: 0.2rem;
}


.mida2311{
    font-size: 24px;
    font-weight:400;
}

.mida2311_2{
	display:block;
    font-size: 18px;
    font-weight:400;
	padding:7px 0 0 16px;
	background-color:#fbf2ce;
	width:100%;
	height:32px;
}

.mida2311_pt{
    display: block;
    position: relative;
    top:18px;
}

.btn2311{
    display: flex;
	justify-content: flex-start;
    border: 0;
  	text-decoration: none;
}

.btn2311 a {
   position: relative;
  display: block;
  width: 204px;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 8px;
 border:2px solid #ffc557;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  text-align: center;
}

.btn2311 a:hover{
/*  text-decoration: underline; */
  background-color:#ffec9a;
}

/* -- キャンペーンお知らせ 2407 --*/
.section07 ul li{
	display: inline-block;
	*display: inline;  /* IE fix */
	zoom: 1;  /* IE fix */
	width: 29.2rem;
	margin: 0 0 1.6rem 0;
	vertical-align: top;
}

.section07 ul li:nth-child(odd) {
	margin-left: 1.6rem;
}

.section07 ul li .txt2311{
	font-size:0.92rem;
	line-height: 1.5rem;
	margin-top: 0.5rem;
}

.mida2407{
    font-size: 24px;
    font-weight:400;
}

.mida2407_2{
	display:block;
    font-size: 18px;
    font-weight:400;
	padding:7px 0 0 16px;
	background-color:#fbf2ce;
	width:944px;
	height:32px;
}

.mida2407_pt{
    display: block;
    position: relative;
    top:18px;
}

.btn2407{
    display: flex;
	justify-content: flex-start;
    border: 0;
  	text-decoration: none;
}

.btn2407 a {
   position: relative;
  display: block;
  width: 25rem;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 8px;
 border:2px solid #ffc557;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  text-align: center;
}

.btn2407 a:hover{
/*  text-decoration: underline; */
  background-color:#ffec9a;
}


/* アイコンのスタイル */
.btn-circle-bottom a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 9px solid #333;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 0 solid transparent;
  transform: translateY(1px);
  box-sizing: border-box;
}

.btn_mr10{ margin-right:20px;
}

/* --カテゴリ特集一覧 --*/
.section06 ul li {
	display: inline-block;
	*display: inline;  /* IE fix */
	zoom: 1;  /* IE fix */
	width: 356px;
	margin: 0 1rem 1.1rem 0;
	vertical-align: top;
}

/* -- bottan --*/

/* ---------------------------------------------
	POPUP
--------------------------------------------- */
#windowcolumn {
	width: 98%;
	margin: 0 auto;
	text-align: left;
}
#windowcolumn #contents_area {
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 10px 10px 20px 10px;
}
#windowcolumn h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 5px 10px 0;
}
#windowcolumn #contents_area table {
	width: 100%;
}
#windowcolumn #contents_area table th {
	background-color: #FFFCEC;
	padding: 15px;
	width: 150px;
	border: 1px solid #CCC;
}
#windowcolumn #contents_area table td {
	padding: 15px;
	border: 1px solid #CCC;
}


/* ---------------------------------------------
	BUTTOUN
--------------------------------------------- */
.btn01 {
	display: inline-block;
	width: 100%;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	background-color: #1FBBA6;
	color: #fff;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom: 5px solid #1AA08E;
}
.btn01::before,
.btn01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn01,
.btn01::before,
.btn01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn01:hover {
	background-color: #2EDCC4;
}
.btn01 button {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	width: 100%;
	height: 40px;
}
.btn02 {
	display: inline-block;
	width: 100%;
	height: 36px;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	outline: none;
	background-color: #1FBBA6;
	color: #fff;
	border-radius: 4px;
	border-bottom: 5px solid #1AA08E;
}
.btn02::before,
.btn02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn02,
.btn02::before,
.btn02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn02:hover {
	background-color: #2EDCC4;
}
.btn02 button {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	width: 100%;
	height: 36px;
}
.btn02 a {
	display: block;
}
.btn02 a:link,
.btn02 a:visited,
.btn02 a:hover,
.btn02 a:active {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=100);
	opacity:1.0;
}
.btn03 {
	display: inline-block;
	width: 100%;
	height: 28px;
	text-align: center;
	text-decoration: none;
	line-height: 28px;
	outline: none;
	background-color: #BBBBBB;
	color: #fff;
	border-radius: 4px;
	border-bottom: 4px solid #AAAAAA;
}
.btn03::before,
.btn03::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn03,
.btn03::before,
.btn03::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn03:hover {
	background-color: #CCCCCC;
}
.btn03 button {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	width: 100%;
	height: 28px;
}
.btn03 a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.btn03 a:link,
.btn03 a:visited,
.btn03 a:hover,
.btn03 a:active {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=100);
	opacity:1.0;
}
.btn04 {
	display: inline-block;
	width: 100%;
	height: 42px;
	text-align: center;
	text-decoration: none;
	line-height: 42px;
	outline: none;
	background-color: #F27935;
	color: #fff;
	border-radius: 4px;
	border-bottom: 5px solid #E65C0F;
}
.btn04::before,
.btn04::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn04,
.btn04::before,
.btn04::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn04:hover {
	background-color: #F49A67;
}
.btn04 button {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	width: 100%;
	height: 42px;
}
.btn04 a {
	display: block;
}
.btn04 a:link,
.btn04 a:visited,
.btn04 a:hover,
.btn04 a:active {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=100);
	opacity:1.0;
}
.btn05 {
	display: inline-block;
	width: 100%;
	height: 32px;
	text-decoration: none;
	line-height: 32px;
	outline: none;
	background-color: #DDD;
	color: #fff;
	border-radius: 4px;
	border-bottom: 5px solid #CCC;
	font-size: 12px;
	font-size: 1.2rem;
}
.btn05::before,
.btn05::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn05,
.btn05::before,
.btn05::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn05:hover {
	background-color: #EEE;
}
.btn05 button {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	width: 100%;
	height: 32px;
}
.btn05 a {
	display: block;
	position: relative;
	padding-left: 30px;
}
.btn05 a:link,
.btn05 a:visited,
.btn05 a:hover,
.btn05 a:active {
	color: #333;
	text-decoration: none;
	filter: alpha(opacity=100);
	opacity:1.0;
}
.btn05 a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #FFF;
}
.btn05 a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #DDD;
}
.btn05 a:hover:after {
	background: #EEE;
}
.btn06 {
	display: inline-block;
	width: 100%;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	background-color: #BBBBBB;
	color: #fff;
	border-radius: 4px;
	border-bottom: 4px solid #AAAAAA;
}
.btn06::before,
.btn06::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn06,
.btn06::before,
.btn06::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn06:hover {
	background-color: #CCCCCC;
}
.btn06 button {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	width: 100%;
	height: 40px;
}
.btn06 a {
	display: block;
}
.btn06 a:link,
.btn06 a:visited,
.btn06 a:hover,
.btn06 a:active {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=100);
	opacity:1.0;
}
.btn07 {
	display: inline-block;
	width: 80px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	outline: none;
	background-color: #CCCCCC;
	color: #fff;
	border: none;
	border-radius: 4px;
	border-bottom: 2px solid #BBBBBB;
	cursor: pointer;
}
.btn07::before,
.btn07::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn07,
.btn07::before,
.btn07::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn07:hover {
	background-color: #DDDDDD;
}
.btn07 button {
	background: none;
	border: none;
	color: #fff;
	width: 80px;
	height: 24px;
}
.btn07 a {
	display: block;
}
.btn07 a:link,
.btn07 a:visited,
.btn07 a:hover,
.btn07 a:active {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=100);
	opacity:1.0;
}

.btn08 {
	display: inline-block;
	width: 100%;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	outline: none;
	background-color: #FFB000;
	color: #fff;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 4px;
	border-bottom: 2px solid #FF7B00;
	cursor: pointer;
}
.btn08::before,
.btn08::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn08,
.btn08::before,
.btn08::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn08:hover {
	background-color: #FFCD60;
}
.btn08 button {
	background: none;
	border: none;
	color: #fff;
	width: 100%;
	height: 40px;
	font-weight: normal;
	font-size: large;
	text-align: left;
	padding-left: 25px;
}
.btn08 .btn08_1 {
	background: none;
	border: none;
	color: #fff;
	width: 100%;
	height: 40px;
	font-weight: normal;
	font-size: large;
	text-align: left;
	padding-left: 25px;
}

.btn08 a {
	display: block;
}
.btn08 a:link,
.btn08 a:visited,
.btn08 a:hover,
.btn08 a:active {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=100);
	opacity:1.0;
}



/* ---------------------------------------------
	20160518.cyclo追加
--------------------------------------------- */
#tab002 dd {
	padding:0 0 5px 123px;
	margin:-32px 0 4px;
	color:#636363;
	font-size:13px;
	line-height:1.3 !important;
	background:url(/user_data/ex/img/parts/common/border_x01.gif) repeat-x bottom left;
}



/* ---------------------------------------------
	202312.特集バナーサイズ変更
--------------------------------------------- */

.section03_2312 ul li {
	display: inline-block;
	*display: inline;  /* IE fix */
	zoom: 1;  /* IE fix */
	width: 356px;
	margin: 0 16px 16px 0;
	vertical-align: top;
}