html,
body,
test1,
test1 li,
test2{
	height:100%;
	font-family: " メイリオ",Meiryo,Osaka," ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro"," ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	letter-spacing: 0.15em;
	line-height: 1.8em;
	color: #333333;
}
.test1{
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.test1 li{
    height: 120%;
    margin: 0;
    position: relative;
    vertical-align: top;
    display:block;
}

.test2{
    background-color: #ffffff;
	opacity: 0.5;
    line-height: 40px;
    list-style: outside none none;
    margin: 0;	
    padding: 0;
    position: fixed;
    right: 10px;
    text-align: center;
    top: 5px;
    width: 25%;
    z-index: 10;
}
.test2 a{
	    padding:10px
}

.test1 .box{
    margin: 30px;
    position: absolute;
    top: 0;
    width: 50%;
}

.test1 .box h1{
	width: 100%;
	padding: 15% 0;
	text-align: center;
}

.test1 .box h2{
	width: 100%;
	padding: 0 0 15px 0;
	text-align: center;
	font-size: 1.5em;
}

.test1 .box h3{
	width: 100%;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.test1 .box img{
	max-width: 70%;
    height: auto;
	padding-bottom: 20px;
}

.test1 .box .tate img{
	max-width: auto;
    height: 30%;
	padding-bottom: 20px;
}

.center{
	text-align:center;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
	padding: 10px 0;
	font-size: 0.8em;
	text-align: center;
	background-color: #ffffff;
	opacity: 0.8;
}



    html {
        font-size : 11px; 
    }
     
    @media screen and (min-width : 768px){
        html{ font-size : 12px;}
    }
     
    @media screen and (min-width : 1024px) {
        html{ font-size : 14px;} 
    }


.links a { font-size: 100%; }
.links a:link { text-decoration: underline; color:#333333; }
.links a:visited { text-decoration: underline; color:#333333; }
.links a:hover { text-decoration: underline; color:#333333; }


	

/* link
--------------------*/
a { font-size: 100%; }
a:link { text-decoration: none; color:#333333; }
a:visited { text-decoration: underline; color:#333333; }
a:hover { text-decoration: underline; color:#333333; }


a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}

@media screen and (min-width: 680px){   
  .pc { display:inline; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:inline; }
}

.mb30 p {
	margin-bottom: 30px;
}