@charset "utf-8";

/* フッター */

.news_letter img, .login_yoyaku img, footer img {
    max-width: 100% !important;
    width: 100%;
}

footer{
	background:#506A77;
	margin-bottom: 100px;
}
footer p{
	margin:0 auto;
	width:40%;
	padding: 3% 0;
}
footer p.copy {
    text-align: center;
    width: 100% !important;
	font-size:small;
    color: #fff;
}

.news_letter {
    position: relative;
}
.news_letter .bnr_{
    position: absolute;
    top: 69%;
    text-align: center;
    width: 86%;
    left: 7%;
}

.sign_up {
    position: absolute;
    top: 62%;
    width: 100%;
}
.sign_up ul {
    margin: 7px auto;
    width: 87%;
}

.sign_up li {
    float: left;
    width: 70%;
}
.sign_up li:last-child {
	float:right;
	width:25%;

}
.sign_up input[type="text"] {
    height: 27px;
    width: 100%;
	padding: 2%;
    border:2px solid #9CB2BD;
    -webkit-appearance: none;
    border-radius: 0;
    font-size:12px;
    vertical-align:middle;
}

.submit{
	background: url(/headfoot/sp/images/signup_btn.gif) no-repeat left center;
	background-size:100% ;
	border: none;
	width: 100%;
	height: 38px; 
}

.login_yoyaku {
    margin: 5% auto;
    width: 95%;
}
.login_yoyaku a {
	display: block;
	padding: 3%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #506A77;
	border-radius: 5px;
	box-shadow: 0 2px 0 #314149;
}
#sp .login_yoyaku a {
	display: block;
	padding: 3%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: none;
	border-radius: 5px;
	box-shadow: none;
}

.ponta {
    margin: 5% auto;
    width: 95%;
}

.list-utility {
	overflow: hidden;
	width: 95%;
	margin: 0 auto 5%;
	border: solid 1px #ccc;

}
.list-utility li {
	float: left;
	box-sizing: border-box;
 	-webkit-box-sizing: border-box;
	width: 50%;
	border-bottom: solid 1px #ccc;
	font-size: 13px;
}
.list-utility li a {
	padding: 8px 8px 8px 15px;
	display: block;
}
.list-utility li:nth-child(odd) {
	float: left;
	box-sizing: border-box;
 	-webkit-box-sizing: border-box;
	width: 50%;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.list-utility li:nth-child(5) {
	float: left;
	box-sizing: border-box;
 	-webkit-box-sizing: border-box;
	width: 100%;
	border-bottom: none;
	border-right: none;
}



/* 2015.03.30追加 */
#sns_area {
	margin: 1em 0;
}
#sns_area ul {
	margin: 0 auto;
	display: table;
}
#sns_area ul li {
	width: 85px;
	text-align: center;
	display: table-cell;
}
#sns_area img {
	width: inherit;
}
