@charset "utf-8";

/*--------------------------
	common
--------------------------*/

#main img{
	width: 100%;
	height: auto;
}

#content.cmn_wrapper01 p {
    margin: 0 0 10px !important;
}

#content.cmn_wrapper01 a:link,
#content.cmn_wrapper01 a:visited {
    color: #333;
    text-decoration: none;
}

/*----- p.btn_02 -----*/
#content.cmn_wrapper01 p.btn_02{
	margin: 0 0 30px 0 !important;
}

p.btn_02{
	text-align: center;
}

p.btn_02 a{
    display: block;
    width: 65%;
    margin: 0 auto;
    padding: 22px 0 20px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    background: #00c300;
	border-bottom: 3px solid #007900;
	
	background-image: url(../img/arrow_04.png);
	background-repeat: no-repeat;
	background-position: 97% center;
}
#content.cmn_wrapper01 p.btn_02 a:link,
#content.cmn_wrapper01 p.btn_02 a:visited{
	color: #fff;
}

p.btn_02 a:hover{
	border-top: 3px solid #fff;
	border-bottom: none;
}



/*--------------------------
	main_img
--------------------------*/
#free_shipping dl.main_img{
	margin: 0 0 60px 0;
}

#free_shipping dl.main_img dt{
	margin: 0 0 20px 0;
}

#free_shipping dl.main_img dd {
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background: #ff748b;
	margin-bottom: 20px;
}

/*--------------------------
	thanks
--------------------------*/
#free_shipping dl.thanks{
    margin: 0 0 50px 0;
    padding: 0 0 20px 0;
	text-align: center;
    font-size: 18px;
    line-height: 2;
	border-bottom: solid 1px #ccc;
}

#free_shipping dl.thanks dt{
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: bold;
}

#free_shipping dl.thanks dd p{
	margin-top: 40px;
	text-align: right;
	font-size: 14px;
}

/*--------------------------
	description
--------------------------*/
#free_shipping .description{
	margin: 0 0 50px 0;
}


#free_shipping .description h3{
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 36px;
}



/*-------------------------------
676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {
/*--------------------------
	common
--------------------------*/

p.btn_02 a{
    width: 100%;
}	
	
	
/*--------------------------
	main_img
--------------------------*/
#free_shipping dl.main_img {
    margin: 0 0 35px 0;
}

#free_shipping dl.main_img dd {
    padding: 7px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    background: #ff748b;
	margin-bottom: 10px;
}
/*--------------------------
	thanks
--------------------------*/
#free_shipping dl.thanks dd{
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
}

#free_shipping dl.thanks dd p {
    margin-top: 30px;
}

/*--------------------------
	description
--------------------------*/
#free_shipping .description h3{
    font-size: 26px;
}


/**/
#content.cmn_wrapper01 p {
    margin: 0 0 16px;
	}
}