@charset "UTF-8";
/* CSS Document */

/*common
* --------------------------------------- */
body {
	background-color: #fff;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	color: #000;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}

p,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,em{
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}
a:active {
	color: #cc0000;
	text-decoration: none;
}

hr { 
    border:none;
	border-top: 1px solid #ccc;
	width:100%;
    margin: 20px auto 40px;
}
.dot{
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dotted #ccc;
  margin: 30px auto;
}

img { border-style: none }

*.floatclear { clear: both; }

.title {
	color: #000;
    font-family: 'Tangerine', cursive;
	font-size: 40px;
}

.text {
    font-size: 14px;
	line-height: 24px;
}

.english {
    font-size: 12px;
	line-height: 16px;
}

p.notes {
font-size: 10px;
}

/*header
* --------------------------------------- */
#header{
	height: 72px;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

h1 a{
	text-indent: -9999px;
	display:block;
	width: 300px;
	height: 72px;
	background-image: url(../images/common/nemoken.jpg);
	margin: 0 auto;
	float: left;
}
@media only screen and (max-width: 800px) {
h1 a{
	margin-left: 4px;
}	
}
@media only screen and (max-width: 480px) {
h1 a{
	background-repeat: no-repeat;
	background-position: center bottom;
	margin:0 auto;
	float: center;
}	
}

#sns{
	height: 24px;
	width: 64px;
	margin: 24px auto;
	float: right;
}
#sns #icon{
	height: 24px;
	width: 24px;
	margin: 4px;
	float: left;
}
@media only screen and (max-width: 480px) {
#sns{
	height: 24px;
	width: 100%;
	max-width: 64px;
	margin:0 auto;
	float: center;
}
}

#page-top {
	position: fixed;
	bottom: 55px;
	right: 20px;
}
#page-top a {
	text-indent: -9999px;
	width: 70px;
	height: 70px;
	display: block;
	background-image: url(../images/common/pagetop.png);
}
@media only screen and (max-width: 480px) {
#page-top {
	right: 5px;
}
}

/*footer
* --------------------------------------- */
#footer{
	position: fixed;
	text-align:center;
    padding: 10px 0 0px;
	height: 20px;
	width: 100%;
    font-family: 'Slabo 27px', serif;
    font-size: 12px;
	line-height: 16px;
	color: #000;
	bottom:0px;
	background: #fff;
	z-index: 99999;
}
@media only screen and (max-width: 480px) {
#footer{
    font-size: 8px;
	line-height: 12px;
}
}


/*menu
* --------------------------------------- */
.menu-box{
  width: 100%;
  max-width: 980px;
  font-family: 'Tangerine', cursive;
  background: #fff;
  margin: 0 auto;
}
#menu{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
}
#menu li a{
  display: block;
  padding: 2px 0 4px;
  background: #fff;
  color: #000;
  font-size: 26px;
  text-align: center;
  text-decoration: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-left: -1px;

}
#menu li a:hover{
  color: #cc0000;
}
#toggle{ 
 display: none;
}

@media only screen and (max-width: 480px) {
.menu-box{
  margin: 40px auto 0px;
}
  #menu{
    display: none;
	border-top: 0px solid #ccc;
  }
  #menu li{ 
    width: 100%;

  }
  #menu li a{
    padding: 12px 0 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
  }  
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
  }
  #toggle a{
    display: block;
    position: relative;
    height: 40px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 10px;
    margin-top: -5px;
    background: url(../images/common/toggle.jpg);
  }
}

/*main
* --------------------------------------- */
#main_img {
	width: 100%;
	background: #000;
	margin: 34px auto;
}
#main_img #wrap{
	width: 100%;
	max-width: 980px;
	height: 100%;
	max-height: 330px;
	margin: 0 auto;
}
@media only screen and (max-width: 480px) {
#main_img {
	width: 100%;
	background: #000;
	margin: 0px auto 26px;
}
}
#index_main_img {
	width: 100%;
	background: #000;
	margin: 34px auto;
}
#index_main_img #wrap{
	width: 100%;
	max-width: 980px;
	height: 100%;
	max-height: 700px;
	margin: 0 auto;
}
@media only screen and (max-width: 480px) {
#index_main_img {
	margin: 0px auto;
}
}

/*contents
* --------------------------------------- */
#contents{
	width:100%;
	max-width: 980px;
	margin:40px auto;
}
#contents #left{
	width: 640px;
	margin: 0px auto 100px;
	text-align: left;
	float: left;
}
@media only screen and (max-width: 800px) {
#contents{
	width: 90%;
}
#contents #left{
	width: 100%;
	margin:0px auto 20px;
}
}

#contents #right{
	width: 300px;
	margin: 0px auto 100px;
	text-align: left;
	float: right;
}
#contents #right #box{
	width: 100%;
	margin: 0px auto 20px;
}
@media only screen and (max-width: 800px) {
#contents #right{
	width: 100%;
}
}

#contents #right #sa{
	width:100%;
	margin-top: 20px;
}
#contents #right #earlywing{
	width:100%;
	margin-top: 20px;
	margin-bottom: 40px;
}

/*slides
* --------------------------------------- */
.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }
