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


@media only screen and (min-width: 769px) {
	/*　画面 横向き　*/

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a,
img {
  border: 0;
}

/********** default **********/
	
	
#content {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
	
#ph_box{float: left}	
	
.main,
.main li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main {
  margin-bottom: 5px;
}
.main li {
  width: auto;
  overflow: hidden;
}
.main li.item2,
.main li.item3,
.main li.item4 {
  display: none;
}

.thumb,
.thumb li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thumb li {
  display: inline-block;
  width: 121px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  margin-bottom: 1px;
}
.thumb li img {
  width: 100%;
  height: auto;
}
.thumb li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
	
	
.txt_box{float: right}
	
.name{width: 250px; padding: 10px 0 10px 0; font-size: 18px; border-bottom: 2px #eee dotted; color: #bf956d}
.price_box{width: 250px; padding: 10px 0 10px 0; border-bottom: 2px #eee dotted; overflow: hidden}
.price{font-size: 16px; float:right; color: #bf956d; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"}
.price_read{font-size: 12px; padding-top: 3px; float:left; color: #fff}
.hosoku{width: 250px; padding: 10px 0 10px 0; font-size: 14px; color: #fff; padding-bottom: 40px}	


	
}









@media only screen and (max-width: 768px) {
	/*　画面　縦向き　*/

#content {
  width: 90%;
  margin:0 auto;
	
}
	
#ph_box{float: left}	
	
.main,
.main li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main {
  margin-bottom: 1px;
}
.main li {
  width: 100%;
  overflow: hidden;
}
.main li.item2,
.main li.item3,
.main li.item4 {
  display: none;
}

.thumb,
.thumb li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thumb li {
  display: inline-block;
  width: 23.7%;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  margin-bottom: 1px;
}
.thumb li img {
  width: 100%;
  height: auto;
}
.thumb li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
	
	
.txt_box{float: left; width: 100%}
	
.name{width: 100%; padding: 10px 0 10px 0; font-size: 18px; border-bottom: 2px #eee dotted; color: #bf956d}
.price_box{width: 100%; padding: 10px 0 10px 0; border-bottom: 2px #eee dotted; overflow: hidden}
.price{font-size: 16px; float:right; color: #bf956d; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"}
.price_read{font-size: 12px; padding-top: 3px; float:left; color: #fff}
.hosoku{width: 100%; padding: 10px 0 10px 0; font-size: 14px; color: #fff; padding-bottom: 40px}	
	


}




