@charset "utf-8";


/* ************************************************ 
*	基本設定
* ************************************************ */	
body {
padding:0;
margin:0;
height: 100%;
}

/* 画像 */
img{
border:0;
padding:0;
margin:0;
vertical-align: bottom;
}

/* ************************************************ 
*	全体Wrapper
* ************************************************ */	
.wrapper {
margin: 0; 
width: 100%;
/* height: 100vh; */
height: 100%;
padding: 0;
overflow: hidden;
position:relative;
z-index:0;
background-color:#999;
}

.inner {
width: 100%;
height: 100%;
margin: 0 auto; 
padding: 0 0 50px 0;
position:relative;
z-index:0;
}

h2 {
margin: 0 auto; 
padding: 20px 0 20px 0;
font-size: 2.5vw;
text-align: center;
font-weight: bold;
background-color: #ccc;
}
h2.category {
margin: 0 auto; 
padding: 0;
font-size: 3vw;
font-weight: bold;
position: absolute;
top: 5%;
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
z-index:1;
background-color: rgb(255,255,255,0);
}

table {
width: 90%;
margin: 50px auto 50px auto; 
padding: 0;
border-collapse: collapse;
border-spacing: 0;
}
table th{
margin: 0 0 0 0; 
padding: 10px;
background-color: #efefef;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
text-align: center;
}
table th:first-child{ width:35%; }
table th:last-child{ width:30%; }
table td{
margin: 0 0 0 0; 
padding: 10px;
background-color: #fff;
border-bottom: 1px solid #666;
text-align: left;
word-break: break-all;
}
table td a{
color: #333;
text-decoration: underline;
}
table td a:hover{
color: #333;
text-decoration: none;
}


/* ************************************************ 
*	ボタン
* ************************************************ */	
.btn-box {
display:flex;
flex-wrap:wrap;
justify-content: center;
align-content: center;
padding: 0.25% 0;
}
.btn {
width: 49.25%;
margin: 0.25% 0.25% 0.25% 0.25%;
}
.btn img{
width: 100%;
vertical-align: bottom;
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}


/* ************************************************ 
*	カテゴリーボタン
* ************************************************ */	
.categorybtn-box {
display:flex;
flex-wrap:wrap;
justify-content: left;
align-content: center;
padding: 0.25% 0;
text-align: center;
background-image:url(../images/backgroundimg.jpg);
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
}
.categorybtn {
width: 32.75%;
margin: 0.25% 0.25% 0.25% 0.25%;
}
.categorybtn a{
font-size: 2.5vw;
font-weight: bold;
color: #fff;
display: block;
padding: 45px 0;
text-decoration: none;
background: rgb(0,0,0,0.5);
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}
.categorybtn a:hover{
color: #333;
background: rgb(255,255,255,0.7);
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}


/* ************************************************ 
*	トップへ戻る
* ************************************************ */	
.topbackbtn-box {
position: fixed;
bottom: 20px;
right: 20px;
z-index:1;
}
.topbackbtn {

}
.topbackbtn a{
font-size: 1.5vw;
color: #fff;
display: block;
padding: 15px 25px;
text-decoration: none;
background: rgb(0,153,204,0.7);
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}
.topbackbtn a:hover{
color: #fff;
background: rgb(0,0,0,0.5);
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}


/* ************************************************ 
*	カテゴリートップへ戻る
* ************************************************ */	
.catetopbackbtn-box {
position: fixed;
bottom: 20px;
right: 220px;
z-index:1;
}
.catetopbackbtn {
}
.catetopbackbtn a{
font-size: 1.5vw;
color: #fff;
display: block;
padding: 15px 25px;
text-decoration: none;
background: rgb(153,102,204,0.7);
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}
.catetopbackbtn a:hover{
color: #fff;
background: rgb(0,0,0,0.5);
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}