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

html {
	min-width: 986px;
}

body {
	background-image:url(../image/common/bg_img.png);
	background-repeat:repeat;
}

/*link styles*/

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #050033;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:hover {
	color: #ff9000;
	text-decoration: none;
}
a.ap:hover img, input.ap:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	zoom: 1;
}
.hover {
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
}


/*ヘッダー*/
header {
	width: 960px;
	height: 200px;
	background-image: url(../image/common/header_img.png);
	background-repeat: repeat;
	margin: auto;
	position: relative;
}

#header_bg {
	width: 100%;
	height: 200px;
	background-image: url(../image/common/header_img.png);
	background-repeat: repeat;
	box-shadow: 0 2px 4px #999;
}

h1 {
	font-size: 14px;
	line-height:1.6;
	position: absolute;
	left:293px;
	top:26px;
	text-shadow:
2px 0px 5px rgba(255,255,255,0.7),
0px 2px 5px rgba(255,255,255,0.7),
-2px 0px 5px rgba(255,255,255,0.7),
0px -2px 5px rgba(255,255,255,0.7);
}

#logo{
	width: 256px;
	height: 97px;
	background-image: url(../image/common/logo.png);
	background-repeat: no-repeat;
	margin: 45px auto 0 0;
	text-indent: -9999px;
	position:absolute;
}

.cat a {
	background-image:url(../image/common/cat.png);
	width: 150px;
	height: 100px;
	float:right;
	position:relative;
	top:100px;
	right:80px;
	text-indent: -9999px;
}

.cat a:hover {
	background-image:url(../image/common/cat_a.png);
	width: 150px;
	height: 100px;	float:right;
	position:relative;
	top:100px;
	right:80px;
}

/*グローバルメニュー*/
#navi {
	position: absolute;
	left:293px;
	top:68px;
}

#navi ul {
	list-style: none;
	font-size: 18px;
	overflow: hidden;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 2px #000;
}

#navi li.navi01 {
    height:38px;
    float: left;
    background-image: url(../image/common/icon_img.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: 0px center;
    padding-top:25px;
    }

#navi li.navi02 {
    height:38px;
    float: left;
    background-image: url(../image/common/icon_img.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: 0px center;
    padding-top:25px;
    margin-left:33px;
}

#navi li.navi03 {
    height:38px;
    float: left;
    background-image: url(../image/common/icon_img.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: 0px center;
    padding-top:25px;
    margin-left:36px;
}

#navi li.navi04 {
    height:25px;
    float: left;
    background-image: url(../image/common/icon_img.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: 0px center;
    padding-top:15px;
    }

#navi li.navi05 {
    height:25px;
    float: left;
    background-image: url(../image/common/icon_img.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: 0px center;
    padding-top:15px;
    margin-left:15px;
}

#navi li.navi06 {
    height:25px;
    float: left;
    background-image: url(../image/common/icon_img.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: 0px center;
    padding-top:15px;
    margin-left:18px;
}

#navi a:link{ text-decoration: none; color: #333;}
#navi a:hover { color: #FFF; text-decoration: underline !important;}
#navi a:visited{ text-decoration:none; color: #33;}
#navi .link_v{ text-decoration:underline;}

/*1カラム*/
#main {
	width: 986px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	padding-top: 10px;
	clear:both;
	overflow: hidden;
}

