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

/*--------------------------
 * common
 *--------------------------*/
.section-second {
	color: black;
	background-color: white;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.section-second h2 {
	font-size: 2em;
	margin: 20px 0;
}

.section-second h3 {
	font-size: 1.2em;
	margin: 10px 0;
}

.section-second p {
	color: #484848;
	font-size: 1em;
	line-height: 1.5;
	margin: 10px 0;
}

.section-second .section-content {
	border-top: 1px #9dd8ff dotted;
	border-bottom: 1px #9dd8ff dotted;
	margin: 20px 0;
	padding: 20px 0;
}

/***
.section-second a,
.section-second a:hover {
	color: white;
	text-decoration: underline;
}
***/

/*--------------------------
 * about
 *--------------------------*/
#about {
	color: #484848;
	font-size: 1.2em;
	line-height: 1.5;
}

/*--------------------------
 * about::GUIDE
 *--------------------------*/
#about-guide li {
	color: #484848;
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 10px;
}

/*--------------------------
 * about::FAQ
 *--------------------------*/
#about-faq dt {
	font-size: 1.2em;
	text-indent: -1em;
	margin-left: 1em;
}

#about-faq dd {
	color: #484848;
	font-size: 1em;
	line-height: 1.5;
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 10px;
	margin-bottom: 20px;
}

/*--------------------------
 * about::contact
 *--------------------------*/
#about-contact .description {
	font-size: 1.2em;
	margin-bottom: 20px;
}

#about-contact table th {
	white-space: nowrap;
	width: 25%;
}

#about-contact button[type=cancel] {
	margin-right: 10px;
}

/*--------------------------
 * about::company
 *--------------------------*/
#about-company .glyphicon-new-window {
	font-size: 0.8em;
	margin-left: 0.25em;
}

/*--------------------------
 * login form
 *--------------------------*/
.section-second .form-group {
	margin-bottom: 10px;
}

.section-second .sns-login {
	margin-bottom: 20px;
}
.section-second .sns-login h3 {
	font-size: 1em;
}
.section-second a.btn-social,
.section-second a.btn-social:hover {
	text-decoration: none;
}

#placeholder {
	height: 400px;
	margin-left: -15px;
	background-color: #cdebff;
}
#placeholder .play-btn {
	color: #9ad7ff;
	font-size: 8em;
	text-align: center;
	padding-top: 120px;
}
