@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi li:nth-child(4) > a {
	color: #29b572;
}

#conts > .text{
    margin: 0 auto 80px;
}

#conts .comImgBox .textBox01{
    width: 390px;
}

#conts .text01{
    padding: 0 0 15px;
    margin: 0 auto 15px;
    color: #29b572;
    border-bottom: 1px solid #dedede;
}

#conts .link {
	margin: 0 0 60px;
    width: 210px;
}

#conts .link a {
	width: auto;
	padding: 9px 18px 8px 37px;
	display: block;
	font-weight: bold;
	text-align: center;
	background: #29b572 url(/img/bridal/icon02.gif) no-repeat left 18px center;
	border-radius: 20px;
	box-sizing: border-box;
    color: #fff;
	letter-spacing: 1px;
}

#conts .link a:hover {
	opacity: 0.7;
}




@media all and (min-width: 0) and (max-width: 767px) {
    #conts .comImgBox .textBox01{
        width: 100%;
    }

#conts .link {
	margin: 0 auto 60px;
    width: 210px;
}

}