﻿html {overflow: auto;}

body {
	width:100%;
	color: #000;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;
	line-height: 1.8;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

* {font-weight: normal;}

a {text-decoration:none;color: #333333;}

b {font-weight: bold;}

.b {font-weight: bold;}

img { border:none;}




/* 回り込み解除 */

.clearfix {zoom:1;}
.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}




/* デバイス毎の表示切り替え */

@media screen and (min-width: 769px) {
.pc_none {display:none;}
.tab_only {display:none;}
.sp_only {display:none;}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
.pc_only {display:none;}
.sp_only {display:none;}
.tab_none {display:none;}
}

@media screen and (max-width: 640px) {
.pc_only {display:none;}
.tab_only {display:none;}
.sp_none {display:none;}
}




/* WEBフォント */

.kyo {font-family: "I-OTF教科書Pro D","IwaTxtPro-Db";}

.hm {font-family: "FP-HiraMinProN-W3";}

.hg {font-family: "FP-HiraKakuProN-W3";}

.hgb {font-family: "FP-HiraKakuProN-W6";}

.iwg {font-family: "IwaNGNewsPro-Md"}




/* 指定フォントスタイル */

.red {color:#cc0000;}

.red2 {color:#ff0000;}




/* スライドインアニメーション */

.fadein {
    opacity : 0;
    transform : translate(0, 0);
    transition : all 1500ms;
    }
 
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
	



.wipein1 {
    transform : translate(0, -3px);
    transition-duration : 1.5s;
    transition-delay: 1s;
    }
 
.wipein1.wipe1 {
    transform : translate(0, 0);
   }
 
   
.wipein2 {
    transform : translate(0, 77px);
    transition : 1.5s;
    transition-delay: 1s;
    }
 
.wipein2.wipe2 {
    transform : translate(0, 0);
   }  


.wipein3 {
    transform : translate(0, -77px);
    transition-duration : 1.5s;
    transition-delay: 1s;
    }
 
.wipein3.wipe3 {
    transform : translate(0, 0);
   }


.fadeinan1  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
-webkit-animation-delay: .5s; /* Safari 4.0 - 8.0 */
 animation-delay: .5s;
 -webkit-animation-name: fadeInDown1;
 animation-name: fadeInDown1;
 visibility: visible !important;
}

@-webkit-keyframes fadeInDown1 {
 0% { opacity: 0; }
 100% { opacity: 1.0;}
}
@keyframes fadeInDown1 {
 0% { opacity: 0; }
100% { opacity: 1.0;}
}


.fadeinan2  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown2;
 animation-name: fadeInDown2;
 visibility: visible !important;
-webkit-animation-delay: 1.5s; /* Safari 4.0 - 8.0 */
 animation-delay: 1.5s;
}

@-webkit-keyframes fadeInDown2 {
 0% { opacity: 0; }
 100% { opacity: 1.0;}
}
@keyframes fadeInDown2 {
 0% { opacity: 0; }
 100% { opacity: 1.0;}
}















/* PC用 ここから */

@media screen and (min-width: 769px) {



/* ナビゲーションボタン各種 */

#cart_btn {
    z-index: 60;
    right: 10px;
    top: 50%;
    margin-top: -167px;
    background-image: url(../img/cart_btn_p.png?1);
    position: fixed;
    width: 64px;
    height: 118px;
}


#netshop_btn {
    z-index: 60;
    right: 10px;
    top: 50%;
    margin-top: -44px;
    background-image: url(../img/netshop_btn_p.png?1);
    height: 211px;
    position: fixed;
    width: 64px;
}


#pagetop_btn {
    z-index: 60;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -22px;
    background-image: url(../img/totop_p.png);
    position: fixed;
    width: 44px;
    height: 44px;
    background-size: cover;
}



/* トップエリア*/

#top_area {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
    background-image: url(../img/main_p.jpg);
    background-position: center top;
	position: relative;
    background-size: cover;
    z-index: 0;
    min-height: 800px;
}


#top_area .logo {
    background-image: url(../img/logo_p.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 410px;
    height: 140px;
    position: absolute;
    top: 27px;
    left: 75px;
    z-index: 100;
}

