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

body {
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color:#6e6e6e;
	background:#ffffff;
	font-size:85%;
	width:100%;
	text-align: center;
}

p{ text-align: left; line-height: 150%;}

a {outline:none}
a:focus {outline:none;}

img{border:none;}
a img{border:none;}

li{list-style:none; margin:0; padding:0; text-align: left; line-height: 150%;}
table{margin:0; padding:0; border:none;}
table th,
table td { text-align: left;}

h1,
h2,
h3,
h4 { text-align: left; }

/* ClearFix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
/*.clearfix:after {
	content: "." !important;
	display: block !important;
	height: 0 !important;
	clear: both !important;
	visibility: hidden !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
.clearfix {
	display: inline-block !important;
	min-height: 1% !important;  /* for IE 7*/
	/*overflow: hidden !important;
}
*/
.clear_b {
	clear: both;
}

/* スマホの時だけ改行させるクラス*/
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

/* Margin */
.mtnone { margin-top: 0px !important ;}
.mt05 { margin-top: 5px !important ;}
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.mbnone { margin-bottom: 0px !important ;}
.mb05 { margin-bottom: 5px !important ;}
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

.mlnone { margin-left: 0px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }

.mrnone{ margin-right:0! important; }
.mr10 { margin-right: 10px !important; }


/* Padding */
.pt10 { padding-top: 10px; }


