@charset "utf-8";
/**************************************************
//// css document
**************************************************/

/**************************************************
//// body setting
**************************************************/
body {
	background-color: #f0f0f0;
	height: auto !important; /*IE6 Countermeasure*/
	height: 100%; /*IE6 Countermeasure*/
	min-height: 100%;
	position: relative;
	width: 100%;
}
/**************************************************
//// header setting
**************************************************/
/*
 pc viewer
*/
header {
	/* background-color: #333; */
    background-color: #FFB050;
	color: #fff;
	height: 60px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 9999;
}
.logo {
	float: left;
	padding: 9px 0 0 31px;
}
.logo img {
	width: 148px;
}
.mobileCont {
	display: none;
}
/*
 main global navigation setting
*/
header .menu {
	float: right;
	padding: 0 10px 0 0;
}
header div.menu > ul > li,
header ul.menu > li {
	/* background-color: #333; */
    background-color: #FFB050;
	float: left;

}
header .menu li {
	float: left;
	font-size: 100%;
	padding: 19px 18px 20px;
	position: relative;
	vertical-align: middle;	
}
header ul.sub-menu,
header ul.children {
	/* background: #333; */
    background-color: #FFB050;
	display: none;
	left: 0px;
	padding-bottom: 10px;
	position: absolute;
	top: 59px;
	white-space: nowrap;
	width: auto;
}
header .sub-menu li,
header .children li {
	border: none;
	font-size: 94%;
	padding: 10px 18px 10px;
	position: relative;
}
header ul.sub-menu ul,
header ul.children ul {
	left: 150px;
	top: -1px;
}
header .menu li:hover > ul {
	display: block;
}
/*
 mobile viewer
*/
@media screen and (max-width:900px) {
	header {
		display: none;
	}
	.logo {
		float: left;
		padding: 6px 0 0 15px;
	}
	.mobileCont {
		/* background-color: #333; */
        background-color: #FFB050;
		color: #fff;
		display: block;
		height: 56px;
		position :fixed;
		top: 0px;
		width: 100%;
		z-index: 9999;
	}
	/*
	 main mobile global navigation
	*/
	.mobileCont a {
		display: block;
		width: 100%;
	}
	.mobileCont .button-toggle {
		float: right;
		font-size: 280%;
		line-heigh: 0.7em;
		padding: 0 15px 0 0;
	}
	.mobileCont .menu {
		clear: both;
		display: none;
		height: 430px;
		opacity: 0.9;
		overflow-y: scroll;
		text-align: center;
		width: 100%;
	}
	.mobileCont div.menu > ul > li,
	.mobileCont ul.menu > li {
		/* background-color: #333; */
        background-color: #FFB050;
		border-bottom: 1px dashed #666;
		padding: 15px 0;
	}
	.mobileCont .menu li {
		font-size: 125%;
		vertical-align: middle;
	}
	.mobileCont ul.sub-menu,
	.mobileCont ul.children {
		/* background-color: #000; */
        background-color: #F08200;
		display: none;
		margin-left: 0;
		position: relative;
		top: 15px;
		width: 100%;
	}
	.mobileCont ul.sub-menu a,
	.mobileCont ul.children a {
		display: block;
	}
	.mobileCont ul.sub-menu a:hover,
	.mobileCont ul.children a:hover {
		color: #c33;
	}
	.mobileCont .sub-menu li,
	.mobileCont .children li {
		border-top: 1px dashed #666;
		font-size: 100%;
		padding: 10px 0;
	}
	.mobileCont ul.sub-menu ul,
	.mobileCont ul.children ul {
		left: 150px;
		top: -1px;
	}
}
/**************************************************
//// footer setting
**************************************************/
/*
 pc viewer
*/
.mobileContFoot {
	display: none;
}
footer {
	/* background-color: #333; */
    background-color: #FFB050;
	height: 320px;
	margin: 100px 0 0;
	position: relative;
}
/*
 footer navigation
*/
footer .menu {
	color: #fff;
}
footer .column {
	float: left;
}
footer .strong {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3em;
	text-align: right;
}
footer .normal {
	line-height: 1.2em;
	text-align: right;
}
footer .normal a {
	/* color: #aaa; */
    color: #000000;
	font-size: 75%;
	font-weight: normal;
	text-align: right;
}
footer .left {
	float: left;
	width: 150px;
}
footer .center {
	float: left;
	width: 190px;
}
footer .right {
	float: left;
	width: 200px;
}
.snsicon {
	float: right;
	padding: 0 30px 0;
}
.snsicon img {
	width: 40px;
}
.footLogo {
	bottom: 10px;
	color: #fff;
	float: right;
	font-size: 75%;
	position: absolute;
	right: 30px;
	text-align: right;
}
.footLogo img {
	width: 125px;
}
/*
 mobile viewer
*/
/*@media screen and (max-width:789px) {
	.snsicon {
		float: right;
		padding: 0 20px 0;
	}
	.snsicon img {
		width: 30px;
	}
}*/
@media screen and (max-width:789px) {
	footer {
		display: none;
	}
	.mobileContFoot {
		/* background-color: #333; */
        background-color: #FFB050;
		display: inline-block;
		height: 180px;
		margin: 100px 0 0;
		text-align: center;
		width: 100%;
	}
	/*
	 mobile footer navigation
	*/
	.mobileContFoot .menu {
		font-size: 69%;
		padding: 15px 0 0;
	}
	.mobileContFoot .menu a {
		/* color: #aaa; */
        color: #000;
	}
	.mobileContFoot .menu li {
		border-right: 1px solid #aaa;
		float: left;
		padding: 0 10px;
	}
	.mobileContFoot .menu li:last-child {
		border: none;
	}
	.snsicon {
		float: right;
		padding: 0 20px 0;
	}
	.snsicon img {
		width: 30px;
	}
	.mobileContFoot .footLogo {
		font-size: 69%;
	}
	.footLogo {
		bottom: 10px;
		color: #fff;
		float: right;
		font-size: 75%;
		position: absolute;
		right: 20px;
		text-align: right;
	}
}
/**************************************************
//// talent archive setting
**************************************************/
/*
 pc viewer
*/
#contWrap_mo {
	display: none;
}
#contWrap {
	margin: 50px auto 0;
	min-height: 500px;
}
.cont {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-family: "mplus-regular";
	height: 325px;
	margin: 0 5px 20px;
	width: 251px;
	-moz-box-shadow: 0 0 3px #fecfcf;
	-webkit-box-shadow: 0 0 3px #fecfcf;
}
.cont a {
	color: #333;
}
.post-images img {
	max-width: 100%;
	min-width: 100%;
	overflow: hidden;
}
.category {
	color: #c33;
	font-size: 75%;
	line-height: 1em;
	padding: 0 0 0 10px;
}
.cont h2 {
	font-size: 113%;
	font-weight: normal;
	padding: 0 0 0 10px;
}
.post-kana {
	font-size: 88%;
	font-weight: normal;
	padding: 0 0 0 10px;
}
/*
 tablet Viewer
*/
@media screen and (max-width:789px) {
	#contWrap {
		display: none;
	}
	#contWrap_mo {
		display: block;
		margin: 20px auto 0;
		min-height: 500px;
		width: 96%;
	}
	.cont_mo {
		background-color: #fff;
		border: 1px solid #ddd;
		color: #333;
		float: left;
		font-family: "mplus-regular";
		height: auto;
		margin: 0 1px 12px 1px;
		width: 24%;
	}
	.cont_mo a {
		color: #333;
	}
	.cont_mo .post-images img {
		display: block;
		max-width: 100%;
		min-width: 100%;
		overflow: hidden;
	}
	.cont_mo .category {
		color: #c33;
		font-size: 66%;
		line-height: 0.7em;
		padding: 0 5px;
	}
	.cont_mo h2 {
		font-size: 113%;
		font-weight: normal;
		line-height: 1.4em;
		padding: 0 4px;
	}
	.cont_mo .post-kana {
		font-size: 75%;
		font-weight: normal;
		line-height: 1.2em;
		padding: 0 5px 5px;
	}
}
/*
 mobile Viewer
*/
@media screen and (max-width:640px) {
	#contWrap {
		display: none;
	}
	#contWrap_mo {
		display: block;
		margin: 20px auto 0;
		min-height: 500px;
		width: 96%;
	}
	.cont_mo:nth-child(odd) {
		background-color: #fff;
		border: 1px solid #ddd;
		color: #333;
		float: left;
		font-family: "mplus-regular";
		height: auto;
		margin: 0 0 12px;
		width: 49%;
	}
	.cont_mo:nth-child(even) {
		background-color: #fff;
		border: 1px solid #ddd;
		color: #333;
		float: right;
		font-family: "mplus-regular";
		height: auto;
		margin: 0 0 12px 0;
		width: 49%;
	}
	.cont_mo a {
		color: #333;
	}
	.cont_mo .post-images img {
		display: block;
		max-width: 100%;
		min-width: 100%;
		overflow: hidden;
	}
	.cont_mo .category {
		color: #c33;
		font-size: 75%;
		line-height: 0.7em;
		padding: 0 5px;
	}
	.cont_mo h2 {
		font-size: 113%;
		font-weight: normal;
		line-height: 1.4em;
		padding: 0 4px;
	}
	.cont_mo .post-kana {
		font-size: 75%;
		font-weight: normal;
		line-height: 1.2em;
		padding: 0 5px 5px;
	}
}
/**************************************************
//// talent detail setting
**************************************************/
#talentContWrap_mo {
	display: none;
}
#talentContWrap {
	margin: 0;
	min-height: 500px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