#top_area .cap {
    width: auto;
    height: auto;
    font-size: 21px;
    color: #000;
    text-align: right;
    position: absolute;
    bottom: 50px;
    right: 8%;
    z-index: 100;
}

@media screen and (min-width: 1650px) {
#top_area .cap {
    right: 125px;
}
}

@media screen and (max-width: 930px) {
#top_area .cap {
    font-size: 17px;
}
}

#top_area .tl {
    background:#fff;
    width: 8%;
    max-width: 125px;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
}

#top_area .tr {
    background:#fff;
    width: 8%;
    max-width: 125px;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 10;
}

#top_area .tt {
    background:#fff;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    z-index: 10;
}

#top_area .tb {
    background:#fff;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    z-index: 10;
}



#top_area .arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: absolute;
    background-size: cover;
    z-index: 999;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: 0px 0 0 -40px;
   -webkit-animation: bounce1 3000ms infinite;
}

@-webkit-keyframes bounce1 {
  0%   {
    margin-bottom:0;
  }
  50% {
    margin-bottom:15px;
  }
  100% {
    margin-bottom:0;
  }
}





/* リード*/

#read {
	width: 620px;
	margin: 0 auto;
	padding:80px 0 0 0;
}



#read .midashi1 {
	margin: 0 auto;
	font-size: 21px;
	text-align: center;
}

#read .midashi2 {
    margin: 0px auto;
    font-size: 30px;
    text-align: center;
}

#read .midashi3 {
    margin: 12px auto;
    width: 245px;
    text-align: center;
    border-bottom: #000 1px solid;
}


#read .midashi4 {
	font-size: 20px;
    text-align: left;
}


#read .txt {
    margin: 33px auto 125px auto;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: left;
    position: relative;
}




#kamon {
    background-image: url(../img/kamon.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 65px;
    height: 65px;
    margin:0 auto 135px auto;
}




/* コーディネート*/

.price {
    width: 100%;
    margin: -36px 0 0px 16px;
    font-size: 14px;
    text-align: left;
    color: #333;
    position:relative;
    z-index:2;
}


.ctitle {
	margin: 13px auto -54px auto;
	width: 155px;
}

.ctitle img {
	width:100%;
}

#photo_wrapper {
    width: 100%;
    margin: 100px 0 150px 0;
    background-image: url(../img/cat_bg_p.gif);
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
}

#photo_upper {
    width: 100%;
    height: 320px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
}



#photocon {
    margin: 0 auto;
    max-width: 1035px;
    width: 100%;

}

#photo {
	margin: 0 auto;
	display: block;
	padding-left:0;
	position:relative;
}
	
#photo figure {
    width: 45%;
    line-height: 20px;
    float: left;
    margin: 0.5% 2.5% 9px 2.5%;
    position: relative;
    z-index: 1;
}

#photo figure a {
     -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    filter: alpha(opacity=100);
    opacity: 1;   
}

#photo figure a:hover {
    filter: alpha(opacity=70);
    opacity: 0.70;
}


#photo figure img {
	width:100%;
}

#photo .kiko_btn {
	background-image:url(../img/btn_p.png?1);
	background-size:100%;
    width: 178px;
    height: 44px;
    margin: 15px auto 70px auto;
    background-color: #e6378d;

}


#photo .keii_btn {
	background-image:url(../img/btn_p.png?1);
	background-size:100%;
    width: 178px;
    height: 44px;
    margin: 15px auto 70px auto;
    background-color: #000;

}

#photo .wara_btn {
    background-image: url(../img/btn_p.png?1);
    background-size: 100%;
    width: 178px;
    height: 44px;
    margin: 15px auto 70px auto;
    background-color: #b3be00;

}






/* キーワード*/

#keyword {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 120px 0;
    font-size: 14px;
}


/* 汎用ヘアライン*/

#line {
	width: 100%;
	border-top:#ccc 1px solid;
	margin-right: -500%;
	margin-left: -500%;
	padding-right: 500%;
	padding-left: 500%;
}





/* フッター*/

#footer {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0 auto;
    text-align: center;
    height: 280px;
    z-index: 1;
    position: relative;
}

#footer .f_logo {
    background-image: url(../img/b_logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 320px;
    height: 120px;
    margin: 0 0 0 -160px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 40px;
}


