/*!
 * Tubox Link Check v1.0.0
 *
 * Copyright 2015 Tubox Co.,Ltd.
 * http://linkcheck.tubox.com/
 *
 * style.css : Common
 *
 */

/*--------------------------
 * common
 *--------------------------*/
body, html {
	font-family: "Helvetica Neue", Helvetica, Arial;
}

section .container {
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------
 * navbar
 *--------------------------*/
.navbar {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
	background: #f0f2f2;
}
.navbar .navbar-header {
	width: 100%;
	padding-left: 0;
}

.navbar a,
.navbar a:hover {
	text-decoration: none;
}

/*--------------------------
 * header
 *--------------------------*/
.section-first {
	color: white;
	background-color: #0099ff;
	padding-top: 40px;
}

.section-first img.header-image {
	width: 150px;
	height: auto;
}

.section-first .header-title {
	color: white;
	font-size: 3em;
	margin-bottom: 22px;
}

.section-first .header-description {
	color: white;
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 30px;
	padding-right: 15px;
}

.section-first .header-social {
	color: white;
	font-size: 1em;
	line-height: 1;
}
.section-first .header-social li {
	height: 20px !important;
	vertical-align: top;
}
.section-first .header-social iframe {
	width: 115px !important;
}

/*--------------------------
 * footer
 *--------------------------*/
#footer {
	color: #666;
	font-size: 1em;
	line-height: 1.5;
	border-top: 1px #9dd8ff solid;
	padding: 20px 40px;
	margin: 20px 0 0;
}

#footer ul.asp-list {
	margin-bottom: 20px;
}

#footer ul.asp-list li {
	margin-bottom: 4px;
}

.footer-menu {
	font-size: 1em;
}

.footer-copyright {
	font-size: 1em;
	margin-top: 10px;
}

/*--------------------------
 * 404
 *--------------------------*/
#page404 {
	color: black;
	background-color: white;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

#page404 h1 {
	font-size: 2em;
	margin: 20px 0;
}

#page404 p {
	color: #484848;
	font-size: 1em;
	line-height: 1.5;
	border-top: 1px #9dd8ff dotted;
	border-bottom: 1px #9dd8ff dotted;
	margin: 20px 0;
	padding: 20px 0;
}
