@charset "UTF-8";

/*　メインコンテンツスタイル　共通
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/



/*　パン屑リスト　－－－－－－－－－－－－－－－－*/
#location {
	padding: 0 5px 8px 5px;
	margin:0;
}
#location p{
	font-weight:bold;
	display:inline;
	margin-right:5px;
}
#location img{
	margin:0 3px 0 6px;
	padding:0;
	vertical-align:middle;
}
#location ul{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#location li{
	margin:0;
	padding:0;
	display:inline;
}

/*　メインコンテンツスタイル　一覧
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
/*　ページ送り　－－－－－－－－－－－－－－－－*/
.page {
	padding: 15px 0 2px 0;
	margin: 0 0 13px 0;
	text-align: center;
}

.page span   {
	margin-right: 3px;
	}
.page span a {
	text-decoration: none;
	padding: 2px 2px;
	}

.page span.now {
	padding: 2px 5px;
	color: #ffffff;
	background-color: #b39980;
}


/* --- 表示順序切替 --- */
.change_list {
	width: 100%;
	border-collapse: collapse;
	background-color: #fafae1;
}
.change_list td {
	padding: 0 10px 8px 10px;
}
.change_list td.td_top {
	padding-top: 8px;
}



/*　商品一覧　画像なし　－－－－－－－－－－－－－－－*/
.productlist_box2 {
	width: 100%;
	border-collapse: separate;
	margin-bottom: 15px;
}
/*
.productlist_box2 a{
    position: absolute;
    height: 100%;
    width: 100%;
}
.productlist_box2 a:after {
	position: absolute;
	border-top: 3px solid #555;
	border-right: 3px solid #555;
	transform: rotate(45deg);
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	right: 10px;
}*/

.productlist_box2 th {
	padding: 5px 8px;
	color: #ffffff;
	font-weight: normal;
	background-color: #c3d826;
}

.productlist_box2 td {
	padding: 12px 5px;
}

.productlist_box2 td.evenline {
	background-color: #fffff0;
	border-top: 1px solid #e1e18b;
	border-bottom: 1px solid #e1e18b;
}
.productlist_box2 td.oddline {
	border-top: 1px solid #e1e18b;
	border-bottom: 1px solid #e1e18b;
}

.productlist_box2 td.warn {
	background-color: #FFB74C;
	border-top: 1px solid #e1e18b;
	border-bottom: 1px solid #e1e18b;
}

/*　商品一覧　クイックオーダー　－－－－－－－－－－－－－－－*/
.productlist_box3 {
	width: 100%;
	border-collapse: separate;
	margin-bottom: 15px;
}

.productlist_box3 th {
	padding: 5px 8px;
	color: #ffffff;
	font-weight: normal;
	background-color: #c3d826;
}

.productlist_box3 td {
	padding: 12px 5px;
}

.productlist_box3 td.evenline {
	background-color: #fffff0;
	border-top: 1px solid #e1e18b;
	border-bottom: 1px solid #e1e18b;
}
.productlist_box3 td.oddline {
	border-top: 1px solid #e1e18b;
	border-bottom: 1px solid #e1e18b;
}

.productlist_box3 td.warn {
	background-color: #FFB74C;
	border-top: 1px solid #e1e18b;
	border-bottom: 1px solid #e1e18b;
}


/*　メインコンテンツスタイル　各種
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/


/* 各種テーブル－－－－－－－－－－－－－－－－－－－－－－－－－－ */


/* テーブル100% */
.tb_100 {
	width: 100%;
	margin: 10px auto 10px auto;
	border-collapse: separate;
	border: 1px solid #cccccc;
}

.tb_100 th {
	padding: 8px;
	text-align: center;
	font-weight: normal;
	border: 3px solid #ffffff;
	background-color: #e6f5fa;
}

