/*===============================================
●style.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width: 640px){
img{
max-width: 100%;
height: auto;
width :auto;
}


body{	margin:0 auto;
	padding:0 auto;
	text-align:center;
        background : #efefef
        background-attachment: none;
}

#body-1 { background:#fff ;
          width:100%;
          margin: 0 auto;
          font-size: 15px;
          color: #333;
	font-family:"メイリオ","Meiryo", Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Osaka,Ariel,Helvetica,sans-serif;

}



img { border : none ;}


#header {
  background:url(image/josei-syukusyou.png) no-repeat left 50px;
  height:130px;
}

h1 { font-size:14px;
     color:#5a5d5a;
     margin:0;
     padding:0px;
     text-align:left;
     font-weight:normal;
}
h1 a{
  color:#fff;
  background:#1ec3ce;
  text-decoration:none;
  display:block;
  padding:10px;
}


#header p {
  text-align:left;
  margin:80px 0 0 100px;;
  line-height:140%;
}


#contents { width:auto;
	    text-align:left;
           margin:0 10px;
}

/*  ---------------------------------------
メイン記事
----------------------------------------  */
#main {	float:none;
	width:100%;
	text-align:left;
        margin: 0;
        padding: 0;
}
h2,
h3 { color:#d60052;
     font-size:16px;
     text-align:left;
      margin:0 0 10px 0;
     font-weight:normal;

}


 p { margin:0px 0px 30px 0px;
          padding: 0 0px;
          line-height:150%;
          letter-spacing: 1px;
}




.check-brown{
  color:#ff0000;
  font-size:14px;
  font-weight:bold;
  height:40px;
  padding:15px 0 0 40px;
  background:url(image/check-brown.png) no-repeat left 50%;
}

.top-modoru {
  clear: both;
  text-align :left;
  margin:30px 0 20px  40px;
}



/* フッターリスト
------------------------------------------------- */
ul.footer-list {
  list-style:none;
  margin:50px 0px 30px 0px;
  padding:20px 20px 0 20px;
  border-top:1px solid #c0c0c0;
}
ul.footer-list li{
  float:none;
  margin-bottom:10px;

}
ul.footer-list li a{
  color:#999;
  padding:0 10px 0 0px;
}

/*  ----------------------------------------
コピーライト
-------------------------------------------- */
#copy { clear:both;
        background : url(image/under-bar.gif);
	height:33px;
	text-align:center;
}
#copy p{color:#fff; margin-top: 0; padding-top: 3px ; }

#copy a { color:#fff;
	  font-weight: bold ; text-decoration:none;
}
#copy a:hover{
	color:#aa0000;text-decoration:none;background-color:#ffcc99;
}

/* フォント
------------------------------------- */
.yellow{
  background:#ffff00;
}

.lst-red{
  padding:0 0 0 30px;
  background:url(image/lst-red.png) no-repeat left top;
}

/* 商品リンク
----------------------------------------- */
.syouhin-link a{
  font-size:16px;
      color:#fff;
  font-weight:normal;
  margin:0 ;
  padding:20px;
  background:#ff4aa5;
      border-radius:24px;
      display:block;
      text-decoration:none;
}
.syouhin-link a:hover{
  background:#00ff99;
}


}