

/* Body
---------------------------------------------------------------------- */
body {
	background: #FFFFFF;
	-webkit-background-size: 678px 559px;
	-moz-background-size: 678px 559px;
	background-size: 678px 559px;
	font: 62.5%/1.4 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
	color: #000000;
}


/* Links
---------------------------------------------------------------------- */
a, a:visited {
	color: #0080FF;
}
a:hover, a:focus {
	color: black;
}

/* Typography
--------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #252525;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin: 18px 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 3em;
	line-height: 1.8;
	margin-top: 0;
	letter-spacing: -1px;
}
h2 {
	font-size: 24px;
	line-height: 30px;
}
h3 {
	font-size: 20px;
	line-height: 30px;
}
h4 {
	font-size: 17px;
	line-height: 30px;
}
h5 {
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h6 {
	font-size: 13px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
p {
	margin: 15px 0 15px 0;
}
p img {
	margin: 0;
}
p.lead {
	font: 17px/33px "merriweather-light", serif;
	color: #707273;
}
em {
	font: 15px/30px "merriweather-italic", serif;
	font-style: normal;
}

small {
	font-size: 11px;
	line-height: inherit;
}
blockquote {
	margin: 18px 0px;
	padding-left: 40px;
	position: relative;
}
blockquote:before {
	content: "\201C";
	opacity: 0.45;
	font-size: 80px;
	line-height: 0px;
	margin: 0;
	font-family: arial, sans-serif;
	position: absolute;
	top: 30px;
	left: 0;
}
blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
}
blockquote cite {
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
	color: #707273;
	border: none;
}
abbr {
	font-family: "merriweather-bold", serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .5px;
	color: #7d7e80;
}
pre, code {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
	padding: 3px;
	background: #ecf0f1;
	color: #707273;
	border-radius: 3px;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
mark {
	background: #FFF49B;
	color: #000;
}
hr {
	border: solid white;
	border-width: 1px 0 0;
	clear: both;
	margin: 23px 0 12px;
	height: 0;
}


/* ------------------------
  Magnific Popup CSS
------------------------ */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; 
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; 
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } 
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}


/* 
====== mfp Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp Newspaper effect ======
*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp Move-horizontal effect ======
*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp Move-from-top effect ======
*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp 3d unfold ======
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp Zoom-out effect ======
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== mfp "Hinge" close effect ======
*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}


#howto{
  background:#FFFFFF;
  border-radius:10px;
}

#howto h2{
  text-align:center;
  font-size:2em;
  padding:1em;
}

#howto dl{
  width:90%;
  margin:0 auto;
  text-align:center;
}

#howto dl dt{
  font-size:1.6em;
  font-weight:bold;
  padding:1.5em 0 0.5em 0;
}

#howto .com{
  font-size:2em;
  text-align:center;
  padding-bottom:2em;
}

#howto .pclose{
  font-size:2em;
  text-align:center;
  padding-bottom:2em;
}

/* 
/* main-header
/* =================================================================== */

#main-header{
	width: 100%;
	position: fixed;
	margin:0 auto;
	padding:0 0 10px 0;
	z-index: 999;
	line-height:1;
	background: url(../../images/header_bg.png) center top repeat-x;
	-webkit-background-size: auto 117px;
	-moz-background-size: auto 117px;
	background-size: auto 117px;
}

#main-header:after{
	content: "";
	display: block;
	height: 1px;
	magin: 30px auto 0;
}


.head-inner{
width:98%;
max-width:1162px;
margin:0 auto;
position:relative;
}

.head-inner:before, .head-inner:after {
	content: "";
	display: block;
}
.head-inner:after {
	clear: both;
}


#main-header .logo {
	z-index: 992;
	overflow:hidden;
	float:left;
	width:183px;
}

#main-header .logo a {
	display:block;
	height:0;
	padding-left:183px;
	padding-top:117px;
	width:0;
	background-image:url("../../images/header_logo.png");
	background-position: left 18px;
	background-repeat:no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow:hidden;
}

#main-header .logo a:hover {
	-webkit-transform:translateY(-3px);
	-moz-transform:translateY(-3px);
	-ms-transform:translateY(-3px);
	-o-transform:translateY(-3px);

}

#main-header.fixed {
background: rgba(232,222,212,.7);
-webkit-background-size: auto 80px;
-moz-background-size: auto 80px;
background-size: auto 80px;
padding:0;
-webkit-transition: top 0.65s ease-in;
-moz-transition: top 0.65s ease-in;
}

#main-header.fixed:after{
background:#96928f;
}

#main-header.fixed .logo a {
padding-left:183px;
padding-top:50px;
width:0;
background-position: left 5px;
}

#mainnav{
padding:0;
margin:0;
}