.tb_100 td {
	padding: 8px;
	background-image: url(../img/line01.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 3px solid #ffffff;
}

.tb_100 td.nodot { background-image: none; }

.tb_100 td input {
	padding: 2px;
}

/* テーブル60% */
.tb_60 {
	width: 60%;
	margin: 10px auto 20px auto;
	border-collapse: separate;
	border: 1px solid #cccccc;
}

.tb_60 th {
	width: 30%;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	border: 3px solid #ffffff;
	background-color: #e6f5fa;
}

.tb_60 td {
	padding: 5px 5px 8px;
	background-image: url(../img/line01.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 3px solid #ffffff;
}

.tb_60 td.nodot {
	background-image: none;
	padding: 5px;
}

.tb_60 td input { padding: 2px; }

/* テーブル100%線なし */
.tb_100noline {
	width: 100%;
	margin: 10px auto 10px auto;
	border-collapse: separate;
}

.tb_100noline th {
	padding: 8px;
	text-align: center;
	font-weight: normal;
	border: 3px solid #ffffff;
	background-color:#e6f5fa;
}

.tb_100noline td {
	padding: 8px;
	background-image: url(../img/line01.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 3px solid #ffffff;
}

.tb_100noline td.nodot { background-image: none; }
.tb_100noline td.warn { background-color: #FFB74C; }

.tb_100noline caption {text-align:left;}

/* テーブル100%グレー */
.tb_100g {
	width: 100%;
	margin: 10px auto 10px auto;
	border-collapse: separate;
	border: 1px solid #cccccc;
}

.tb_100g th {
	padding: 5px;
	text-align: center;
	font-weight: normal;
	border: 3px solid #ffffff;
	background-color: #f6f6f6;
}

.tb_100g td {
	padding: 5px;
	border: 3px solid #ffffff;
}

.tb_100g td input { padding: 2px; }

/* テーブル80%グレー */
.tb_80g {
	width: 80%;
	margin: 20px auto 10px auto;
	border-collapse: separate;
	border: 1px solid #cccccc;
}

.tb_80g th {
	padding: 8px;
	text-align: center;
	font-weight: normal;
	border: 3px solid #ffffff;
	background-color: #f6f6f6;
}

.tb_80g td {
	padding: 8px;
	border: 3px solid #FFFFFF;
	background-image: url(../img/line01.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.tb_80g td.nodot {
	background-image: none;
	padding: 5px;
}

.tb_80g td input { padding: 2px; }

/* テーブル80%グレー線なし */
.tb_80gnoline {
	width: 80%;
	margin: 20px auto 10px auto;
	border-collapse: separate;
}

.tb_80gnoline th {
	padding: 10px;
	text-align: center;
	font-weight: normal;
	background-color: #f6f6f6;
}

.tb_80gnoline td {
	padding: 10px;
	background-image: url(../img/line01.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}


/* 検索結果なし */
#no_search {
margin: 10px;
}

.change {
	margin: 20px 10px 20px 10px;
	padding: 0 0 0 5px;
}

.change ul {
	margin: 0;
	padding: 0;
	list-style-image:url(../img/arrow06.gif);
	list-style-position:outside;
}

.change li {
	margin: 0 0 5px 20px;
	padding: 0 0 8px 0;
}








#btn-item ul {
	margin: 0 auto;
	padding: 5px 0px 10px 0px;
	list-style-type: none;
}
#btn-item li {
	text-align: center;
	float: left;
	margin: 0 auto;
	margin-left: 10px;
	margin-bottom: 5px;
}

#btn-item ul.biw {
	padding: 5px 0px 15px 0px;
}

/* back-button */
#btn-item li.btnback {
	border-radius: 1px;         /* CSS3 */
	-webkit-border-radius: 1px; /* Safari,Chrome */
	-moz-border-radius: 1px;    /* Firefox */
	border: 1px #9C9CA3 solid;
}
#btn-item li.btnback a {
	background-color: #85858F;
	height:32px;
	line-height: 33px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	display: block;
	text-decoration: none;
}
#btn-item li.btnback a:hover {
	background-color: #9C9CA3;
	text-decoration: none;
}
#btn-item li.btnback a:active {
	background-color: #85858F;
	text-decoration: none;
}



/* next-button */
#btn-item li.btnnext {
	width: 160px;
	border-radius: 1px;	        /* CSS3 */
	-webkit-border-radius: 1px; /* Safari,Chrome */
	-moz-border-radius: 1px;    /* Firefox */
	border: 1px #9B0F0F solid;
}
#btn-item li.btnnext a {
 	background-color: #9B0F0F;
	border: none;
	height:32px;
	line-height: 33px;
	font-weight: bold;
	color: #fff;	/* esteelauder */
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	display: block;
	text-decoration: none;
}
#btn-item li.btnnext a:hover {
 	background-color: #AE1111;
	text-decoration: none;
}
#btn-item li.btnnext a:active {
 	background-color: #9B0F0F;
	text-decoration: none;
}







/* step1 */
/*　合計　*/
.total {
	width:80%;
	margin: 10px 5px 0 0;
	padding:0;
	border-collapse: collapse;
	text-align:right;
	float: right;
}
.total th {
	padding: 4px 0;
	font-weight:normal;
}

.total td {
	padding:4px 0;
}

.total th.totalprice {
	padding: 7px 0;
	border-top: 1px solid #cccccc;
	font-weight:bold;
	font-size:larger;
}

.total td.totalprice {
	padding: 7px 0;
	border-top: 1px solid #cccccc;
	font-weight:bold;
	font-size:larger;
}

.total td.totaltest {
	width: 60%;
	text-align:right;
}



/* --- リンク --- */
#link_box {
	margin-bottom: 20px;
}
#link_box ul {
	list-style: none;
}
#link_box li {
	float: left;
	margin-bottom: 5px;
	width: 100%;
}

