#Outline{
	text-align: center;
}
#Contents{
	width: 960px;
	margin:0 auto;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 90%;
	text-align: left;
	line-height: 160%;
}
textarea,option{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
h1.PositionTitle::after {
    background: #011287 none repeat scroll 0 0;
    border: 1px solid #011287;
    content: "";
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 5px;

}
h1.PositionTitle{
	border: 1px solid #bbb;
    color: #011287;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 58px;
    margin: 0 auto 20px;
    min-height: 60px;
    padding: 0 30px;
    position: relative;
}
h2{
	color: #89612b;
    font-size: 1rem;
    font-weight: 700;
    margin: 20px auto 15px 10px;
}
h3::before {
    background: #011287 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 70%;
    left: 0;
    position: absolute;
    top: 5px;
    width: 5px;
}
h3{
    border-bottom: 1px solid #bbb;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4em;
    margin: 30px auto 20px;
    padding: 5px 0 15px 20px;
    position: relative;
}

table.fome{
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
}
table.fome tr th{
	background-color:#F1F7FA;
	width: 20%;
}
table.fome tr th,table.fome tr td{
	padding: 10px 15px;
	border: 1px solid #ccc;
}
a.btn {
    background: #fff none repeat scroll 0 0;
    color: #333 !important;
    border:1px solid #aaa;
    border-radius: 2px;
    display: inline-block;
    font-weight: 400;
    outline: medium none;
    overflow: hidden;
    padding: 7px 20px;
    margin:5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
a.btn::before, a.btn::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
}

a.btn:hover {
    background-color: #555;
    color: #fff !important;
}




@media screen and (max-width: 768px) {
#Contents{
	width: 90%;
}
}