#talentContWrap .talentVisual {
	height: 400px;
	margin: 0 auto;
	overflow: visible;
	position: relative;
	max-width: 980px;
}
#talentContWrap .talentVisual img {
	height: 400px;
	left: 50%;
	margin-left: -1300px;
	position: absolute;
}
#talentContWrap #talentContInnerWrap {
	background-color: #FFB050;
	height: 41px;
}
#talentContWrap #talentContInner {
	width: 672px;
	margin: 32px auto;
}
#talentContWrap .contNavi {
    background-color: #FFB050;
	float: left;
	overflow: hidden;
	width: 448px;
}
#talentContWrap .contNavi li {
	color: #777;
    float: left;
	list-style-type: none;
    margin: 10px 0;
	width: 112px;
}
#talentContWrap #tabnaviOther {
	background-color: #FFB050;
	float: right;
	overflow: hidden;
	width: 224px;
}
#talentContWrap #tabnaviOther li {
	color: #777;
	float: left;
	list-style-type: none;
    margin: 10px 0;
	width: 112px;
}
#talentContWrap #spacer {
	padding: 5px 0;
}
#talentContWrap #tab01 ,#tab02 ,#tab04 ,#tab05 ,#tab11 ,#tab12 ,#tab13 {
	margin: 50px auto 0 auto;
}
#talentContWrap #tab03, #tab06 {
	background-color: #fff;
	margin: 50px auto;
	padding: 30px;
	text-align: left;
	width: 900px;
	-moz-box-shadow: 0 0 3px #fecfcf;
	-webkit-box-shadow: 0 0 3px #fecfcf;
}
#talentContWrap .talentNewsCont {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-family: "mplus-regular";
	height: 325px;
	margin: 0 5px 20px 5px;
	width: 251px;
	-moz-box-shadow: 0 0 3px #fecfcf;
	-webkit-box-shadow: 0 0 3px #fecfcf;
}
#talentContWrap .talentNewsCont h2 {
	color: #333;
	font-weight: normal;
	font-size: 125%;
	height:28px;
	line-height:38px;
	overflow:hidden;
	padding: 10px 0 10px 10px;
	text-align: left;
}
#talentContWrap .talentNewsCont h2 a {
	color: #aaa;
}
#talentContWrap .talentNewsCont hr {
	border: 0;
	border-bottom: 1px dashed #aaa;
	margin: 0 10px;
}
#talentContWrap .talentNewsImage {
	height: 200px;
	margin: 10px auto 0 auto;
	overflow: hidden;
	position: relative;
	width: 230px;
}
#talentContWrap .talentNewsImage img {
	left: 50%;
	margin-left: -130px;
	max-width: 260px;
	min-width: 260px;
	overflow: hidden;
	position: absolute;
}
#talentContWrap .talentNewsImage .contCat {
	padding: 0 0 0 10px;
}
#talentContWrap .talentName {
	font-size: 125%;
	text-align: left;
}
#talentContWrap .talentName_kana {
	font-size: 88%;
	padding: 0 0 0 20px;
}
#talentContWrap .talentWorks {
	line-height: 2.0em;
	padding: 30px 0 0 0;
}
#talentContWrap .talentProf {
	line-height: 2.0em;
	padding: 30px 0;
}
#talentContWrap .talentProf td {
	padding: 0 30px 0 0;
}
#talentContWrap .talentHistory {
	line-height: 2.0em;
}
#talentContWrap .singlePager {
	font-size: 94%;
	width: 100%;
}
#talentContWrap .singlePager ul {
	margin: 0 auto;
	width: 300px;
}
#talentContWrap .singlePager ul li {
	background-color: #333;
	padding: 8px 0;
	width: 100px;
}
#talentContWrap .singlePager ul .prev {
	float: left;
}
#talentContWrap .singlePager ul .next {
	float: right;
}
/*
 tablet viewer
*/
@media screen and (max-width:789px) {
	#talentContWrap {
		display: none;
	}
	#talentContWrap_mo {
		display: block;
		margin: 0;
		min-height: 500px;
		text-align: center;
		width: 100%;
	}
	#talentContWrap_mo .talentVisual {
		height: 250px;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	#talentContWrap_mo .talentVisual img{
		position: absolute;
		max-height: 250px;
		margin-left: -812px;
		left: 50%;	
	}
	#talentContInnerWrap_mo {
		background-color: #333;
		text-align: center;
	}
	#talentContInner_mo {
		background-color: #333;
		display: inline-block;
		height: 46px;
		margin: 0 auto;
	}
	.contNavi {
		float: left;
	}
	.contNavi li {
		float: left;
		padding: 6px 2px 0;
	}
	#othernavi {
		float: right;
	}
	#othernavi li {
		float: left;
		padding: 6px 2px 0;
	}
	#talentContInner_mo img {
		max-height: 38px;
	}
	#tabcontent {
		overflow: hidden;
		width: 100%;
	}
	#talentContWrap_mo #tab01 ,#tab02 ,#tab04 ,#tab05 ,#tab11 ,#tab12 ,#tab13{
		margin: 20px auto 0 auto;
		width: 96%;
	}
	#talentContWrap_mo #tab03, #tab06 {
		background-color: #fff;
		border: 1px solid #ddd;
		margin: 20px auto;
		padding: 20px 0;
		text-align: left;
		width: 95%;
		-moz-box-shadow: 0 0 3px #fecfcf;
		-webkit-box-shadow: 0 0 3px #fecfcf;
	}

	#talentContWrap_mo .talentNewsCont {
		background-color: #fff;
		border: 1px solid #ddd;
		color: #333;
		font-family: "mplus-regular";
		float: left;
		height: auto;
		margin: 0 1px 12px 1px;
		width: 24%;
	}
	#talentContWrap_mo .talentNewsCont h2 {
		color: #333;
		font-weight: normal;
		font-size: 125%;
		height:28px;
		line-height: 1.4em;
		overflow:hidden;
		padding: 5px 0 5px 10px;
		text-align: left;
	}
	#talentContWrap_mo .talentNewsCont h2 a {
		color: #aaa;
	}
	#talentContWrap_mo .talentNewsCont hr {
		border: 0;
		border-bottom: 1px dashed #aaa;
		margin: 0 10px;
	}
	#talentContWrap_mo .talentNewsImage {
		overflow: hidden;
		height: 150px;
		width: 90%;
		margin: 10px auto 0 auto;
		position: relative;
	}
	#talentContWrap_mo .talentNewsImage img {
		left: 50%;
		margin-left: -50%;
		max-width: 100%;
		min-width: 100%;
		overflow: hidden;
		position: absolute;
	}
	#talentContWrap_mo .talentNewsCont .contCat{
		line-height: 1.6em;
	}
	#talentContWrap_mo .talentNewsCont .upDate {
		padding: 10px 5px 5px 0;
	}
	#talentContWrap_mo .talentName {
		font-size: 125%;
		line-height: 1em;
		padding: 0 20px;
		text-align: left;
	}
	#talentContWrap_mo .talentName_kana {
		font-size: 88%;
		padding: 0 0 0 20px;
	}
	#talentContWrap_mo .talentWorks {
		font-size: 88%;
		line-height: 1.7em;
		padding: 30px 20px 0 20px;
	}
	#talentContWrap_mo .talentProf {
		line-height: 1.7em;
		padding: 30px 20px;
	}
	#talentContWrap_mo .talentProf td {
		padding: 0 30px 0 0;
	}
	#talentContWrap_mo .talentHistory {
		font-size: 88%;
		line-height: 1.7em;
		padding: 0 20px;
	}
	#talentContWrap_mo .singlePager {
		clear: both;
		font-size: 94%;
		width: 100%;
	}
	#talentContWrap_mo .singlePager ul {
		margin: 0 auto;
		width: 300px;
	}
	#talentContWrap_mo .singlePager ul li {
		background-color: #333;
		padding: 8px 0;
		width: 100px;
	}
	#talentContWrap_mo .singlePager ul .prev {
		float: left;
	}
	#talentContWrap_mo .singlePager ul .next {
		float: right;
	}
}
/*
 mobile viewer
*/
@media screen and (max-width:640px) {
	#talentContWrap {
		display: none;
	}
	#talentContWrap_mo {
		display: block;
		margin: 0;
		min-height: 500px;
		text-align: center;
		width: 100%;
	}
	#talentContWrap_mo .talentVisual {
		height: 250px;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	#talentContWrap_mo .talentVisual img{
		position: absolute;
		max-height: 250px;
		margin-left: -812px;
		left: 50%;	
	}
	#talentContInnerWrap_mo {
		background-color: #333;
		text-align: center;
	}
	#talentContInner_mo {
		background-color: #333;
		display: inline-block;
		height: 46px;
		margin: 0 auto;
	}
	.contNavi {
		float: left;
	}
	#contNavi li {
		float: left;
		padding: 6px 2px 0;
	}
	#othernavi {
		float: right;
	}
	#othernavi li {
		float: left;
		padding: 6px 2px 0;
	}
	#talentContInner_mo img {
		max-height: 38px;
	}
	#tabcontent {
		overflow: hidden;
		width: 100%;
	}
	#talentContWrap_mo #tab01 ,#tab02 ,#tab04 ,#tab05 ,#tab11 ,#tab12 ,#tab13 {
		margin: 20px auto 0 auto;
		width: 96%;
	}
	#talentContWrap_mo #tab03, #tab06 {
		background-color: #fff;
		border: 1px solid #ddd;
		margin: 20px auto;
		padding: 20px 0;
		text-align: left;
		width: 95%;
		-moz-box-shadow: 0 0 3px #fecfcf;
		-webkit-box-shadow: 0 0 3px #fecfcf;
	}

	#talentContWrap_mo .talentNewsCont:nth-child(odd) {
		background-color: #fff;
		border: 1px solid #ddd;
		color: #333;
		font-family: "mplus-regular";
		float: left;
		height: auto;
		margin: 0 0 12px 0;
		width: 49%;
	}
	#talentContWrap_mo .talentNewsCont:nth-child(even) {
		background-color: #fff;
		border: 1px solid #ddd;
		color: #333;
		font-family: "mplus-regular";
		float: right;
		height: auto;
		margin: 0 0 12px 0;
		width: 49%;
	}
	#talentContWrap_mo .talentNewsCont h2 {
		color: #333;
		font-weight: normal;
		font-size: 125%;
		height:28px;
		line-height: 1.4em;
		overflow:hidden;
		padding: 5px 0 5px 10px;
		text-align: left;
	}
	#talentContWrap_mo .talentNewsCont h2 a {
		color: #aaa;
	}
	#talentContWrap_mo .talentNewsCont hr {
		border: 0;
		border-bottom: 1px dashed #aaa;
		margin: 0 10px;
	}
	#talentContWrap_mo .talentNewsImage {
		overflow: hidden;
		height: 150px;
		width: 90%;
		margin: 10px auto 0 auto;
		position: relative;
	}
	#talentContWrap_mo .talentNewsImage img {
		left: 50%;
		margin-left: -50%;
		max-width: 100%;
		min-width: 100%;
		overflow: hidden;
		position: absolute;
	}
	#talentContWrap_mo .talentNewsCont .contCat{
		line-height: 1.6em;
	}
	#talentContWrap_mo .talentNewsCont .upDate {
		padding: 10px 5px 5px 0;
	}
	#talentContWrap_mo .talentName {
		font-size: 125%;
		line-height: 1em;
		padding: 0 20px;
		text-align: left;
	}
	#talentContWrap_mo .talentName_kana {
		font-size: 88%;
		padding: 0 0 0 20px;
	}
	#talentContWrap_mo .talentWorks {
		font-size: 88%;
		line-height: 1.7em;
		padding: 30px 20px 0 20px;
	}
	#talentContWrap_mo .talentProf {
		line-height: 1.7em;
		padding: 30px 20px;
	}
	#talentContWrap_mo .talentProf td {
		padding: 0 30px 0 0;
	}
	#talentContWrap_mo .talentHistory {
		font-size: 88%;
		line-height: 1.7em;
		padding: 0 20px;
	}
	#talentContWrap_mo .singlePager {
		clear: both;
		font-size: 94%;
		width: 100%;
	}
	#talentContWrap_mo .singlePager ul {
		margin: 0 auto;
		width: 300px;
	}
	#talentContWrap_mo .singlePager ul li {
		background-color: #333;
		padding: 8px 0;
		width: 100px;
	}
	#talentContWrap_mo .singlePager ul .prev {
		float: left;
	}
	#talentContWrap_mo .singlePager ul .next {
		float: right;
	}
}
/**************************************************
//// news archive setting
**************************************************/
/*
 pc viewer
*/
#newsWrap_mo{
	display: none;
}
#newsWrap {
	margin: 50px auto 0;
	min-height: 500px;
}
.newsCont {
	background-color :#fff;
	border: 1px solid #ddd;
	color: #333;
	font-family: "mplus-regular";
	height: 325px;
	margin: 0 5px 20px;
	width: 251px;
	-moz-box-shadow: 0 0 3px #fecfcf;
	-webkit-box-shadow: 0 0 3px #fecfcf;
}
.newsCont a {
	color: #c33;
}
.newsCont h2 {
	color: #333;
	font-weight: normal;
	font-size: 125%;
	height: 28px;
	line-height: 38px;
	overflow: hidden;
	padding: 10px 0 10px 10px;
	text-align: left;
}
.newsCont h2 a {
	color: #aaa;
}
.newsCont hr {
	border: 0;
	border-bottom: 1px dashed #aaa;
	margin: 0 10px;
}
.newsImage {
	height: 200px;
	margin: 10px auto 0;
	overflow: hidden;
	position: relative;
	width: 230px;
}
.newsImage img {
	left: 50%;
	margin-left: -130px;
	max-width: 260px;
	min-width: 260px;
	overflow: hidden;
	position: absolute;
}
.contCat {
	color: #c33;
	font-size: 75%;
	padding: 0 0 0 11px;
	text-align: left;
}
.newsTalent {
	color: #333;
	font-size: 150%;
	overflow: hidden;
	padding: 0 5px 0;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.upDate {
	color: #aaa;
	font-size: 75%;
	padding: 0 10px 5px 0;
	text-align: right;
}
/*
 tablet viewer
*/
@media screen and (max-width:789px) {
	#newsWrap {
		display: none;
	}
	#newsWrap_mo {
		display: block;
		margin: 20px auto 0;
		min-height: 500px;
		text-align: center;
		width: 96%;
	}
	.newsCont_mo {
		background-color: #fff;
		border: 1px solid #ddd;
		color: #333;
		float: left;
		font-family: "mplus-regular";
		height: auto;
		margin: 0 1px 12px 1px;
		width: 24%;
	}
	.newsCont_mo a {
		color: #c33;
	}	
	.newsCont_mo h2 {
		color: #333;
		font-size: 125%;
		font-weight: normal;
		height: 28px;
		line-height: 38px;
		overflow: hidden;
		padding: 5px 0 5px 10px;
		text-align: left;
	}	
	.newsCont_mo h2 a {
		color: #aaa;
	}
	.newsCont_mo hr {
		border: 0;
		border-bottom: 1px dashed #aaa;
		margin: 0 10px;
	}	
	.newsCont_mo .newsImage {
		height: 150px;
		margin: 10px auto 0;
		overflow: hidden;
		position: relative;
		width: 90%;
	}	
	.newsCont_mo .newsImage img {
		left: 50%;
		margin-left: -50%;
		max-width: 100%;
		min-width: 100%;
		overflow: hidden;
		position: absolute;	
	}
	.newsCont_mo .contCat {
		color: #c33;
		font-size: 75%;
		line-height: 1.6em;
		padding: 0 0 0 11px;
		text-align: left;
	}
	.newsCont_mo .newsTalent {
		color: #333;
		font-size: 150%;
		overflow: hidden;
		padding: 0 0 5px;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newsCont_mo .upDate {
		color: #aaa;
		font-size: 75%;
		padding: 10px 5px 5px 0;
		text-align: right;
	}
}
/*
 mobile viewer
*/
@media screen and (max-width:640px) {
	#newsWrap {
		display: none;
	}
	#newsWrap_mo {
		display: block;
		margin: 20px auto 0;
		min-height: 500px;
		text-align: center;
		width: 96%;
	}
	.newsCont_mo:nth-child(odd) {
		background-color: #fff;
		border: 1px solid #ddd;
		color: #333;
		float: left;
		font-family: "mplus-regular";
		height: auto;
		margin: 0 0 12px;
		width: 49%;
	}
	.newsCont_mo:nth-child(even) {
		background-color: #fff;
		border: 1px solid #ddd;
		color: #333;
		float: right;
		font-family: "mplus-regular";
		height: auto;
		margin: 0 0 12px;
		width: 49%;
	}
	.newsCont_mo a {
		color: #c33;
	}	
	.newsCont_mo h2 {
		color: #333;
		font-size: 125%;
		font-weight: normal;
		height: 28px;
		line-height: 38px;
		overflow: hidden;
		padding: 5px 0 5px 10px;
		text-align: left;
	}	
	.newsCont_mo h2 a {
		color: #aaa;
	}
	.newsCont_mo hr {
		border: 0;
		border-bottom: 1px dashed #aaa;
		margin: 0 10px;
	}	
	.newsCont_mo .newsImage {
		height: 150px;
		margin: 10px auto 0;
		overflow: hidden;
		position: relative;
		width: 90%;
	}	
	.newsCont_mo .newsImage img {
		left: 50%;
		margin-left: -50%;
		max-width: 100%;
		min-width: 100%;
		overflow: hidden;
		position: absolute;	
	}
	.newsCont_mo .contCat {
		color: #c33;
		font-size: 75%;
		line-height: 1.6em;
		padding: 0 0 0 11px;
		text-align: left;
	}
	.newsCont_mo .newsTalent {
		color: #333;
		font-size: 150%;
		overflow: hidden;
		padding: 0 0 5px;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newsCont_mo .upDate {
		color: #aaa;
		font-size: 75%;
		padding: 10px 5px 5px 0;
		text-align: right;
	}
}
/**************************************************
//// news detail setting
**************************************************/
#newsContainer_mo {
	display: none;
}
#newsContainer {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 50px auto 0;
	min-height: 500px;
	width: 840px;
	-moz-box-shadow: 0 0 3px #fecfcf;
	-webkit-box-shadow: 0 0 3px #fecfcf;
}
#newsDetailInner {
	padding: 30px;
}
#newsDetailInner hr {
	border: 0;
	border-bottom: 1px dashed #aaa;
}
#newsUpdate {
	float: left;
}
#newsCategory {
	float: right;
	padding: 0 0 30px 80px;
}
#newsTitle {
	font-size: 150%;
	padding: 40px 0 0;
}
#newsInner {
	font-size: 94%;
	line-height: 2em;
	overflow: hidden;
	padding: 24px 0 0;
}
#newsInner a {
	color: #c33;
}
.fb-like {
	padding: 10px 0 0;
}
#newsDetailTalent {
	color: #aaa;
	float: right;
	font-size: 88%;
	padding: 50px 0 10px;
}
#relationContainer {
	margin: 120px auto 50px;
	padding: 0 100px;
	width: 840px;
}
#relationContainer a {
	color: #c33;
}
#relationContainer .relationTop {
	padding: 5px 0;
}
#relationContainer hr {
	border: 0;
	border-bottom: 1px solid #ccc;
	width: 640px;
}
.relationInner {
	border-collapse: collapse;
	font-size: 88%;
	padding: 5px 0 0;
	table-layout: fixed;
	width: 640px;
}
.relationInner td {
	padding: 5px 0;
}
.relationInner .relationTitle {
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 60%;
}
.relationInner .relationCat {
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 15%;
}
.relationInner .relationDate {
	text-align: right;
	width: 25%;
}
/*
 tablet viewer
*/
@media screen and (max-width:789px) {
	#newsContainer {
		display: none;
	}
	#newsContainer_mo {
		background-color: #fff;
		border: 1px solid #ddd;
		display: block;
		margin: 20px auto 0;
		min-height: 500px;
		width: 95%;
		-moz-box-shadow: 0 0 3px #fecfcf;
		-webkit-box-shadow: 0 0 3px #fecfcf;
	}
	#newsDetailInner_mo {
		padding: 5px 20px;
	}
	#newsDetailInner_mo hr {
		border: 0;
		border-bottom: 1px dashed #aaa;
	}
	#newsUpdate_mo {
		float: left;
		font-size: 88%;
		line-height: 1em;
		padding: 10px 0;
	}
	#newsCategory_mo {
		float: right;
		font-size: 88%;
		line-height: 1em;
		padding: 10px 0;
	}
	#newsTitle_mo {
		font-size: 150%;
		padding: 10px 0 0;
	}
	#newsInner_mo {
		font-size: 88%;
		line-height: 2.0em;
		overflow: hidden;
		padding: 10px 0 0;
	}
	.fb-like {
		padding: 20px 0 0;
	}
	#newsInner_mo iframe {
		max-width: 100%;
	}
	#newsInner_mo img {
		max-width: 100%;
	}
	#newsInner_mo a {
		color: #c33;
	}
	#newsDetailTalent_mo {
		color: #aaa;
		float: right;
		font-size: 75%;
		padding: 10px 0 0;
	}
	#relationContainer_mo {
		margin: 50px auto;
		padding: 0 20px;
		width: 90%;
	}
	#relationContainer_mo a {
		color: #c33;
	}
	#relationContainer_mo .relationTop_mo {
		font-size: 82%;
		padding: 3px 0;
	}
	#relationContainer_mo hr {
		border: 0;
		border-bottom: 1px solid #ccc;
	}
	.relationInner_mo {
		border-collapse: collapse;
		font-size: 88%;
		padding: 3px 0 0;
		table-layout: fixed;
		width: 100%;
	}
	.relationInner_mo td {
		font-size: 75%;
		padding: 5px 0;
	}
	.relationInner_mo .relationTitle_mo {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 50%;
	}
	.relationInner_mo .relationCat_mo {
		overflow: hidde;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 20%;
	}
	.relationInner_mo .relationDate_mo {
		text-align: right;
		width: 30%;
	}
}
/*
 mobile viewer
*/
@media screen and (max-width:640px) {
	#newsContainer {
		display: none;
	}
	#newsContainer_mo {
		background-color: #fff;
		border: 1px solid #ddd;
		display: block;
		margin: 20px auto 0;
		min-height: 500px;
		width: 95%;
		-moz-box-shadow: 0 0 3px #fecfcf;
		-webkit-box-shadow: 0 0 3px #fecfcf;
	}
	#newsDetailInner_mo {
		padding: 5px 20px;
	}
	#newsDetailInner_mo hr {
		border: 0;
		border-bottom: 1px dashed #aaa;
	}
	#newsUpdate_mo {
		float: left;
		font-size: 88%;
		line-height: 1em;
		padding: 10px 0;
	}
	#newsCategory_mo {
		float: right;
		font-size: 88%;
		line-height: 1em;
		padding: 10px 0;
	}
	#newsTitle_mo {
		font-size: 150%;
		padding: 10px 0 0;
	}
	#newsInner_mo {
		font-size: 88%;
		line-height: 2.0em;
		overflow: hidden;
		padding: 10px 0 0;
	}
	.fb-like {
		padding: 20px 0 0;
	}
	#newsInner_mo iframe {
		max-width: 100%;
	}
	#newsInner_mo img {
		max-width: 100%;
	}
	#newsInner_mo a {
		color: #c33;
	}
	#newsDetailTalent_mo {
		color: #aaa;
		float: right;
		font-size: 75%;
		padding: 10px 0 0;
	}
	#relationContainer_mo {
		margin: 50px auto;
		padding: 0 20px;
		width: 90%;
	}
	#relationContainer_mo a {
		color: #c33;
	}
	#relationContainer_mo .relationTop_mo {
		font-size: 82%;
		padding: 3px 0;
	}
	#relationContainer_mo hr {
		border: 0;
		border-bottom: 1px solid #ccc;
	}
	.relationInner_mo {
		border-collapse: collapse;
		font-size: 88%;
		padding: 3px 0 0;
		table-layout: fixed;
		width: 100%;
	}
	.relationInner_mo td {
		font-size: 75%;
		padding: 5px 0;
	}
	.relationInner_mo .relationTitle_mo {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 50%;
	}
	.relationInner_mo .relationCat_mo {
		overflow: hidden;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 20%;
	}
	.relationInner_mo .relationDate_mo {
		text-align: right;
		width: 30%;
	}
}
/**************************************************
//// template page setting
**************************************************/
.commonContWrap_mo {
	display: none;
}
.commonContWrap {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 50px auto;
	min-height: 500px;
	overflow: hidden;
	width: 900px;
	-moz-box-shadow: 0 0 3px #fecfcf;
	-webkit-box-shadow: 0 0 3px #fecfcf;
}
.commonContTitle {
	/* background-color: #333; */
    background-color: #FFB050;
	color: #fff;
	font-size: 150%;
	margin: 25px;
	padding: 5px 5px 5px 15px;
}
.commonContInner {
	font-size: 88%;
	line-height: 2em;
	padding: 30px;
	word-break: break-all;
}
.commonContInner iframe {
	height: 250px;
	width: 840px;
}
.commonContInner a {
	color: #c33;
}
/*
 tablet viewer
*/
@media screen and (max-width:789px) {
	.commonContWrap {
		display: none;
	}
	.commonContWrap_mo {
		background-color: #fff;
		border: 1px solid #ddd;
		display: block;
		margin: 20px auto 0;
		min-height: 500px;
		overflow: hidden;
		width: 95%;
		-moz-box-shadow: 0 0 3px #fecfcf;
		-webkit-box-shadow: 0 0 3px #fecfcf;
	}
	.commonContTitle_mo {
		background-color: #333;
		color: #fff;
		font-size: 125%;
		margin: 10px;
		padding: 5px 5px 5px 15px;
	}
	.commonContInner_mo {
		font-size: 69%;
		line-height: 1.7em;
		padding: 10px;
		word-break: break-all;
	}
	.commonContInner_mo iframe {
		height: 150px;
		width: 100%;
	}
	.commonContInner_mo a {
		color: #c33;
	}
}
/*
 mobile viewer
*/
@media screen and (max-width:640px) {
	.commonContWrap {
		display: none;
	}
	.commonContWrap_mo {
		background-color: #fff;
		border: 1px solid #ddd;
		display: block;
		margin: 20px auto 0;
		min-height: 500px;
		overflow: hidden;
		width: 95%;
		-moz-box-shadow: 0 0 3px #fecfcf;
		-webkit-box-shadow: 0 0 3px #fecfcf;
	}
	.commonContTitle_mo {
		/* background-color: #333; */
        background-color: #FFB050;
		color: #fff;
		font-size: 125%;
		margin: 10px;
		padding: 5px 5px 5px 15px;
	}
	.commonContInner_mo {
		font-size: 69%;
		line-height: 1.7em;
		padding: 10px;
		word-break: break-all;
	}
	.commonContInner_mo iframe {
		height: 150px;
		width: 100%;
	}
	.commonContInner_mo a {
		color: #c33;
	}
}
/**************************************************
//// search name setting
**************************************************/
#talentNamemobile {
	display: none;
}
#talentName {
	position: relative;
}
#button-toggle_name {
	/* background-color: #333; */
    background-color: #FFB050;
	color: #fff;
	font-size: 88%;
	height: 20px;
	padding: 2px 0 0 0;
	position: absolute;
	right: 45px;
	text-align: center;
	top: -22px;
	width: 130px;
}
#button-toggle_name a {
	color: #fff;
}
#searchName a {
	color: #fff;
	display: block;
	width: 100%;
}
#searchName ul {
	display: none;
	font-size: 12px;
	height: 500px;
	overflow-y: auto;
	position: absolute;
	right: 45px;
	top: 0px;
	width: 130px;
	z-index: 9999;
}
#searchName li {
	/* background-color: #333; */
    background-color: #FFB050;
	border-bottom: 1px dashed #666;
	padding: 5px 10px;
}
#searchName ul::-webkit-scrollbar {
	all: unset;
	background: #333;
	width: 12px;
}
#searchName ul::-webkit-scrollbar-track {
	all: unset;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,1.0);
}
#searchName ul::-webkit-scrollbar-thumb {
	all: unset;
	background: #ccc;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1.0);  
}
#searchName ul::-webkit-scrollbar-thumb:hover {
	background: transparent;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
