@charset "UTF-8";
html {
	font-size: 62.5%;
}
body, h1, h2, h3, h4, h5, h6, .navbar-brand {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 24px;
	font-size: 2.4rem;
	-webkit-text-size-adjust: none;
}
table {
	font-size: 24px;
	font-size: 2.4rem;
}
th, td.col_time {white-space: nowrap; }
td.col_no { text-align: right; }
th, td.col_shop_name, td.col_time, td.col_power_supply { text-align: center; }

#cafes_table_filter .input-sm {
	width: 20em;
}

/*--------------------------
-- FOOTER & SUBSCRIPTION ---
--------------------------*/
.copyrights {
	/* font-size: 12px; */
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
}
.footer-icon {
	padding-right: 5px;
}
.footer-icon:hover {
	cursor: pointer;
}

#footer {
	background: url(../img/bg/background-footer.png);
	background-repeat: repeat;
	width: 100%;
	height: auto;
	min-height: 500px;
	max-height: 2000px;
	box-shadow: 0px 1px 4px rgba(0,0,0, 0.1);
	color: #ffffff;
	padding-bottom: 40px;
	padding-top: 40px;
	font-size: 22px;
	font-size: 2.2rem;
}
#footer a {
	color:white;
}
#footer img {
	width: 60px;
	padding-bottom: 10px;
}
#footer h3 {
	margin-top: 0;
}
#footer .col-md-6 {
	padding-bottom: 50px;

}
.fa-coffee {
	margin-right:6px;
}
h1 {
	margin: 0;
	padding: 0;
}
.row {
	padding: 10px;
}
.sns-icon {
	padding-left: 50%;
}