﻿/* ページ先頭へ移動 */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
}

#page-top a {
	display: block;
	z-index: 999;
	padding: 4px 0;
	border-radius: 30px;
	width: 50px;
	height: 50px;
	background-color: #7058a3;
	opacity: 0.7;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#page-top a:hover {
	text-decoration: none;
	opacity: 0.9;
}

/* スタイル */
body {
	padding-top: 50px;
}

/* 強調表示 */
mark {
	padding: .1em;
	background-color: #f2dede;
	font-weight: bold;
}

/* カテゴリリストなどの末尾の「＞」を自動で付ける */
a.NextArrow:after {
	font-family: 'Glyphicons Halflings';
	content: "\e080";
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -0.5em;
}

h3.Category {
	font-size: 130%;
	font-weight: bold;
	margin: 1em 0em 1em 0.3em;
	border-style: solid;
	border-width: 0px 0px 1px 8px;
	border-color: #0000CC;
	padding-left: 0.5em;
	width: 15em;
}

h3 > span {
	position: relative;
	top: -60px;		/* 上部のナビゲーション分を戻す */
	display: block;
}

h4.label1 {
	margin-left: 0.3em;
	margin-bottom: 0.5em;
}

h4.label2 {
	margin-left: 0.3em;
	margin-bottom: 1.5em;
}

h4 > strong {
	font-size: 80%;
}

p.std {
	margin-top: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	text-indent: 1em;
}

p.std2 {
	margin-left: -0.5em;
	margin-right: -0.5em;
	text-indent: 1em;
}

p.guide {
	color: #fff;
	background-color: #7058a3;
	text-align: center;
	margin: 1em 0.3em 0 0.3em;
	padding: 0.3em
}

p.copyright {
	font-size: 7pt;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
}

p.kakko {
//	font-size: 100%;
	text-indent: -1.5em;
	line-height: 130%;
	margin: 1em 1em 0 2.5em;
}

p.kakko2 {
//	font-size: 100%;
	text-indent: -1.5em;
	line-height: 130%;
	margin: 0.5em 1em 0 4.5em;
}

p.kakko3 {
	text-indent: -1em;
	line-height: 130%;
	margin: 0.5em 0 0 1em;
}

p.Q {
	font-weight: bold;
	text-indent: -2.5em;
	margin: 1em 0.5em 0 3em;
}

p.A {
	text-indent: -2.5em;
	margin: 0.5em 0.5em 0 3em;
}

/* パンくずリスト */
.breadcrumb {
	padding: 4px 0 0 4px;
	margin-bottom: 0;
	background: transparent;
}
.breadcrumb li+li:before {
	content: '>';
}

/* 定型テーブル */
.tableA {
	font-size: 90%;
	margin-left: -0.5em;
}

.tableB {
	width: 95%;
	font-size: 90%;
	margin-left: 0.5em;
}

.tableA th, .tableB th {
	width: 30%;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle !important;
	background-color: lavender;
}

.tableA td, .tableB td {
	padding: 0.5em !important;
}

.tableA caption {
	font-size: 120%;
	margin-bottom: -0.5em;
}

/* ボタン画像に影を付ける */
img.imgButton {
    box-shadow: 3px 3px 3px 0px #333;
	-webkit-box-shadow: 3px 3px 3px 0px #333;
	-moz-box-shadow: 3px 3px 3px 0px #333;
}
img.imgButton:hover {
  opacity: 0.7;
}
