/* コード表示部分用 */
/* 枠線がなくはっきりしない感じだったので、枠線を表示させた */
.syntaxhighlighter {
	border: solid 1px #ccc;
	border-radius: 2px;
}

/* 基本文字装飾 */
em {
	font-style: normal;
	font-weight: bold;
	color: blue;
}
strong {
	color: red;
}
.cmt {
	color: #777;
}
.text-muted a {
	color: #9AD;
}
label {
	font-weight: normal;
}

/* リスト装飾 */
ul.standard {
	list-style:none;
	padding-left: 20px;
}
ul.standard li {
	text-indent: 1.3em;
	background-repeat: no-repeat;
	background-position:left 3px;
	background-image:url("../img/standard-list-marker.gif");
}
ol.usage {
	padding-left: 20px;
}
ul.notes {
	padding-left: 20px;
	list-style-type: none;
}
ul.notes li:before {
	content: "※";
	margin-left: -18px;
}
.panel-primary > .panel-heading {
	background-color: #48C;
	background: linear-gradient(#59D, #26A);
}


/* bootstrap.min.cssの設定の上書き */
/* 画面上部のナビゲーションメニュー用 */
.panel, .list-group {
	margin-top: 5px !important;
	margin-bottom: 12px !important;
}
.navbar {
	box-shadow: 0 0 10px #aaF;
	margin-bottom: 7px;
	min-height: 45px;
}
/* 少しコンパクトに */
.navbar-brand {
	height: 45px;
	padding: 12px 9px;
}
.nav > li > a {
	padding: 12px 10px;
}
.sidebar-offcanvas {
	padding-left: 12px;
	padding-right: 12px;
}
h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 5px;
}

h3.title {
	font-size: 15px;
	margin: 7px 1px 3px 1px;
	padding: 3px;
	background-color: #8BE;
	background: linear-gradient(#CEF, #8BE);
	border: #99B solid;
	border-width: 0px 2px 2px 0px;
}
hr {
	margin: 10px 0;
}

/* bootstrap.min.cssの上書き。テーブルの株の妙な空白の削除 */
.table {
	margin-top: 2px !important;
	margin-bottom: 3px !important;
}
.chars th {
	width: 90px;
}
.chars td {
	word-break: break-all;
	word-wrap: break-word;
}

/* 情報一覧テーブル用 */
/* 自由に折り返しさせ、レイアウト崩れを出さぬよう */
.infoTable td, textarea {
	word-break: break-all;
	word-wrap: break-word;
}

/* spinボタングループ用 */
table.spin {
	margin: 0 0 12px 0;
}
table.spin input[type=number] {
	font-size: 23px;
	height: 45px;
}
table.spin td {
	padding: 0 4px;
}

/* FormControlの幅解除用 */
/* 「class="form-control"」を指定すると幅100％になってしまう。その解除 */
/* 見た目の統一はしたいが、幅は普通でいい時用。主にSELECT要素 */
.normal {
	width: auto;
	display: inline;
}
.smaller {
	width: 60px;
	padding: 6px 8px;
	display: inline;
}
.small {
	width: 70px;
	display: inline;
}
.smallish {
	width: 100px;
	display: inline;
}
.medium {
	width: 130px;
	display: inline;
}
.large {
	width: 200px;
	display: inline;
}
.larger {
	width: 250px;
	display: inline;
}
.sampleList {
	font-size: smaller;
}

/* TEXTAREAの折り返しを自由に */
textarea {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", monospace;
	line-height: 1.2 !important;
	tab-size: 4;
	resize: vertical;
}

/* checkbox と radio を大きめに */
input[type=checkbox] {
	height: 18px; width: 18px;
	vertical-align: middle;
	margin: 0;
}
input[type=radio] {
	height: 15px; width: 15px;
	vertical-align: middle;
	margin: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: default;
}

/* 定義リストの調整 */
dt {
	font-size: 18px;
}
dd {
	padding-left: 30px;
	padding-bottom: 5px;
}

/* 中央寄せで配置 */
.youtube {
	text-align: center;
	margin: auto;
}

/* 数値コントロールなどの右寄せ */
.num, .right {
	text-align: right;
}

/* 小さめテーブル用 */
table.small-blue {
	margin: 0 0 9px 0;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

table.small-blue td, table.small-blue th {
	padding: 5px 8px;
 	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
}

table.small-blue th {
	color: #fff;
	background: #258;
	background: linear-gradient(rgba(34, 85, 136, 0.7), rgba(34, 85, 136, 0.9) 50%);
	font-size: 16px;
	text-align: center;
}
table.small-blue td {
	font-size: 15px;
	text-align: right;
}

table.small-blue tr td:last-child, table.small-blue th:last-child {
	border-right: 1px solid #84b2e0;
}
table.small-blue tr:nth-child(2n+1) {
	background: #f1f6fc;
}

@media screen and (min-width: 992px) {
	#ipa {
		padding-left: 20pt;
	}
}

/* SNSボタン用 */
ul.sns {
	padding: 0;
	margin-bottom: 7px;
}
ul.sns li {
	display: inline-block;
}

/* Twitterボタン調整用 */
#twitter-widget-0 {
	padding-left: 7px;
	width: 95px !important;
}
/* Facebookボタン調整用 */
.facebook-button {
	border: none;
	overflow: hidden;
	width: 110px;
	height: 21px;
}

/* Google+ +1ボタン調整用 */
#___plusone_0 {
	width: 75px !important;
}

/* 印刷用表示・非表示設定 */
.printOnly {
	display: none;
}
@media print {
	.printHidden {
		display: none;
	}
	.printOnly {
		display: block;
	}
}

/* Ajax読込み待ち表示用 */
#loading, #sending {
	vertical-align: middle;
	width: 32px;
	height: 32px;
	display: inline-block;
	background-size: contain;
}
.loading {
	background-image: url("../img/loading_spiral.gif");
}
.sending {
	background-image: url("../img/sending_mail.gif");
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
	padding-top: 0px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #f5f5f5;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
	padding: 5px;
}
.container .text-muted {
	margin: 20px 0;
}

#footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}
code {
	font-size: 80%;
}
