@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 737px) and (max-width: 1000px) {

html,body,div,p,ul,li,img {
	margin: 0;
	padding: 0;
	border: none;
}

body {overflow-x: hidden;}

a, a:hover{
	text-decoration: none;
}

ul li {
	list-style-type: none;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
}

a:hover {
	opacity: 0.6;
}

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
  overflow:hidden;
}

ul.navi li {
	width: 200px;
	float: left;
	list-style-type: none;
}
ul.navi li img {
	width: 200px;
}

#button {
	display: none;
}

.img {
	width: 90%;
	margin: 0 auto;
}

.img img {
	width: 100%;
}

div.box {
	width: 100%;
	background-color: #fccfd9;

}

p.pink {
	background-color: #f16c8b;
	color: #ffffff;
	text-align: center;
	width: 100%;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 0;
}

ul.links {
	width: 90%;
	margin: 0 auto;
	background-color: #fccfd9;
	
}

ul.links li {
	width: 30%;
	float: left;
	margin-left: 5%;
}

ul.links li img {
	width: 100%;
}

ul.links li:first-child {
	margin: 0;
}


div.footer {
	width: 100%;
	background-color: #bdafa4;
	font-size: 0.9em;
}

.footer-l {
	float: left;
}

.footer-m {
	width: 20%;
	float: right;
}

.footer-m a {
	display: block;
	padding: 25px 0;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.footer-r {
	width: 20%;
	height: 73px;
	text-align: center;
	float: right;
	color: #ffffff;
	background-color: #de8cce;
}

a.mt {
	display: block;
	padding: 25px 0;
	color: #ffffff;
}




div.header {
	width: 100%;
	font-size: 0.9em;
	position: fixed;
}

div.opa {
	width:80%;
	float: left; 
	background-color: #cccccc;
	opacity: 0.5;
}

.header-l {
	float: left;
}

.header-m {
	width: 20%;
	float: right;
}

.header-m a {
	display: block;
	padding: 25px 0;
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

.header-r {
	width: 20%;
	height: 73px;
	text-align: center;
	float: right;
	color: #ffffff;
	background-color: #de8cce;
}

p.copy {
	width: 96%;
	text-align: center;
	float: right;
	color: #ffffff;
	background-color: #7e6e5e;
	font-size: 18px;
	padding: 2%;
}

div.opa2 {
	width:80%;
	float: left; 
}


div#youtube {
	width: 730px;
	margin: 0 auto;
}

div#youtube iframe {
	width: 730px;
	height: 550px;
}

.black-box {
	width: 100%;
	background-color: #000000;
}

.blue-box1 {
	width: 100%;
	background-color: #2c336d;
}

.blue-box2 {
	width: 100%;
	background-color: #e7f1fb;
}

.bra-box {
	width: 100%;
	background-color: #9a9a9c;
}

.detail-box {
	width: 100%;
	background-color: #c9bda7;
}

.size-box {
	width: 100%;
	background-color: #bdafa4;
}

#size_padding {
	padding:0 0 20px 0;
	margin: 0 auto;
	width:83%;
	padding-right: 2px;
}

#size_padding img {
	width: 100%;
}

.movie {
	width: 100%;
	background-color: #bdafa4;
	padding: 50px 0;
}

}