#mainnav:before, #mainnav:after {
	content: "";
	display: table;
}
#mainnav:after {
	clear: both;
}

#mainnav ul#nav {
 list-style:none;
padding:0;
margin:0;
position:absolute;
right:0;
top:35px;
}

ul#nav li {
position: relative;
float:left;
padding:0;
margin:0;
}

#mainnav ul#nav li .pcnv{
display:block;
}

#mainnav ul#nav li .mnv{
display:none;
}

ul#nav li a {
	display: inline-block;
	padding: 20px 38px 0 0;
	text-decoration: none;
	color: #000000;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border:none;
}

ul#nav li a:hover {
	-webkit-transform:translateY(-3px);
	-moz-transform:translateY(-3px);
	-ms-transform:translateY(-3px);
	-o-transform:translateY(-3px);
	border:none;
}
ul#nav li a:active {
	background-color: transparent !important;
}
ul#nav li a img.current {
margin-top:-5px;
-moz-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
-moz-opacity:0.7;
-khtml-opacity:0.7;
}

ul#nav .social a{
padding:0px 5px 0 5px;
}

#main-header.fixed ul#nav {
top:10px;
}

#nav-toggle{
display:none;
position:absolute;
right:12px;
top:14px;
width:34px;
height:36px;
cursor:pointer;
z-index:101;
}

#nav-toggle div{
position:relative;
}

#nav-toggle span{
display:block;
position:absolute;
height:4px;
width:100%;
background:#666;
left:0;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1){
top:0;
}
#nav-toggle span:nth-child(2){
top:11px;
}
#nav-toggle span:nth-child(3){
top:22px;
}




/* 
/* i. Footer Styles
/* =================================================================== */
footer {
	padding: 5% 0 80px 0;
	position: relative;
	background:#f1efe7;
}

footer .copyright {
	margin: 0;
	padding-top:130px;
	clear: both;
	text-align:center;
	font-size:1.2em;
	background: url(../../images/footer_logo.png) center top no-repeat;
	-webkit-background-size: auto 84px;
	-moz-background-size: auto 84px;
	background-size: auto 84px;
font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
letter-spacing:1px;
}


/* back to top */
footer #go-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 900;
	display: none;
	width:100%;	
	text-align:center;
	height:45px;
}
footer #go-top .totop a {
	display: block;
	padding:0;
	height:45px;
	text-align: center;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: rgba(109,98,88,0.8);

}

footer #go-top .totop a:hover {
	color:#000000;
	background: rgba(174,154,135,1);

}

footer #go-top #totop {
	display:block;
	width:34px;
	height:36px;
	cursor:pointer;
	position:absolute;
	left:50%;
	top:11px;
}

footer #go-top #totop div{
	position:relative;
}

footer #go-top #totop span{
	display:block;
	position:absolute;
	height:2px;
	width:100%;
	background:#FFF;
	left:0;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}


footer #go-top #totop span:nth-child(1){
top:0;
}
footer #go-top #totop span:nth-child(2){
top:11px;
}

footer #go-top a:hover #totop span:nth-child(1){
top:8px;
left:-11px;
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
transform: rotate(315deg);
}
footer #go-top a:hover #totop span:nth-child(2){
top:8px;
left:12px;
-webkit-transform: rotate(-315deg);
-moz-transform: rotate(-315deg);
transform: rotate(-315deg);
}


/* 
/* j. Common and shared styles
/* =================================================================== */

hr {
	border: solid #f26522;
	border-width: 3px 0 0;
	width: 90px;
	margin: 11px auto 15px;
	height: 0;
	clear: both;
	text-align: center;
}



.cont-head{
padding-top:100px;
}

/* 
/* k. Hero Section
/* =================================================================== */


#hero {
margin:0 auto;
text-align:center;
position:relative;
overflow:hidden;


}

#hero #mainimg{
background: url(../../images/top/bg.jpg) center 100px no-repeat #d1c5c9;
-webkit-background-size: 100% auto;
-moz-background-size: 100% auto;
background-size: 100% auto;
}

#hero #mainimg .hrcp{
padding-top:40%;
padding-bottom:10%;
}

#hero #intro{
background: url(../../images/top/bg_intro.png) center top repeat;
-webkit-background-size: 15% auto;
-moz-background-size: 15% auto;
background-size: 15% auto;
padding:15px 0;
}

#hero #intro p{
width:80%;
max-width:932px;
margin:0 auto;
padding:20px 30px;
font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size:1.8em;
letter-spacing:1px;
line-height:1.8;
}

#hero #intro p.introt{
background: url(../../images/top/intro_lt.png) left top no-repeat;
-webkit-background-size: 105px auto;
-moz-background-size: 105px auto;
background-size: 105px auto;
}

