@charset "UTF-8";

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}



/* ===============================================
#  body
=============================================== */
@font-face {
	font-family:'ひま';
	src:url(KFhimaji.otf);
}
body,html {
	scrollbar-base-color: #ff0000;
}
body {
  width: 100%;
  position: relative;
  min-width: 1100px;
  height: 1000px;
  background-image: url(img/bg.jpg);
  background-size: 400px 400px;
  padding-top: 30px;
  font-family:'ひま';
  overflow: hidden;
}

p {
	color:white;
}

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

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* ===============================================
#  tab設定
=============================================== */
#contents {
	margin:0 auto;
	position: relative;
	height: 100%;
	min-height: 100%;
	overflow:hidden;
	width: 840px;
}
#tabArea {
	width: 5040px; /* タブの合計幅(960 * 5 = 4800) */
	position:absolute;
	height:1000px;
}

#tabArea div#top,
#tabArea div#info,
#tabArea div#qa,
#tabArea div#contact,
#tabArea div#recruit,
#tabArea div#tenpo {
	width: 840px;
  color: white;
  float: left;
	margin: 130px 0 0 0;
  z-index: 99999999999999;
}

/* ===============================================
#  header
=============================================== */


#header {
  position:fixed;
	top:0;
	height:100px;
	width:100%;
	z-index:100000;
	min-width:1100px;
  text-align: center;
  padding: 0;
}

#header ul {
}

#header li {
	display:inline;
}

#header li img {
  margin: 0px 20px;
  transition: 0.3s;
}

#header li a img:hover {
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}

.headerin {
	max-width:960px;
	margin:0 auto;
}

.menu {
  height: 100px;
}

/* ===============================================
#  kokuban
=============================================== */

.kbg {
  min-height: 100%;
  min-width: 1100px;
  padding-top: 110px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

img.kokuban {
  display: block;
  width: 900px;
  margin: 0 auto;
  position: relative;
  box-shadow: 3px 3px 15px;
}

img.lady {
  width: 260px;
  position: absolute;
  left: 10px;
  bottom: -50px;
  z-index: 999;
}

img.lady2 {
  width: 325px;
  position: absolute;
  bottom: -45px;
  right: -60px;
  z-index: 999;
}

/* ===============================================
#  first page
=============================================== */

#top {
	text-align: center;
}

#top p {
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 1.5em;
	margin: 20px 0 25px 0;
}

img.top {
  display: block;
  margin: 0 auto;
  width: 800px;
	padding-top: 10px;
}

img.castblog {
	width: 800px;
}

.pokeparaBlogWidget {
	width: 800px;
	margin: 0 auto;
}

/* ===============================================
#  info
=============================================== */

img.tokutyouheader {
  width: 660px;
  margin: 0 auto;
  display: block;
  padding-top: 10px;
}

.row {
  overflow: hidden;
  width: 650px;
  margin: 0 auto;
  padding: 10px 0;
}

.3info {
  float: right;
  width: 500px
}

img.numhead {
  display: block;
  float: left;
  height: 85px;
  width: 75px;
  margin-right: 20px;
}

p.infop {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3em;
  color: #ccc;
}

h2 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.2em;
  margin-bottom: 5px;
}

/* ===============================================
#  Q & A
=============================================== */

.qain {
	width: 840px;
	display: block;
	margin: 0 auto;
	overflow: scroll;
	height: 370px;
	padding-bottom: 50px;
}

img.qaheader {
	width: 500px;
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}

img.cushead {
	padding-top: 30px;
}

.cusqa {
	display: none;
}

.girlqa, .cusqa {
}

.menuList {
    width:700px;
    margin:0 auto;
    padding:0;
    border:1px solid #fff;
    border-bottom:none;
    list-style:none;
}

