@charset "utf-8";
@import "common.css";
/*//////////////////////////////////////////////////////
	結婚式場
//////////////////////////////////////////////////////*/

/*===================================
	wedding
===================================*/
#wedding{
	width:100%;
}
#wedding .slide{
	display:none;
}
#wedding figure{
	width:100%;
	-webkit-box-shadow: 0 2px 1px #373737;
	-moz-box-shadow: 0 2px 1px #373737;
	box-shadow: 0 2px 1px #373737;
	margin:0 auto 1.0em auto;
}
#wedding figure img{
	width:100%;
	height:auto;
	display:block;
}

/* text */
#wedding .text p{
	color:#000;
	font-weight:bolder;
	margin-bottom:1.0em;
}
#wedding .text #mail{
	margin-bottom:1.0em;
}
#wedding .text #mail a{
	width:100%;
	line-height:50px;
	display:block;
	color:#FFF;
	font-family:"Hiragino Mincho ProN", serif;
	text-align:center;
	text-decoration:none;
	background:url(../images/common/arrow03.png) 90% center no-repeat #377CBC;
	background-size:8px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* gallery */
#wedding #gallery{
	display:none;
}
#wedding #gallery ul li{
	width:48%;
	-webkit-box-shadow: 0 2px 1px #373737;
	-moz-box-shadow: 0 2px 1px #373737;
	box-shadow: 0 2px 1px #373737;
	float:left;
	margin-bottom:1.0em;
}
#wedding #gallery ul li:nth-child(2n){
	float:right;
}
#wedding #gallery ul li a img{
	width:100%;
	height:auto;
	display:block;
}
#wedding #gallery ul li p{
	font-size:80%;
	margin-top:0.5em;
	text-align:center;
}

/* basic-information */
#wedding #basic-information table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:1.5em;
}
#wedding #basic-information table tr{
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	border-collapse:collapse;
}
#wedding #basic-information table tr th,
#wedding #basic-information table tr td{
	font-size:90%;
	padding:1.0em;
}
#wedding #basic-information table tr th{
	width:40%;
	text-align:right;
	background:#EEE;
}
	#wedding #basic-information table tr td a:link,
	#wedding #basic-information table tr td a:visited,
	#wedding #basic-information table tr td a:active{
		color:#C72323;
		text-decoration:underline;
		outline:none;
	}
	#wedding #basic-information table tr td a:hover{
		text-decoration:none;
		outline:none;
	}