#hero #intro p.introb{
background: url(../../images/top/intro_rb.png) right bottom no-repeat;
-webkit-background-size: 105px auto;
-moz-background-size: 105px auto;
background-size: 105px auto;
}


/* 
/* pickup Section
/* =================================================================== */

#pickup {
margin:0 auto 20px auto;
text-align:center;
position:relative;
overflow:hidden;
}

#pickup h2{

}



#pickup #pickuplist{
list-style:none;
padding:0;
margin:0 auto;
width:90%;
}

#pickup #pickuplist:before, #pickup #pickuplist:after {
	content: "";
	display: table;
}
#pickup #pickuplist:after {
	clear: both;
}

#pickup #pickuplist li{
border:1px solid #ccc;
padding:10px 15px;
width:47%;
text-align:left;
margin:0 10px;
}

/*#pickup #pickuplist li.sold{
background: url(../../images/top/pickup_sold_b.png) 5% 90% no-repeat;
-webkit-background-size: 50% auto;
-moz-background-size: 50% auto;
background-size: 50% auto;
}*/

#pickup #pickuplist li:hover{
border:1px solid #e8ded4;
}

#pickup #pickuplist li a{
color:#000;
}

#pickup #pickuplist li .pickimg{
float:left;
margin-right:15px;
}

#pickup #pickuplist li .pickright{
margin:0 0 0 210px;
padding:0;
text-align:left;
font-size:1.4em;
line-height:1.8;
}

#pickup #pickuplist li .picknom{
margin:0;
padding:0;
text-align:left;
font-size:1.4em;
line-height:1.8;
}

#pickup #pickuplist li .pikckti{
margin:0;
}

#pickup #pickuplist li .pickright p, #pickup #pickuplist li .picknom p{
margin:0;
padding:20px 0 0 0;
}

#pickup #pickuplist li:before, #pickup #pickuplist li:after {
	content: "";
	display: table;
}
#pickup #pickuplist li:after {
	clear: both;
}



/* 
/* artist Section
/* =================================================================== */

#artist {
margin:0 auto;
text-align:center;
position:relative;
overflow:hidden;
background:#f1efe7;
}

#artist h2 {
padding:5% 0;
margin:0;
}

#artist #artistlist{
padding:0;
margin:0 auto;
list-style:none;
width:95%;
}

#artist #artistlist li{
display:inline-block;
width:48%;
padding:0;
margin:3px;
background:#eee;

}

#artist #artistlist li img{
max-width:100%;
height:auto;
width:100%;
}


#artist .artbx{
text-align:center;
width:95%;
margin:0 auto;
padding-bottom:1em;
}

#artist .artbx li{
display: inline-block;
width:33%;
padding: 0.5% 1%;
vertical-align: top;
}

#artist .artbx p{
font-size:1.4em;

}

#artist .artbx .movie-wrap{
margin-bottom:15px;
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;

}

#artist .artbx .movie-wrap iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

@media only screen and (max-width:1200px) {
  #artist .artbx li{
    width:48%;
  }
}

@media only screen and (max-width:600px) {
  #artist .artbx{
   width:80%;
  }

  #artist .artbx li{
    width:100%;
  }
}


.ih-item {
 position: relative;
 -webkit-transition: all 0.35s ease-in-out;
 -moz-transition: all 0.35s ease-in-out;
 transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.square {
  position: relative;

}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 2em;
  padding: 10px;
  background: #111111;
  margin: 20% 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
  font-style: italic;
font-weight:bold;
  font-size: 1.8em;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.3s 0.1s linear;
  -moz-transition: all 0.3s 0.1s linear;
  transition: all 0.3s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}


#artist .artcm{
margin:0;
padding:60px 0;
font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size:1.6em;
letter-spacing:1px;
line-height:1.8;
}

/* 
/* snssection(article)
/* =================================================================== */
#snssection {
width:90%;
margin:2% auto;
}

#snssection:before, #snssection:after {
	content: "";
	display: table;
}
#snssection:after {
	clear: both;
}

/* 
/* facebook Section
/* =================================================================== */
#facebooksection {
width:45%;
margin-left:5%;
float:left;
}

/* 
/* twitter Section
/* =================================================================== */
#twittersection {
width:40%;
float:left;
margin-left:5%;

}






/* 
/* Schedule Section
/* =================================================================== */
#schedule{
width:100%;
background:#f1efe7;
}

#schedule #scmain{
background:#c6b393;
text-align:center;

}

#schedule #scmain img{
width:100%;
height:auto;
max-width:1022px;
vertical-align:bottom;
}

#schedule #schedulebx{
max-width:1000px;
margin:0 auto;
padding:30px 0;
}

#schedule #schedulebx .scheachy{
width:100%;
}

