@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
}

h1 {
	/* 各画面のメニューで使用中 */
    background: -webkit-linear-gradient(right, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to left, #fff 0%, #f0f0f0 100%);
    border: 1px solid #ccc;
    border-left: 4px solid #2F4F4F;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    padding: 10px;
	font-size: x-large; 
}

h2 {
	/* 表示に使用中 */
    padding: 5px;
	font-size: large; 
}

h3 {
	/* タイトルで使用中 */
    border-bottom: 4px solid #1abc9c;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	font-size: large; 
	font-weight: bold;
}

a{
	color: #000000;
}

a:hover {
	color: #000000;
}

/* ヘッダーの背景 */
div#header-bk
{
    background-color: #ffffff;
	width:100%;
	/* height: 80px; */
	bottom: 0px;
	padding: 10px 0;
	margin-bottom:20px;
}
/* ヘッダーの表示領域 */
div#header{
	width: 100%;
	margin: auto;
	text-align:center;
	border-bottom: 4px solid #2F4F4F;
}
p.header-fixation{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin:0;
}

p.header{
	color: #000000;
	font-size: 36px;
	font-weight: bold;
	margin:0px;
}

/* フッターの背景 */
div#footer-bk
{
    border-top: 4px solid #2F4F4F;
	width:100%;
	height: 50px;
	/*position: absolute;*/
	bottom: 0px;
	padding: 10px 0;
}
/* フッターの表示領域 */
div#footer{
	width: 100%;
	margin: auto;
}

.breadcrumb{
  font-size: small; 
  margin-top:-10px;
  padding-top:0px;
  background-color: white;
  
}
.breadcrumb > li + li:before {
  content: ">";
}

/* ページトップ */
#page-top {
    position: fixed;  
    right: 20px;  
    bottom: 30px;  
    font-size: 80%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

input{
  vertical-align: 0;
}