body {
	font-family: 'Segoe UI', Arial, Meiryo, 'MS PGothic', sans-serif;
	font-size: 16px;
	background-color: #fffefc;
}
h1, h2, h3, h4, h5, h6, pre {
	font-family: 'Segoe UI Semibold', Arial, Meiryo, 'MS PGothic', sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 36px;
}
h1.navbar-brand  {
	font-size: 36px;
}
h1.navbar-brand small {
	font-size: 16px;
	color: #525252;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
hr {
	border-top: 1px solid #ccc;
}
a {
	color: #91947B;
	text-decoration: none;
}
a:hover {
	color: #272727;
	text-decoration: none;
}
a:focus {
	background-color: #F5D03B;
}
/***** bootstrap *****/
.container {
	max-width: 100%;
}
header {
	position: fixed;
	min-height: 100px;
	padding: 0 15px;
}
footer {
	padding: 0 15px;
}
footer p {
	text-align: center;
}
/***** layout *****/
.navbar {
	margin-bottom: 0;
}
.navbar-brand {
	padding: 10px 0;
	font-size: 36px;
	color: #000;
}
.navbar-toggle {
	margin-top: 20px;
}
.navbar-toggle .icon-bar {
	background-color: #929292;
}
.bs-nav {
	background-color: #fffefc;
}
.nav li {
	margin: 0;
}
.nav>li>a {
	font-size: 15px;
	border-right: 1px solid #ccc;
	color: #A3A09B;
}
.nav>li>a:hover {
	border-right: 1px solid #e94a4a;
	text-decoration: none;
	background-color: transparent;
	color: #272727;
}
.nav>li.active>a {
	color: #272727;
	border-right: 1px solid #e94a4a;
}
#sidebar:before {
	content: "";
}
#sidebar .dropdown > a::after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -5px;
}
#sidebar .dropdown-menu {
	top: -1px;
	left: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
#main {
	margin-right: 0;
	margin-top: 100px;
	min-height: 100%;
	padding: 0;
}
#main {
	position: relative;
	border: none;
}
#main h1 {
	font-size: 30px;
}
#main h1 small {
	font-size: 16px;
}
#main .page-header {
	margin:40px 0 20px;
}
#main .page-header:first-child {
	margin-bottom: 10px;
}
#main .page-header .actions {
	position: absolute;
	top: 0;
	right: 0;
}
#main .actions .pager {
	display: inline-block;
	margin: 0;
}
@media (max-width: 768px) {
	#sidebar {
		display: none;
	}
	#main {
		margin-left: 0;
	}
}
@media (min-width: 768px) {
	.navbar-collapse.collapse {
		display: none!important;
	}
}
h1[id] {
	padding-top: 100px;
	margin-top: -45px;
}
/***** works *****/
.bs-section h2 {
	font-weight: bold;
	color: #6b695f;
}
.bs-section p {
	margin: 1.5em 0;
	line-height: 1.7em;
}
.bs-section h2 + p {
	margin-top: 0;
}
.bs-callout {
	margin: 20px 0;
	padding: 20px;
	border-left: 3px solid #eee;
}
.bs-callout-danger {
	background-color: #fdf7f7;
	border-color: #eed3d7;
}
.bs-callout-danger h4 {
	color: #b94a48;
}
.thumbnail {
	margin-bottom: 10px;
}
.thumbnail img {
	padding: 50px 0;
}
.thumbnail p {
	font-size: 14px;
}
/***** button *****/
.btn-fb {
	background-color: #3f5797;
	color: #fff;
}
.btn.btn-fb:hover {
	background-color: #717C9B;
	color: #fff;
}
ul.point li {
	font-size: 14px;
}
ul.point li > h4 {
	font-size: 18px;
	color: #b94a48;
}

/***** table ******/
table.details th {
	padding-bottom: 15px;
	vertical-align:top;
}

table.details tr.detail td {
	padding-top: 8px;
	padding-bottom: 15px;
	vertical-align:top;
	border-top-color: #DDDDDD;
	border-top-style: solid;
	border-top-width: 1px;
}
.table.list {
	margin-top: 30px;
	font-size: 14px;
}
.table.list th {
	font-size: 15px;
	font-weight: normal;
}
.table.list h4 {
	color: #b94a48;
}
footer {
	padding-bottom: 30px;
	padding-top: 30px;
}
.fb-like {
	bottom: -10px;
	float:left;
}
.copyright {
	margin-left: 150px;
}