#schedule #schedulebx .scheachy:before, #schedule #schedulebx .scheachy:after {
	content: "";
	display: table;
}
#schedule #schedulebx .scheachy:after {
	clear: both;
}

#schedule #schedulebx .scheachy .year{
font-size:5em;
font-weight:bold;
padding-top:10px;
font-family: 'Droid Serif', serif;
}

#schedule #schedulebx .scheachy ul{
width:100%;
list-style:none;
padding:0;
margin:0;
}

#schedule #schedulebx .scheachy ul .sche{
background:white;
padding:0;
margin-bottom:5px;
}


#schedule #schedulebx .scheachy ul > li:nth-child(odd){
background:#dddddd;
}

#schedule #schedulebx .scheachy ul .sche dl{
position:relative;
padding:0 0 20px 0;
margin:0;
}


#schedule #schedulebx .scheachy ul .sche dl.art01{
background:url(../../images/schedule/artist01.png) left top no-repeat;
-webkit-background-size: 11% auto;
-moz-background-size: 11% auto;
background-size: 11% auto;
}

#schedule #schedulebx .scheachy ul .sche dl.art02{
background:url(../../images/schedule/artist02.png) left top no-repeat;
-webkit-background-size: 11% auto;
-moz-background-size: 11% auto;
background-size: 11% auto;
}

#schedule #schedulebx .scheachy ul .sche dl.art02-1{
background:url(../../images/schedule/artist02-1.png) left top no-repeat;
-webkit-background-size: 11% auto;
-moz-background-size: 11% auto;
background-size: 11% auto;
}

#schedule #schedulebx .scheachy ul .sche dl.art02-2{
background:url(../../images/schedule/artist02-2.png) left top no-repeat;
-webkit-background-size: 11% auto;
-moz-background-size: 11% auto;
background-size: 11% auto;
}

#schedule #schedulebx .scheachy ul .sche dl.art03{
background:url(../../images/schedule/artist03.png) left top no-repeat;
-webkit-background-size: 11% auto;
-moz-background-size: 11% auto;
background-size: 11% auto;
}

#schedule #schedulebx .scheachy ul .sche dl.art04{
background:url(../../images/schedule/artist04.png) left top no-repeat;
-webkit-background-size: 11% auto;
-moz-background-size: 11% auto;
background-size: 11% auto;
}

#schedule #schedulebx .scheachy ul .sche dt{
font-size:2.2em;
font-weight:bold;
line-height:1.4;
padding:15px 10px 10px 40%;
}

#schedule #schedulebx .scheachy ul .sche dt span{
font-size:0.7em;
}

#schedule #schedulebx .scheachy ul .sche dd span{
font-size:0.7em;
}

#schedule #schedulebx .scheachy ul .sche .schedate{
position:absolute;
top:0;
left:0;
font-size:2.5em;
font-weight:bold;
padding:10px 10px 10px 15%;
text-align:right;
}

#schedule #schedulebx .scheachy ul .sche .dtmani .schedate .pc{
	display:block;
}

#schedule #schedulebx .scheachy ul .sche .schedate .time{
font-size:0.7em;
padding:10px 1em 10px 0;
}

#schedule #schedulebx .scheachy ul .sche .hall{
font-size:2em;
padding:0 0 0 40%;
}

#schedule #schedulebx .scheachy ul .sche .hall a{
color:#1267c4;
padding:5px;
font-size:0.9em;
}

#schedule #schedulebx .scheachy ul .sche .hall a:hover{
color:#FFFFFF;
background:#1267c4;
}

#schedule #schedulebx .scheachy ul .sche .price{
font-size:1.6em;
padding:5px 0 5px 40%;
}

#schedule #schedulebx .scheachy ul .sche .appe{
font-size:1.6em;
padding:10px 10px 10px 40%;
}

#schedule #schedulebx .scheachy ul .sche .program{
font-size:1.4em;
padding:10px 10px 10px 40%;
}

#schedule #schedulebx .scheachy ul .sche .pickimg{
  width:100%;
  max-width:500px;
  margin:0 auto;
  padding:1em 0;
}

#schedule #schedulebx .intro{
font-size:1.4em;
font-weight:bold;
padding:0 10px 10px 40%;
}

#schedule #schedulebx .ticketbox{
font-size:1.4em;
font-weight:bold;
padding:0 0 5px 40%;
}

#schedule #schedulebx .ticketbox ul{
padding:10px 0 0 0;
margin:0;
}

#schedule #schedulebx .ticketbox ul li{
padding:0 5px;
margin:0;
display:inline;
}

#schedule #schedulebx .ticketbox ul li a{
color:#000000;
width:40%;
font-size:1.2em;
padding:10px 20px 10px 20px;
margin:5px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background:#f4a672;
font-weight:normal;
display:inline-block;
text-align:center;
}

