/* =Overwrite bootstrap settings
-------------------------------------------------------------- */

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	line-height: 20px;
	color: #666;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 300;
	line-height: 1.6em;
}

.ie8 label,
.ie8 input,
.ie8 button,
.ie8 select,
.ie8 textarea {
	font-family: 'メイリオ', sans-serif;
}

a {
	outline: none;
}

a:hover,
a:focus {
	outline: none;
}

.btn {
	line-height: 20px;
	font-weight: normal;
}

.img-responsive {
	display: inline-block;
}

.section-headline {
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	font-weight: bold;
	font-size: 14px;
	padding: 9px;
	margin: 0 0 20px;
}

@media (max-width: 767px) {
	.margin-top-xs {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.margin-top-sm {
		margin-top: 20px;
	}
}

/* =Overwrite facebook widget style
-------------------------------------------------------------- */

.fb-widget .fb_iframe_widget,
.fb-widget .fb_iframe_widget iframe[style],
.fb-widget .fb_iframe_widget span {
	width: 100% !important;
	overflow: hidden;
}

/* =Layout
-------------------------------------------------------------- */

#header {
	position: relative;
	z-index: 1;
	background-color: #FFF;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#brand {
	float: left;
	font-size: 0;
	line-height: 0;
	margin: 10px 0;
	padding: 0;
}

#catchcopy {
	color: #888;
	line-height: 20px;
	font-size: 11px;
	margin-top: 33px;
	margin-left: 230px;
}

#covers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#covers:after {
	clear: both;
}

#covers:before,
#covers:after {
	content: "";
	display: table;
}

#covers > li {
	position: relative;
	float: left;
	width: 33.3333333333%
}

#covers > li > .apply {
	position: absolute;
	bottom: -10px;
	left: 10px;
	right: 10px;
	height: 34px;
}

#message {
	color: #666;
	margin: 20px 0;
}

@media (min-width: 768px) {
	#message {
		position: relative;
		text-align: center;
		margin: 50px 0;
	}

	#message:before,
	#message:after {
		position: absolute;
		display: block;
		content: "";
		width: 50px;
		height: 50px;
		top: -30px;
		left: 50%;
	}

	#message:before {
		background: url('../img/quote-left.png') no-repeat 50% 50%;
		margin-left: -370px;
	}

	#message:after {
		background: url('../img/quote-right.png') no-repeat 50% 50%;
		right: 0;
		margin-left: 320px;
	}
}

#outline {
	margin: 30px 0;
}

#point {
	font-size: 13px;
	list-style: none;
	margin: 10px;
	padding: 0;
}

#point > li + li {
	margin-top: 10px;
}

#point > li > strong {
	font-weight: bold;
	color: #d9534f;
}

#program > li + li {
	margin-top: 5px;
}

.univ-headline {
	line-height: 0;
	font-size: 0;
	margin: 0 0 10px;
	padding: 0;
}

.univ-target {
	margin-bottom: 20px;
	color: #999;
}

.univ-target .label {
	font-size: 13px;
	font-weight: normal;
	padding: 3.5px 7px;
	margin-right: 13px;
}

#lecture .lecture-title {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #006CBA;
}

#lecture .logo-object {
	margin-bottom: 0;
}

#decided .industry-item {
	border-radius: 4px;
	color: #333;
	display: block;
	padding: 14px 4px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	#outline-about-entry {
		line-height: 54px;
		margin-bottom: 0;
	}
}

#contact-logo {
	background: #FFF;
	padding: 30px 10px;
	margin-bottom: 20px;
	text-align: center;
}

#content {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	#content-main {
		float: right;
	}
}

#footer {
	background: #02386d;
	padding: 30px 0;
	margin-top: 30px;
}

#footer-nav {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
}

#footer-nav > li {
	display: inline-block;
	margin-left: -5px;
	margin-right: 15px;
}

#footer-nav > li > a {
	display: block;
	padding: 5px;
	font-size: 12px;
	color: #DDDDDD;
}

/* =Compornent
-------------------------------------------------------------- */

/* =SNS widgets
-------------------------------------------------------------- */

.sns-widgets-wrapper {
	margin: 20px 0;
}

.sns-widgets-wrapper:after {
	clear: both;
}

.sns-widgets-wrapper:before,
.sns-widgets-wrapper:after {
	content: "";
	display: table;
}

.sns-widgets {
	list-style: none;
	padding: 0;
}

@media (min-width: 768px) {
	.sns-widgets.collapse {
		display: block !important;
		float: right;
	}
}

.sns-widgets:after {
	clear: both;
}

.sns-widgets:before,
.sns-widgets:after {
	content: "";
	display: table;
}

.sns-widgets > li {
	height: 23px;
	float: left;
	margin: 20px 10px 0 0;
}

.sns-widgets img{
	border: 0 !important;
	padding: 0;
	margin: 0;
	vertical-align: top !important;
}

.sns-widget-twitter-tweet {
	width: 100px;
	overflow: hidden;
}

.sns-widget-facebook-page {
	margin-top: 20px;
	background: #FFF;
	padding: 9px;
	border: 1px solid #DDD;
	border-radius: 4px;
}
