@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

/*
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
*/
html,
body{
	position:relative;
	height:100%;
	background-color:#ffd;
	font-family: 'Kosugi Maru', sans-serif;

}

header{
	position:fixed !important;
	top:0;
	left: 0;
	margin: 0;
	width:120px;
	height:100vh;
	height:100dvh;

	float:left;
	overflow:auto;
	background-color:#C96;
	color:#600;
	border-right: double 1px;
}
h1{
	width:100%;
	text-align:center;
	font-size:16px;
}
h1 span{
	display:block;
	font-size:10px;
}

#foot_area{
  position: fixed;
  left: 10px;
  bottom: 10px;
}


.pagelogo{
	margin:8px;
	padding:10px;
	font-size:80px;
	background-color:#FFF;
	border: solid 2px #600;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px 
}


#main_box{
	padding:8px 8px 0px 8px ;
	margin-left:120px;
	position:relative;
	height:auto;

	background-color:#ffd;
	text-align:left;
}


.namesearch {
    margin: 4px auto;
	padding:2px;
	width:100px;
	height:auto;
    line-height: 22px;
	font-size:14px;
    color: #131313;

    border: none;
    outline: none;
/*    background: none;*/

    ime-mode: active;
}

#cupsearch {
    margin: 4px auto;
	padding:2px;
	width:100px;
	height:26px;;

	font-size:14px;
    line-height: 26px;

    color: #131313;
}

.sbutton {
    margin:8px 10px;
	padding:3px;

	display:block;

	width:100px;
	line-height:32px;

	font-size:18px;

	text-align:left;

	border: solid 2px #600;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px color:#600;
	
	
}

.sbutton:hover{
	background-color:#FFF;
	cursor:pointer;
}

.sbutton2 {
    margin:5px;
	padding:3px;

	display:block;

	width:100px;
	font-size:18px;
	line-height:32px;
	text-align:left;

	border: solid 2px #600;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px color:#600;
	float:left;
}

.sbutton2:hover{
	background-color:#FFF;
	cursor:pointer;
}




.home {
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    border: solid 2px #600;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px color:#600;
}
.info_title{
    margin: 4px;
	padding:2px;
    width: 48px;
	height:48px;
	text-align:center;
    border: solid 2px #600;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px color:#600;
}



.search_card{
	margin:5px;
	position:relative;
	display:block;

	width:100px;
	height:125px;
	background-position:center center center;
	background-size:contain;
	background-repeat: no-repeat;
	border-radius:3px;
	background-color:#fff;

	border:solid 1px #C96;

/*	box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.3);*/
	float:left;
}

a.girls :hover{
	background-color:#fcf;
}

.a_name{
	position:absolute;
	background-color:transparent;
	bottom:0;
	width:100%;
	height:25px;
	text-align:center;
	font-size:12px;
	line-height:25px;
	font-weight:bold;
	color:#800;
	overflow:hidden;
}

