@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html {
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	/*background-color: #f9f9f9;*/
}

.img-rounded { border-radius: 4px; }
.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.5;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	border-top: 1px solid #eee;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 300;
	line-height: 1.2;
	color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 24px;
	margin-bottom: 12px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 12px;
	margin-bottom: 12px;
}
h1,
.h1 { font-size: 32px; }
h2,
.h2 { font-size: 28px; }
h3,
.h3 { font-size: 24px; }
h4,
.h4 { font-size: 19px; }
h5,
.h5 { font-size: 16px; }
h6,
.h6 { font-size: 12px; }
p { margin: 0 0 12px; }
.lead {
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}

dt{
	font-weight:normal;
}
@media (min-width: 768px) {
.lead { font-size: 24px; }
}
small,
.small { font-size: 75%; }

address {
	margin-bottom: 24px;
	line-height: 1.5;
}
code,
kbd,
pre,
samp { font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }
code {
	border-radius: 2px;
}
kbd {
	border-radius: 1px;
}
pre {
	display: block;
	padding: 11.5px;
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.5;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.container:before,
.container:after {
	display: table;
	content: " ";
}
.container:after { clear: both; }
.container-fluid:before,
.container-fluid:after {
	display: table;
	content: " ";
}
.container-fluid:after { clear: both; }
.row:before,
.row:after {
	display: table;
	content: " ";
}
.row:after { clear: both; }