/*全体
--------------------------------------------------------------------------*/
html{
	background:#fff url(image/back-html.png) repeat-x center top;
}

body {
	margin:0;
	padding:0;
	COLOR: #111;
	FONT-SIZE: 16px;
	font-family:"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";	
	LINE-HEIGHT: 150%;
	text-align: center;
	background:url(image/back-body.png) repeat-x center bottom;
}

/*paddingとborderをwidthに含める*/
* {	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

#con{
    width:100%;
	height:auto;
	margin:0px auto;
	padding:0;
	position:relative;
}

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

img{
	border:0;
}

a:link,a:visited{
	outline:0;
	color:#0859C7;
}

a:hover{
	outline: 0;
	color: #c7304b;
	text-decoration: underline;
}

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

a:active{
	outline:0;
	color:#18489d;
	text-decoration:none;
}

br.sp{
	display:inherit;
}
br.spt{
	display:inherit;
}
br.spm{
	display:inherit;
}
br.sm{
	display:none;
}
br.smt{
	display:none;
}
br.smm{
	display:none;
}
.nsp{
	display:none;
}

/*ヘッダ
--------------------------------------------------------------------------*/
header{
	clear: both;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

header h1{
	clear: both;
	float: left;
	width: 100%;
	height: 30px;
	text-align: left;
	font-size: 13px;
	color: #fff;
	line-height: 30px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#logo{
	clear: both;
	float: left;
	width: 35%;
	height:180px;
	margin: 0;
	padding: 15px 0 0;
	text-align: left;
}

#logo img{
	float: left;
	margin: 0 2% 0 0;
}

header h2{
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 40px;
	font-weight: bold;
	line-height: 88px;
	text-align: left;
}

#logo p{
	clear: both;
	font-size: 15px;
	margin: 0;
	padding: 20px 0 0;
	text-align: left;
}

#tel{
	float: right;
	width: 45%;
	height: auto;
	margin: 0 0 0 20%;
	padding: 20px 0 0;
	text-align: left;
}

#tel-shika{
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

#tel-kou{
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

#tel h3{
	float: left;
	width:40%;
	margin: 0 5px 5px 0;
	padding: 7px 5px 5px;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	line-height: 100%;
	text-align: center;
	background: #52b225;
	border-radius: 5px;
}

#tel p{
	clear: both;
	font-size: 13px;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	line-height: 150%;
}

#tel p.shou{
	clear: none;
	float: left;
}

#tel a:link,#tel a:visited{
	color: #111;
}

#tel img{
	float: right;
}

/*メニュー
--------------------------------------------------------------------------*/
menu{
	clear: both;
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0 0;
}

menu ul{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

menu li{
	float: left;
	width: 13%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 100%;
	text-align: center;
	border-left: 1px dashed #fff;
}
menu li.bno{
	border-right: 1px dashed #fff;
}
menu li.m1{
	width: 18%;
}
menu li.m2{
	width: 16%;
}

menu li a:link,menu li a:visited{
	color: #fff;
	display: block;
	padding: 15px 0;
	text-decoration: none;
}
menu li a:hover{
	color: #111;
	text-decoration: underline;
}

#toggle{
	display:none;
}

/*メイン
--------------------------------------------------------------------------*/
main{
	clear: both;
	width: 1000px;
	height: auto;
	margin: 30px auto 0;
	padding: 0;
	text-align: left;
}

