
.bg-content {
  background: #ffffff !important;
}

a {
  color: #ff3399;
  text-decoration: none;
}
a:hover {
  color: #ff99cc !important;
  text-decoration: underline;
}


h1.petitor{
  font-size: 20px;
  font-weight: normal;
	margin: 0px auto;
	text-align: center;
	color:#666;
	line-height: 1.5em;

  }

h1.probeautylush{
  font-size: 20px;
  font-weight: normal;
	margin: 0px auto;
	text-align: center;
	color:#666;
	line-height: 1.5em;

  }





h2.prod{
  font-size: 18px;
  font-weight: bold;
	padding: 5px;
	text-align: center;
letter-spacing: 0px;
	line-height: 1.2em;
	color:#fff;
	margin-top: 5px;
	background:#ff5b91;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
  }

h3.prod{
  font-size: 16px;
  font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border-left:#ff0099 3px solid;
	color:#ff0099;
	line-height: 1.2em;
	padding-left: 10px
  }

.kakumaru {
	font-size: 15px;
	font-style:normal;
	margin:-10px 5px 0px 5px;
	padding:15px;
	text-align:left;
	color:#333;
	z-index:10;
	line-height: 1.6em;
	border:#ddd 0px solid;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	background:#fff;


}



.machine{
background:#ffffff;
text-align:center;
border-collapse:collapse;
margin-left: 0px;
margin-bottom: 20px;
	width: 100%;

}
.machine th{
background:#CAE8EA;
text-align:center;
vertical-align:middle;
padding:5px;
color: #4f6b72;
font-size:14px;
border: 1px solid #C1DAD7;



}
.machine td{
background:#ffffff;
text-align:center;
border: 1px solid #C1DAD7;
font-size:14px;
padding:5px;
vertical-align:top;
min-width: 140px;
}

.kind1{
text-align:center;
border: 0px solid #C1DAD7;
font-size:14px;
padding:5px;
vertical-align:middle;

}

.kind2{
text-align:left;
border: 0px solid #C1DAD7;
font-size:14px;
padding:5px;
vertical-align:top;

}

.kind3{
background:#ffcccc;
text-align:center;
border: 0px solid #C1DAD7;
font-size:14px;
padding:5px;
vertical-align:middle;

}

.matsuge{
background:#C1DAD7;
text-align:center;
border-collapse:collapse;
margin-top: 10px;
margin-bottom: 20px;
	width: 100%;

}
.matsuge th{
background:#CAE8EA;
text-align:center;
vertical-align:middle;
padding:5px;
color: #4f6b72;
font-size:14px;
border: 1px solid #C1DAD7;


}
.matsuge td{
background:#ffffff;
text-align:left;
border: 1px solid #C1DAD7;
font-size:14px;
padding:5px;

}


.matsuge2{
background:#ffffff;
text-align:center;
border-collapse:collapse;
margin-left: 0px;
margin-bottom: 20px;
width: 100%;


}
.matsuge2 th{
background:#fff;
text-align:center;
vertical-align:middle;
padding:5px;
color: #4f6b72;
font-size:14px;
border: 1px solid #C1DAD7;
max-width: 200px; /* ő啝 */
   min-width: 80px; /* ŏ */


}
.matsuge2 td{
background:#fff;
text-align:left;
border: 1px solid #C1DAD7;
font-size:14px;
padding:10px;
}



.naka {
margin-left:-10px;
	text-align: center;
}
.cent {

	text-align: center;
}

.migi {

	text-align: right;
}
.faq{
width: 100%;

} 

.faq dl{
margin:20px 0px 0px 0px;

} 

.faq dt{
font-size:14px;
color: #330000;
font-weight:bold;
background-color: #f4eede;

padding:5px;
line-height:1.6em;

} 
.faq dd{
font-size:14px;
line-height:1.6em;
padding:5px;
margin-left:0px;
} 
.qqq{
font-size:18px;
padding:5px;
color: #ff0000;

} 
.aaa{
font-size:18px;
color: #0033cc;
font-weight:bold;
padding:5px;

}

.ccc{
font-size:16px;
color: #0033cc;
font-weight:normal;
padding:5px;

}

hr {
  border: solid 1px #cccccc;
  border-top-color: #ffffff;
  color: #ffffff;

}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
margin-bottom:10px;


}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100%;

}

.video-wrapper {
	width: 100%;
	max-width: 100%;


}

div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
width: 100% !important;
}


@media only screen and (min-width:421px){
    #demo #words{
        display: table-row-group;
    }
    #demo dl{
        display: table-row;
        margin: 0;
    }
        #demo dl dt,
        #demo dl dd{
            display: table-cell;
            padding: 5px;
            border-left: 1px solid #ccc;
            border-top: 1px solid #ccc;
        }
    .....
}