#footer .copy {
    position: absolute;
    top: 165px;
    font-size: 13px;
    letter-spacing: 0px;
    color: #000;
    height: auto;
    left: 50%;
    margin: 0 0 0 40px;
}



/* SNSボタン */

#footer .sns {
    position: absolute;
    top: 155px;
    left: 50%;
    margin: 0 0 0 -330px;
}


#footer .sns .logo_net {
	float:left;
	width:280px;
	height:80px;
	margin-top:16px;
}

#footer .sns .logo_net img {
	width:201px;
	height:55px;
}

#footer .sns .logo_sns {
	float:left;
	width:280px;
	height:55px;
}

.snsb {
	position: relative;
}

.snsb ul {
   position: relative;
    left: 75%;
	float: left;
	margin-left:25px;
}

.snsb li {
	position: relative;
	float: left;
	left: -50%;
	margin-right: 10px;
	list-style:none;
}

.snsb iframe {
	margin: 0 !important;
}



}

/* PC用 ここまで */











































/* TABLET用 ここから */

@media screen and (min-width: 641px) and (max-width: 768px) {



/* ナビゲーションボタン各種 */

#cart_btn {
    z-index: 100;
    right: 6px;
    top: 3px;
    background-image: url(../img/cart_btn_s.png?1);
    background-size: cover;
    position: fixed;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
}


#netshop_btn {
    z-index: 60;
    left: 20px;
    bottom: 20px;
    background-image: url(../img/netshop_btn_t.png);
    background-size: cover;
    height: 46px;
    position: fixed;
    width: 164px;
    background-repeat: no-repeat;
}

#pagetop_btn {
    z-index: 60;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -17px;
    background-image: url(../img/totop_p.png);
    position: fixed;
    width: 34px;
    height: 34px;
    background-size: cover;
}



/* トップエリア*/

#top_area {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
    background-image: url(../img/main_t.jpg);
    background-position: center top;
    background-size: cover;
    z-index: 0;
}


#top_area .logo {
    background-image: url(../img/logo_p.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 380px;
    height: 130px;
    position: absolute;
    top: 46px;
    left: 30px;
    z-index: 100;
}

#top_area .cap {
    width: auto;
    height: auto;
    font-size: 21px;
    color: #000;
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 25px;
    z-index: 100;
    letter-spacing: 1px;
}


#top_area .tt {
    background:#fff;
    width: 100%;
    height: 130px;
    position: absolute;
    top: 0;
    z-index: 10;
}

#top_area .tb {
    background:#fff;
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0;
    z-index: 10;
}



#top_area .arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: absolute;
    background-size: cover;
    z-index: 999;
    bottom: 100px;
    left: 50%;
    width: 66px;
    height: 66px;
    margin: 0px 0 0 -33px;
    -webkit-animation: bounce1 3000ms infinite;
}

@-webkit-keyframes bounce1 {
  0%   {
    margin-bottom:0;
  }
  50% {
    margin-bottom:15px;
  }
  100% {
    margin-bottom:0;
  }
}





/* リード*/

#read {
	width: 580px;
	margin: 0 auto;
	padding:80px 0 0 0;
}



#read .midashi1 {
	margin: 0 auto;
	font-size: 19px;
	text-align: center;
}

#read .midashi2 {
    margin: 0px auto;
    font-size: 27px;
    text-align: center;
}

#read .midashi3 {
    margin: 12px auto;
    width: 210px;
    text-align: center;
    border-bottom: #000 1px solid;
}


#read .midashi4 {
	font-size: 17px;
    text-align: left;
}


#read .txt {
    margin: 33px auto 95px auto;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: left;
    position: relative;
}




#kamon {
    background-image: url(../img/kamon.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 55px;
    height: 55px;
    margin: 0 auto 100px auto;
}




/* コーディネート*/

.price {
    width: 100%;
    margin: -36px 0 0px 16px;
    font-size: 14px;
    text-align: left;
    color: #333;
    position:relative;
    z-index:2;
}


.ctitle {
	margin: 13px auto -54px auto;
	width: 140px;
}

.ctitle img {
	width:100%;
}

