@charset "utf-8";
/*----------------------------------------------------
	setup
----------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #4b4b4b;
}

html,
body {
	height: 100%;
}

ul {
	list-style: none;
}

a {
    color: #197CB5;
    text-decoration: none;
 }

a:hover {
	text-decoration: underline;
}

a img {
	border-style: none;
}

span.icon_actor,
span.icon_actress,
span.icon_playing {
 	margin-right: 5px;
 	padding: 4px 8px;
 	color: #fff;
 }

span.icon_actor {
	color: #3498db;
  	font-weight: bold;
  	background: #eef8ff;
 	border: 1px solid #3498db;
}

span.icon_actress {
	color: #e74c3c;
  	font-weight: bold;
  	background: #fff0ee;
 	border: 1px solid #e74c3c;
}

span.icon_playing {
  	font-weight: bold;
 	border: 1px solid #e28b00;
 	background: #f39c12;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/*----------------------------------------------------
	common
----------------------------------------------------*/
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -90px;
}

/* header */
header {
	width: 100%;
	height: 60px;
	background: #fff;
	border-bottom: 2px solid #3366ff;
}

div#header_inner {
	width: 780px;
	margin: 0 auto;
	padding-top: 8px;
}

img#logo {
	float: left;
}

/* gnav */
ul#gnav {
	float: right;
	margin-top: 10px;
}

ul#gnav li {
	font-family: 'Open Sans', sans-serif;
	float: left;
	font-size: 16px;
	height: 24px;
	margin-left: 24px;
}

ul#gnav li a {
    color: #3366ff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

ul#gnav li a:hover {
    text-decoration: none;
    color: #658cff;
}

ul#gnav li.home {
	padding-left: 28px;
	background: url(../images/common/icon_home.png) 0px 0px no-repeat;
}

ul#gnav li.actor {
	padding-left: 28px;
	background: url(../images/common/icon_actor.png) 0px 0px no-repeat;
}

ul#gnav li.actress {
	padding-left: 28px;
	background: url(../images/common/icon_actress.png) 0px 0px no-repeat;
}

ul#gnav li.btn_twitter a {
	width: 24px;
	height: 24px;
	display: block;
	font-size: 14px;
	text-align: center;
	border-radius: 12px;
	background: #eb6100;
}

ul#gnav li.btn_twitter a:hover {
	color: #fff;
	background-color: #ff8631;
}

ul#gnav li.btn_twitter a img {
	vertical-align: middle;
}

div#contents {
    width: 780px;
    margin: 30px auto;
    overflow: hidden;
}

/* tab */
ul.tab {
	position: relative;
	bottom: -1px;
}

ul.tab li a {
	width: 95px;
	height: 32px;
    float: left;
    margin-right: 10px;
    color: #4b4b4b;
    text-align: center;
    line-height: 30px;
    border: 1px solid #a2a2a2;
    background: #dcdcdc;
}

ul.tab li a:hover {
    text-decoration: none;
	background: #f5f5f5;
}

ul.tab li.active a{
	border-bottom: 1px solid #fff;
    background: #fff;
}

div.tab_content {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #a2a2a2;
}

div.tab_content_area {
	padding: 10px 0;
    display: none;
}

p.last_update {
	text-align: right;
}

div.tab_content_area dl.top_info dt {
	margin: 10px 0 8px;
}

div.tab_content_area dl.top_info dd {
	margin-bottom: 20px;
}

div.tab_content_area dl.profile_info {
	margin: 5px 0 10px;
}

div.tab_content_area dl.profile_info dt {
	clear: left;
	float: left;
	width: 40px;
	margin-bottom: 5px;
	text-align: right;
	font-weight: bold;
	background: url(../images/common/arrow.png) 2px 6px no-repeat;
}

div.tab_content_area dl.profile_info dd {
	margin: 0 0 5px 50px;
}

div.tab_content_area ul {
	margin: 5px 0 10px;
}

div.tab_content_area ul li {
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(../images/common/arrow.png) 2px 6px no-repeat;
}

#push {
	height: 90px;
}

/* footer */
footer {
	color: #3366ff;
	height: 90px;
	background: #fff;
	border-top: 2px solid #3366ff;
}

footer a {
	color: #3366ff;
}

div#company_info {
	width: 780px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
}

div#company_info dl {
	float: left;
	line-height: 1.2;
}

div#company_info dl dd span {
	margin-right: 10px;
 	font-size: 11px;
}

div#company_info p {
	float: right;
	margin-top: 30px;
	text-align: right;
 	font-size: 11px;
}

/* 404 */
.image_404 {
	float: left;
}

div.contents_404 {
	width: 540px;
	float: right;
}

div.contents_404 h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	color: #cbcbcb;
}

div.contents_404 h3 {
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 20px;
}

div.contents_404 p {
	margin-bottom: 10px;
}

div.contents_404 p.goto_top {
	margin-bottom: 10px;
	padding-left: 12px;
	background: url(../images/common/arrow.png) 2px 6px no-repeat;
}

/*----------------------------------------------------
	top
----------------------------------------------------*/
div#main_img {
	width: 100%;
	background: #f6f6f6;
}

div#main_img_inner {
	width: 780px;
	height: 300px;
	margin: 0 auto;
}

/*----------------------------------------------------
	actor,actress list
----------------------------------------------------*/
ul#actor,
ul#actress {
	overflow: hidden;
}


