@charset "utf-8";

/*//////////////////////////////////////////////////////////
//  - DRESS
//////////////////////////////////////////////////////////*/

#dress {}

#contents h2 {
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    margin-bottom: 40px;
}
/*----------------------------------------------------------
  - TITLE
----------------------------------------------------------*/

#dress #wrapper {
}

#dress h1#title {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    position: relative;
    text-align: center;
    font-size: 35px;
    margin: 0 auto;
    padding-top: 50px;
}

#dress h1#title img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -90px 0 0 -190px;
}


/*----------------------------------------------------------
  - CONTENTS
----------------------------------------------------------*/

#dress #contents {
	padding: 60px 0 80px 0;
}

#dress #contents .main .innerblock {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}


/*----------------------------------------------------------
  - INTRODUCTION
----------------------------------------------------------*/

#dress #contents .introduction {
	width: 100%;
	padding: 20px 0 40px 0;
}

#dress #contents .introduction .text {
	width: 900px;
	margin: 0 auto;
}


/*----------------------------------------------------------
  - WEDDING DRESS
----------------------------------------------------------*/

#dress #contents .weddingdress {
	width: 100%;
	padding: 50px 0 120px 0;
}

#dress #contents .weddingdress h2 {

}


/*----------------------------------------------------------
  - TIARA BOUTIQUE
----------------------------------------------------------*/

#dress #contents .tiara-boutique {
	width: 100%;
	padding: 0 0 60px 0;
}

#dress #contents .tiara-boutique h2 {

}

#dress #contents .tiara-boutique .box {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 30px;
	_zoom: 1;
	overflow: hidden;
}

#dress #contents .tiara-boutique .box .pict {
	float: left;
	width: 340px;
}

#dress #contents .tiara-boutique .box .pict p {
	margin: 5px 0 15px 0;
}

#dress #contents .tiara-boutique .box .text {
	float: right;
	width: 570px;
}

#dress #contents .tiara-boutique .box .text h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#dress #contents .tiara-boutique .box .text p {
	font-size: 13px;
	margin: 0 0 5px 0;
}

#dress #contents .tiara-boutique .box .text h5 {
	font-weight: bold;
	margin: 0 0 5px 0;
}

#dress #contents .tiara-boutique .box .text table {
	width: 100%;
	font-size: 13px;
	margin: 0 0 10px 0;
}

#dress #contents .tiara-boutique .box .text table th,
#dress #contents .tiara-boutique .box .text table td {
	border-bottom: 1px solid #dfdcdf;
	padding: 2px 10px;
}


/*----------------------------------------------------------
  - SLIDER
----------------------------------------------------------*/

.slider {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}

.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}

.slider_prev { background: #fff url(../../images/dress/btn_prev.png) no-repeat center center; }
.slider_next { background: #fff url(../../images/dress/btn_next.png) no-repeat center center; }
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	-webkit-background-size: 40px auto;
	   -moz-background-size: 40px auto;
		    background-size: 40px auto;
	z-index: 100;
	cursor: pointer;
}

.pagination {
	display: none;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #73a415;
}

.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


/*----------------------------------------------------------
  - TBD
----------------------------------------------------------*/

.sample {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	_zoom: 1;
	overflow: hidden;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	-webkit-background-size: 30px auto;
	   -moz-background-size: 30px auto;
		    background-size: 30px auto;
	-webkit-background-origin: content;
	   -moz-background-origin: content;
	        background-origin: content;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (min-width: 769px) {
}

@media screen and (min-width: 0px) and (max-width: 768px) {
}

