@charset "utf-8";
/* CSS Document */
#sec_menu .area_lnk a{
	display: block;
	border-bottom: 1px solid #C7C7C7;
    padding: 0.5em 0;}
/*wedding.html*/
#sec_price h3{
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #707070;}
#sec_price .flex_center .area_right{
	padding: 0 3em;}
/*===============================================
●smart.css  画面の横幅が767pxまで
===============================================*/
@media screen and (max-width: 767px) {
	.flex_row_2 .box_blog,
	.flex_row_2 .box_menu{
		margin-left: 4.5%;
		margin-right: 4.5%;
	}
	#page_wedding .flex_space .area_txt,
	#page_wedding .flex_center .area_left{
		margin-bottom: 1.5em;	}
}