@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 170%;
    letter-spacing: 1px;
	color: #333333;
	padding: 0px;
}

/*　画像切り替え　*/
.switch {
    visibility: hidden;
}


/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
	
.button {
max-width: 100%;
text-align: center;
display: block;
padding: 10px;
margin: 0px;
color: #ffffff;
letter-spacing: 3px;
text-decoration: none;
text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
border-radius: 1px;
border-top: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
font-weight: bold;
box-shadow: 1px 1px 2px #e7e7e7;
background: -webkit-gradient(linear, left top, left bottom, from(#fff),         color-stop(0.01, #f1f1f1),
color-stop(0.5, #f1f1f1),
color-stop(0.99, #dfdfdf),
to(#ccc));
background: linear-gradient(#fff, #f6a2ba 1% , #f6a2ba 50% , #f27398 99%, #f27398);
}

a.button:link {
color : #ffffff; 
}
a.button:visited {
color : #ffffff; 
}
a.button:active {
color : #ffffff; 
}
a.button:hover {
color : #ffffff; 
}
}
	
/*------------------------------------
　　　　TOPへもどるボタン
-------------------------------------*/
#page-top {

position:fixed;
bottom:20px;
right:20px;
font-size:12px;
z-index:10;
}
#page-top a {
background:#f27398;
text-decoration:none;
color:#ffffff;
width:100px;
text-align:center;
display:block;
border-radius:5px;
padding:5px 5px;
}
#page-top a:hover {
text-decoration:none;
background:#e62055;
}

/*------------------------------------
　　　　コンテンツ
-------------------------------------*/
h5{ 
   font-size: 14px;
   color: #f27398;
   font-weight: bold;
   letter-spacing: 2px;
   line-height: 30px;
   margin-top: 20px;
   margin-bottom: 10px;
}
   /*　ブランドリストテーブル　*/
#perfume th{
	width: 25%;
	font-weight:100;
	line-height: 22px;
}
#cosme th{
	width: 33%;
    font-weight:100;
	line-height: 22px;
}

/*------------------------------------
　　　　買取流れサークル
-------------------------------------*/

#warp_br{
    text-align:center;
    font:14px;
    color:#fff;
}

#warp_br a{
    display:block;
    text-decoration:none;
    color:#ffffff;
	font-size: 8px;
	font-weight: bold;
	letter-spacing: 0px;
    float:left;
    list-style:none;
    width:75px;
    height:75px;
    line-height:75px;
    border-radius:50%;
    -moz-border-radius:50%;
 -webkit-border-radius:50%;
    margin:1px 1px 1px 1px;
}
#warp_br a:nth-child(1) {
    background: #f9b9cc;
}
 
#warp_br a:nth-child(2) {
    background: #f6a2ba;
}
 
#warp_br a:nth-child(3) {
    background: #f27398;
}
 
#warp_br a:nth-child(4) {
    background: #ee4476;
}

#warp_br a:nth-child(5) {
    background: #ed3b6f;
}