/* 共通 */
dt { font-weight: 700; }

input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
textarea.error {
	border-color: #b22222;
}

ul.text-sm, p.text-sm{
	font-size: 14px;
}

.icon.circle.fa-arrow-up {
	background: #dcad8b;
	color: white;
}

.icon.circle.fa-arrow-up:hover {
	background: #e1b89b;
}

.icon.circle.fa-envelope-o {
	background: #5c9291;
	color: white;
}

.icon.circle.fa-envelope-o:hover {
	background: #72a3a2;
}

.nineblock i {
	margin-bottom: 15px;
}

.nineblock h3 {
	line-height: 1.2em;
}


/* PC 用 */
@media screen and (min-width: 480px) {

	img.header_logo {
		width: 18px;
	}
		
	dl.horizontal {
		padding-left: 100px;
	}

	dl.horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	dl.horizontal dd {
		margin-left: 180px;
	}

	dl.ddcenter dd {
		text-align: left;
	}


}

/* スマホ用 */
@media screen and (max-width: 479px) {
	dl.horizontal dt {
		text-align: center;
		padding-top: 10px;
	}

	dl.horizontal dd {
		text-align: center;
	}

	img.img-responsive {
		max-width: 100%;
		height: auto;
	}
}
