<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

*{
 　margin:0;
 　padding:0;
} 

html { 
  background: url(../img/bridal/bk-img.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*Bridal
-------------------------------------------------*/
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#contents {
/*	width: 45%;*/
	width: 622px;
	margin: 0 auto;
	padding-top: 20%;
	clear: both;
}

#d-contents-l {
	width: 194px;
	height: 194px;
	margin-right: 20px;
	float: left;
	display: block;
}

#d-contents-r {
	width: 194px;
	height: 194px;
	float: right;
	display: block;
}
#a01 a {
	display: block;
	background: url(../img/bridal/01.png) no-repeat;
	width: 194px;
	height: 194px;
}
#a01 a:hover {
	display: block;
	background: url(../img/bridal/01_on.png) no-repeat;
	width: 194px;
	height: 194px;
}
#a02 a {
	display: block;
	background: url(../img/bridal/02.png) no-repeat;
	width: 194px;
	height: 194px;
}
#a02 a:hover {
	display: block;
	background: url(../img/bridal/02_on.png) no-repeat;
	width: 194px;
	height: 194px;
}
#a03 a {
	display: block;
	background: url(../img/bridal/03.png) no-repeat;
	width: 194px;
	height: 194px;
}
#a03 a:hover {
	display: block;
	background: url(../img/bridal/03_on.png) no-repeat;
	width: 194px;
	height: 194px;
}
.img-access a {
	display: block;
	background: url(../img/access.png) no-repeat;
	max-width: 1200px;
	max-height: 100%;
	height: 685px;
}
.img-access a:hover {
	display: block;
	background: url(../img/access_on.png) no-repeat;
	max-width: 1200px;
	max-height: 100%;
	height: 685px;
}


</pre></body></html>