#schedule #schedulebx .ticketbox ul li a:hover{
color:#FFFFFF;
background:#6d6258;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

#schedule #schedulebx .scheachy ul .sche .detail{
color:#000000;
font-size:1.6em;
padding:10px 20px 10px 20px;
margin:10px 0 0 40%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
background:#f4a672;
display:inline-block;
}

#schedule #schedulebx .scheachy ul .sche .detail:hover{
color:#FFFFFF;
background:#6d6258;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

#schedule .sche .scslbt{
cursor: pointer;
}

#schedule .sche .scslbt div:first-child{
color:#0080FF;
}

#schedule .sche .scslbt .active{
background-color:#999;
color:#FFFFFF !important;
}

#schedule .sche .scsl{
display:none;
padding:1% 5%;
font-size:1.2em;
}

/* 
/* Service Section
/* =================================================================== */
#service{
width:100%;
background:#f1efe7;
}

#service #semain{
background:#c6b393;
text-align:center;
padding:0;
margin:0;
}

#service #semain img{
vertical-align:bottom;
}

#service #servicecom{
text-align:center;
padding:20px 0;
margin:0;
}

#service #servicecom p{
padding:20px 0;
margin:0;
font-size:1.6em;
line-height:1.8;
letter-spacing:2px;
}


/* 
/* About Section
/* =================================================================== */
#about{
width:100%;
background:#f1efe7;
}

#about #abmain{
text-align:center;
padding:5% 0 0 0;
margin:0;
background:#f2f2f2;

}


#abmain #abcomment{
background:url(../../images/about/mainimg.jpg) 15% bottom no-repeat;
-webkit-background-size: 179px auto;
-moz-background-size: 179px auto;
background-size: 179px auto;
max-width:1162px;
margin:0 auto;
}

#abmain #abcomment p{
margin:0;
padding:1% 0 1% 15%;
font-size:1.5em;
line-height:1.8;
letter-spacing:2px;
font-weight:bold;
}

#abinfo{

}

#abinfo dl{
max-width:700px;
margin:5% auto 0 auto;
padding:0;
font-size:1.6em;
line-height:1.8;
}

#abinfo dl:before, #abinfo dl:after {
	content: "";
	display: table;
}
#abinfo dl:after {
	clear: both;
}

#abinfo dl dt{
display:block;
width:15%;
margin:0;
padding:0.5% 2%;
clear:left;
float:left;
border-top:1px solid #ccc;
}

#abinfo dl dd{
display:block;
margin:0;
padding:0.5% 2%;
float:left;
width:85%;
border-top:1px solid #ccc;
}

/* 
/* Artist Section
/* =================================================================== */
#artistd{
width:100%;
background:#f1efe7;
}

#artistd #ardmain{
text-align:center;
padding:0;
margin:0;
width:100%;
height:100%;
overflow-x:hidden;
}

#artistd #ardmain .arslide_all{
width:100%;
max-width:719px;
margin:0 auto;
min-height:309px;
position:relative;
}

#artistd #ardmain .arslide_wrap{
width:2157px;
position:absolute;
left:50%;
margin-left:-1078px;
}

#artistd #ardmain .arslide_body{
width:100%;
}

#artistd #ardmain .arslide{
max-width:719px;
width:100%;
}

#artistd #ardmain .arslide img{
width:100%;
max-width:719px;
height:auto;
vertical-align:bottom;
}

#artistd .bx-controls-direction,.bx-pager {text-align: center;height: 25px;}
#artistd .bx-controls-direction a,.bx-pager-item {display: inline-block;}
#artistd .bx-pager-item a{display: block; height: 10px; width: 10px; text-indent: -9999px; background: #fff; border-radius: 10px; margin:10px 2px 0 2px;}
#artistd .bx-pager-item a.active {opacity: 0.3;}
#artistd .bx-controls-direction a{text-decoration: none; color: #fff; padding:0 5px;}
#artistd .bx-controls {position: absolute;bottom: 5px;z-index: 100;width: 100%;}

.arslide{transition:all .3s;opacity:.5;}
.arslide.active{ opacity:1;}

#artistd #ardinfo{
text-align:center;
padding:1% 0;
letter-spacing:2px;
}

#artistd #ardinfo h2{
font-size:3.5em;
line-height:1.8;
}

#artistd #ardinfo p{
padding:0;
margin:0;
}

#artistd #ardinfo .subart{
font-size:2.6em;
line-height:1.6;
font-weight:bold;
padding-bottom:10px;
}

#artistd #ardinfo .art{
font-size:2.5em;
}

#artistd #ardinfo .nonb{
padding-bottom:2%;
}

