@charset "UTF-8";

@font-face {
font-family: '01FLOPDESIGN';
src: url('font/01FLOPDESIGN.eot');
src: url('font/01FLOPDESIGN.eot?#iefix') format('embedded-opentype'),
url('font/01FLOPDESIGN.woff') format('woff'),
url('font/01FLOPDESIGN.ttf') format('truetype'),
url('font/01FLOPDESIGN.svg#01FLOPDESIGN') format('svg');
}

* {
   color:#333;
}

html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#FFFFFF;
	font-family: '01FLOPDESIGN';
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#666;
}

a:active{
    position:relative;
    top:1px;
    left:1px;
}

img {
   border:0;
   vertical-align:bottom;
}

.enter{
	padding:10px;
	text-decoration:none;
	border-bottom:2px solid #9fc8ce;
	padding-bottom:1px; 
	text-align:center;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

a:hover.enter {
	color:#fff;
    background: #9fc8ce;
	font-weight: bold;
}

/* ヘッダー */
#wrapper {
   position:relative;
   width:100%;
   margin:0 auto;
   background:#ffffff;
}

header {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:10px 0;
   background:#ffffff;
}

.logo {
   display: block;
   max-width: 95%; 
   height:auto;
   margin-left: auto;
   margin-right: auto;
   padding:5% 0 3%;
}

div#enter {
   text-align: center;
   font-size:0.8em;
   line-height:1.4;
   color:#999999;
}

div#enter2 {
   text-align: center;
   font-size:1.0em;
   line-height:1.4;
   color:#999999;
}