@charset "Shift_JIS";
/* CSS Document */

body{
  font-size : 15px;
  line-height : 180%;
  margin-top : 0px;
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'EE EゴシチE', sans-serif;
  background-image : url(../image/haikei.jpg);
  background-repeat : repeat;
}
.space_m{
	height : 20px;
}
.space_s{
	height : 10px;
}
.space_l{
	height : 40px;
}
.font17{
	font-size : 17px;
}

.font_red{
	color : #cc0000;
}
.font_pink{
  color : rgb(174, 0, 87);
}

.font_blue{
  color : rgb(9, 132, 255);
}
.suisen_title{
	font-size : 120%;
	font-weight:bold;
}
.copy{
	font-size : 85%;
	line-height : 140%;
	padding : 10px;
}

.image_area {
width: 140px;
display: block;
vertical-align: bottom;
}
.image_area2 {
width: 200px;
display: block;
vertical-align: bottom;
}
@media only screen and (min-width: 737px){
.image_right {
float: right;
margin: 0 0 21px 25px;
}
.image_left {
float: left;
margin: 0 25px 30px 0;
}
}
@media only screen and (max-width: 736px){
.image_right {
float: none;
margin: 5px auto;
}
.image_left {
float: none;
margin: 5px auto;
}
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


