@charset "utf-8";
/* YSD RECRUIT Common Style */

/* Reset Style
-----------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	-webkit-font-smoothing: antialiased;
}
p, ul, li, dl, dt, dd, ol,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
p, li, dt, dd {
	font-size: 80%;
}
hr {
	display: none;
}
hr.display {
	display:block;
}
img {
	border: none;
	border:none;
}
img.w100 {
	width: 100%;
}
h1{
	font-size:1;
	color:#FFF;
	overflow:hidden;
	text-indent:-9999px;
	height:0;
}

/* Common Style
-----------------------------------------------*/
a, a:visited, a:active {
	color:#333;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}
a, a:visited, a:active {
	color:#333;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}
a:hover {
	color: #e20000;
}
.alpha{
	transition: opacity 0.2s ease-out;
}
.alpha:hover{
	opacity:0.7;
}
.inline-block-top {
	display: inline-block;
	vertical-align: top;
	/display: inline;
	/zoom: 1;
}
.inline-block-middle {
	display: inline-block;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}
.inline-block-bottom {
	display: inline-block;
	vertical-align: bottom;
	/display: inline;
	/zoom: 1;
}

.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix{/zoom: 1;}

.fL {
	float:left;
}
.fR {
	float:right;
}
.float {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
a:hover img.opacity{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.path{
	font-size:80%;
	padding-top:10px;
}
.link{
	background:url(/images/common/link_icon.gif) left center no-repeat;
	padding-left:13px;
}
.pdf{
	background:url(/images/common/pdf_icon.gif) left center no-repeat;
	padding-left:19px;
}
.marginTop100{
	margin-top:100px;
}
.marginTop80{
	margin-top:80px;
}
.marginTop60{
	margin-top:60px;
}
.marginTop50{
	margin-top:50px;
}
.marginTop40{
	margin-top:40px;
}
.marginTop35{
	margin-top:35px;
}
.marginTop30{
	margin-top:30px;
}
.marginTop25{
	margin-top:25px;
}
.marginTop20{
	margin-top:20px;
}
.marginTop15{
	margin-top:15px;
}
.marginTop10{
	margin-top:10px;
}
/* #header
-----------------------------------------------*/
.header.pc{
	padding-top: 20px;
	/*padding-bottom: 10px;*/
}
.header.pc h1{
     overflow: hidden; 
     text-indent: 0; 
     height: auto; 
}

.header.pc .heaer_inner{
	max-width:980px;
	margin-left: auto;
	margin-right: auto;
}
.header.pc .header_top .logo_yamaha{
	float:left;
}
.header.pc .header_top .menu{
	float:right;
	
}
.header.pc .header_top .menu li{
	float:left;
}
.header.pc .header_top .menu li a{
	font-size:14px;
}
.header.pc .header_top .menu li a{
	padding-right: 10px;
	margin-right: 10px;
	border-right:1px solid #000000;
}
.header.pc .header_top .menu li:last-child a{
	padding-right: 0;
	margin-right: 0;
	border-right:none;
}

.header.pc .header_bottom li{
	display:inline-block;
	vertical-align:middle;
	width: 20%;
}
.header.pc .header_bottom .home{
	width: 19.97%;
}
.header.pc .header_bottom .lineup{
	width: 23.39%;
}
.header.pc .header_bottom .logo_sokureko{
	width: 13.75%;
}
.header.pc .header_bottom .news{
	width: 21.78%;
}
.header.pc .header_bottom .mypage{
	width: 20.3%;
}

.header.pc .lineup{
	position:relative;
}
.header.pc .submenu{
	position:absolute;
	z-index:10001;
	width: 100%;
	padding-left: 20px;
	display: none;
}

.header.pc .submenu p a{
	padding:17px 20px;
	background: url(/renew_images/common/arrow_left_white.png) no-repeat 95% center rgba(50,50,50,0.8);
    background-size: 6px 11px;
	display:block;
	font-size:16px;
	color:#fff;
	border-bottom:1px solid #fff;
	font-weight:bold;
}
.header.pc .submenu p a:hover{
	background: url(/renew_images/common/arrow_left_red.png) no-repeat 95% center rgba(150,150,150,0.8);
    background-size: 6px 11px;
	font-size:16px;
	color:#f00;
}
.header.pc .submenu p:last-child a{
	border-bottom:none;
}

.header.sp{
	display: none;
}
@media screen and (max-width:640px) {
	.header.pc{
		display: none;
	}
	.header.sp{
		display: block;
	}
	.header.sp .sp_logo{
		width:30%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	.header.sp .header_top .left{
		width:34.6%;
		float:left;
		margin-top: 1.5%;
	}
	.header.sp .header_top .right{
		width:50%;
		float:right;
	}
	.header.sp .header_top li img{
		vertical-align:bottom;
	}
	.header.sp .header_top li{
		float:left;
		width:33.3333%;
	}


	.header.sp .header_bottom li.clear{
		clear:both;
	}
	.header.sp .header_bottom{
		background: #fff;
		display: none;
		position:absolute;
		left:0;
		width: 100%;
		z-index:100;
		border-top:1px solid #fff;
	}
	.header.sp .header_bottom li a{
		color:#fff;
		padding:20px 0px 20px 10px;
		display:block;
		background: url(/renew_images/common/arrow_left_white.png) no-repeat 95%  center#595656;
		background-size:6px 11px;
		
		border-bottom:1px solid #fff;
	}
	.header.sp .header_bottom .left{
		float:left;
		width: 57.5%;

	}
	.header.sp .header_bottom .right{
		float:right;
		width: 42%;

	}

}

/* footer
-----------------------------------------------*/
.footer{
	background: #fff;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 20px;
}
.footer .footer_inner{
	max-width:980px;
	margin-left: auto;
	margin-right: auto;
}
.footer .banner_area {
	text-align:center;
}
.footer .banner_area li{
	display:inline-block;
	margin-right: 10px;
}
.footer .banner_area {
	margin-right: 0px;
}
.footer .banner_area li:last-child{
	margin-right: 0px;
}
.footer .footer_bottom{
	margin-top: 0;
}
.footer .footer_bottom li{
	display:inline-block;
	vertical-align:bottom;
}
.footer .footer_bottom .foot_logo img{
	max-width: 98px;
}
.footer .footer_bottom .line{
	border-right:1px #000 solid;
	padding-right: 10px;
	margin-right: 10px;
}
.footer .social{
	text-align:right;
	margin-top: 40px;
}
.footer .social li{
	display:inline-block;
}
.footer .social li a:hover{
	opacity:0.8;
}
.footer .social li img{
	height:20px;
	width:auto;
}
.pagetop{
	opacity:0 !important;
	margin-left: auto;
	margin-right: auto;
	opacity:0.8;
	width:40px;
	position:fixed;
	text-align:right;
	bottom:20px;
	right:20px;
	box-sizing:border-box;
	cursor:pointer;
	transition: all 0.2s ease-out;
}
.pagetop.view{
	opacity:0.8 !important;
}
.pagetop img:hover{
	opacity:0.5;
}
.pagetop img{
	width:100% !important;

}
@media screen and (max-width:640px) {

	.pagetop{
		width:40px !important;
		bottom:20px;
		right:10px;
	}
	.footer{
		padding-bottom: 0;
	}
	.footer .banner_area{
		width:90%;
		margin-left: auto;
		margin-right: auto;
	}
	.footer .banner_area li{
		float:left;
		margin-right: 2%;
		margin-bottom: 2%;
		width:49%;
	}
	.footer .banner_area li:nth-child(2n){
		margin-right: 0;
	}
	.footer .banner_area li img{
		width:100%;
	}
	.footer .footer_bottom{
		margin-top: 20px;
	}
	.footer .footer_bottom li.yamaha{
		display: none;
	}
	.footer .footer_bottom li.foot_logo{
		width:100%;
		text-align:center;
		margin-bottom: 10px;
	}
	.footer .footer_bottom li.privacy{
		box-sizing:border-box;
		margin-right: 0;
		padding-right: 0;
		float:left;
		width:49.999%;
	    border-right: 1px solid #fff;
	}
	.footer .footer_bottom li.privacy a{
	    padding: 20px;
	    display: block;
	    background: url(/renew_images/common/arrow_left_white.png) no-repeat 95% center rgb(89, 86, 86);
	    background-size: 6px 11px;
		color:#fff;
	}
	.footer .footer_bottom li.agreement{
		box-sizing:border-box;
		margin-right: 0;
		padding-right: 0;
		float:right;
		width:50%;
	    border-right: none;
	}
	.footer .footer_bottom li.agreement a{
	    padding: 20px;
	    display: block;
	    background: url(/renew_images/common/arrow_left_white.png) no-repeat 95% center rgb(89, 86, 86);
	    background-size: 6px 11px;
		color:#fff;
	}

	.footer .footer_bottom li.law{
		border-top: 1px solid #fff;
		box-sizing:border-box;
		margin-right: 0;
		padding-right: 0;
		clear:both;
		float:right;
		width:100%;	    
	    border-right: none;
	}
	.footer .footer_bottom li.law a{
		color:#fff;
	    padding: 20px;
	    display: block;
	    background: url(/renew_images/common/arrow_left_white.png) no-repeat 97.5% center rgb(89, 86, 86);
	    background-size: 6px 11px;
	}
	.footer .footer_bottom li.copy{
		padding:20px 70px 20px 20px;
		color:#fff;
		text-align:center;
		background: #000;
		width:100%;
		box-sizing:border-box;
	}
	.footer .social{
		text-align:center;
	}
}

/* #main
-----------------------------------------------*/
#wrapper{
	/*padding-top:102px;*/
	background-color:#e6e6e6;
}
#wrapper.no_pad {
	padding-top: 0;
}
#main{
	line-height:1.4em;
	width:962px;
	margin:0 auto;
}

/* .commonBox
-----------------------------------------------*/
.commonBox{
	background:url(/images/common/bg_body.gif) repeat-y;
	margin-bottom:30px;
}
.commonBox .topBg{
	padding-top:30px;
	padding-bottom:50px;
	background:url(/images/common/bg_top.gif) no-repeat;
}
.commonBox .bottom{
	background:url(/images/common/bg_bottom.gif) no-repeat;
	height:5px;
}
.commonBox .center{
	text-align:center;
}
.commonBox .left{
	text-align:left;
}
.commonBox .inner{
	width:870px;
	margin:0 auto;
}


/* secondStyle
-----------------------------------------------*/
.second h2{
	text-align:center;
	padding-top:30px;
	margin-bottom:25px;
	font-size:28px;
}
.second h3{
	text-align:center;
}
.second .commonBox{
	margin-bottom:10px;
}
.second .commonBox .inner{
	margin:0 auto;
	width:760px;
}
.second .commonBox .inner-contents{
	width:720px;
	margin:0 auto;
}
.second .commonBox .wide{
	width:840px;
}
.second .commonBox .wide h3{
	background:url(/images/common/h3_btm_line.gif) center bottom no-repeat;
	padding-bottom:15px;
	margin-bottom:40px;
}
.second .commonBox .wide .senmon{
	background:url(/images/common/footer_senmon_line.gif) center bottom no-repeat;
	padding-bottom:15px;
	margin-bottom:40px;
	text-align:center;
}
.second .commonBox .topBg{
	padding-top:50px;
}
.second .commonBox .short{
	padding-top:35px;
}


/* second .commonBox-s
-----------------------------------------------*/
.second .commonBox-s{
	width:730px;
	margin:0 auto 30px auto;
	background:url(/images/common/bg_body_s.gif) repeat-y;
}
.second .commonBox-s .topBg{
	padding-top:10px;
	padding-bottom:3px;
	background:url(/images/common/bg_top_s.gif) no-repeat;
}
.second .commonBox-s .bottom{
	background:url(/images/common/bg_bottom_s.gif) no-repeat;
	height:5px;
}
.second .commonBox-s .center{
	text-align:center;
}
.second .commonBox-s .left{
	text-align:left;
}
.second .commonBox-s .inner{
	width:710px;
	padding-left:10px;
	padding-right:10px;
}


/* mdoalWindow
-----------------------------------------------*/
#body{
	position: relative;
}
#modal{
	display: none;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	position: fixed;
}
#modal .overLay{
	background: url(/images/common/overlay.png);
	width: 100%;
	height: 100%;
	position: fixed;
}
#modal .loginWrapper{
	position: relative;
	top:5%;
	left: 0;
}
#modal .loginInner{
	width: 692px;
	margin-left: -346px;
	position: absolute;
	left: 50%;
}
#modal .loginInner .bt_close{
	text-align: right;
	cursor:pointer;
}
#modal .loginInner .title{
	padding-top: 30px;
}
#modal .loginInner .lead{
	padding-top: 20px;
}
#modal .loginInner .caution{
	padding-top: 20px;
	margin: 0 30px;
}
#modal .loginInner .caution .big{
	font-size: 1.6em;
	font-weight: bold;
	color: #ff0000;
}


