@charset "UTF-8";


/*================================ FOOTER ================================*/

#footer {
	margin-top:100px;
	margin-bottom:50px;
}

#footer_in {
	margin:0 auto;
	width:100%;
	overflow:hidden;
}

.footer_ttl {
	text-align:center;
	padding:10px 0;
	width:100%;
	background-color:#ccc;
}


.footer_txt {
	width: 30%;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 12px;
    line-height: 200%;
    margin-top: 20px;
    float: left;
}

.footer_txt_ttl {
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.1rem;
}

.copy {
	margin:0 auto;
	width:100%;
}

.copy p {
	margin-bottom:8px;
	text-align:center;
	font-size:10px;
}



/*  ▼商品説明文用CSS */


b{
	color: #2EA69B;
}

hr{
	border-top: 1px dotted #2EA69B;
	border-bottom: 1px dotted #fff;
}

p{
	font-size: 12px;
	color: #333333;
	line-height: 2em;
}




/* ▲商品説明文用CSS */