@media screen and (max-width:640px) {
	#talentName {
		display: none;
	}
	#talentNamemobile {
		display: block;
		position: relative;
	}
	#button-toggle_namemobile {
		/* background-color: #333; */
        background-color: #FFB050;
		color: #fff;
		font-size: 88%;
		height: 19px;
		position: absolute;
		right: 10px;
		text-align: center;
		top: -20px;
		width: 130px;
	}
	#button-toggle_namemobile a {
		color: #fff;
	}
	#searchNamemobile a {
		color: #fff;
		display: block;
		width: 100%;
	}
	#searchNamemobile ul {
		display: none;
		font-size: 12px;
		height: 500px;
		overflow-y: scroll;
		position: absolute;
		right: 10px;
		top: -1px;
		width: 130px;
		z-index: 9999;
	}
	#searchNamemobile li {
		background-color: #333;
		border-bottom: 1px dashed #666;
		padding: 5px 10px;
	}
	#searchNamemobile ul::-webkit-scrollbar {
		all: unset;
		background: #333;
		width: 12px;
	}
	#searchNamemobile ul::-webkit-scrollbar-track {
		all: unset;
		background: #fff;
		border-radius: 8px;
		-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,1.0);
	}
	#searchNamemobile ul::-webkit-scrollbar-thumb {
		all: unset;
		background: #ccc;
		border-radius: 8px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1.0);
	}
	#searchNamemobile ul::-webkit-scrollbar-thumb:hover {
		background: transparent;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	}
}
/**************************************************
//// sns share setting
**************************************************/
.snsShare_mo {
	display: none;
}
.snsShare {
	height: 32px;
	margin: 35px 0 0;
	overflow: hidden;
	width: 100%;
}
.snsShare li {
	float: left;
	padding: 0 5px 0 0;
	width: 120px;
}
.snsShare img {
	width: 120px;
}
/*
 tablet viewer
*/
@media screen and (max-width:789px) {
	.snsShare {
		display: none;
	}
	.snsShare_mo {
		display: block;
		height: 37px;
		float: right;
		margin: 15px 0 5px;
		overflow: hidden;
	}
	.snsShare_mo li {
		float: left;
		padding: 0 0 0 5px;
	}
	.snsShare_mo img {
		width: 35px;
	}
}

