﻿@charset "UTF-8";

/* 全体 */

body{
	margin:0;
	padding:0;
	height:100%;
	line-height:100%;
	font-family: "游ゴシック", YuGothic, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	letter-spacing:1px;
	color:#000;
	background-color:#f4f4f4;
	font-size:13px;
	font-weight:500;
	}
a{
	color:#000;
	text-decoration:none;
	}
a:visited{
	color:#000;
	}
a:hover,
a:active{
	color:#ccc2b7;
	}

/*フッター*/

#footer{
	width:700px;
	margin: 50px auto 0;
	display: block;
	}
#footer .L{
	margin:0 10px 10px 0;
	width: 323px;
	border-left:1px #000 dotted;
	float:left;
	}
#footer .CL{
	margin:0 0 10px 0;
	width:349px;
	border-left:1px #000 dotted;
	float:left;
	}

#footer dl{
	margin-bottom:0;
	}
#footer dt{
	font-size:14px;
	font-weight:700;
	color:#000;
	margin:10px 0 20px 15px;
	}
#footer dd{
	margin:0;
	padding:0 0 0 30px;
	line-height:250%;
	}
#footer .L dd:before{
	margin: 0 5px 0 0;
	content: "\f105";
	font-family: FontAwesome;
	}

small{
	/*width:1100px;*/
	padding:15px 0 0 0;
	text-align:center;
	display:block;
	clear:both;
	}


.sns-btn {
display: flex;
flex-wrap: wrap;
margin-top: 20px;
}

.sns-btn li {
width: 30px;
margin-left: 10px;
margin-right: 10px;
}

ul li {
 text-decoration: none;
 list-style-type: none;
}
