@charset "utf-8";
/* CSS Document */

/* 初期設定*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #6E6E6E;
}
a {
	text-decoration: none;
}
h1,h2,h3,h4 {
	font-weight: normal;
}

li {
	list-style: none;
	text-transform: uppercase;
}
/* -------wrap-------
--------------------*/

#wrap {
	width: 1050px;
	margin-top: 0;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	
}

/* -------container-------
--------------------*/



#new_info {
	border: #686868 solid 1px;
	padding: 0 10px;
	width: 663px;
	float: left;
	height: 468px;
}

#new_info h3 {
	margin-top: 10px;
	
}

#new_info p {
	margin: 13px 0 10px 0;
	color: #B3B3B3;
}
#new_info dt {
	float: left;
}
#new_info dd {
	margin: 0;
	padding: 0 0 0 10px;
}
#new_info span {
	padding: 0 5px;
} 


#scroll {
	height: 398px;
	overflow-y: scroll;
}
#blog {
	float: right;
	border: #686868 solid 1px;
	width: 330px;
	background: #d3d3d3;
	height: 468px;
/*	margin: 0 0 55px 0;*/
}

#blog ul {
	padding: 0;
	margin: 0;
}
.talent_pickup ul {
	border-top:0px !important;
	padding:0px !important;
}
.talent_pickup ul li{
	width:150px !important;
	height:auto !important;
	padding:0 !important;
}
.talent_pickup ul li a{
	width:150px !important;
	height:auto !important;
	padding:0 !important;
}
.detail-description h3:before{
	content: '■';
}
.detail-description h3{
	font-weight:600;
}
.talent_pickup{
	width: 150px !important;
	border:none !important;
	height:480px !important;
	margin-top:-60px !important;
	background:#fff !important;
}
.talent_image{
	display:inline-block;
	float:left;
	width:400px;
}
.attention{
	padding: 15px 25px;
    text-align: left;
    border: 1px solid #878776;
}

.hidecontent {
   display:inline-block;
}


.show-more{
    text-align: center;
    background-color: #ccc;
	cursor: pointer;
}

	

.inside-content{
    display: inline-block;
    width: 830px;
    height: 420px;
	
}
.inside-content img {
    display: block;
    margin: 0 auto;
	padding-top:20%
}
	
.detail-description{
	display:inline-block;
	width:400px;
	margin-left:25px;
}
#slider {
	clear: both;
}
#slider ul {
	padding: 0;
	overflow: hidden;
}
#slider li {
	float: left;
}

#pick_up li {
	float: left;
	padding: 0 30px 0 0;
}
#talent_block{
	text-align: left;
}
#talent_block ul{
	display: inline-block;
	text-align: inherit;
}
#pick_up li:first-of-type {
	padding-left: 0;
}
#pick_up li:last-of-type {
	padding-right: 0;
}
#link{
	position: relative;
}
#link ul {
	padding: 0 0 10px 0;
	margin-bottom: 0;
	overflow: hidden;
}
#link li {
	float: left;
	padding: 0 0 0 8px;
}
#link li:first-of-type {
	padding-left: 0;
}
#link li.link_banner {
	padding-left: 0;
}
#link p {
	position: absolute;
	right: -100px;
}

/* --------------------
		ID:1261edit
--------------------*/

html { font-size: 62.5%; }
body { font-size: 10px; font-size: 1.0rem; }
li,dt,dd,p { font-size: 14px; font-size: 1.4rem; }

body {
		font-family:
					 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
					 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
					 "ＭＳ 明朝", serif;
					 /*color: #878776;*/
					 color:#666;
}

a {
	color: #878776;
}

header {
	height: 185px;
	box-shadow: 0 9px 3px -3px rgba(201,201,201,0.75);
	-webkit-box-shadow: 0 9px 3px -3px rgba(201,201,201,0.75);
	-moz-box-shadow: 0 9px 3px -3px rgba(201,201,201,0.75);
	background-color: #fff;
}

#wrap_h {
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

header h1 img {
	width: 260px;
	margin-left: 40px;
	margin-right: 40px;
}

/* --------nav-------- */
nav {
	width: 355px;
	height: 185px;
	display: flex;
	justify-content: space-between;
}