h2{
	background-image: url(../image/common/h2_img.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 986px;
	height: 44px;
	line-height: 42px;
	text-indent: 65px;
	color: #FF8000;
	text-shadow: 1px 1px 2px #666666;
}

.h2 {font-size:18px;}

h2.end{
	float:left;
	background-image: url(../image/common/h2_img.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 986px;
	height: 44px;
	line-height: 42px;
	text-indent: 65px;
	color: #FF8000;
	text-shadow: 1px 1px 2px #666666;
	margin:15px auto 15px 0;
}

h2.other{
	background-image: url(../image/common/h2_img_other.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 986px;
	height: 44px;
	line-height: 42px;
	text-indent: 65px;
	color: #FF8000;
	text-shadow: 1px 1px 2px #666666;
}

h3 {
	border-left:solid 10px #F60;
	width: 900px;
	color: #FF8000;
	line-height:40px;
}

.h3 {font-size:18px;}

.footer_title {
	font-size:18px;
	color: #FF8000;
	line-height:35px;
	text-shadow: 1px 1px 2px #666666;
	margin:5px 10px 0 15px;
	text-align:center;
}

.staff_footert {
	margin:0 15px 5px 15px;
	line-height:160%
}

/*イベント掲載部分*/

.event_chirashi {
	margin:15px auto 0 10px;
	float:left;
	width:480px;
}

.event_box {
	margin:15px auto 40px 15px;
	clear:none;
}

.event_box_shousai {
	width:300px;
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	background-color:#fff;
	border :1px solid #ccc;
	clear:right;
	border-radius: 10px;        /* CSS3草案   */
    -webkit-border-radius: 10px;   /*  Safari,Google Chrome用 */  
    -moz-border-radius: 10px; /*   Firefox用 */ 
}

.event_box_shousai:hover .event_box_text{
	color:#FF8000;
	text-decoration: none;
}

.event_box_text {
	min-height: 45px;
	margin: 10px 15px 10px 15px;
	text-align: center;
	line-height: 140%;
	font-weight: bolder;
	font-size: 105%;
}

.event_box_img {
	margin:0 auto 0 30px;
}

.content-wrapper {
	width: 986px;
	overflow: hidden;
}

.event_table_box .wp_social_bookmarking_light {
	display:none;
}

/*劇団員紹介*/

.staff_box {
	margin:15px auto 0 10px;
	clear:none;
}

.staff_box_shousai {
	width:224px;
	float:left;
	margin-right:17px;
	margin-bottom:15px;
	background-color:#fff;
	border :1px solid #ccc;
	clear:right;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

.staff_box_shousai:hover .staff_box_text{
	color:#FF8000;
}

.staff_box_text {
	margin: 10px 15px 10px 15px;
	text-align: center;
	line-height: 140%;
	font-weight: bolder;
	font-size: 105%;
}

.staff_box_img {
	margin:18px auto 0 23px;
}

/*ステップメールコンテンツ*/
.seikai {
	font-size: ;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

.forma{
	height:30px;
	width:250px;
	line-height:16px;
}

#image-btn {
	border: none;
	width: 199px;
	height: 57px;
	background: url(../image/common/btn_answer.png) no-repeat 0 0;
	text-indent: -9999px;
}

#image-btn:hover {
	background-position: 0 bottom;
}

#image-btn2 {
	border: none;
	width: 199px;
	height: 57px;
	background: url(../image/common/btn_experience.png) no-repeat 0 0;
	text-indent: -9999px;
}

#image-btn2:hover {
	background-position: 0 bottom;
}


/* 隠しコンテンツのCSS */
.staff {
		position: relative;
		display: none;/* ライトボックス表示するコンテンツは消しておきます */
		width: 400px;/* 隠しコンテンツの横幅 */
		height: auto;/* 隠しコンテンツの高さ */
		padding:20px;
		font-size:120%;
		line-height:130%;
	}

.staff_img {
	margin-left:100px;
	margin-right:auto;
	margin-bottom:10px;
}

.staff h3 {
	border:none;
	width: auto;	
}


/*youtube*/
.youtube {
  width:450px;
  height:256px;
  float:left;
  margin:15px 0 0 20px;
}

/*twitter*/
.twitter {
  width:454px;
  height:400px;
  float:left;
  clear:right;
  margin:15px auto 0 20px;
  padding:0;
}

/*line＠ */
#line_at {
	width:450px;
	height:120px;
	float:left;
	margin:15px 15px 0 20px;
}

#line_at img {
	width:450px;
	height:120px;
}

/*line＠ sidebar*/
.line_at_side {
	width:450px;
	height:150px;
	float:left;
	margin:15px 0 0 20px;
}

