@charset "utf-8";


input[type=text] {
   width: 100%;
   box-sizing: border-box;
}
textarea{
   width: 100%;
}

/*profile nva*/ 
.p-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.p-nav li a {
	display: block;
	padding: 5px 0px 5px 40px;
	text-decoration: none;
        text-align:left;
	line-height: 100%;
	color: #000000;
}
.p-nav li a:hover,
.p-nav li a.current {
	background: #8bb15a;
	color: #ffffff;
}

/*↓ PC */
@media screen and (min-width: 768px) {

 
input[type=text] {
   width: 50%;
   box-sizing: border-box;
}
textarea{
   width: 100%;
} 

.group-order {
   display: inline-block; 
   _display: inline;   
}

.group-order input[type=text]{
   width:40px;
}




/*検索*/
 
#keywords1  {  
    width: 160px;  
    height: 25px;
    background: url(../images/search.png) no-repeat 8px 3px; 
    border: 1px solid #00CED1;  
    padding: 2px 2px 2px 26px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}  
#searchBtn1 {  
    color: #7d8383;
    width: 40px;
    height: 25px;
    background-color: #ece8e6; 
    border: 1px solid #00CED1;
    padding: 2px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
} 

/*modal エリア*/
#modal-layer {
	position:relative;
        top: -200px;
	background: #FFFFFF;
        padding: 20px 30px 20px 30px;
	z-index: 15;
}



/*ページネイション*/
.pagenation {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagenation li {
	float: left;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	background: #e0e0e0;
}
.pagenation li:first-child {
	border-radius: 10px 0 0 10px;
}
.pagenation li:last-child {
	border-right: 1px solid #b9b9b9;
	border-radius: 0 10px 10px 0;
}
.pagenation li:hover {
	background: #d1d1d1;
}
.pagenation li a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #3e5358;
}
.pagenation li.current {
	background: #f6d7b6;
}

/*typing エリア*/
#type-layer {
        position: fixed;
        top: 20px;
        left:10%;
        height: 500px;
	/*background: #FFFFFF;*/
        background-size: cover;
        background-image: url(../images/typing-background/001.jpg);
        padding: 20px 15px 20px 15px;
	z-index: 16;
	border: 1px solid #FFFF00;
	border-radius: 5px;
}

.type-effect {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	position:relative;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}

.type-layer-header{
        position: absolute;
        padding: 3px;
        z-index:18;
        top:25px;
        left: 25px;
}

.frame-keyboard{
	background: #FFFFFF; 
        padding: 15px 15px 50px 15px;
	z-index: 17;
	border: 1px solid #FFFF00;
	border-radius: 5px;
        text-align: center; 
        filter:	alpha(opacity=90);
        -moz-opacity: 0.9;
        opacity: 0.9;
}

/*typing start button*/

.t_btn {
    display: inline-block;
    padding: 30px 40px 30px 40px;
    margin: 20px 10px 20px 10px;
    text-dtype-layern: none;
    color: #67c5ff;
    font-size: 2em;
    border: dashed 1px #67c5ff;
    background: #2F4F4F;
    border-radius: 10px;
    transition: .4s;
}

.t_btn:hover {
    background: #cbedff;
    color: #FFF;
}

.t_btn-a {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 5px 1px 5px 1px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
    background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
    transition: .4s;
}
.t_btn-a:hover{
    background-image: -webkit-linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
    background-image: linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
}

.type-center {
  font-family: 'Courier New', sans-serif;
  text-align: center;     
}

#c {
  position: absolute;
  top:22px;
  font-size: 13px;
  left:50px;
  letter-spacing: 3px;
}


.info {
  position: absolute;
  top:105px;
  left:150px;
  color: #ccc;
  text-align: center;   
}

#m {
  position: absolute;
  top:17px;
  width: 600px ;
  font-size: 20px;
  left:50px;
  letter-spacing: 3px;
}

#va{
    position: absolute;
    top: 72px;
    left:125px;
    color: #c92ad2;
    padding: 0.5em;
    z-index: 10;
}

#vb{
    position: absolute;
    top: 165px;
    left:125px;
    color: #c92ad2;
    padding: 0.5em;
    z-index: 10;
}

#mess{
    font-size: 1.5em;
}

#narration {
  position: relative;
  top: 30px;
  height: 190px;
}


#key {
  position: relative;
}

#paper{
    position: absolute;
    top: 72px;
    left:30px;
    width: 300px ;
    height: 135px!important;    
    background-color: #FFFFCC;
    border: 1px solid #c92ad2;
    color: #c92ad2;
}

#add{
    position: absolute;
    top: 72px;
    right:30px;
    width: 320px;
    height: 100px!important;    
    background-color: #fbeefc;
    border: 1px solid #c92ad2;
    color: #c92ad2;
}

#qu {
  position: absolute;
  top: 100px;
  left:180px;
  font-size: 3em;
  font-weight: 700;
  color: #90EE90;
  z-index: 10;
}

#nu {
  position: absolute;
  top: 73px;
  left:255px;
  font-size: 1em;
  font-weight: 700;
  color: #ffffff;
  z-index: 10;
  background: #8FBC8F;
  padding: 0px 10px 0px 10px;
}


.close {
  position: absolute;
  top: 420px;
  right:30px;  
}

/*SVG key*/  
.small{
  font-size: small;
}

/*typing series info*/

.s_btn {
    display: inline-block;
    padding: 10px 40px 10px 40px;
    text-decoration: none;
    font-size: 1em;
    font-weight: 400; 
    border: dashed 1px #67c5ff;
    background: #D3D3D3	;
    color: 	#191970;
    border-radius: 10px;
    transition: .4s;
}

.s_btn:hover {
    background: #191970;
    color: #67c5ff;
}



.login{
       width: 100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

/*video*/
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*index*/
.attention {
    display: inline-block;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    color: #67c5ff;
    font-size: 1.2em;
    border: dashed 1px #67c5ff;
    background: #2F4F4F;
    border-radius: 10px;
    transition: .4s;
}

.attention a:link { color: #ADFF2F; }
.attention a:hover { color: #FFFF00; }
.attention a:active { color: #ff8000; }
.attention a:visited { color: #7CFC00; }




/*key button*/
.buttonA {
position: relative;
width: 200px;
padding: 0.8em;
margin: 0 0.5em 0 0.5em;
text-align: center;
text-decoration: none;
color: #fff;
border:1px solid #8BC34A;
background: #8BC34A;
overflow: hidden;
z-index: 1 !important;
display:inline;
  color: #fff;
}
.buttonA:hover {
color: #da3c41;
  color:  rgba(147,162,0,1);
}