#modal .login,#modal .maintenance,#modal .login_test{
	background: url(/images/common/modal_body.png) repeat-y;
	text-align: center;
}


#modal .login,#modal .maintenance,#modal .login_test{/*暫定*/
	display: none;
}
#modal .loginInner form{
	background: url(/images/common/form.gif) no-repeat;
	width: 315px;
	height: 210px;
	margin: 0 auto;
	position: relative;
}
#modal .loginInner form .login_input{
	border: medium none;
	font-size: 25px;
	height: 26px;
	padding: 0 5px;
	vertical-align: middle;
	width: 290px;
	position: absolute;
}
#modal .loginInner form .login_id{
	top:25px;
	left:5px;
}
#modal .loginInner form .login_pw{
	top:97px;
	left:5px;
}
#modal .loginInner form .bt{
	position: absolute;
	top:155px;
	left:50px;
}

@media screen and (max-width:640px) {

	#modal{
		position: absolute;
	}
	#modal p.bt_close{
		width:30px;
	}
	#modal p.bt_close img{
		width:30px;
	}
	#modal .loginInner .login{
		border-radius:5px;
	}
	#modal .loginInner .top,
	#modal .loginInner .bottom{
		display: none;
		
	}
	#modal .loginInner .title img{
		width:80%;
	}
	#modal .loginInner .lead{
		text-align:left;
		width:80%;
		margin-left: auto;
		margin-right: auto;
	}
	#modal .loginInner .bt_close{
		width:100%;
		margin-bottom: 10px;
	}
	#modal .loginInner{
		width:100%;
		margin-left: -50%;
	}
	#modal .loginInner form{
		background:none
		border:1px solid #ccc;
		border-radius:5px;
	}
	#modal .loginInner form .login_input{
		width:80%;
	}
}

/*ログインテスト*/



/* responsive
-----------------------------------------------*/
.responsive{

}
.rsp_box_padding {
	padding-left: 40px;
	padding-right: 40px;
}
.content_header {
	padding: 80px 10px;
	background-color: #595656;
	margin-bottom: 55px;
}
.content_header .page_title {
	text-align: center;
	line-height: 1.2;
	color: #fff;
	font-size: 34px;
	height: auto;
	text-indent: 0;
}
#main.responsive{
	margin-bottom: 100px;
}
.common_block {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}
.common_block .lead {
	font-size: 26px;
	line-height: 1.6;
}
@media (max-width: 1000px) {
	#main.responsive{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 980px) {
	#main.responsive{
		width: auto;
	}
}
@media (max-width: 640px) {
	#main.responsive{
		margin-bottom: 50px;
	}
	.rsp_box_padding {
		padding-left: 10px;
		padding-right: 10px;
	}
	img {
		width: 100%;
	}
	.content_header {
		margin-bottom: 30px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.content_header .page_title {
		font-size: 16px;
	}
	.common_block .lead {
		font-size: 18px;
		text-align: left;
	}
}


/* PC / TB / SP
-----------------------------------------------*/
.sp_show {
  display: none;
}
.tb_show {
  display: none;
}
.pc_show {
  display: block;
}
.pc_none {display: none;}
.tb_none {display: block;}
.sp_none {display: block;}


@media (max-width: 900px) {
	.pc_show {
	  display: none;
	}
	.sp_show {
	  display: none;
	}
	.tb_show {
	  display: block;
	}

	.pc_none {display: block;}
	.tb_none {display: none;}
	.sp_none {display: block;}

}
@media (max-width: 640px) {
	.pc_show {
	  display: none;
	}
	.tb_show {
	  display: none;
	}
	.sp_show {
	  display: block;
	}

	.pc_none {display: block;}
	.tb_none {display: block;}
	.sp_none {display: none;}

}















