@charset "utf-8";
/* CSS Document */
img {
	width: 100%;
}
ul {
	list-style:none;
}
a {
	color: #666;
}
* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
}
/*--------------------footer------------------------*/
.warraper_footer {
	width: 100%;
	letter-spacing:1px;
}
.warraper_footer a {
	text-decoration:none;
}
footer {
	padding-bottom:30px;
	font-size:70%;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f_sns li {
    list-style: none;
    width: 54px;
}
.f_sns a {
    -webkit-transition: .3s;
    transition: .3s;
}
.f_sns img {
    width: 30px;
    height: auto;
}

/*----------------------- フッター -------------------*/
footer {
    background: #f2f2f2;
    padding: 0 0 20px;
}

.f_link {
    padding: 75px 0 30px;
    margin: 0px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 60%;
}
.f_link ul li {
    list-style: none;
    margin: 1% auto;
	text-align: left;
}
.f_cate li:nth-child(1) {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 20px;
}
.f_cate a {
    text-decoration: none;
    font-size: 12px;
}
.f_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 200px;
    padding-left: 7px;
    margin-top: 30px;
    margin-bottom: 40px;
	margin-left: 40px;
}
