@charset "utf-8";

/**
 *
 *  会社情報ページ共通css
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
  	Main
---------------------------------------------------------------------------*/

#Main{
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
}

/* @SP */
@media all and (max-width: 767px){
	#Main{
		padding: 0;
	}
}

/*--------------------------------------------------------------------------
  	Side
---------------------------------------------------------------------------*/

/* company
-----------------------------------------------------------------*/

#Side .bnr{
	margin-top: 30px;
}
#Side p.bnr a:hover{
	opacity: 0.7;
}
#Side table{
	width: 100%;
	border: 1px solid #a9151a;
	text-align: center;
	border-collapse: collapse;
}
#Side table th a{
	display: block;
	padding: 10px 0;
	background: #a9151a;
	color: #fff;
	text-decoration: none;
	font-size: 123%;
	font-weight: normal;
}
#Side table th a:hover{
	background: #fff;
	color: #a9151a;
}
#Side table td{
	border: 1px solid #a9151a;
	background: #fff;
}
#Side table td a{
	padding: 10px 0;
	text-decoration: none;
	display: block;
}
#Side table td a span{
	padding-left: 20px;
	background: url(/shared/images/ico_arw06.png) no-repeat 0 50%;
	background-size: 6px 10px;
}

#Side table td:hover{
	background: #a9151a;
}
#Side table td:hover a{
	color: #fff;
}
#Side table td:hover a span{
	background-image: url(/shared/images/ico_arw02.png);
}

/* @SP */
@media all and (max-width: 767px){
	#Side .bnr{
		margin-top: 20px;
	}
	#Side .bnr ul{
		margin: 0 -10px -10px 0;
		overflow: hidden;
	}
	#Side .bnr li{
		width: 50%;
		float: left;
	}
	#Side .bnr li a{
		display: block;
		margin: 0 10px 10px 0;
	}
	#Side .bnr li img{
		width: 100%;
		height: auto;
	}
}

/* PDFリンク */
.sec a.pdf{
	color: #a9151a;
	text-decoration: none;
	padding-left: 30px;
	background: url(../../shared/images/ico_pdf_on02.png) no-repeat 15px 50%;
	background-size: 11px 13px;
}
.sec a.pdf:hover{
	text-decoration: underline;
}