#artistd #ardinfo .snsbt{
list-style:none;
padding:10px 0;
margin:0;
}

#artistd #ardinfo .snsbt li{
display:inline-block;
padding:0 2px;
}

#artistd #ardinfo .snsbt li img{
	vertical-align: bottom;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#artistd #ardinfo .snsbt li:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#artistd #ardinfo h3{
font-size:2.5em;
font-weight:normal;
}

#artistd #ardinfo .ardtx{
font-size:1.6em;
line-height:1.8;
padding-bottom:2%;
}

#artistd #ardinfo .ardtx .pc{
  display:block;
}

#artistd #ardinfo .sugasis_a{
background:url(../../images/artist/sugasis01-3.jpg) left top no-repeat #141a15;
-webkit-background-size: 53% auto;
-moz-background-size: 53% auto;
background-size: 53% auto;
max-width:720px;
width:100%;
height:auto;
margin:2% auto;
font-size:2.5em;
text-align:left;
color:#ffffff;
}

#artistd #ardinfo .sugasis_a .sugabx_a{
margin-left:52%;
padding:16.5% 0 3% 5%;
}

#artistd #ardinfo .sugasis_b{
background:url(../../images/artist/sugasis02-3.jpg) right top no-repeat #141a15;
-webkit-background-size: 53% auto;
-moz-background-size: 53% auto;
background-size: 53% auto;
max-width:720px;
width:100%;
height:auto;
margin:2% auto;
font-size:2.5em;
text-align:right;
color:#ffffff;
}

#artistd #ardinfo .sugasis_b .sugabx_b{
margin-right:52%;
padding:16.5% 5% 3% 5%;
}


#artistd #ardinfo .sugasis_a h3, #artistd #ardinfo .sugasis_b h3{
font-size:1.4em;
font-weight:bold;
color:#FFFFFF;
}



/* 
/* Recruit Section
/* =================================================================== */
#recruit{
width:100%;
background:#f1efe7;
}

#recruit #remain{
background:#08000f;
text-align:center;
padding:0;
margin:0;
}

#recruit #remain img{
vertical-align:bottom;
}

#recruit #recruitdt{

}

#recruit #recruitdt p{
text-align:center;
font-size:2.3em;
letter-spacing:2px;
margin:0;
padding:2% 0;
}


/* 
/* Contact Section
/* =================================================================== */
#contactbx{
width:100%;
text-align:center;
background:#f1efe7;
margin:0;
padding:80px 0 0 0;
}

#contactbx #ctccmt{
margin:0 auto;
text-align:left;
padding-top:5%;
}

#contactbx #ctccmt p{
font-size:1.6em;
line-height:1.7;
margin:0;
padding:15px 0;
text-align:center;
letter-spacing:1px;
}

#contactbx #ctccmt dl{
margin:1% 0;
padding:2%;
background:#FFFFFF;
text-align:center;
color:#6d6258;
}

#contactbx #ctccmt dl dt{
margin:0;
padding:0 0 1% 0;
font-size:2.5em;
font-weight:bold;
}

#contactbx #ctccmt dl dd{
margin:0;
padding:0 0 0 1em;
font-size:2em;
}

#contactbx #ctccmt dl dd a{
color:#c42b5d;
font-family: 'Roboto', sans-serif;
}

#contactbx #ctccmt dl dd .cttel{
margin:0 0 0 -1em;
padding:0;
font-size:2.3em;
font-weight:bold;
}

#contactform{
padding:0;
margin:0;
}

#contactform #selecttype{
font-size:1.4rem;
letter-spacing:-1px;
padding:3% 0 2% 0;
width:70%;
margin:2% auto;
}

#contactform #selecttype:before, #contactform #selecttype:after {
	content: "";
	display: table;
}
#contactform #selecttype:after {
	clear: both;
}

#contactform #selecttype input{
display:none;
}

#contactform #selecttype label{
display: block;
	float: left;
	cursor: pointer;
	width: 50%;
	margin: 0;
	padding: 25px;
	background: #b5aba2;
	color: #555e64;
	border-right: 1px solid #948b84;
	text-align: center;
	line-height: 1.5;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}

#contactform #selecttype label:first-of-type{
border-radius: 5px 0 0 5px;
}

#contactform #selecttype label:last-of-type{
border-right: 0px;
border-radius: 0 5px 5px 0;
}

#contactform #selecttype input[type="radio"]:checked + .swift-on {
	background-color: #6d6258;
	color: #fff;
	font-weight:bold;
	font-size:1.5rem;
	line-height:1.5;
	letter-spacing:0;
}

#contactform #selecttype input[type="radio"]:checked + .swift-off {
	background-color: #f4a672;
	color: #fff;
	font-weight:bold;
	font-size:1.5rem;
	line-height:1.5;
	letter-spacing:0;
}