main p{
	font-size: 15px;
	line-height: 150%;
	margin: 0 0 30px;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media only screen and (max-width: 768px) {
main{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 30px 0 0;
	padding: 0;
	text-align: left;
}

main p{
	font-size: 13px;
	line-height: 150%;
	margin: 0 0 30px;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
}

article{
	clear: both;
	float: left;
	width: 1000px;
	height: auto;
	margin: 0 auto 0;
	padding: 30px 2% 180px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 3px #ccc;
}
@media only screen and (max-width: 768px) {
article{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	padding: 0 2% 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: none;
}
}
@media only screen and (max-width: 479px) {
article{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	padding: 0 2% 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: none;
}
}

article h1{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 10px 0 8px;
	line-height: 100%;
	text-align: left;
	font-size: 25px;
	font-weight: normal;
	color: #fff;
	background: #52b225;
	border-radius: 5px;
	text-indent: 0.5em;
}

article p{
	text-align: left;
	font-size: 15px;
	line-height: 150%;
	margin: 0 0 30px;
}

article h2{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 30px 0 30px;
	padding: 0 0 5px;
	text-align: left;
	font-size: 30px;
	font-weight: normal;
	line-height: 100%;
	color: #ef9e0f;
	border-bottom: 1px solid #ef9e0f;
}
article h2.tno{
	margin: 0 0 30px;
}

article h3{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	font-weight: bold;
	line-height: 100%;
	font-size: 20px;
	text-align: left;
}

article h4{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 50px 0 20px;
	padding: 10px 0 8px;
	line-height: 100%;
	text-align: left;
	font-size: 25px;
	font-weight: normal;
	color: #fff;
	background: #52b225;
	border-radius: 5px;
	text-indent: 0.5em;
}

article h5{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0 0 8px;
	line-height: 100%;
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	color: #f8a719;
	border-bottom: 1px solid #f8a719;
}

.info-box{
	float: left;
	width: 50%;
	height: auto;
	min-height: 300px;
	margin: 0 0 30px;
	padding: 0 2%;
	text-align: center;
}

.info-box h2{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 100%;
	color: #ef9e0f;
}

article ul,article ul.bre-u{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
}

article ul li{
	margin: 0 0 15px 2%;
	padding: 0;
	text-align: left;
	line-height: 120%;
	font-size: 15px;
}

article ul.bre-u li{
	float: left;
	font-size: 15px;
	margin: 0 1% 0 0;
	padding: 5px 10px 2px;
	line-height: 150%;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: linear-gradient(#fff,#eee);
	list-style-type: none;
}

article ul.bre-u li a:link,article ul.bre-u li a:visited{
	text-decoration: none;
	color: #333;
}
article ul.bre-u li a:hover{
	text-decoration: underline;
}

article ol{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0 30% 0 10%;
}

article ol li{
	margin: 0 0 20px 2%;
	padding: 0 0 5px;
	text-align: left;
	line-height: 120%;
	font-size: 15px;
	border-bottom: 1px dashed #666;
}

#staff{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
}

.staff{
	float: left;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0 2%;
}

#staff img{
	margin: 0 0 10px;
	padding: 5px;
	border: 1px solid #ccc;
}

#map{
	clear: both;
	float: left;
	width: 80%;
	height: auto;
	margin: 0 20% 10px 0;
	padding: 0;
	text-align: left;
}

table {
	clear:both;
	width:80%;
	margin:5px 20% 20px 0;
    border:1px solid #ccc;
    border-collapse:collapse;
    border-spacing:0px;
    empty-cells:show;
    table-layout:auto;
    text-align:left;
	background:#fff;
}

th,td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align: center;
	padding: 7px 2px 3px;
	}

th{
	background: #eee;
	font-weight: normal;
}

td.t-pink{
	background: #fbdae4;
}

td.kigo{
	font-size: 25px;
}

td.kigo2{
	font-size: 30px;
}

.spa-wh{
	margin: 0 37px 0 0;
}

#photo{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
}

#photo img{
	float: left;
	margin: 0 20px 20px 0;
}

#setsubi{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
}

.setsubi-box{
	float: left;
	width: 25%;
	height: auto;
	margin: 0;
	padding: 0 1%;
	text-align: center;
}

article #setsubi p{
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
}

#mekkin{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
}

.mekkin-box{
	float: left;
	width: 25%;
	height: auto;
	margin: 0;
	padding: 0 1%;
	text-align: center;
}

article #mekkin p{
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
}

.white-box{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.white-box p{
	margin: 0 0 30px;
	padding: 0;
}

.white-box img{
	float: left;
	margin: 0 20px 10px 0;
}

img.pictright{
	float: right;
	margin: 0 0 10px 20px;
}

.f-green35{
	font-size: 35px;
	font-weight: bold;
	color: #52b225;
}

.f-blue-b{
	color: #014099;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 150%;
}

.f-red20b{
	font-size: 20px;
	font-weight: bold;
	color: #e42331;
}

#poli{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.poli-box{
	float: left;
	width: 30%;
	height: auto;
	margin: 0 3% 0 0;
	padding: 0;
}

#poli h4{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 10px 0 8px;
	text-align: center;
	font-weight: normal;
	font-size: 17px;
	line-height: 100%;
	background: #014099;
	color: #fff;
	border-radius: 5px;
}

#before{
	float: left;
	width: 70%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#before img{
	float: none;
}

#before p{
	text-align: center;
	margin: 10px 0 5px;
	padding: 10px 0 5px;
	font-size: 18px;
	line-height: 100%;
	background: linear-gradient(#fff,#eee);
	border:1px solid #ccc;
	border-radius: 5px;
}

#before h5{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	line-height: 100%;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: #ce1977;
}

.bre{
	float: left;
	width: 48%;
	height: auto;
	min-height: 470px;
	margin: 0 2% 30px 0;
	padding: 15px 2% 15px;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 1px #eee;
	text-align: center;
}

.bre p{
	margin: 0 0 15px;
}

.bre h2{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 100%;
	color: #ef9e0f;
}