#photo_wrapper {
    width: 100%;
    margin: 80px 0 110px 0;
    background-image: url(../img/cat_bg_p.gif);
    background-size: 110%;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}

#photo_upper {
    width: 100%;
    height: 270px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: -5px;
}



#photocon {
    margin: 0 auto;
    width: 97%;
}

	
#photo figure {
    width: 46.8%;
    line-height: 20px;
    float: left;
    margin: 0.5% 1.6% 9px;
    position: relative;
    z-index: 1;
}


#photo figure img {
	width:100%;
}

#photo .kiko_btn {
	background-image:url(../img/btn_p.png?1);
	background-size:100%;
	width: 164px;
    height: 40px;
    margin: 15px auto 45px auto;
    background-color: #e6378d;

}


#photo .keii_btn {
	background-image:url(../img/btn_p.png?1);
	background-size:100%;
	width: 164px;
    height: 40px;
    margin: 15px auto 45px auto;
    background-color: #000;

}

#photo .wara_btn {
    background-image: url(../img/btn_p.png?1);
    background-size: 100%;
	width: 164px;
    height: 40px;
    margin: 15px auto 45px auto;
    background-color: #b3be00;

}






/* キーワード*/

#keyword {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 120px 0;
    font-size: 14px;
}


/* 汎用ヘアライン*/

#line {
	width: 100%;
	border-top:#ccc 1px solid;
	margin-right: -500%;
	margin-left: -500%;
	padding-right: 500%;
	padding-left: 500%;
}





/* フッター*/

#footer {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0 auto;
    text-align: center;
    height: 280px;
    z-index: 1;
    position: relative;
}

#footer .f_logo {
    background-image: url(../img/b_logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 262px;
    height: 120px;
    margin: 0 0 0 -131px;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 77px;
}


#footer .copy {
    position: absolute;
    bottom: 67px;
    font-size: 13px;
    letter-spacing: 0px;
    color: #000;
    height: auto;
    left: 50%;
    margin: 0 0 0 40px;
}



/* SNSボタン */

#footer .sns {
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin: 0 0 0 -330px;
}


#footer .sns .logo_net {
	float:left;
	width:280px;
	height:80px;
	margin-top:16px;
}

#footer .sns .logo_net img {
	width:201px;
	height:55px;
}

#footer .sns .logo_sns {
	float:left;
	width:280px;
	height:55px;
}

.snsb {
	position: relative;
}

.snsb ul {
   position: relative;
    left: 75%;
	float: left;
	margin-left:25px;
}

.snsb li {
	position: relative;
	float: left;
	left: -50%;
	margin-right: 10px;
	list-style:none;
}

.snsb iframe {
	margin: 0 !important;
}


}

/* TABLET用 ここまで */











































/* SMP用 ここから */

@media screen and (max-width: 640px) {



/* ナビゲーションボタン各種 */

#cart_btn {
    z-index: 100;
    right: 0px;
    top: 0px;
    background-image: url(../img/cart_btn_s.png);
    background-size: cover;
    position: fixed;
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
}


#netshop_btn {
    z-index: 60;
    left: 16px;
    bottom: 2px;
    background-image: url(../img/netshop_btn_t.png);
    background-size: 100%;
    height: 46px;
    position: fixed;
    width: 135px;
    background-repeat: no-repeat;
}

#pagetop_btn {
    z-index: 60;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -24px;
    background-image: url(../img/totop_p.png);
    position: fixed;
    width: 48px;
    height: 48px;
    background-size: cover;
}



/* トップエリア*/

#top_area {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
    background-image: url(../img/main_s.jpg);
    background-position: center center;
    background-size: cover;
    z-index: 0;
}


#top_area .logo {
    background-image: url(../img/logo_s.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 206px;
    height: 130px;
    position: absolute;
    top: 24px;
    left: 10px;
    z-index: 100;
}

#top_area .cap {
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #000;
    text-align: center;
    position: absolute;
    bottom: 7px;
    z-index: 100;
    letter-spacing: 1px;
}


#top_area .tt {
    background: #fff;
    width: 100%;
    height: 75px;
    position: absolute;
    top: 0;
    z-index: 10;
}

#top_area .tb {
    background:#fff;
    width: 100%;
    height: 42px;
    position: absolute;
    bottom: 0;
    z-index: 10;
}