.main_menu {
    position:relative;
    margin:-1px -1px 0 -1px;
    padding:10px;
    line-height:20px;
    color:#fff;
    border:1px solid #fff;
    cursor:pointer;
		font-weight: bold;
		background: rgba(255, 255, 255, 0);
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.main_menu a {
    color:#fff;
    text-decoration:none;
}

.sub_menu {
    display:none;
    margin:0;
    padding:0;
    list-style:none;
}

.sub_menu li {
    display:block;
    margin:-1px -1px 0 -1px;
    padding:10px;
    color:#1f4d38;
    background:rgba(255, 255, 255, 0.7);
    border:1px solid #fff;
    text-decoration:none;
}

/* ===============================================
#  coctact
=============================================== */

.contactL {
	padding-top: 10px;
}
.contactL p {
	text-align: center;
	margin: 10px 0;
	line-height: 1.5em;
}
.phonenum {
	text-align: center;
	font-size: 40px;
	letter-spacing: 1px;
	margin: 20px 0;
}
img.formhead {
	width: 98%;
}
.contactimg {
	margin-top: 50px;
}
img.con {
	width: 170px;
	float: left;
	margin: 0 5px;
}
img.line {
	margin-left: 20px;
}
/* ===============================================
#  mailform
=============================================== */

.contactin {
	width: 770px;
	margin: 0 auto;
	overflow: hidden;
}

.contactL {
	width: 400px;
	float: left;
}

#formWrap {
	width: 350px;
	float: right;
	text-align: center;
	color: white;
	margin-top: 10px;
	border: 3px double rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.mailrow {
	margin: 5px 0;
}

label {
	width: 350px;
}

input, textarea {
	color: white;
	font-size: 15px;
}

input:focus {
	outline: none;
}

input[type="text"],input[type="email"],input[type="phone"],
input[type="moyori"],input[type="tainyu"] {
	width: 340px;
	height: 24px;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(img/form.png);
	background-size: 340px 30px;
	padding: 3px 10px;
	background-repeat: no-repeat;
	outline: none;
	border: none;
}

input[type="submit"]{
	width: 330px;
	line-height: 4em;
	font-size: 16px;
	color: #1f4d38;
	margin-left: -10px;
}

textarea {
	width: 320px;
	height: 55px;
	background-color: rgba(0, 0, 0, 0);
	outline: none;
	border: none;
}

.textareaBG {
	width: 340px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(img/formb.png);
	background-size: 340px 80px;
	background-repeat: no-repeat;
	padding: 10px 0;
}

/* ===============================================
#  recruit
=============================================== */

#recruit {
	text-align: center;
	height: 400px;
	overflow: scroll;
}

h3.rech3 {
	font-size: 40px;
	line-height: 1.2em;
	margin-top: 10px;
}

.recruitin {
	width: 700px;
	margin: 0 auto;
	display: block;
}

.recruitin p {
	margin-bottom: 20px;
}
.recrow > .rechead {
	background-color: white;
	color: #1f4d38;
	font-size: 20px;
}

.recrow > .recinfo {
	border: 1px solid white;
	padding: 5px 0;
	font-size: 15px;
	line-height: 1.5em;
}

/* ===============================================
#  footer
=============================================== */

#footer {
	width:100%;
	line-height:2em;
	text-align:center;
	position:fixed;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,0.4);
  color: #999;
  z-index: 9999;
}

#copy {
  color: #ccc;
}

/* ===============================================
#  clearfix
=============================================== */
.clearfix:after,
#contents:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
*:first-child+html .clearfix,
*:first-child+html #contents {
	min-height:1%;
}
* html .clearfix,
* html #contents {
	height:1%;
}


/* ===============================================
#  test
=============================================== */

.blog {
	text-align: center;
	width: 770px;
	margin: 0 auto;
	height: 140px;
	overflow: hidden;

	padding-top: 5px;
	border-radius: 5px;
}

ul#blog_list a {
	text-decoration: none;
	color: white;
}

ul#blog_list h5 {
	font-size: 14px;
	height: 1em;
	overflow: hidden;
}

ul#blog_list .date {
	font-size: 12px;
}


ul#blog_list li {
	width: 110px;
	height: 140px;
	float: left;
}

.blog_left {
	width: 90px;
	height: 90px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

.blog_left img {
	width: 90px;
	min-height: 90px;
	transition: 0.5s;
}


.blog_left img:hover {
	-moz-transform: scale(1.15,1.15);
  -webkit-transform: scale(1.15,1.15);
  -o-transform: scale(1.15,1.15);
  -ms-transform: scale(1.15,1.15);
}

ul#blog_list li span {
	display: none;
}

.wordBreak {
	display: none;
}

/* CSS Document */