#link_box li.btnnext a {
	color:#333333;
	margin: 0px 10px 0px;
	padding: 10px;
	font-size: 12px;
	display: block;
	text-align: center;
	text-decoration: none;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #9B0F0F;
	background-color: #F38B8B;
}
#link_box li.btnnext a:hover {
	background-color: #F7B3B3;
}
#link_box li.btnnext a:active {
	border:1px solid #C21212;
	background-color: #FBD9D9;
}

#link_box li.btnlink a {
	margin: 0px 10px 0px;
	padding: 10px;
	font-size: 12px;
	display: block;
	text-align: center;
	text-decoration: none;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
}
#link_box li.btnlink a:hover {
	background-color: #f9f9f9;
}
#link_box li.btnlink a:active {
	border:1px solid #dddddd;
	background-color: #fefefe;
}

/* --- リンク --- */
#link_area { margin-bottom: 20px; }
#linkbtn ul { margin: 10px 10px 0pt; border: 1px solid #A9ACAB; border-radius: 4px 4px 4px 4px; background: none repeat scroll 0% 0% #F4F6F8; }
#linkbtn li { padding: 0.5em;font-size: 16px; clear: both; border-bottom: 1px solid #cccccc; border-top: 1px solid #ffffff; line-height: 1.1em; vertical-align: middle; }
#linkbtn li:first-child { border-top: medium none; }
#linkbtn li li:first-child { border-top: 1px solid #cccccc; }
#linkbtn li:last-child, #linkbtn li li:last-child { border-bottom: medium none; }
#linkbtn ul li a ,.linkbtn > ul > li > ul > li a { padding: 0.2em 0pt; }
.link_body { display: inline-block; }
.link_body a { width: 100%; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer; }
#linkbtn ul li li { padding-bottom: 0.6em; }
.link_header { width: 1.5em; margin: 0pt 6px 0pt 8px; display: inline-block; background: none repeat scroll 0% 0% transparent; text-align: right; }
#linkbtn li .link_header { width: 1.5em; }
/*#linkbtn li .link_body { width: 86.5%; } */
#linkbtn li .link_body { width: 100%; }
.link_body a:link, .link_body a:visited { color: #000000; text-decoration: none; cursor: pointer; }



/* --- 商品検索関連 --- */
.s-button {
	float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
	margin-right:5px;
    display: block;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.35;
	padding: 3px;
}

.s-input {
	float: left;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    margin-right: 5px;
}

.s-select {
	float: left;
    font-size: 16px;
    line-height: 1.35;
	margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    margin-right: 5px;
}

#Search_area {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left:10px;
	overflow: hidden;
}


/* --- メインテキスト --- */
p.main_txt{
	font-size: 110%;
	line-height: 1.4;
	margin-left: 10px;
}

p.main_txt{
	font-size: 110%;
	line-height: 1.4;
	margin-left: 10px;
}


/* --- メインエリア --- */
#main_area {
	margin-top: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 15px;
}

/* --- トップアニメーション --- */
#slider {
	width: 100%;
	overflow: hidden;
}

.slide-item {
	width: 100%;
	float: left;
	position: relative;
}


.slider-wrapper {
	width: 100%;
	position: relative;
	left: 0;
	will-change: transform;
	animation: slider 10s infinite;
}

@keyframes slider {
  0% { transform: translateX(0); }
  33% { transform: translateX(-300px); }
  66% { transform: translateX(-600px); }
  100% { transform: translateX(0); }
}






.productlist_box3 {
	width: 100%;
	border-collapse: separate;
	margin-bottom: 5px;
}

.productlist_box3 th {
	padding: 5px 8px;
	color: #ffffff;
	font-weight: normal;
	background-color: #7E7498;	/* esteelauder */
}

.productlist_box3 td {
	padding: 10px 5px 0px 5px;
}

.productlist_box3 td.evenline {
	background-color: #fafafa;	/* esteelauder */
	border-top: 1px solid #C4BECD; 	/* esteelauder */
	border-bottom: 1px solid #C4BECD;	/* esteelauder */
}
.productlist_box3 td.oddline {
	border-top: 1px solid #C4BECD; 	/* esteelauder */
	border-bottom: 1px solid #C4BECD;	/* esteelauder */
}

.productlist_box3 td.warn {
	background-color: #FFB74C;
	border-top: 1px solid #e1e18b;
	border-bottom: 1px solid #e1e18b;
}

.item_data01 th {
	width: 40%;
}


/*　文字位置　横　*/
.text_l		{ text-align: left; }
.text_r		{ text-align: right; }
.text_c		{ text-align: center; }

.wd30per	{ width:30%; }
.wd50per	{ width:50%; }
.wd100per	{ width:100%; }