#top_area .arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: absolute;
    background-size: cover;
    z-index: 999;
    bottom: 60px;
    left: 50%;
    width: 66px;
    height: 66px;
    margin: 0px 0 0 -33px;
    -webkit-animation: bounce1 3000ms infinite;
}

@-webkit-keyframes bounce1 {
  0%   {
    margin-bottom:0;
  }
  50% {
    margin-bottom:15px;
  }
  100% {
    margin-bottom:0;
  }
}





/* リード*/

#read {
    width: 86%;
    margin: 0 auto;
    padding: 80px 0 0 0;
}



#read .midashi1 {
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
}

#read .midashi2 {
    margin: -2px auto 0 auto;
    font-size: 24px;
    text-align: center;
}

#read .midashi3 {
    margin: 15px auto;
    width: 190px;
    text-align: center;
    border-bottom: #000 1px solid;
}


#read .midashi4 {
	font-size: 16px;
    text-align: left;
}


#read .txt {
    margin: 33px auto 95px auto;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: left;
    position: relative;
}




#kamon {
    background-image: url(../img/kamon.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 44px;
    height: 45px;
    margin: 0 auto 85px auto;
}




/* コーディネート*/

.price {
    width: 100%;
    margin: -36px 0 0px 16px;
    font-size: 14px;
    text-align: left;
    color: #333;
    position:relative;
    z-index:2;
}


.ctitle {
    margin: 0px auto -58px auto;
    width: 111px;
}

.ctitle img {
	width:100%;
}

#photo_wrapper {
    width: 100%;
    margin: 80px 0 115px 0;
    background-image: url(../img/cat_bg_p.gif);
    background-size: 110%;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}

#photo_upper {
    width: 100%;
    height: 225px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: -5px;
}



#photocon {
    margin: 0 auto;
    width: 79%;
}

	
#photo figure {
    width: 100%;
    line-height: 20px;
    float: left;
    margin: 0.5% 0 9px;
    position: relative;
    z-index: 1;
}


#photo figure img {
	width:100%;
}

#photo .kiko_btn {
	background-image:url(../img/btn_p.png?1);
	background-size:100%;
	width: 164px;
    height: 40px;
    margin: 10px auto 45px auto;
    background-color: #e6378d;

}


#photo .keii_btn {
	background-image:url(../img/btn_p.png?1);
	background-size:100%;
	width: 164px;
    height: 40px;
    margin: 10px auto 45px auto;
    background-color: #000;

}

#photo .wara_btn {
    background-image: url(../img/btn_p.png?1);
    background-size: 100%;
	width: 164px;
    height: 40px;
    margin: 10px auto 45px auto;
    background-color: #b3be00;

}






/* キーワード*/

#keyword {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 16px;
}


/* 汎用ヘアライン*/

#line {
	width: 100%;
	border-top:#ccc 1px solid;
	margin-right: -500%;
	margin-left: -500%;
	padding-right: 500%;
	padding-left: 500%;
}





/* フッター*/

#footer {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0 auto;
    text-align: center;
    height: 280px;
    z-index: 1;
    position: relative;
}

#footer .f_logo {
    background-image: url(../img/b_logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 262px;
    height: 120px;
    margin: 0 0 0 -131px;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 77px;
}


#footer .copy {
    position: absolute;
    bottom: 67px;
    font-size: 13px;
    letter-spacing: 0px;
    color: #000;
    height: auto;
    left: 50%;
    margin: 0 0 0 40px;
}



/* SNSボタン */

#footer .sns {
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin: 0 0 0 -325px;
}


#footer .sns .logo_net {
	float:left;
	width:280px;
	height:80px;
	margin-top:16px;
}

#footer .sns .logo_net img {
	width:201px;
	height:55px;
}

#footer .sns .logo_sns {
	float:left;
	width:280px;
	height:55px;
}

.snsb {
	position: relative;
}

.snsb ul {
   position: relative;
    left: 75%;
	float: left;
	margin-left:25px;
}

.snsb li {
	position: relative;
	float: left;
	left: -50%;
	margin-right: 10px;
	list-style:none;
}

.snsb iframe {
	margin: 0 !important;
}


}

/* SMP用 ここまで */