#contactform .tickettx{
padding:0 0 2% 0;
margin:0;
font-size:2em;
letter-spacing:1px;
font-weight:bold;
}

#contactform .ticketcom{
padding:2% 3% 2% 3%;
margin:0 auto 2% auto;
font-size:1.4em;
text-align:left;
width:50%;
letter-spacing:1px;
border-left:1px solid #999;
border-right:1px solid #999;
background:#FFFFFF;
}

#contactform .ticketcom dt{
padding:0 0 5px 0;
margin:0;
font-weight:bold;
font-size:1.2em;
text-align:center;
}

#contactform .ticketcom dt span{
font-family: 'Droid Serif', serif;
font-size:1.6em;
padding-right:5px;
}

#contactform .ticketcom dd{
padding:0 0 0 0;
margin:0;
line-height:1.8;
}

#contactform .ticketcom dd.folow:after{
	font-family: FontAwesome;
	content: "\f078";
	font-size:2.4em;
	display:block;
	padding:0;
	margin:0;
	line-height:1.5;
	text-align:center;
	color:#CCCCCC;
}

#contactform .ticketcom dd.atten{
font-size:0.9em;
letter-spacing:0;
padding-top:10px;
}


#contactform ul, ol{
list-style:none;
}

.formBox{
font-size:1.4em;
width:90%;
margin:0 auto;
padding:0;
text-align:left;
background:#FFFFFF;
}

.formBox:before, ..formBox:after {
	content: "";
	display: table;
}
.formBox:after {
	clear: both;
}

.formBox input, button {
-webkit-font-smoothing: antialiased;
}

.formBox input{
border-radius:3px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;	
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding:7px 15px;
}

input:focus, textarea:focus
 {
	background: #eee;
}

.formBox textarea{
border-radius:3px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;	
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding:7px 15px;
}

.formBox .fm50{width:15%;}
.formBox .fm80{width:25%;}
.formBox .fm150{width:60%;}
.formBox .fm250{width:80%;}
.formBox .fm400{width:400px;}

.formBox li.twf{
padding:10px 30px;

}

.formBox li.twf dl{
width:100%;
margin:0 auto;
}
.formBox li.twf dl:before, .formBox li.twf dl:after {
	content: "";
	display: table;
}
.formBox li.twf dl:after {
	clear: both;
}
.formBox li.twf dt{
width:30%;
float:left;
font-weight:bold;
text-align:right;
padding-top:0.5%;
padding-right:20px;
}

.formBox li.twf dd{
width:65%;
float:left;

}

.formBox li.twf dd.conf{
padding-top:0.5%;
}

.formBox .stext{
font-size:0.9em;
padding-top:3px;
}

.contactButton{
padding:0 0 30px 0;
margin:0 auto;
width:90%;
text-align:center;
background:#FFFFFF;
}
.contactButton li{
display:inline;

}


#btn1 { 
margin: 10px; 
font-size: 2em; 
font-weight: bold; 
border-radius: 10px; 
padding: 20px; 
border: none; 
width: 30%; 
background: #c42b5d; 
color: #fff; 
}
#btn1:hover { 
background: #fff; 
color: #333; 
border: solid 1px #333; 
transition: all 0.5s; 
}
#btn1:active { 
background: #c00; 
color: #fff; 
}

.btn1 { 
margin: 10px; 
font-size: 2em; 
font-weight: bold; 
border-radius: 10px; 
padding: 20px; 
border: none; 
width: 30%; 
background: #c42b5d; 
color: #fff; 
}
.btn1:hover { 
background: #fff; 
color: #333; 
border: solid 1px #333; 
transition: all 0.5s; 
}
.btn1:active { 
background: #c00; 
color: #fff; 
}

input#btn2 { 
margin: 10px; 
font-size: 2em; 
font-weight: bold; 
border-radius: 10px; 
padding: 20px; 
border: none; 
width: 20%; 
background: #79b81f; 
color: #fff; 
border: solid 1px; 
}
input#btn2:hover { 
background: #fff; 
color: #333; 
border: solid 1px #333; 
transition: all 0.5s; 
}
input#btn2:active { 
background: #c00; 
color: #fff; 
}

input#btn3 { 
margin: 10px; 
font-size: 2em; 
font-weight: bold; 
border-radius: 10px; 
padding: 20px; 
border: none; 
width: 20%; 
background: #666; 
color: #fff; 
border: solid 1px; 
}
input#btn3:hover { 
background: #fff; 
color: #333; 
border: solid 1px #333; 
transition: all 0.5s; 
}
input#btn3:active { 
background: #c00; 
color: #fff; 
}