.step,.step-l{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0 0 15px;
	text-align: left;
	border-bottom: 1px dashed #ccc;
	background: url(image/step.png) no-repeat 2% 95%;
}
.step-l{
	padding: 0;
	border-bottom: none;
	background: none;
}

.step h3,.step-l h3{
	clear: none;
	float: left;
	width: 40%;
	height: auto;
	margin: 0 2% 10px 0;
	padding: 15px 0 10px;
	border-radius: 10px;
	background: #ede3ee;
	text-align: center;
	font-size: 30px;
	line-height: 150%;
	color: #dc599d;
}
.step h3 .f-st,.step-l h3 .f-st{
	font-size: 20px;
}

.step-text{
	float: right;
	width: 58%;
}

.step-text img{
	margin: 0 10px 10px 0;
}

.step p,.step-l p{
	margin: 0 0 20px;
	padding: 0;
}

#bre-sonota{
	clear: both;
	float: left;
	width: 100%;
}

.bre-sonota,.bre-sonota-big{
	float: left;
	width: 46%;
	height: auto;
	margin: 0 2% 20px;
	padding: 0;
}
.bre-sonota-big{
	width: 100%;
	margin: 0 0 20px;
}

.bre-sonota h6,.bre-sonota-big h6{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 15px 0 10px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	line-height: 100%;
	border-radius: 5px;
	background: #eee;
}

.bre-sonota img,.bre-sonota-big img{
	margin: 0 0 10px;
}

.bre-sonota-big h5{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
	line-height: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
}

#detail{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	min-height: 300px;
	margin: 0;
	padding: 0;
}

#news-copy{
	display: none;
}

/*フッタ
--------------------------------------------------------------------------*/
#page-top{
	width:40px;
	height:40px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
}
@media only screen and (max-width: 768px) {
#page-top{
	width:40px;
	height:40px;
	display:none;
	position:fixed;
	right:16px;
	bottom:160px;
}
}
@media only screen and (max-width: 479px) {
#page-top{
	width:40px;
	height:40px;
	display:none;
	position:fixed;
	right:16px;
	bottom:70px;
}
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
#page-top p:hover{
	background:#8b8b8b;
}
 
#move-page-top{
	color:#fff;
	line-height:40px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

footer{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 15px;
	background: #52b225;
	position: fixed;
	left:0;
	bottom:0;
}
@media only screen and (max-width: 768px) {
footer{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 40px;
	background: #52b225;
	position: inherit;
}
}

#sub-menu{
	clear: both;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 40px;
}

#sub-menu ul{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#sub-menu li{
	float: left;
	list-style-type: none;
	font-size: 13px;
	text-align: left;
	margin: 0 30px 0 0;
}

#sub-menu a:link,#sub-menu a:visited{
	color: #fff;
}
#sub-menu a:hover{
	color: #111;
}
@media only screen and (max-width: 768px) {
#sub-menu{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
	padding: 0;
}

#sub-menu ul{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-top:1px dotted #fff;
	border-left:1px dotted #fff;
}

#sub-menu li{
	float: left;
	display: block;
	width: 25%;
	list-style-type: none;
	font-size: 13px;
	text-align: center;
	margin: 0;
	border-bottom:1px dotted #fff;
	border-right:1px dotted #fff;
}
#sub-menu li.m1{
	width: 50%;
}

#sub-menu a:link,#sub-menu a:visited{
	display: block;
	padding: 15px 0 10px;
	color: #fff;
	text-decoration: none;
}
#sub-menu a:hover{
	color: #111;
	text-decoration: underline;
}
}
@media only screen and (max-width: 480px) {
#sub-menu li{
	float: left;
	display: block;
	width: 50%;
	list-style-type: none;
	font-size: 13px;
	text-align: center;
	margin: 0;
	border-bottom:1px dotted #fff;
	border-right:1px dotted #fff;
}
#sub-menu li.m1{
	width: 50%;
}
#sub-menu a:link,#sub-menu a:visited{
	display: block;
	padding: 12px 0 8px;
	color: #fff;
	text-decoration: none;
}
#sub-menu a:hover{
	color: #111;
	text-decoration: underline;
}
}

#footer-info{
	clear: both;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#footer-logo{
	clear: both;
	float: left;
	width: 38%;
	height: auto;
	margin: 0 2% 0 0;
	padding: 0;
}
@media only screen and (max-width: 768px) {
#footer-info{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 10px auto 0;
	padding: 0;
}
#footer-logo{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 0 2%;
}
}

