@charset "utf-8";
/* ---------------------------------------------------------------------- */
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
	margin: 0px auto;
}
img.nodisplay{display: none;}
body {
	color: #333;
	font-size: 13px;
	line-height: 1.8em;
	background: #fff url("../img/global/bg.png") repeat-y center 0px fixed;
}
*html body {
	background: #fff url("../img/global/bg.png") repeat-x center top fixed;
}
#container {
	position: relative;
	height: 100%;
	min-height: 100%;
	text-align: left;
	background-color: #fff;
	background-image:url("../img/global/container.png");
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
}
@media screen and (max-width: 1000px) {#container {width:1000px;}}
@media screen and (max-width: 767px) {#container {width:100%;}}
body > #container {height: auto;}
a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:link {color: #666; text-decoration: underline;}
a:visited {color: #666; text-decoration: underline;}
a:active {color: #999; text-decoration: underline;}
a:hover {color: #999; text-decoration: underline;}
a img:hover {
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
img {border: none;-ms-interpolation-mode: bicubic;}
p {}
.center {text-align: center;}
.right {text-align: right;}
.imgleft {float: left;margin-right:5px;}
.imgright {float: right;margin-left:5px;}
pre {}
.clear {clear: both;}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* ---------------------------------------------------------------------- */
#header {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 0px;
}
@media screen and (min-width: 768px) {
	.header {
		width: 1000px;
		margin: 0px auto;
	}
	#header h1 {
		float: right;
		font-size: 10px;
		font-weight: normal;
		line-height: 1.4em;
		text-align: right;
		padding-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.header {
	}
	#header h1 {
		font-size: 10px;
		font-weight: normal;
		line-height: 1.4em;
	}
}
	background-image:url("../img/global/header.png");
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px auto;
}
.headerlogo {
	padding-left: 20px;
	padding-top: 5px;
}
@media screen and (min-width: 768px) {
	.headerlogo img,.headerlogo a {
		float: left;
		display: block;
		width: 430px;
		height: 40px;
	}
}
@media screen and (max-width: 767px) {
	.headerlogo img,.headerlogo a {
		display: block;
		width: 90%;
		height: auto;
	}
}
/* ---------------------------------------------------------------------- */
#footer {
	clear: both;
	background-color: #000;
}
@media screen and (min-width: 768px) {
	.footer {
		width: 1000px;
		text-align: center;
		margin: 0px auto;
		padding: 10px;
	}
	.footerlogo {
	}
	.footerlogo .footerlogoimg {
		float: left;
		margin-top: 30px;
	}
	.footerphoto {
		float: left;
		margin-left: 50px;
		margin-right: 30px;
	}
	.footerphoto img {
		float: left;
		-webkit-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-webkit-filter: grayscale(100%);
		filter: gray;
	}
	.footerphoto img:hover {
		-webkit-filter: grayscale(0%);
		filter: none;
	}
}
@media screen and (max-width: 767px) {
	.footer {
		text-align: center;
		margin: 0px auto;
		padding: 10px;
	}
	.footerlogo {
	}
	.footerlogo .footerlogoimg {
		text-align: center;
	}
	.footerphoto {
		text-align: center;
	}
	.footerphoto img {
	width: 33%;
	}
}
.footeradd {
	color: #fff;
	font-size: 11px;
	line-height: 1.6em;
	margin-bottom: 15px;
	padding: 10px;
}
.footeradd address {
	font-style: normal;
}
@media screen and (min-width: 768px) {
	.footerlink {
		clear: both;
		font-size: 10px;
		text-align: center;
		line-height: 1em;
		padding: 1px;
	}
}
@media screen and (max-width: 767px) {
	.footerlink {
		clear: both;
		font-size: 10px;
		text-align: center;
		line-height: 1.4em;
		padding: 1px;
	}
}
.footerlink a {
	text-decoration: none;
	border-right: 1px solid #999;
	padding: 0px 8px;
}
.footerlink a:last-child {
	border-right: none;
}
.footerlink a:link {color: #ccc;}
.footerlink a:visited {color: #ccc;}
.footerlink a:active {color: #666;}
.footerlink a:hover {color: #666;}
.copyright {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding: 5px 10px 5px 0px;
}
/* ---------------------------------------------------------------------- */
#nav {
	margin: 0px auto;
	padding: 0px;
}
/* ---------------------------------------------------------------------- */
.gotop{
	position: fixed;
	bottom: 0;
	right: 0;
	line-height: 1em;
}
.gotop a {
	display: block;
	width: 30px;
	height: 30px;
	background-image:url("../img/parts/pagelink.png");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* ---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	#main {
		width: 1000px;
		margin: 0px auto;
		padding: 20px 0px 20px 0px;
	}
}
@media screen and (max-width: 767px) {
	#main {
		margin: 0px auto;
		padding: 10px;
	}
}
#main:after {
	content: "";
	display: block;
	clear: both;
}
#primary {
}
#secondary {
}
/* ---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	#top {
		width: 1000px;
		margin: 0px auto;
		padding-top: 15px;
	}
	.topphoto {
		text-align: center;
	}
	.topphoto img {
		width: 16%;
	}
	.topphoto2 {
		text-align: center;
	}
	.topphoto2 img {
		height: 200px;
	}
}
@media screen and (max-width: 767px) {
	#top {
		margin: 0px auto;
		padding: 10px;
	}
	.topphoto {
		text-align: center;
	}
	.topphoto img {
		width: 30%;
	}
	.topphoto2 {
		text-align: center;
	}
	.topphoto2 img {
		height: 150px;
	}
}
.top strong {
	font-weight: normal;
}
.top span {
	font-weight: normal;
}
.top em {
	font-style: normal;
}
/* ---------------------------------------------------------------------- */
.title {
	line-height: 1em;
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
}
.title div {
	float: left;
	color: #666;
	font-size: 24px;
	font-family: 'Volkhov', serif;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1em;
}
.title h2 {
	float: right;
	color: #ccc;
	font-size: 13px;
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1em;
}
/* ---------------------------------------------------------------------- */
.titles {
	background-color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
	padding: 10px 10px;
}
.titles h3 {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: center;
}
.titles h3 strong {
	font-size: 15px;
}
#school .titles h3 strong {color: #f6d7b4;}
#total .titles h3 strong {color: #d5e7be;}
#bridal .titles h3 strong {color: #b7dfef;}
#contact .titles h3 strong {color: #e1cce1;}
/* ---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	.primary {
		padding: 0px 10px 10px 10px;
	}
}
@media screen and (max-width: 767px) {
	.primary {
		padding: 0px 0px 10px 0px;
	}
}
.primary:after {
	content: "";
	display: block;
	clear: both;
}
.primary p {margin-bottom: 10px;}
.primary p:last-child {margin-bottom: 0px;}
/* ---------------------------------------------------------------------- */
.box {
	margin-bottom: 15px;
}
.inner {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}
.school .box {
}
/* ---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	.tex {
		margin-bottom: 10px;
		padding: 5px 50px;
	}
}
@media screen and (max-width: 767px) {
	.tex {
		margin-bottom: 10px;
		padding: 5px 10px;
	}
}
/* ---------------------------------------------------------------------- */
.secban {
	text-align: center;
}
/* ---------------------------------------------------------------------- */
.contactbox {
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.contactbox {
		border-bottom: 1px dashed #ccc;
		padding: 10px 30px 20px 30px;
	}
}
@media screen and (max-width: 767px) {
	.contactbox {
		padding: 10px 0px 10px 0px;
	}
}
@media screen and (min-width: 768px) {
	.contacttitle {
		float: left;
		width: 170px;
		color: #e1cce1;
		text-align: center;
		background: #888;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 4px 10px;
	}
	.contactmain {
		margin-left: 200px;
	}
}
@media screen and (max-width: 767px) {
	.contacttitle {
		color: #fff;
		text-align: center;
		background: #999;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-bottom: 10px;
		padding: 4px 10px;
	}
	.contactmain {
	}
}
.contacttitle .attention {
	padding-left: 10px;
}
.contactbox input {
	font-size: 1.1em;
	font-family: 'メイリオ', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	border: 1px solid #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 5px;
}
.contactbox6 textarea {
	font-size: 1.1em;
	font-family: 'メイリオ', "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
}

@media screen and (min-width: 768px) {
	.contactbox input {
	}
	.contactbox1 input {width: 40%;}
	.contactbox2 input {width: 40%;}
	.contactbox3 input {width: 20%;}
	.contactbox4 input {width: 20%;}
	.contactbox5 input {width: 70%;}
	.contactbox6 textarea {
		width: 90%;
		height: 200px;
	}
}
@media screen and (max-width: 767px) {
	.contactbox .contactmain {
		text-align: center;
	}
	.contactbox6 .contactmain {
		text-align: left;
	}
	.contactbox input {
		max-width: 90%;
		font-size: 22px;
	}
	.contactbox1 input {display:block;margin-left:auto;margin-right:auto;}
	.contactbox1 input:first-child {margin-bottom:5px;}
	.contactbox2 input {display:block;margin-left:auto;margin-right:auto;}
	.contactbox2 input:first-child {margin-bottom:5px;}
	.contactbox3 input {width:  22%;}
	.contactbox4 input {width:  22%;}
	.contactbox6 textarea {
		max-width: 90%;
		font-size: 1.1em;
	}
}
.submit {
	text-align: center;
	padding: 10px;
}
.submit input {
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	background-color: #ac8dac;
	border: 1px solid #e1cce1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 20px;
}
.submit input:hover {
	opacity: 0.5;
	cursor:pointer;
}
.contaclink {
	padding: 20px 0px 10px 0px;
}
.contaclink a {
	color: #ac8dac;
	font-size: 16px;
	line-height: 1em;
	text-decoration: none;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 20px;
}
.contaclink:hover {
	opacity: 0.5;
}
/* ---------------------------------------------------------------------- */
#sitema {
}
.sitema {
}
.sitemabox {
	margin-bottom: 30px;
}
.sitema ul {
	float: left;
	width: 40%;
	list-style-type: none;
	margin-left: 50px;
}
.sitema li {
	margin-bottom: 10px;
	padding-left: 35px;
}
.sitema li a {
	text-decoration: none;
}
.sitema li span {
	font-size: 16px;
	font-family: 'Volkhov', serif;
	font-weight: 700;
	text-transform: capitalize;
	padding-right: 15px;
}
.sitema li span {
	font-size: 11px;
}
.sitema1 {
}
.sitema1 a {
	display: block;
	color: #666;
	background: #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 10px;
}
.sitema1.sitema1a a {background-color: #e5b7b9;}
.sitema1.sitema1b a {background-color: #f4c6b6;}
.sitema1.sitema1c a {background-color: #b9bad7;}
.sitema1.sitema1d a {background-color: #e1cce1;}
.sitema1.sitema1e a {background-color: #ccc;}
.sitema1.sitema1f a {background-color: #f6d7b4;}
.sitema1.sitema1g a {background-color: #d5e7be;}
.sitema1.sitema1h a {background-color: #b7dfef;}

.sitema2 {
	margin-left: 20px;
}
/* ---------------------------------------------------------------------- */
.anchor {
}
/* ---------------------------------------------------------------------- */
#about {
}
.about {
}
.staff {
}
.staffsp {
}
@media screen and (min-width: 768px) {
	.staffbox {
	}
	.staffbox img {
		display: block;
	   width: 150px;
	   height: 225px;
	}
}
@media screen and (max-width: 767px) {
	.staffbox {
	}
	.staffbox img {
		display: block;
	}
}
/* ---------------------------------------------------------------------- */
#school {
}
.school {
}
.schoolbox {
	background-color: #e6e6e6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}
.schooltitle {
	color: #fff;
	text-align: center;
	background-color: #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
	padding: 5px 0px 0px 0px;
}
.schoolbox dl {}
@media screen and (min-width: 768px) {
	.schoolbox dl {
		padding: 10px 50px;
	}
	.schoolbox dt {
		float: left;
		width: 120px;
	}
	.schoolbox dd {
		margin-left: 130px;
	}
}
@media screen and (max-width: 767px) {
	.schoolbox dl {
		padding: 10px 10px;
	}
	.schoolbox dt {
	}
	.schoolbox dd {
		padding: 0px 10px;
	}
}
.schoolbox dt {
	color: #f6d7b4;
	text-align: center;
	background-color: #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}
.schoolbox dd {
	margin-bottom: 15px;
}
.schoolbtm {
}
@media screen and (min-width: 768px) {
	.schoolbox1 img {
		float: right;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin: 10px;
	}
	.schoolphoto {
		text-align: center;
	}
	.schoolphoto img {
		width: 16%;
	}
}
@media screen and (max-width: 767px) {
	.schoolbox1 img {
		display: block;
		float: none;
		margin: 0px auto;
	}
	.schoolphoto {
		text-align: center;
	}
	.schoolphoto img {
		width: 30%;
	}
}
/* ---------------------------------------------------------------------- */
#total {
}
.total {
}
.totalbox {
	background-color: #e6e6e6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}
.totaltitle {
	color: #fff;
	font-size: 11px;
	text-align: center;
	background-color: #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
	padding: 5px 0px 0px 0px;
}
.totaltitle div {
	color: #d5e7be;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
}
.total1 .totalbox1 dl {}
@media screen and (min-width: 768px) {
	.total1 .totalbox1 dl {
		padding: 10px 50px;
	}
	.total1 .totalbox1 dt {
		float: left;
		width: 120px;
	}
	.total1 .totalbox1 dd {
		margin-left: 130px;
	}
}
@media screen and (max-width: 767px) {
	.total1 .totalbox1 dl {
		padding: 10px 10px;
	}
	.total1 .totalbox1 dt {
	}
	.total1 .totalbox1 dd {
		padding: 0px 10px;
	}
	.total1 .totalbox1 img {
		width: 90%;
	}
}
.total1 .totalbox1 dd span {
	color: #c00;
	font-weight: bold;
}
.total1 .totalbox1 dt {
	color: #d5e7be;
	text-align: center;
	background-color: #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}
.total1 .totalbox1 dd {
	margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
	.totalbox2 {
		float: left;
		width: 455px;
		margin-bottom: 10px;
	}
	.totalbox2a,.totalbox2c {margin-right:10px;}
	.totalbox2a,.totalbox2c {margin-left:20px;}
	.totalbox2b,.totalbox2d {margin-right:20px;}
}
@media screen and (max-width: 767px) {
	.totalbox2 {
		margin-bottom: 10px;
	}
}
.total2bloc {
}
@media screen and (min-width: 768px) {
	.total2bloc div {
		float: left;
		width: 220px;
		text-align: center;
		background-color: #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 10px 0px 0px 0px;
	}
}
@media screen and (max-width: 767px) {
	.total2bloc div {
		float: left;
		width: 45%;
		text-align: center;
		background-color: #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 10px 0px 0px 0px;
	}
	.total2bloc div img {
		width: 90%;
	}
}
.total2bloc div:first-child {margin-right:15px;}
.total2bloc div img {
	display: block;
	border: 1px solid #000;
	margin: 0px auto;
}
.total2bloc div p {
	display: block;
}
@media screen and (min-width: 768px) {
	.totalbox3 {
		margin: 0px 20px 10px 20px;
	}
}
@media screen and (min-width: 768px) {
	.totalbox3 {
		margin: 0px 0px 10px 0px;
	}
}
.total3bloc {
}
@media screen and (min-width: 768px) {
	.total3bloc div {
		float: left;
		width: 435px;
		background-color: #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 10px;
	}
	.total3bloc div:first-child {margin-right:15px;}
	.total3bloc div img {
		float: left;
		display: block;
		border: 1px solid #000;
		margin: 0px 20px 0px 0px;
	}
	.total3bloc1 div img {
		height: 180px;
	}
	.total3bloc2 div img {
		height: 120px;
	}
}
@media screen and (max-width: 767px) {
	.total3bloc div {
		background-color: #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-bottom: 5px;
		padding: 10px;
	}
	.total3bloc div img {
		display: block;
		border: 1px solid #000;
		margin: 0px auto;
	}
	.total3bloc1 div img {
		height: 180px;
	}
	.total3bloc2 div img {
		height: 100px;
	}
}
.total3bloc1 div dl {
}
.total3bloc1 div dt {
	font-weight: bold;
}
.total3bloc1 div dd span {
	color: #c00;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.total3bloc1 div dd {
		border-bottom: 1px dotted #ccc;
		margin-left: 150px;
		margin-bottom: 3px;
		padding-left: 15px;
	}
}
@media screen and (max-width: 767px) {
	.total3bloc1 div dt {
		text-align: center;
		padding: 3px 0px 0px 0px;
	}
	.total3bloc1 div dd {
		text-align: center;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 3px;
		padding: 0px;
	}
}
.total3bloc2 div dt {
	font-weight: bold;
}
.total3bloc2 div dd span {
	color: #c00;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.total3bloc2 div dl {
		margin-left: 180px;
	}
	.total3bloc2 div dt {
		float: left;
		width: 130px;
		margin-right: 10px;
		padding: 3px 0px 0px 0px;
	}
	.total3bloc2 div dd {
		border-bottom: 1px dotted #ccc;
		padding: 3px 0px 0px 0px;
	}
}
@media screen and (max-width: 767px) {
	.total3bloc2 div dt {
		text-align: center;
		margin-top: 10px;
		padding: 3px 0px 0px 0px;
	}
	.total3bloc2 div dd {
		text-align: center;
		border-bottom: 1px dotted #ccc;
		padding: 0px;
	}
}
.total3bloc div p {
	display: block;
	text-align: center;
	padding: 10px 0px;
}
.totalbox4 {
	margin: 0px 20px 10px 20px;
}
.total4bloc {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 5px 0px 5px;
}
.total4bloc div {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.total4bloc div img {
		display: block;
		float: left;
		height: 170px;
		border: 1px solid #000;
		margin: 0px auto 0px 15px;
	}
}
@media screen and (max-width: 767px) {
	.total4bloc div img {
		height: 100px;
		border: 1px solid #000;
		margin: 0px auto;
	}
}
.total4bloc div img:last-child {margin-right:0px;}
.total4bloc p {
	display: block;
	text-align: center;
	padding: 10px 0px;
}
.total4 .total4bloc dt {
	font-weight: bold;
}
.total4 .total4bloc dd span {
	color: #c00;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.total4 .total4bloc dl {
		padding: 60px 0px 10px 0px;
		margin-left: 720px;
	}
	.total4 .total4bloc dt {
		border-bottom: 1px dotted #ccc;
	}
	.total4 .total4bloc dd {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.total4 .total4bloc dl {
		padding: 10px 0px;
	}
	.total4 .total4bloc dt {
		border-bottom: 1px dotted #ccc;
	}
	.total4 .total4bloc dd {
		text-align: center;
	}
}
/* ---------------------------------------------------------------------- */
#bridal {
}
.bridal {
}
.bridalbox {
	background-color: #e6e6e6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}
.bridaltitle {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
	background-color: #b7dfef;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
	padding: 5px 0px 0px 0px;
}
.bridalex {
	line-height: 1.4em;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
	padding: 10px 10px;
}
@media screen and (min-width: 768px) {
	.bridalimg {
		float: left;
		width: 220px;
	}
	.bridalimg img {
		width: 200px;
	}
	.bridalprice {
		float: left;
		width: 750px;
	}
}
@media screen and (max-width: 767px) {
	.bridalimg {
		text-align: center;
	}
	.bridalimg img {
		height: 100px;
	}
	.bridalprice {
	}
}
.bridal dl {}
@media screen and (min-width: 768px) {
	.bridal dl {
		padding: 10px 50px;
	}
	.bridal dt {
		float: left;
		width: 250px;
	}
	.bridal dd {
		margin-left: 260px;
	}
}
@media screen and (max-width: 767px) {
	.bridal dl {
		padding: 10px 10px;
	}
	.bridal dt {
	}
	.bridal dd {
		padding: 0px 10px;
	}
}
.bridal dt {
	color: #b7dfef;
	text-align: center;
	background-color: #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}
.bridal dd {
	margin-bottom: 15px;
}
.bridal dd:last-child {
	margin-bottom: 0px;
}
/* ---------------------------------------------------------------------- */
.message {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 15px;
}
#school .message {background-color: #f6d7b4;}
#total .message {background-color: #d5e7be;}
#bridal .message {background-color: #b7dfef;}
#contact .message {background-color: #e1cce1;}

@media screen and (min-width: 768px) {
	.message{
		padding: 10px 50px;
	}
}
@media screen and (max-width: 767px) {
	.message {
		padding: 10px;
	}
}
/* ---------------------------------------------------------------------- */