@charset "utf-8";


body {
	font: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	background-image: url(../img/kabe.jpg); */
/*	background-repeat: repeat; */
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
}

#container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #eeeeee;
}

header {
	position:absolute;
	width: 100%;
	height:50px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	background:#990000;
	z-index:100;
}


/* スマホ用 */
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 450px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


header h1 {
font-size: 80%;
color: #ffffff;
padding-left: 10px;
padding-top: 0px;
line-height: 110%;
}

.spmenu_btn {
	display:block;
	position:absolute;
	top:14px;
	right:15px;
	width:30px;
	height:22px;
	background:#ffffff;
	border-top:10px solid #990000;
	border-bottom:10px solid #990000;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.spmenu_btn:before {
	content:'';
	position:absolute;
	width:30px;
	height:2px;
	background:#ffffff;
	top:-9px;
	right:0;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.spmenu_btn:after {
	content:'';
	position:absolute;
	width:30px;
	height:2px;
	background:#ffffff;
	bottom:-9px;
	right:0;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.spmenu_btn.active {
	background:#FFF;
}
.spmenu_btn.active:before {
	-moz-transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	top:0;
	right:0;
}
.spmenu_btn.active:after {
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	bottom:0;
	right:0;
}

.spmenu {
	display:none;
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	background:#cccccc;
}
nav {
	display:block;
	width:100%;
	margin:0 auto;
}

nav li {
    list-style-type: disc;
    font-size: 90%;
    color: #990000;
}

nav li a {
	display:block;
	width:94%;
	color:#FFF;
	padding:4px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	border-bottom:1px solid #999;
	text-align: left;
}

section {
	width:100%;
	background:#ffffff;
}

section h1{
    text-align: center;
    font-size: 130%;
    padding: 1em 1em 0 1em;
    color: #333333;
}

section p{
    text-align: left;
    font-size: 100%;
    padding: 0em 1em 1em 1em;
    color: #333333;
}

.pb{ font-size: 120%; font-weight: bold; }

section .sjpg{
    display: block;
    margin: 0 auto;
    padding: 0 0 0.2em 0;
}


#footer { 
	padding: 0 20px 20px 20px;
	background: #666666;
}


#footer ul{ 
margin: 0; 
padding: 0; 
list-style: none;
border-top: 1px solid #9F99A3;
}

#footer li{ 
display: block; 
border-bottom: 1px solid #9F99A3;
background-color: #EEEEEE;
padding: 1px 10px 1px 10px;
text-decoration: none;
margin: 0px;
text-align: left;
font-size: 90%;
}

#footer p {
	font-size: 90%;
	margin: 0;
	padding: 10px 0;
	color: #ffffff;
}


.space33{ clear:both; height:33px; }
.space10{ clear:both; height:10px; }
.space20{ clear:both; height:20px; }
.space30{ clear:both; height:30px; }
.space40{ clear:both; height:40px; }
.space50{ clear:both; height:50px; }


.blue { color: #0066cc; }
.red { color: #990000; }


a:link {/*未訪問のリンク*/
    color:#333333;
    font-style:normal;
    text-decoration:underline;
}

a:visited {/*訪問後のリンク*/
    color:#333333;
    text-decoration:underline;
}

a:hover {/*マウスをのせたとき*/
    color:#ff9900;
    font-style:normal;
    text-decoration:underline;
    position: relative;
    left: 1px;
    top: 1px;
}

a:active {/*クリック中*/
    text-decoration:none;
}

.page-top{
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 99;
	width: 110px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

* html .page-top{ display: none; }

.page-top a{
	display: block;
	padding: 10px;
	padding-left: 42px;
	border: 1px solid #fff;
	border-right: 0;
	text-decoration: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

.page-top a:link,
.page-top a:visited{
	background: url(../img/bg-pagetop.gif) 14px center no-repeat #990000;
	color: #fff;
}

.page-top a:hover,
.page-top a:active{
	background: url(../img/bg-pagetop.gif) 14px center no-repeat #666666;
	color: #fff;
}