/*
 mobile viewer
*/
@media screen and (max-width:640px) {
	.snsShare {
		display: none;
	}
	.snsShare_mo {
		display: block;
		height: 37px;
		float: right;
		margin: 15px 0 5px;
		overflow: hidden;
	}
	.snsShare_mo li {
		float: left;
		padding: 0 0 0 5px;
	}
	.snsShare_mo img {
		width: 35px;
	}
}
/**************************************************
//// contact form
**************************************************/
#contactForm {
	border-collapse: collapse;
}
#contactForm td {
	border-bottom: 1px solid #ccc;
}
#contactForm .title {
	padding: 10px 0;
	width: 220px;
}
#contactForm .data {
	max-width: 700px;
	padding: 10px 0px;
	width: 680px;
}
#contactForm textarea {
	max-width: 600px;
	width: 600px;
}
.submit {
	padding: 20px 0 0;
}
.submit_button {
	background-color: #333;
	border: none;
	color: #fff;
	line-height: 2.0em;
	width: 200px
}
.submit_button:hover{
	background-color: #666;
}
.astalisk {
	color: #c33;
}
/*
 tablet viewer
*/
@media screen and (max-width:789px) {
	#contactForm {
		border-collapse: collapse;
		width: 100%;
	}
	#contactForm .title {
		padding: 10px 0;
		width: 35%;
	}
	#contactForm .data {
		max-width: 70%;
		padding: 10px 0;
		width: 65%;
	}
	#contactForm textarea {
		max-width: 90%;
		width: 90%;
	}
}
/*
 mobile viewer
*/
@media screen and (max-width:640px) {
	#contactForm {
		border-collapse: collapse;
		width: 100%;
	}
	#contactForm .title {
		padding: 10px 0;
		width: 30%;
	}
	#contactForm .data {
		max-width: 70%;
		padding: 10px 0;
		width: 70%;
	}
	#contactForm textarea {
		max-width: 90%;
		width: 90%;
	}
}
/**************************************************
//// audition form
**************************************************/
#auditionForm {
	border-collapse: collapse;
}
#auditionForm td {
	border-bottom: 1px solid #ccc;
}
#auditionForm .title {
	padding: 10px 0;
	width: 220px;
}
#auditionForm .data {
	max-width: 700px;
	padding: 10px 0px;
	width: 680px;
}
#auditionForm textarea {
	max-width: 600px;
	width: 600px;
}
.submit {
	padding: 20px 0 0;
}
.submit_button {
	/* background-color: #333; */
    background-color: #FFB050;
	border: none;
	color: #fff;
	line-height: 2.0em;
	width: 200px;
}
.submit_button:hover{
	background-color: #666;
}
.astalisk {
	color: #c33;
}
/*
 tablet viewer
*/
@media screen and (max-width:789px) {
	#auditionForm {
		border-collapse: collapse;
		width: 100%;
	}
	#auditionForm .title {
		padding: 10px 0;
		width: 35%;
	}
	#auditionForm .data {
		max-width: 70%;
		padding: 10px 0;
		width: 65%;
	}
	#auditionForm textarea {
		max-width: 90%;
		width: 90%;
	}
}
/*
 mobile viewer
*/
@media screen and (max-width:640px) {
	#auditionForm {
		border-collapse: collapse;
		width: 100%;
	}
	#auditionForm .title {
		padding: 10px 0;
		width: 35%;
	}
	#auditionForm .data {
		max-width: 70%;
		padding: 10px 0;
		width: 65%;
	}
	#auditionForm textarea {
		max-width: 90%;
		width: 90%;
	}
}