@charset "UTF-8";
/*======================================================================
	Title: company.css
	Description: 会社概要調整ファイル
	------------------------------------------------------
	Copyright IROYA Inc All Rights Reserved.
======================================================================*/

/* ============================================================

固定ヘッダー

============================================================ */
#hidden_menu_wrapper{
	top:0px;
}
#hidden_menu li#bn_company a{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
/* ============================================================

ヘッダーイメージ

============================================================ */
#header_image{
	margin-top:30px;
}

/* ヘッダーイメージ SP版 */
@media(max-width:640px){

#header_image{
	margin-top:0px;
}

}

/* ============================================================

コンテンツ

============================================================ */
#contents_wrapper{
	background:url(/_common/img/bg_header.png) repeat-x top center;
	margin-top:318px;
	margin-bottom:120px;
}
#contents_wrapper #contents{
	width:1024px;
	margin:0 auto;
	padding-top:50px;
}
#contents h1{
	height:36px;
	margin-bottom:60px;
	text-align:center;
	background:url(/_common/img/ttl_bg.png) repeat-x top center;
}
#company_info{
	position:relative;
}

#company_info #company_detail{
	margin:0 0 20px;
}
#company_info #company_detail dt{
	float:left;
	width:100px;
	padding:0;
}
#company_info #company_detail dd{
	padding:0 0 16px 100px;
}
#company_info #company_detail small{
	font-size:14px;
	font-size:1.4rem;
}

#company_info figure{
	width:496px;
	height:332px;
	position:absolute;
	right:0px;
	top:0px;
}

#policy_info{
	position:relative;
}

#contents h1.policy_title {
	height:auto;
	font-size: 2.0rem;
	margin-bottom:60px;
	margin-top: 60px;
	text-align:left;
	background:none;
}
#policy_info h2 {
	height:auto;
	font-size: 1.6rem;
	margin-bottom:20px;
	text-align:left;
	background:none;
}
#policy_info h3 {
	height:auto;
	font-size: 1.4rem;
	margin-bottom:10px;
	text-align:left;
	background:none;
}
#policy_info p {
	margin-bottom: 30px;
}
#policy_info ol {
	list-style: decimal; 
	padding-inline-start: 30px;
	margin-bottom: 30px;
}


/* コンテンツ SP版 */
@media(max-width:640px){

¥#contents_wrapper{
	margin-bottom:0px;
}

#contents_wrapper #contents{
	width:90%;
	margin:0 auto;
	padding-top:50px;
}

#company_info #company_detail{
	margin-bottom: 50px;
}

#company_info figure{
	width:90%;
	height:auto;
	margin: auto;
	position:static;
}
#company_info figure img { width: 100%; margin: auto; }


}