ul#actor li,
ul#actress li {
	float: left;
	margin: 0 30px 30px 0;
}

ul#actor li:nth-child(6n),
ul#actress li:nth-child(6n) {
	margin-right: 0;
}

ul#actor li p,
ul#actress li p {
	text-align: center;
 	font-size: 14px;
	font-weight: bold;
}

ul#actor li a img,
ul#actress li a img {
	border: 3px solid #b2b2b2;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

ul#actor li a:hover img {
	border: 3px solid #3498db;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

ul#actress li a:hover img {
	border: 3px solid #e74c3c;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

p.actor_annotation,
p.actress_annotation {
	text-align: right;
 	border-bottom: 1px dotted #ccc;
}

p.actor_annotation {
	margin-bottom: 30px;
}

/*----------------------------------------------------
	profile
----------------------------------------------------*/
#side_list {
	width: 100px;
	padding: 10px;
	float: left;
 	font-size: 11px;
	line-height: 1.8;
	background: #fafafa;
	border-radius: 3px;
}

#side_list ul:first-child {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#side_list ul li {
	padding-left: 5px;
}

div#profile {
	width: 650px;
	float: right;
}

div#profile_box {
	margin-bottom: 30px;
	overflow: hidden;
}

div#profile_box img {
	float: left;
}

div#personal_info {
	width: 380px;
	float: right;
	overflow: hidden;
}

div#personal_info h1 {
	margin-bottom: 10px;
	padding-left: 5px;
	border-bottom: 2px solid #b2b2b2;
 	font-size: 24px;
}

div#personal_info h1 span {
	padding-left: 20px;
 	font-size: 14px;
	font-weight: normal;
}

div#personal_info dl {
	margin-left: 5px;
}

div#personal_info dl dt {
    width: 5em;
    float: left;
    clear: both;
    font-weight: bold;
}

div#personal_info dl dd {
    margin-left: 5em;
    padding-bottom: 10px;
}

h2.personal_history {
	border-bottom: 1px dotted #cccccc;
}

p.ttl_sub {
	padding: 2px 8px;
	margin-bottom: 10px;
	font-weight: bold;
 	font-size: 16px;
	background: #f2f2f2;
}

/*----------------------------------------------------
	produce
----------------------------------------------------*/
div#produce_list {
	overflow: hidden;
}

div#produce_list h1 {
	margin-bottom: 30px;
	padding: 0 0 5px 5px;
	border-bottom: 2px solid #b2b2b2;
 	font-size: 20px;
}

div#produce_list ul li {
	width: 390px;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}

div#produce_list ul li:nth-child(3n) {
	margin-right: 0;
}

div#produce_list ul li h2 {
 	font-size: 16px;
	text-align: left:;;
}

div#produce_list ul li img {
	text-align: center;
}

div#produce_list ul li p {
	margin-bottom: 10px;
	font-weight: bold;
 	font-size: 16px;
	text-align: left;
	margin: 0 75px 10px;
	border-bottom: 1px dotted #cccccc;
}

div#produce_list ul li a:hover {
	opacity: 0.8;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

/*----------------------------------------------------
	produce detail
----------------------------------------------------*/
div#produce_detail h1 {
	margin-bottom: 30px;
	padding: 0 0 5px 5px;
	border-bottom: 2px solid #b2b2b2;
 	font-size: 20px;
}

div#produce_detail h2 {
 	font-size: 14px;
 	margin-bottom: 5px;
}

div#produce_detail h3 {
 	font-size: 14px;
 	margin-bottom: 5px;
}

div#produce_detail ul.flier {
	overflow: hidden;
	margin-bottom: 30px;
}

div#produce_detail ul.flier li {
	float: left;
}

div#produce_detail ul.flier li:first-child {
	margin-right: 40px;
}

div#produce_detail dl {
	margin-bottom: 20px;
}

div#produce_detail dl dt {
	font-weight: bold;
}

div#produce_detail dl.cast dt {
    float: left;
    clear: both;
}

div#produce_detail dl.cast dd {
    padding-bottom: 5px;
}

div#produce_detail dl.cast dd ul {
	overflow: hidden;
}

div#produce_detail dl.cast dd ul li {
	float: left;
	margin-right: 15px;
}

div#produce_detail dl.ticket dd {
    padding-bottom: 10px;
}

/*remove later*/
div#produce_detail span.on_sale {
	font-size: 20px;
	color:#f00;
	margin-left: 20px;
}

div#produce_detail div.produce_info {
	float: left;
}

div#produce_detail div.movie a {
	float: right;
	width: 320px;
	height: 180px;
	display: block;
	background: url(../images/produce/thumbnail2014.jpg) 0px 0px no-repeat;
}

div#produce_detail div.movie a:hover {
	background-position: 0 -180px;
}

/*----------------------------------------------------
	recruit
----------------------------------------------------*/
#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
 
#recruit_contents {
	border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    display: none;
    padding: 20px 0;
    width: 660px;
}

#recruit_contents div.recruit_contents_inner {
	padding: 0 30px;
}

#recruit_contents p.ttl_recruit {
	font-size: 26px;
	font-weight: bold;
	background: #ff6347;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

#recruit_contents dl {
	margin-bottom: 20px;
	font-size: 24px;
}

#recruit_contents dl dt {
	font-weight: bold;
    float: left;
    clear: both;
}

#recruit_contents p {
	font-size: 24px;
}

#recruit_contents p.annotation {
	margin-top: 20px;
}