@charset 'UTF-8';
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

/*********************************************************************************
フォントサイズ指定：YUI
10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197%
*********************************************************************************/

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#chlonorogy{ /* トップ画像 */
	margin:0px auto;
	width:750px ;
}

#month{ /* ボタン */
width:53px ;
float:left;
}

#reviewarea{ /* レビュー */
	width:750px ;
}



#review01{ /* レビュー */
	width:697px ;
    height: 138px ;
	float:right;
}

#review02{ /* レビュー */
	width:697px ;
    height: 138px ;
	margin:0px auto;
	background-image:url(../../../../../../../../Users/h-sato/AppData/Roaming/Skype/img/momoclo_20160910_08.jpg);
	background-repeat:no-repeat;
}

#review03{ /* レビュー */
	width:697px ;
    height: 140px ;
	margin:0px auto;
	background-image:url(../../../../../../../../Users/h-sato/AppData/Roaming/Skype/img/momoclo_20160910_13.jpg);
	background-repeat:no-repeat;
}

#review04{ /* レビュー */
	width:697px ;
    height: 146px ;
	margin:0px auto;
	background-image:url(../../../../../../../../Users/h-sato/AppData/Roaming/Skype/img/momoclo_20160910_18.jpg);
	background-repeat:no-repeat;
}

#review05{ /* レビュー */
	width:697px ;
    height: 142px ;
	margin:0px auto;
	background-image:url(../../../../../../../../Users/h-sato/AppData/Roaming/Skype/img/momoclo_20160910_20.jpg);
	background-repeat:no-repeat;
}

#review06{ /* レビュー */
	width:697px ;
    height: 138px ;
	margin:0px auto;
	background-image:url(../../../../../../../../Users/h-sato/AppData/Roaming/Skype/img/momoclo_20160910_28.jpg);
	background-repeat:no-repeat;
}

#review07{ /* レビュー */
	width:697px ;
    height: 140px ;
	margin:0px auto;
	background-image:url(../../../../../../../../Users/h-sato/AppData/Roaming/Skype/img/momoclo_20160910_30.jpg);
	background-repeat:no-repeat;
}

#review08{ /* レビュー */
	width:697px ;
    height: 141px ;
	margin:0px auto;
	background-image:url(../../../../../../../../Users/h-sato/AppData/Roaming/Skype/img/momoclo_20160910_35.jpg);
	background-repeat:no-repeat;
}

#review09{ /* レビュー */
	width:697px ;
    height: 137px ;
	margin:0px auto;
	background-image:url(../../../../../../../../Users/h-sato/AppData/Roaming/Skype/img/momoclo_20160910_39.jpg);
	background-repeat:no-repeat;
}

#review10{ /* レビュー */
	width:697px ;
    height: 141px ;
	margin:0px auto;
	background-image:url(../../../../../../../../Users/h-sato/AppData/Roaming/Skype/img/momoclo_20160910_42.jpg);
	background-repeat:no-repeat;
}

.btnBuy{ /* ボタン */
display:block;
padding:6px 0;
width:60%;
margin: 10px auto;
text-align:center;
background-color:#ffc8fc;
color:#fff;
text-decoration:none;
font-size:100%;
}
.btnBuy:active{
background-color:#fee5fd;
}

#reviewplane{ /* レビュー */
	width:697px ;
	float:right;
}

#reviewplane02{ /* レビュー */
	width:697px ;
    height: 273px ;
}

#reviewplane03{ /* レビュー */
	width:697px ;
    height: 136px ;
}

#reviewplane04{ /* レビュー */
	width:697px ;
    height: 545px ;
}

#reviewplane05{ /* レビュー */
	width:697px ;
    height: 71px ;
}

#spacer{ /* レビュー */
	width:10px ;
    height: 50px ;
}

.Clear-Both {
	clear:both;
}

/**************************
クリア--回り込み（float）を使う場所をまるっと囲み、
フロート落ちを防ぎます。
<div class="cf">
	<div style="float:left"></div>
	<div style="float:right"></div>
</div>
**************************/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