/* aタグ */
a:link{ text-decoration:none; color:#6e6e6e; }
a:visited{ text-decoration:none; color:#6e6e6e; }
a:active{ text-decoration:none; }
a:hover{ text-decoration:underline; color:#6e6e6e; }

/* Float */
.fleft { float: left; }
.fright { float: right; }

/* TextAlign */
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }


/* 文字装飾 */
.txtStyle01 { color: #FF0000; } /* 赤 */
.txtStyle02 { font-weight: bold; } /* 太字 */
.txtStyle03 { text-indent: -1em; padding-left: 1em; }

.pc_visible { display: block; }
.pc_hidden { display: none; }
.sp_visible { display: block; }
.sp_hidden { display: none; }

/* 画像マウスオーバー */
img.imgover:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

/* 見出し
**********************************************/
.ttlStyle01	{
	border-bottom: 4px solid #cccccc;
	/*box-shadow:5px 5px 10px;*/
	/*font-family: "Cinzel Decorative",cursive;*/
	font-family: "Paprika";
	font-size: 180%;
	/*font-weight: bold;*/
	margin: 0 0 20px;
	padding: 0;
}

.ttlStyle02{
    position: relative;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0.5em 2.0em;
    border-bottom: 2px dotted #999999;
}

.ttlStyle02:before{
    content: "□";
    font-size: 150%;
    position: absolute;
    color: #999999;
    top: -0.8em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}

.ttlStyle02:after{
    content: "□";
    font-size: 150%;
    position: absolute;
    color: #708090;
    top: -0.5em;
    left: 0;
    height: 12px;
    width: 12px;
}

.ttlStyle03 {
	position:relative;
	padding-left:30px;
	border-bottom:2px solid #c0c0c0;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 10px;
}
.ttlStyle03:after, .ttlStyle03:before{
	content:'';
	height:18px;
	width:4px;
	display:block;
	background:#a9a9a9;
	position:absolute;
	top:8px;
	left:15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}

.ttlStyle03:before{
	height:10px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	top:16px;
	left:7px
}
.ttlStyle04{
    border-bottom: 1px solid #999999;
}
.ttlStyle05{
	font-weight:bold;
	margin-bottom:10px;
}
.ttlStyle05{
	font-weight:bold;
	margin-bottom:10px;
	font-size: 120%;
}

.ttlStyle06	{
	border-bottom: 4px solid #cccccc;
	font-family: "Paprika";
	font-size: 180%;
	margin: 0 0 20px;
	padding: 0;
	display: flex; /* 子要素をフレックスボックスで配置 */
    justify-content: space-between; /* 左右に分ける */
    align-items: center; /* 縦の位置を揃える */
}

.rightAlign {
    display: flex; 
    align-items: center;
  }

.ttlAttention01 {
	font-size:0.7rem;
	display: block;
}




/*
.ttlStyle03:before {
    position: absolute;
    top: 11px;
    left: 4px;
    width: 14px;
    height: 14px;
    background: #f50545;
    content: "";
}*/

/*
h3 {
	border-left: 6px solid #708895;
	padding: 5px 20px 5px 14px;;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 120%;
}
h4 {
	font-weight: bold;
	margin-bottom: 5px;
}
*/

/* リスト
**********************************************/
.listStyle01 li{
	text-indent: -1em;
	margin-left: 1em;
	list-style: disc;
	list-style-position: inside;
}
.listStyle02 li{
	text-indent: -1em;
	margin-left: 1em;
	list-style: none;
	font-size: 85%;
}
.listStyle03 li{
	margin-left: 1.4em;
	list-style: disc;
	font-size: 90%;
	padding-top: 5px;
}

/* リンク
**********************************************/
.linkStyle01{
	background:url(../image/ico01.png) no-repeat 100% 50%;
	padding-right: 15px;
}

/* BoxShadow
**********************************************/
/*.boxStyle01 {
	 box-shadow: 0 10px 6px -6px #777777;
}*/
.boxStyle01 {
	border: 1px solid #999999;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	position: relative;
}
.boxStyle01:before, .boxStyle01:after {
	border-radius: 100px 100px 100px 100px / 10px 10px 10px 10px;
	bottom: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	content: "";
	left: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: -1;
}
.boxStyle01:after {
	left: auto;
	right: 10px;
	transform: skew(8deg) rotate(3deg);
		-webkit-transform: skew(8deg)  rotate(3deg);
		-moz-transform: skew(8deg)  rotate(3deg);
		-ms-transform: skew(8deg)  rotate(3deg);
		-o-transform: skew(8deg)  rotate(3deg);
}

/* ボーダー */
.borderStyle01 {
	border-top: 9px dotted #cccccc;
 }


/* テーブル */
table	{
	border-top: 1px solid #cccccc;
}
	table tr	{
		border-bottom: 1px solid #cccccc;
	}
		table tr th	{
			width: 167px;
			background: #F7F7F7;
			padding: 10px;
			border-right: 1px solid #cccccc;
			border-left: 1px solid #cccccc;
			line-height: 150%;
			vertical-align: middle;
			font-weight: normal;
		}
		table tr td	{
			width: 500px;
			padding: 10px;
			border-right: 1px solid #cccccc;
			line-height: 150%;
		}
			table tr td span a,
			table tr td span a:link	{
				color: #003399;
			}


/* Header
**********************************************/
header {
	border-bottom: 2px solid #cccccc;
	margin-bottom: 30px;
}
header div#headmain {
	/*height: 90px;*/
	margin: 0 auto;
	width: 961px;
	padding: 10px 0;
	display: table;
	/*font-family: "Cinzel Decorative",cursive;*/
	font-family:"Paprika";
}
header div#headmain h1 {
	float: left;
	width: 200px;
}

header div#headmain .headmain01 {
	float: right;
}
header div#headmain .headmain01 .languageArea {
	text-align: right;
	margin: 10px 0 25px;
	display: block;
}
header div#headmain .headmain01 .languageArea li {
	display: inline-block;
	font-size: 120%;
}
header div#headmain .headmain01 .languageArea li a {
	padding: 5px 10px;
	transition: all 0.3s ease 0s;
}
header div#headmain .headmain01 .languageArea li.on a,
header div#headmain .headmain01 .languageArea li a:hover {
	-moz-border-radius: 8px;    /* Firefox */
	-webkit-border-radius: 8px; /* Safari,Chrome */
	border-radius: 8px;         /* CSS3 */
	background-color: #6e6e6e;   /* 背景色 */
	color: #ffffff;
	text-decoration: none;
}



/*header div#headmain .headmain01 .languageArea li:first-child:after { content:" | "; }*/

/*** Global Navigation ***/
#toggle {
	display: none;
}


header div#headmain nav {
	font-size: 150%;
	/*font-weight: bold;*/
}

