@charset "UTF-8";
/**********************************************
FOOTER
**********************************************/
#guide_footer {
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; 
	zoom: 1;
	overflow: hidden;
	font-size: 13px;
	background-color: #FFF;
	line-height: 1.3em;
}
#guide_footer:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
}
#guide_footer .red {
	color: red;
}
#guide_footer .redCC0001 {
	color: #CC0001;
}
#guide_footer #left {
	float: left;
	width: 508px;
}
#guide_footer #right {
	float: right;
	width: 508px;
}
#guide_footer h3 {
    padding: 0 0 4px 0;
    border-bottom: 3px dotted #FEC5E3;
    font-size: 18px;
	margin: 0 0 0.8em 0;
}
#guide_footer h3 span.sub {
	border-left: solid 3px #FEC5E3;
	line-height: 1.5em;
	height: 1.5em;
	display: block;
	padding: 0 0 0 8px;
}
#guide_footer p {
	margin: 0 0 4px 4px;
}
#guide_footer p.caution {
	color: #F00;
}
#guide_footer .mini {
	font-size: 12px;
	color:#999;
}
#guide_footer h4 {
	margin: 0 0 3px 0;
}
#guide_footer ul {
	margin: 0 0 0 5px;
}
#guide_footer .box {
	margin-bottom: 18px;
}
#guide_footer dl.payment {
	padding-left: 5px;
}
#guide_footer dl.payment dt {
	background-image: url(https://gigaplus.makeshop.jp/fuubian/images/footer/ico_dot_pink.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:14px;
	margin-bottom: 4px;
}
#guide_footer dl.payment dd {
	margin-bottom: 0.8em;
}
#guide_footer ul.list li {
	text-indent: -1em;
	padding-left: 1em;
	margin: 0 0 4px 0;
}
/* footer店舗一覧 */
.footer_above {
	width: 1040px;
	margin: 80px auto 30px auto;
}
.footer_above ul.inline {
	zoom: 1;
	overflow: hidden;
}
.footer_above ul.inline:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
}
.footer_above ul.inline li img {
	margin-bottom: 4px;
}
.footer_above ul.inline li {
	float: left;
	margin-right: 10px;
	width: 200px;
}
.footer_above ul.inline li:last-child {
	margin: 0;
}
.footer_above ul.inline li p {
	margin: 3px;
	line-height: 1.2em;
	font-size: 12px;
	text-align: center;
}
#footer_content {
	width: 1040px;
	border-top: solid 1px #000000;
	padding: 4px 0 20px 0;
	margin: 15px auto 0 auto;
}
#footer_content address {
	font-style: italic;
	text-align: right;
}
/* footer textnavi */
#footer_nav ul {
	width: 1040px;
	border-top: solid 1px #ccc;
	padding: 0.5em 0 3em 0; 
	zoom: 1;
	overflow: hidden;
}
#footer_nav ul:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
}
#footer_nav ul li {
	float: left;
	margin: 0 2em 0 0;
}
/*送料表*/
.shipprice table, .shipprice table td, .shipprice table th {
    border-collapse: collapse;
    border:1px solid #ccc;
    text-align: center;
}
.shipprice table {
    width: 100%;
    margin: 0 0 1em 0;
}
.shipprice table td.tl, .shipprice table th.tl {
    padding: 1% 0;
    background-color: #fc0;
    font-size: 15px;

}
.shipprice table th {
    background-color: #eee;
}
.shipprice table td, .shipprice table th {
    width: 16.5%;
    padding: 0.5% 0;
}
.shipprice table td {
    padding: 2% 0;
}
.shipprice table td.free {
    font-weight: bold;
    color: #CC0001;
    font-size: 20px;
    letter-spacing: 0.3em;
    padding: 3% 0;
}
.shipprice table th span.small {
    font-size: 9px;
    color: #666;
    line-height: 1.1em;
    display: block;
    height: 3.5em;
}