@charset "utf-8";

div#sns_buttons {
clear: right;
margin: 2px 16px 2px 0;
height: 29px;
float: right;
}
div#sns_buttons > ul{margin:0;padding:0;height: 29px;}
div#sns_buttons > ul li{
list-style-type:none;
margin:0;padding:0 8px 0 0;
width:29px;
height:29px;
float:left;
}
div#sns_buttons > ul li a{display:block;width:29px;height:29px;font:0px/0px sans-serif;}
div#sns_buttons > ul li a#fb{
background: url(../../img/sns/sns_fb_btn.png) no-repeat 0 0;
-webkit-background-size:29px 29px;
-moz-background-size:29px 29px;
-o-background-size:29px 29px;
background-size:29px 29px;
}
div#sns_buttons > ul li a#x{
background: url(../../img/sns/sns_x_btn.png) no-repeat 0 0;
-webkit-background-size:29px 29px;
-moz-background-size:29px 29px;
-o-background-size:29px 29px;
background-size:29px 29px;
}
div#sns_buttons > ul li a#hb{
background: url(../../img/sns/sns_b!_btn.png) no-repeat 0 0;
-webkit-background-size:29px 29px;
-moz-background-size:29px 29px;
-o-background-size:29px 29px;
background-size:29px 29px;
}
div#sns_buttons > ul li a#ln{
background: url(../../img/sns/sns_line_btn.png) no-repeat 0 0;
-webkit-background-size:29px 29px;
-moz-background-size:29px 29px;
-o-background-size:29px 29px;
background-size:29px 29px;
}

div#footer_summary {
width:90%;
font-size:13px;
margin:12px auto;
color:#696969;
line-height:1.4em;
}
div#footer_summary h2 {
color:#2e91ae;
font-size:13px;
display:inline;
padding: 0 24px 0 0;
}

div#footer_sns_wrapper {
width:50%;
margin:12px auto;
padding:0;
text-align:center;
}
div#footer_sns_wrapper a {
font:0px/0px san-serif;
text-indent:-9999px;
width:24%;
min-width:40px;
height:54px;
margin:0 1px;
padding:0;
display:block;
overflow:hidden;
}
div#footer_sns_wrapper #fb a {
background:url('../../img/sns/facebook.png') no-repeat center center;
background-color:#36569C;
float:left;
}
div#footer_sns_wrapper #tw a {
background:url('../../img/sns/twitter.png') no-repeat center center;
background-color:#1EC8FF;
float:left;
}
div#footer_sns_wrapper #gg a {
background:url('../../img/sns/google.png') no-repeat center center;
background-color:#D6531D;
float:left;
}
div#footer_sns_wrapper #hb a {
background:url('../../img/sns/hatena.png') no-repeat center center;
background-color:#0091DA;
float:left;
}
div#footer_sns_wrapper #ln a {
background:url('../../img/sns/line.png') no-repeat center center;
background-color:#5CCA1D;
float:left;
}