

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #000;
}

i {
	display: inline-block;
	vertical-align: middle;
}

.form-control[readonly] {
	background-color: #fff;
	color: #000;
}

i, .fa {
	transform: rotate(0.001deg);
}

strong {
	font-weight: bold;
}

a {
	color: #026861;
}
table a {
	text-decoration: none;
}
a:hover {
	color: #84c9c4;
	text-decoration: none;
}

a:visited {
	color: #026861;
}

.breadcrumb {
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.breadcrumb a {
	text-decoration: none;
}
/* .out-line  */

.out-line h1 {
	font-family: sans-serif;
	text-align: center;
	font-size: 0.7rem;
	color: #999;
}

h2 {
	font-size: 1.6rem;
	line-height: 120%;
}

h2.info-title {
	display: inline-block;
	color: #c68443;
	border-top: none;
	border-bottom: solid 1px #c68443;
	font-size: 1.40rem;
	width: 100%;
}

h2.footerlogo {
	font-size:22px;
	color:#fff;
}

h3.success {
	padding:0.2rem 0 0 0.75rem;
	border-left: solid 8px #2c649f;
	font-size: 1.2rem;
}

/*マーカー*/

.marker_yello {
	background: linear-gradient(transparent 60%, #feface 0%);
	font-weight: bold;
	border-radius: 6px;
}

/* ボタンカラー */

.btn-default {
	color: #000;
	background-color: #f0f0f0;
	border-color: #ccc;
}

.btn-default:hover {
	background-color: #ffffcc;
	border-color: #cccc66;
}

.btn-block {
	line-height: 100%;
}

.table th {
	background-color: #f1f1f1;
	font-weight: normal;
	vertical-align: middle !important;	
}

/* カラー*/

.text-primary {
	color: #000099 !important;
}

.text-warning {
	color: #990000 !important;
}

footer {
	margin: 0;
}

.footers {
	background-color: #484848;
	padding-top: 5rem;
}


.profile ul {
	margin: 0;
	padding: 0;
	font-size: 90%;
	list-style-type: none;
}

.profile ul li {
	color:#fff;
	margin: 0;
	padding: 0;
}

footer {
	margin: 1rem auto;
	font-size: 0.8rem;
}

.copyright_notice {
	color:#202020;
	font-size:10px;
}
small {
	font-size: 150%;
}


/* Sphone landscape */

@media screen and (min-width: 481px) {}

/* 768px以上 */

@media (min-width: 768px) {

}

/* 992px以上 */

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
	h2 {
		font-size: 2rem;
	}
}