.line_at_side img {
	width:450px;
	height:150px;
}

#mailmaga{
	width:450px;
	height:120px;
	float:left;
	margin:15px 15px 0 20px;
	background-image:url(../image/common/bg_mail.png);
	background-color:#FFF;
	border :1px solid #ccc;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}

table.form_table {
	float:right;
	width:350px;
	font-size:115%;
	margin:55px 20px 5px 20px;
	padding:0;
}

table.form_table th {
	width: 100px;
	font-size: 90%;
	font-weight: normal;
	text-align:right;
	padding-right:10px;
}

table.form_table td {
	font-size:90%;
	font-style:normal;
}

/*スタッフ募集*/
#recruit{
	width:453px;
	height:120px;
	float:left;
	margin:13px 15px 0 20px;
	background-color:#fff;
	border :1px solid #ccc;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

/*スタッフ募集*/
ul.banner {
	margin-top:10px;
}

ul.banner li {
	margin:5px 5px 10px 14px;
	display:inline;
}

/*text*/
.text {
	width:910px;
	float:left;
	margin:15px auto 0 10px;
	padding:30px 20px 20px 30px;
	background-color:#fff;
	border :1px solid #ccc;
	clear:right;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

.text p{
	line-height:160%;
	font-size:15px;
	padding-bottom:70px;
}

.f10 {
	font-size: 85%;
}

.center p{
	text-align:center;
}

/*event詳細ページ*/
.event {
	width:880px;
	float:left;
	margin:15px auto 0 10px;
	padding:30px 40px 20px 40px;
	background-color:#fff;
	border :1px solid #ccc;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

.event_img{
	float:left;
	clear:right;
	margin:0 30px 30px 0;
}

.event_shousai{
	float:left;
	width:440px;
}

.event_shousai p {
	line-height:150%;
	font-size:15px;
	padding-bottom:20px;
}

.event_shousai p a {
	color:#F33 !important;
	text-decoration:underline !important;
}

.event_shousai p a:hover {
	color:#F90 !important;
	text-decoration:none !important;
}

.event_table_box {
	margin:10px 20px 10px 20px;
}

table.event_table {
	width:800px;
	font-size:115%;
	margin:30px auto 30px 0;
}

table.event_table tr {
	border-top: #F66 dotted 1px;
}

table.event_table td {
	text-align:left;
	line-height:130%;
	padding:15px 10px 15px 10px;
	border-bottom: #F66 dotted 1px;
}

table.event_table th {
	width:130px;
	text-align:left;
	font-weight:normal;
	padding-left:20px;
	border-bottom: #F66 dotted 1px;
}

table.event_table td a {
	text-decoration: underline !important;
	color: #F33 !important;
}

table.event_table td a:hover {
	text-decoration: none !important;
	color: #F90 !important;
}

/*footer*/
footer {
	width:100%;
	padding:20px 0 20px 0;
	margin-top:20px;
	background-image:url(../image/common/header_img.png);
	background-repeat:repeat;
	clear:both;
	text-align:center;
}

.footer_link {
	font-size:12px;
	color: #333;
}

.footer_link a {
	font-size:12px;
	color: #333;
}

.footer_link a:hover {
	font-size:12px;
	color: #F33;
}

.copyright {
	font-size:12px;
	color: #333;
}

/* お問い合わせ */
.form_label {
  margin: 16px 0;
}
.form_item input{
	font-size: 160%;
	text-indent: 3%;
	width: 50%;
	height: 30px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.form_item textarea{
	font-size: 130%;
	text-indent: 3%;
	width: 80%;
	height: 100px;
	border-radius: 5px;
}

.form_item .contact_submit{
	font-size: 165%;
	font-weight: bold;
	height: 60px;
	text-align: center;
	vertical-align: middle;
 	padding: 10px;
	width: 60%;
	display: block;
	border-radius: 8px; 
	border: 1px #cccccc solid;
  margin: 15px auto 0 auto;
}

.required {
	color:#ff0000;
	font-size:90%;
	margin-left: 5px;
}