nav ul {
	width: 355px;
	height: 185px;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

nav ul li {
	width: auto;
	height: 40px;
	padding-top: 145px;
}

nav ul li a {
	height: 40px;
	display: block;
}

/*.home a:hover img,.talent a:hover img,.schedule a:hover img,.audition a:hover img,.company a:hover img,.contact a:hover img {
    visibility: hidden;
}*/

.home {
	width: 64px;
	background-image:url(../images/common/com_home_on.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.talent {
	width: 89px;
	background-image:url(../images/common/com_talent_on.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.schedule {
	width: 89px;
	background-image:url(../images/common/com_greeting_on.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.audition {
	width: 100px;
	background-image:url(../images/common/com_recruit_on.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.company {
	width: 99px;
	background-image:url(../images/common/com_company_on.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.contact {
	width: 96px;
	background-image:url(../images/common/com_contact_on.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

/* --------#main_image-------- */
#main_image {
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 -6px 5px 0 rgba(201,201,201,0.75)  inset;
	-webkit-box-shadow: 0 -6px 5px 0 rgba(201,201,201,0.75) inset;
	-moz-box-shadow: 0 -6px 5px 0 rgba(201,201,201,0.75) inset;
}

#main_image img {
	margin: 0 auto;
	display: block;
}

/* --------#container-------- */
#container h2.homepage {
	width: 1050px;
	height: 28px;
	margin-top: 55px;
	margin-bottom: 32px;
}

#new_info {
	border: #686868 solid 1px;
	padding: 0 10px;
	width: 663px;
	float: left;
	box-shadow: 2px 2px 6px 4px rgba(200,200,187,0.4) inset;
	-moz-box-shadow: 2px 2px 6px 4px rgba(200,200,187,0.4) inset;
	-webkit-box-shadow: 2px 2px 6px 4px rgba(200,200,187,0.4) inset;
	-o-box-shadow: 2px 2px 6px 4px rgba(200,200,187,0.4) inset;
	-ms-box-shadow: 2px 2px 6px 4px rgba(200,200,187,0.4) inset;
	background-color: #f5f5f4;
}

#blog {
	background-color: #f5f5f4;
}

#blog h3 {
	width: 329px;
	height: 37px;
}

#blog ul {
	padding: 11px 0;
	margin-top: 1px;
	border-top: solid 1px #686868;
}

#blog ul li {
	width: 300px;
	height: 70px;
	padding: 0 15px;
}

#blog ul li a {
	width: 300px;
	height: 70px;
	display: block;
	text-align: center;
}

.talent ul li a{
	width: auto;
	height: auto;
}


#blog ul li img {
	border: none;
	padding: 0;
	margin: 0;
/*	border-top: #686868 solid 1px;
	border-right: #686868 solid 1px;
	border-left: #686868 solid 1px;*/
}

#blog .border img {
	border-bottom: #686868 solid 1px;
}

/* --------#slider-------- */

#slider li {
	margin-right: 10px;
}

#slider li a {
	display: block;
}


/* --------footer-------- */

footer {
	width: auto;
	display: flex;
	box-shadow: 12px 17px 11px 19px rgba(201,201,201,0.75);
}
footer #hsmyy_info {
	width: 1050px;
	height: 185px;
	margin: 0 auto;
	padding: 0 auto;
}
footer ul {
	width: 1050px;
	height: 40px;
	display: flex;
	justify-content: space-between;
}
footer address {
	text-align: center;
	font-style: normal;
	margin-top: 100px;
}

footer address {
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
}

.f_talent a:hover img,.f_schedule a:hover img,.f_audition a:hover img,.f_cp a:hover img,.f_contact a:hover img,.f_pp a:hover img {
    visibility: hidden;
}

footer li a {
	display: block;
	width: auto;
	height: 40px;
}


.f_talent {
	width: 80px;
	background-image:url(../images/common/com_f_talent_on.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.f_schedule {
	width: 80px;
	background-image:url(../images/common/com_f_greeting_on.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.f_audition {
	width: 99px;
	background-image:url(../images/common/com_f_recruit_on.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.f_cp {
	width: 176px;
	background-image:url(../images/common/com_f_cp_on.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.f_contact {
	width: 95px;
	background-image:url(../images/common/com_f_contact_on.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.f_pp {
	width: 159px;
	background-image:url(../images/common/com_f_pp_on.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

/* --------other-------- */

.pagetop img {
	box-shadow: 0 0 6px 1px rgba(201,201,201,0.75);
	border: solid 1px #F6F6F6;
}







