@import url('reset.css');

@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    font-size: 14px;
    font-family: HiraKakuProN-W3,"ヒラギノ角ゴ ProN W3",Helvetica,sans-serif;
    color: #3a3a3a;
    width: 100%;
    min-width: 320px;
    -webkit-text-size-adjust: none;
    background: #000;
}

a{
	opacity:1;
	color:#fff;
	text-decoration:none;
	-webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

nav ul {
    list-style:none;
}

/*header*/
#header {
    background: #000;
    border-bottom: 1px solid #444;
    height: 49px;
    position: relative;
    width: 100%;
}

.headTtl {
    float: left;
    margin-left: 10px;
    margin-top: 17px;
}

.button {
    width: 49px;
    height: 49px;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
.menu-button-left {
    left: 0px;
    border-right: 1px solid #444;
}
.menu-button-right {
    right: 0px;
    border-left: 1px solid #444;
}

.button.menu-button-right > img {
    padding: 7px 0 0 7px;
}

/*slidemenu*/
.slidemenu {
    background-color: #333;
}
.slidemenu li {
    list-style: none;
    border-bottom: 1px solid #292929;
    font-size:14px;
    line-height: 1.8;
}
.slidemenu li a {
    padding:10px 0 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.slidemenu li:first-child {
    border-top: none;
}
.slidemenu li:last-child {
    border-bottom: none;
}
.slidemenu .slidemenu-header {
    height: 49px;
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    background-color: #191919;
}
.slidemenu .slidemenu-header div {
    padding: 17px 0px 0px 19px;
    text-decoration: none;
    color: #fff;
}

/*main*/
#main {
    background: #000;
}
#contents {
    padding: 0;
}
#contents h1 {
    font-size: 12px;
    padding: 10px;
	padding-top:30px;
}
#contents p {
    margin-top: 15px;
}

/*plugin*/
#main {
  z-index: 1;
}
.slidemenu {
  top: 0;
  width: 240px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
.slidemenu .slidemenu-header {
  position: relative;
}
.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #191919;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu-left {
    left: 0;
}
.slidemenu-right {
    right: 0;
}

#num > li {
    float: left;
    width: 25%;
}
#num img {
    width: 100%;
}

.subMenu {
    margin-top: 30px;
}

.subMenu a {
    font-size: 12px;
}

.subMenu2 a {
    font-size: 12px;
}

.current {
    background-color: #FFFFFF;
}

.current a {
    color: #000000 !important;
}

.caroufredsel_wrapper img {
    margin-right: 15px;
	height: 300px;
	width: auto;
}

.bioArea {
	color: #FFFFFF;
}

#contents .bioArea h1 {
	font-size: 15pt;

}

.bioArea h2 {
	font-size: 11pt;
	padding: 10px;
}

.bioArea div {
	font-size: 9pt;
	padding: 10px 10px 15px;
	line-height: 1.4em;
}

.wantedArea {
	color: #FFFFFF;
}

#contents .wantedArea h1 {
	font-size: 15pt;

}

.wantedArea h2 {
	font-size: 11pt;
	padding: 10px;
}

.wantedArea div {
	font-size: 9pt;
	padding: 10px 10px 20px;
	line-height: 1.4em;
}

.wantedArea div a{
	color: #FFFFFF;
	text-decoration: none;
}

.clear{
	clear: both;
}
.photo_list{
	width: 100%;
	overflow: hidden;
}

.photo_title{
	color: #ffffff;
}

.photo_list ul li{
	float: left;
	margin-right: 10px;
}

.photo_list ul li.center{
	width: 100%;
	margin-right: 0px;
}
.photo_list ul li.center img{
	width: 100%;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*next prev*/
.horizontal .mCSB_buttonLeft{
    background-image: url(../images/btn_prev.png); /* css sprites */
    background-repeat: no-repeat;
    float: left;
}

.horizontal .mCSB_buttonRight{
    background-image: url(../images/btn_next.png); /* css sprites */
    background-repeat: no-repeat;
    float: right;
}
.horizontal a{
    width: 24px;
    height: 47px;
    opacity: 0.5;
}
.photo_list{
    position: relative;
}
.photo_list .horizontal{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -23.5px;
    width: 100%;
    z-index: 99;
}
