@charset "utf-8";
/* CSS Document */
@import url(foundation.css);


/* --------------------------------------------------------------------
/* 共通
-------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend, b, u, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	color: #333333;
	vertical-align: baseline;
	background: transparent;
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

	line-height: 1.5;
}
html, body {
	color: #000;
	background-color: #fff;

}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.section {

}


.inner{
    padding: 0 20px;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.ac {
	text-align: center;
}
/* header
===========================================================*/
header { padding:5px 10px 10px;}

header h1 {
	margin-bottom:7px;
	font-weight:normal;
	font-size:10px;
}




/* footer
===========================================================*/
footer {
	margin-bottom:66px;
	padding-top:6px; padding-bottom:4px;
	background:#615245;
	color:#fff;
	text-align:center;
	font-size:13px;
}




/* 固定ボタン
===========================================================*/
.btn_fixed {
	display:flex;
	justify-content:center; align-items:stretch;
	width:100%;
	position:fixed;
	left:0; bottom:0;
}

.btn_fixed a {
	padding-top:8px; padding-bottom:6px;
	box-sizing:border-box;
	text-align:center;
	flex-grow:1;
}

.btn_fixed a:nth-child(1) {
	background:linear-gradient(to bottom, #feb24d, #f39800);
	border:1px solid #f39800;
}

.btn_fixed a:nth-child(2) {
	background:linear-gradient(to bottom, #4cb953, #0ea219);
	border:1px solid #009d0c;
}

.btn_fixed a:nth-child(3) {
	padding-top:11px; padding-bottom:3px;
	background:linear-gradient(to bottom, #f7f7f3, #e9e9e9);
	border:1px solid #c9c9c9;
}
