@charset "UTF-8";
/* CSS Document */


/* --------------------------------------------------------------------------------------
 リセットCSS　既存CSSと競合する場合は削除
--------------------------------------------------------------------------------------- */

input,textarea,select {
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*\*/
* html table {
	font-size: 100%;
	line-height: 1.5;
}
/**/


th, td {
	font-size: 1em;
	font-weight:normal;
}





/* tag ------------------------------ */

div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,img,
p,blockquote,pre,cite,code,caption,a,
form,fieldset,legend,input,textarea,select,option,label, nav, section{
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.4em;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}

/* --------------------------------------------------------------------------------------
 リセットCSS　既存CSSと競合する場合は削除
--------------------------------------------------------------------------------------- */

/*===========タブ============*/
#tabMenu{
	display: table;
	width:100%;
	margin: 0;
	border-bottom: 1px solid #000;
}
#tabMenu li{
	display: table-cell;
	/*width:50%;  tab2つの時*/
	width:34%;  /*tab3つの時*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
#tabMenu li:nth-of-type(1){
	padding-right: 5px;
}
#tabMenu li:nth-of-type(2){
	padding-left: 5px;
}
#tabMenu li:nth-of-type(3){
	padding-left: 10px;
}
#tabMenu li a{
	display:block;
	width:100%;
	padding: 5px 0;
	line-height:20px;
	text-align:center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-radius: 5px  5px 0 0;
}
li#tab_andhabit a{
	background: #999;
	border: 1px solid #999;
}
li#tab_andhabit a:hover,
li#tab_andhabit a.active{
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
li#tab_rauten a{
	background: #FFA1A1;
	border: 1px solid #FFA1A1;
}
li#tab_rauten a:hover,
li#tab_rauten a.active{
	background: #bf0000;
	color:#fff;
	border: 1px solid #bf0000;
}

li#tab_amazon a{
	background: #f9c577;
	border: 1px solid #f9c577;
}
li#tab_amazon a:hover,
li#tab_amazon a.active{
	background: #F59403;
	color:#fff;
	border: 1px solid #F59403;
}

#rakuten_cart,#amazon_cart{
	padding: 50px 0;
}
#andhabit_cart{
	padding: 50px 10px;
}
#andhabit_cart{
	overflow: hidden;
	zoom:1;
	display:none;
}
#amazon_cart{
	overflow: hidden;
	zoom:1;
	display:none;
}
#rakuten_cart{
	/*overflow: hidden;
	zoom:1;
	display:none;*/
}

/*アフィ版カート退避*/
.af_cart #andhabit_cart{
	display: block;
}

/*===========カート============*/
.habit_select {
	padding: 0 10px;
	margin-bottom: 30px;
	display: table;
}
.habit_select figure{
	margin: 0;
	padding: 0;
	width: 30%;
	display: table-cell;
	vertical-align: middle;
}

.habit_select dl{
	padding-left: 20px;
	width: 70%;
	display: table-cell;
	vertical-align: middle;
}
.habit_select dt{
	margin-bottom: 10px;
}
.habit_select dd{
	margin-bottom: 5px;
}

.habit_select table{
	width: 100%;
	text-align: left;
}
.habit_select table thead{
	text-align: center;
}
.habit_select table td{
	padding: 10px;
}
.habit_select table tbody th{
	min-width:80%;
}
.habit_select select{
	width: 60px;
	padding: 5px;
}
#andhabit_cart p{
	text-align: center;
}

.w100p{
	width: 100%;
}

.btn_amazon{
	background: #F59403;
	color:#fff;
	border: 1px solid #F59403;
	border-radius: 5px;
	padding: 10px;
	display: block;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}

.btn_amazon:hover{
	opacity: 0.7;
	text-decoration: none;
	color: #fff;
}

/*フッター*/

.pronumber{
	font-size: 12px;
}

.fttundr{
	padding: 0px 0;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.banner{
	text-align: center;
}
.fttundr a img{
	margin: 5px 0;
}

.fttundr .banner a{
	text-decoration: none;
}

.privacy{
	padding: 18px;
	margin: 25px 0;
	border: 1px solid #ebebeb;
	font-size: 12px;
	text-align: left;
	line-height: 1.6em;
}

.privacy P{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin: 15px 0;
	padding: 15px 0;
}

.privacy span{
	font-weight: bold;
}

.w100{
	width: 100px;
}

.w90{
	width: 90px;
}


#copyright{
	width: 100%;
	padding: 10px 0;
	margin-top: 20px;
	text-align: center;
	color: #999;
	font-size: 12px;
	background: #ebebeb;
}
.seibunhyo table{
	margin-bottom: 20px;
}
#kago{
	box-sizing: border-box;
	padding: 10px;
}

#andhabit_cart h3{
	text-align: center;
	font-weight: bold;
}


/* マルチカート　&habit閉鎖 */
/*body li#tab_andhabit,body #andhabit_cart {*/
	/*display: none;*/
/*}*/
/*body #rakuten_cart{*/
	/*display: block;*/
/*}*/
/*body #tabMenu li{*/
	/*width: 50%; !*tab2つの時*!*/
/*}*/
/* /マルチカート　&habit閉鎖 */