﻿/* スタイル調整 */
* {
	font-family: "Lucida Grande", Meiryo, sans-serif;
}
html, body {
	overflow-x: hidden;
}
body {
	padding-top: 50px;
}
footer {
	padding: 30px 0;
}
blockquote {
	font-size: 14px;
	line-height: 180%;
}

/* フッター */
footer {
	background-color: #f9f9f9;
	border-top:1px solid #eee;
	padding-top:54px;
}

/* サイドバー */
.sidebar-module {
	padding: 0 15px 10px;
	margin: 0 -15px 15px;
}
.sidebar-module-inset {
	padding: 15px;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.sidebar-module h3 {
	margin-bottom:12px;
}

/* タイトル */
.rentpia-title .container {
	padding: 0;
}
.rentpia-title .navbar-brand {
	color: #fff;
}
.rentpia-title a:hover {
	text-decoration: underline;
}
.rentpia-subtitle {
	background-color: #008dc4;
}
.rentpia-subtitle .container {
	padding: 0;
}
.rentpia-subtitle p {
	color: #fff;
	font-size: 34px;
	height: 80px;
	padding-top: 36px;
}

/* バックナンバーリンク */
.navbar-header {
	width:100%;
}

.navbar-right {
	margin-right:0;
}
.navbar-right a {
	display:inline-block; padding-top:15px; color:#fff;
}

/* 本文 */
.rentpia-contents {
	line-height: 180%;
}

/* 上に戻る */
#top-page {
	position: fixed;
	bottom: 20px;
	right: 40px;
	font-size: 80%;
}
#top-page a {
	background: #222;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
}
#top-page a:hover {
	text-decoration: none;
	background: #666;
}


.page-header small {
	font-size: 60%;
	padding-left:20px;
}

/* 役員写真 */
.officer-photo {
	width: 180px;
	margin-right: 20px;
}

/* 社員写真 */
.employee-photo {
	width: 120px;
	border: 1px #ccc solid;
}

/* ラベル（新卒） */
.label {
	margin-left:10px;
	padding-bottom:2px;
	font-weight:normal;
	font-size:80%;
}

/* bootstrap アイコン */
.glyphicon {
	margin-right:6px;
}

/* タイムライン */
.timeline {
	position: relative;
	padding: 20px 0 20px;
	list-style: none;
}
.timeline:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	margin-left: -1.5px;
	background-color: #eeeeee;
}
.timeline > li {
	position: relative;
	margin-bottom: 20px;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	float: left;
	position: relative;
	width: 44%;
	padding: 20px;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 26px;
	right: -15px;
	border-top: 15px solid transparent;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #ccc;
}
.timeline > li > .timeline-panel:after {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 27px;
	right: -14px;
	border-top: 14px solid transparent;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #fff;
}
.timeline > li > .timeline-badge {
	z-index: 100;
	position: absolute;
	top: 16px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	border-radius: 50% 50% 50% 50%;
	text-align: center;
	font-size: 1.2em;
	line-height: 50px;
	color: #fff;
	background-color: #999999;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.timeline-badge.month01 {
	background-color: #864D42 !important;
}
.timeline-badge.month02 {
	background-color: #F7B226 !important;
}
.timeline-badge.month03 {
	background-color: #EC623E !important;
}
.timeline-badge.month04 {
	background-color: #EF91A3 !important;
}
.timeline-badge.month05 {
	background-color: #584E95 !important;
}
.timeline-badge.month06 {
	background-color: #018AB8 !important;
}
.timeline-badge.month07 {
	background-color: #BDC241 !important;
}
.timeline-badge.month08 {
	background-color: #156E5A !important;
}
.timeline-badge.month09 {
	background-color: #7EA36D !important;
}
.timeline-badge.month10 {
	background-color: #606640 !important;
}
.timeline-badge.month11 {
	background-color: #E83C32 !important;
}
.timeline-badge.month12 {
	background-color: #6C7572 !important;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
	font-size: 16px;
}
.timeline-title > p {
	padding: 4px 0 0 0;
}
.timeline-body > p, .timeline-body > ul {
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}
@media (max-width: 767px) {
	ul.timeline:before {
		left: 40px;
	}
	ul.timeline > li > .timeline-panel {
		width: calc(10%);
		width: -moz-calc(10%);
		width: -webkit-calc(10%);
	}
	ul.timeline > li > .timeline-badge {
		top: 16px;
		left: 15px;
		margin-left: 0;
	}
	ul.timeline > li > .timeline-panel {
		float: right;
	}
	ul.timeline > li > .timeline-panel:before {
		right: auto;
		left: -15px;
		border-right-width: 15px;
		border-left-width: 0;
	}
	ul.timeline > li > .timeline-panel:after {
		right: auto;
		left: -14px;
		border-right-width: 14px;
		border-left-width: 0;
	}
}