.formBox li.thf{padding:20px 0;}
.formBox li.thf dl{width:100%;}
.formBox li.thf dt{padding-left:20%;font-weight:bold;font-size:1.1em;}
.formBox li.thf dd{padding-left:25%;padding-top:5px;font-size:1.1em;}
.formBox li.thf dd .stext{padding-top:10px;}

.formBox li.thm{
padding:20px 0;
}
.formBox li.thm dl{width:100%;}
.formBox li.thm dt{padding-left:22%;font-weight:bold;font-size:1.1em;}
.formBox li.thm dd{padding-left:35%;padding-top:5px;font-size:1.1em;}
.formBox li.thfw{padding:20px 0;}
.formBox li.thfw .sbTitle{font-size:1.1em;font-weight:bold;padding-left:20%;}
.formBox li.thfw dl{width:100%;}
.formBox li.thfw dt{padding-top:15px;padding-left:22%;font-weight:bold;font-size:1.1em;}
.formBox li.thfw dt span.bd{border-left:5px solid #333366;padding-left:5px;color:#333366}
.formBox li.thfw dt span.fs{border-left:5px solid #5F0000;padding-left:5px;color:#5F0000}
.formBox li.thfw dd{padding-left:25%;padding-top:5px;font-size:1.1em;}
.formBox li.thfw dd .stext{padding-top:10px;}

.textarea{width:80%;}

#contactform .somt{
font-size:2em;
padding:3% 0 0 0;
width:60%;
margin:0 auto;
color: #ff8500;
}


.comment{
font-size:1.4em;
line-height:1.6;
padding:10% 5% 5% 5%;
width:100%;
margin:20px auto 0 auto;
text-align:center;
}
.thanks{
font-size:1.8em;
font-weight:bold;
}


/* Field w/ a validation error */
.errFld {
	padding: 5px;
	background-color:#FFD1D1 !important;
}
/* Styling for message associated with a validation error. */
.errMsg {	
	color: #990000 !important;
	font-size:1.2em;
	display: block;
	padding:5px 0;
}

/* Field-Hint with focus */
.field-hint {color: #000;margin: 0;font-size:1em;line-height:130%;padding:0 3px;}
/* Field-Hint without focus */
.field-hint-inactive {color: #999;margin: 0;font-size:1em;line-height:130%;padding:0 3px;}
.field-hint-inactive a {color: #999;margin: 0;font-size:1em;line-height:130%;padding:0 3px;}


/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ddd;
	background-color: #FFFFFF;
}
div.removeable {
	margin: 3px 0;
	padding-right: 6px;	
	border: 1px dotted #ccc;
	background-color: #F3F3F3;
	
}
/* Links generated by the Repeat Behavior */
.duplicateLink {
	line-height: 260%;
	font-weight: bold;
}
.removeLink {
	line-height: 260%;
}

/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an,
.onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar,
.onstate-as, .onstate-at, .onstate-au, .onstate-av,
.onstate-aw, .onstate-ax, .onstate-ay, .onstate-az {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */

.offstate-a, .offstate-b, .offstate-c, .offstate-d, 
.offstate-e, .offstate-f, .offstate-g, .offstate-h, 
.offstate-i, .offstate-j, .offstate-k, .offstate-l,
.offstate-m, .offstate-n, .offstate-o, .offstate-p, 
.offstate-q, .offstate-r, .offstate-s, .offstate-t,
.offstate-u, .offstate-v, .offstate-w, .offstate-x,  
.offstate-y, .offstate-z, .offstate-aa, .offstate-ab,
.offstate-ac, .offstate-ad, .offstate-ae, .offstate-af,
.offstate-ag, .offstate-ah, .offstate-ai, .offstate-aj,
.offstate-ak, .offstate-al, .offstate-am, .offstate-an {
	display: none !important;
}

.wfPage, .wfHideSubmit { 
	display: none !important;
}
.wfCurrentPage {
	display: block !important;
}

#rotator img {
	display:none;
	position:absolute;
	top:0; left:0;
}

.g-recaptcha{
  margin:0 auto;
  text-align:center;
  background:#FFFFFF;
}

.g-recaptcha div{
  margin:0 auto;
  text-align:center;
}

 
/* IE6 BUG FIXES ==================================================================== */

.inlineSection .oneField {
	display: expression('inline-block');		
}

/* Error Notification  */
#alertMessagePlaceHolder {
font-size:1.4em;
background-color: #c1a738;
padding:2%;
display: none;
margin: 10px auto 0 auto;
color:#fff;
font-weight:bold;
width:90%;
}
.errs {
font-size:1.4em;
background-color:#c1a738;
padding:2%;
margin:10px auto 0 auto;
color:#fff;
font-weight:bold;
width:90%;
}





