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

html {
	width: 100%;
	min-height: 100vh;
	height: 100%;
}

body {
	min-width: 960px;
	min-height: 100vh;
	margin: 0;
	padding-bottom: 38em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 {
	font-size:x-small;
	margin-top: 0;
	margin-left: -22em;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: large;
	font-weight: bolder;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: x-large;
	line-height: 1.2;
	float: left;
}

h4 {
	margin-top: 0;
	font-size: 2.8em;
	font-weight: bolder;
}

a:link { color: #FF0004; }
a:visited { color: #FF0004; }
a:hover { color: #ff0000; }
a:active { color: #ff8000; }

.tyuui {
	color: #383838;
	font-size: small;
}

.tyuui_hr {
	width: 960px;
	text-align: center;
	color: #383838;
	font-weight: bold;
	margin: 0.5em;
}

.data {
	font-size: medium;
}

#container {
	width: 100%;
	min-height: 100vh;
	margin-bottom: -38em;
	/*background-image: url(../img/loop_bg2.png);*/
	background-color: #f0f0f0;
	z-index: 1;
}

header {
	height: 120px;
	width: 100%;
	background-color: #FFFFFF;
}

.site_title {
	width: 100%;
	height: 1.5em;
	/*background-image: url(../img/header_bg_1.png);*/
	/*background-repeat: repeat-x;*/
	background-color: #F0F0F0;
	text-align: center;
	padding-top: 0.5em;
	color: #383838;
	z-index: 10;
}

.logo {
	height: 5em;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.logo_img {
	height: 7em;
	width: auto;
	margin-top: -0.8em;
	margin-right: 1em;
	float: left;
}

.subtitle_text {
	color: #383838;
}

main {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.content_title {
	width: 90%;
	height: 1.5em;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	background-color: #EE8336;
	font-weight: bold;
	color: #fff;
	padding-left: 1em;
	padding-right: 1em;
}

.content_tyuui {
	width: 50em;
	text-align: left;
	color: #383838;
	font-size: smaller;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
}

.content_navi {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.navi_list2 {
	margin-top: -2%;
}

.navi_list3 {
	margin-top: -2%;
}

.navi_btn {
	margin-left: 1%;
	margin-right: 1%;
	padding: 0;
	vertical-align: bottom;
}

.navi_btn a:hover {
}

.navi_btn img {
	width: 15%;
}


.jun {
	text-align: right;
	color: #383838;
	font-size: smaller;
	margin-right: 2.5%;
	margin-top: 0;
}

.content_info {
	width: 910px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

.site_link {
	padding-top: 1px;
	margin-left: 90px;
}

.text_link {
	color: #FF0000;
	font-size: smaller;
	font-weight: bolder;
}

footer {
	bottom: 0;
	width: 100%;
	background-color: #f0f0f0;
}

.footer_area {
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.copy_content {
	font-size: small;
	width: 26em;
	color: #383838;
	margin-left: auto;
	margin-right:auto;
}

.copy_company {
	font-size: x-small;
	color:#383838;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	margin-bottom: 4em;
}

/*トップへ戻る*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*ここまで*/