#footer-iin{
	clear: both;
	float: left;
	width: 100%;
}
#footer-iin img{
	float: left;
	max-width: 20%;
}
#footer-iin h5{
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 35px;
	margin: 20px 0 10px;
	padding: 0;
}
#footer-iin h5 a:link,#footer-iin h5 a:visited{
	color: #fff;
	text-decoration: none;
}
#footer-iin h5 a:hover{
	color: #111;
	text-decoration: underline;
}
address{
	clear: both;
	float: left;
	color: #fff;
	font-style: normal;
	font-size: 15px;
	text-align: left;
	margin:5px 0 0;
	padding: 0;
	line-height: 150%;
}
@media only screen and (max-width: 768px) {
address{
	clear: none;
	float: left;
	color: #fff;
	font-style: normal;
	font-size: 15px;
	text-align: left;
	margin:5px 0 0;
	padding: 0;
	line-height: 150%;
}
}
@media only screen and (max-width: 479px) {
#footer-iin{
	clear: both;
	float: left;
	width: 100%;
}
#footer-iin img{
display: none;
	float: left;
	width: 15%;
	vertical-align: middle;
}
#footer-iin h5{
	float: left;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	margin: 0 0 5px;
	padding: 0;
	text-align:center;
	vertical-align: middle;
}
address{
	clear: both;
	float: none;
	color: #fff;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	margin:5px 0 0;
	padding: 0;
	line-height: 150%;
}
}

#banner{
	clear: both;
	width: 100%;
	height: auto;
	margin: 10px auto 0;
	padding: 10px 0;
	background: #fff;
	text-align: center;
}
#banner img{
display: inline;
	margin: 0 10px 0 0;
}
#banner p{
	font-size: 13px;
	color: #52b225;
	line-height: 120%;
	text-align: center;
}
@media only screen and (max-width: 768px) {
#banner{
	clear: both;
	width: 100%;
	height: auto;
	margin: 10px auto 0;
	padding: 10px 3%;
	background: #fff;
	text-align: center;
}
#banner img{
display: inline;
	margin: 0 2% 0 0;
	max-width: 15%;
}
#banner p{
	font-size: 13px;
	color: #52b225;
	line-height: 120%;
	text-align: center;
}
}
@media only screen and (max-width: 479px) {
#banner{
	clear: both;
	width: 100%;
	height: auto;
	margin: 10px auto 0;
	padding: 10px 3% 0;
	background: #fff;
	text-align: center;
}
#banner img{
display: inline;
	margin: 0 1% 10px;
	max-width: 23%;
}
#banner p{
	font-size: 12px;
	color: #52b225;
	line-height: 120%;
	text-align: center;
	margin: 0;
}
}

#footer-time{
	float: left;
	width: 60%;
	margin: 0;
	padding: 0;
}
#footer-time h6{
	clear: both;
	float: left;
	width: 25%;
	height: auto;
	margin: 0 75% 10px 0;
	padding: 10px 0 7px;
	text-align: center;
	font-size: 17px;
	font-weight: normal;
	line-height: 100%;
	border-radius: 5px;
	background: #f8a719;
	color: #fff;
}
#footer-time img{
float: left;
	width: auto;
	margin: 0 2% 0 0;
}
#footer-time p{
float: left;
	font-size: 13px;
	text-align: left;
	color: #fff;
	margin: 0 0 15px;
	line-height: 120%;
}
@media only screen and (max-width: 768px) {
#footer-time{
clear: both;
	float: left;
	width: 60%;
	margin: 0 0 0 2%;
	padding: 0;
}
#footer-time img{
float: left;
	width: auto;
	margin: 0 2% 10px 0;
}
#footer-time p{
float: left;
	font-size: 13px;
	text-align: left;
	color: #fff;
	margin: 0 0 10px;
	line-height: 120%;
}
}
@media only screen and (max-width: 479px) {
#footer-time{
	float: right;
	width: 100%;
	margin: 0 0 0;
	padding: 0 3% 10px;
	text-align: center;
}
#footer-time h6{
display: none;
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0 10px;
	padding: 10px 0;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	line-height: 100%;
	border-radius: 5px;
	background: #f8a719;
	color: #fff;
}
#footer-time img{
	max-width: 90%;
	margin: 0 5% 10px;
}
#footer-time p{
float: left;
width: 100%;
	font-size: 13px;
	text-align: center;
	color: #fff;
	margin: 0 0 5px;
	line-height: 130%
}
}

#sns{
clear: both;
position: fixed;
width: 200px;
right:70px;
bottom:10px;
}
#sns img{
float: right;
max-width: 100%;
margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
#sns{
clear: both;
position: fixed;
width: 200px;
right:10px;
bottom:10px;
}
}
@media only screen and (max-width: 479px) {
#sns{
clear: both;
position: fixed;
width: 100%;
right:0;
bottom:0;
}
#sns img{
float: right;
width: 50%;
max-width: 50%;
margin: 0;
border: 1px solid #fff;
}
}