header div#headmain nav li {
	display: inline-block;
	margin-right: 10px;
}
header div#headmain nav li a {
	padding: 5px 10px;
	transition: all 0.3s ease 0s;
}
header div#headmain nav li:last-child {
	margin-right: 0;
}
/*header div#headmain nav li a span { display: none; }*/

header div#headmain nav li.on a,
header div#headmain nav li a:hover {
	-moz-border-radius: 8px;    /* Firefox */
	-webkit-border-radius: 8px; /* Safari,Chrome */
	border-radius: 8px;         /* CSS3 */
	background-color: #6e6e6e;   /* 背景色 */
	color: #ffffff;
	text-decoration: none;
}
header div#headmain nav li.smt_home,
header div#headmain nav li.smt_lang,
header div#headmain nav li.smt_pc {
	display: none;
}


/*
header nav {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	height: 46px;
	width: 100%;
}
header nav ul#gNavi {
	font-size: 0;
	width: 961px;
	margin: 0 auto 10px;
	padding: 0;
}
header nav ul#gNavi li {
	border-right: 1px solid #cccccc;
	display: inline-block;
	height: 46px;
	width: 191px;
}
header nav ul#gNavi li:first-child {
	border-left: 1px solid #cccccc;
}
*/
/* ぱんくず */
/*
div#breadcrumb	{
	font-size: 10pt;
	padding: 10px 0;
	margin: 0;
	width: 100%;
	background: #F7F7F7;
	text-align: left;
}
	div#breadcrumb ul{
		width: 960px;
		margin: 0 auto;
		padding: 0;
	}
		div#breadcrumb ul li	{
			display: inline-block;;
		}
*/

/* Contents
**********************************************/
div#contents {
	width: 100%;
	margin-bottom: 50px;
}
.contentsInner01 {
	width: 961px;
	margin: 0 auto;
}
	.contentsInner01:after {
		content: '';
		display: table;
		clear: both;
	}

/* PageTop */
p#pagetotop	{
	text-align: right;
	width: 961px;
	margin: 0 auto;
	padding: 0;
}
p#pagetotop a	{
	-moz-border-radius: 8px 8px 0 0;    /* Firefox */
	-webkit-border-radius:  8px 8px 0 0; /* Safari,Chrome */
	border-radius:  8px 8px 0 0;         /* CSS3 */
	background-color: #6e6e6e;   /* 背景色 */
	color: #ffffff;
	text-decoration: none;
	padding: 5px 15px;
}
p#pagetotop a:hover	{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
/*
	p#pagetotop img	{
		vertical-align:bottom;
	}
		p#pagetotop img:hover{
			opacity: 0.8;
			filter: alpha(opacity=80);
			-moz-opacity: 0.8;
		}
		*/

/* Footer
**********************************************/
footer	{
	/*background: #333333;*/
	border-top: 5px solid #6e6e6e;
}
	footer div.footerInner01{
		width: 961px;
		margin: 0 auto;
		padding: 20px 0 10px;
	}

	/* SNSアイコン */
	footer div.footerInner01 ul li {
		display: inline-block;
		margin-right: 10px;
	}
		footer div.footerInner01 ul li:last-child { margin-right: 0; }

	/* Support */
	footer div.footerInner01 div#footmain {
		margin-bottom: 10px;
	}
	footer div.footerInner01 div#footmain p	{
		text-align: right;
	}

	/* Copyright */
	footer div.footerInner01 small	{
		text-align: center;
	}

/* Newアイコン
**********************************************/
.new01 {
	background: url(../../image/new_g_07.png) 0 50% no-repeat;
	padding-left: 30px;
}
.new02 {
	background: url(../../image/new_g_07.png) 100% 0 no-repeat;
	padding-right: 30px;
}


/* Audition
**********************************************/
.auditionArea {
	margin-bottom: 30px;
	text-align:left;
	line-height:1.4em;
}
.audition_img_wrap {
	width: 100%;
	box-sizing: border-box;
}

.audition_img {
	width: 49%;
	padding: 0 10px;
	box-sizing: border-box;
	display: inline-block;
}
.audition_img img {
	width: 100%;
	max-width: 100%;
}

/* 言語切り替え
**********************************************/
.languageSwitch {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: small;
    padding-left: 5px;
}