/* CSS Document */
body,input{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.7;
	font-size:12px;
	color:#333;
}
.frame{
width:1000px;
	margin:0 auto;
}
.scaleUL li a
{
	display: block;
    color: #666666;
    font-size: 12px;
    text-align: center;
    padding: 0 24px;
    border: 1px #cccccc solid;
    position: relative;
}
.scaleUL li a::before
{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    z-index: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -ms-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}
.scaleUL li a:hover::before
{
	background: #333;
	-webkit-transform: scale(1);
    transform: scale(1);
}

.scaleUL li a span
{
	position: relative;
    line-height: 35px;
    z-index: 1;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -ms-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}
.scaleUL li a:hover span
{
	color: #fff;
}
.test_img
{
	width: 30%;
	margin: 0 auto;
}
.test_img:hover
{
	webkit-transform: rotate(45deg);
	-webkit-transform: rotate(-15deg);
	transition: all 0.05s 0s ease;
}

.H_maintenance
{
    z-index: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    overflow-y: auto;
}
.H_maintenance_div
{
    width: 60%;
    margin: 0 auto;
    position: fixed;
    height: auto;
    height: 80%;
    overflow: auto;
    top: 10%;
    left: 20%;
    text-align: center;
}
.H_mainte_bo1
{
    overflow: auto;
    height: 100%;
}
.H_mainte_bo2 
{
    overflow: auto;
    height: 100%;
    padding: 50px;
}
.H_mainte_bo3
{
    padding-top: 50px;
    overflow: auto;
    height: 100%;
}
.H_maintenance_div p 
{
    padding-top: 20px;
    text-align: center;
    color: red;
    font-size: 14px;
    line-height: 1.8;
}
.H_maintenance_div strong 
{
    text-align: center;
    font-size: 26px;
    color: #ff0004;
}
.H_maintenance_div p span 
{
    font-size: 20px;
    color: #ff0004;
    padding: 20px 0;
    display: block;
}
.H_mainte_text
{
    padding-top: 50px;
}
.H_maintenance_div p.H_mainte_logo 
{
    text-align: center;
    padding-right: 50px;
}

@media screen and (max-width: 600px) {
	.H_maintenance_div{
	width:100%;
	height:100%;
	TOP:0;
	left:0;
	}
	.H_mainte_bo2{
		padding:10px;
    }
    .H_mainte_bo3,
    .H_mainte_text
    {
        padding-top: 20px;
    }
    .H_maintenance_div p
    {
        padding-top: 10px;
    }
    .H_maintenance_div strong
    {
        font-size: 20px;
    }

}