@charset "utf-8";
/* CSS Document */
/* company.css */
img{
	max-width: 100%;
}
@media screen and (min-width: 641px){
/* -------------- PC --------------*/
header{
	margin-bottom: 15px;
	}
#wrap{
	margin-bottom: 52px;
}
#category_list{
	top: 120px;
}
/* トップ見出し */
#wrap h2{
	width: 944px;
	border-left: solid 6px #a9dbe0;
	background: #666666;
	color: #fff;
	padding: 10px 0 10px 25px;
	font-size: 22px;
	font-weight: 500;
	display: table-cell;
}
#wrap h2 span{
	font-size: 12px;
	vertical-align: middle;
	margin: 0 0 0 20px;
}

/* トップ文章 */
#company dl {
	width: 728px;
	margin: 37px auto 50px;
	text-align: center;
	line-height: 1.6;
}
#company dl dt {
	font-size: 16px;
}
#company dl dd {
	font-size: 14px;
}

/* 概要・推移 */
#company #outline_transition{
	margin-left: 20px;
}
#company #outline_transition h3{
	font-weight: normal;
	font-size: 22px;
	background: url("../img/icon_circle.gif") no-repeat 3px 50%;
	padding-left: 25px;
}
#company #outline_transition #company_outline{
	float: left;
}
#company #outline_transition #company_outline h3{
	margin-bottom: 15px;
}
#company #outline_transition #company_outline table{
	width: 432px;
	font-size: 14px;
}
#company #outline_transition #company_outline table th{
	border-top: 1px solid #8f8f8f;
	border-left: 1px solid #8f8f8f;
	padding: 0 0 0 16px;
	width: 98px;
	background-color: #ededed;
	text-align: left;
}
#company #outline_transition #company_outline table th:nth-last-child(2){/* last-child が効かないので代用*/
	border-bottom: 1px solid #8f8f8f;
}
#company #outline_transition #company_outline table td{
	border-top: 1px solid #8f8f8f;
	border-left: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
	padding: 15px 0 15px 12px;
	width: 307px;
	line-height: 20px;
}
#company #outline_transition #company_outline table td:last-child{
	border-bottom: 1px solid #8f8f8f;
}
#company #outline_transition #company_outline table td span#tel_btn{
	display: none;
}
#company #outline_transition #company_outline table td ul li{
	margin-bottom: 24px;
}
#company #outline_transition #company_outline table td ul li:last-child{
	margin-bottom: 0;
}

#company #outline_transition #transition{
	width: 356px;
	float: left;
	margin-left: 30px;
}
#company #outline_transition #transition h3{
	margin-left: 30px;
	margin-bottom: 25px;
}
#company #outline_transition #transition .trans_box{
	margin-bottom: 46px
}

#company #outline_transition #compay_date{
	font-size: 14px;
	text-align: right;
	clear: both;
	margin-top: 11px;
	margin-bottom: 44px;
}

/* 店舗情報 */
#company #store{
	width: 923px;
	float: right;
}
#company #store h3{
	margin-bottom: 25px;
}
#company #store #store_map{
	width: 920px;
	margin: auto;
}
#company #store #compay_date02{
	font-size: 14px;
	text-align: right;
	clear: both;
	margin-top: 11px;
}

/* -------------- PC --------------*/
}
@media screen and (max-width: 640px){
/* -------------- SP --------------*/
body{
	font-size: 14px;
}
#g_nav , .inner , #wrap , #f_area{
	width: 100%;
	margin: 0 auto;

}
header{
	padding: 15px 4.6875% 17px;
	height:auto
	}
header h1{
		width: 66.85%;
		position:relative;
		top:0;
		margin:0;
	}
#category_list{
	top: 63px;
}

#company{
	width: 93.75%;
	margin: auto;
}
#wrap{
	margin-bottom: 3em;
}

/* トップ見出し */
#wrap h2{
	background: #666666;
	color: #fff;
	padding: 15px;
	margin: 0  0 15px;
	font-size:18px;
	font-weight: 500;
}
#wrap h2 span{
	margin: 0 0 0 10px;
}

/* トップ文章 */
#company dl {
	width: 93.33%;
	line-height: 1.6;
	margin: 0 auto 10px;
}
#company dl dt {
	font-size:12px;
}
#company dl dd {
	font-size: 12px;
}
/* 概要・推移 */
#company #outline_transition{
	width: 100%;
}
#company #outline_transition h3{
	font-weight: normal;
	background: url("../img/icon_circle.gif") no-repeat 3px 50%;
	padding-left: 25px;
}

#company #outline_transition #company_outline h3{
	margin-bottom: 14px;
	font-size:15px;
}
#company #outline_transition #company_outline table{
	width: 100%;
	font-size:10px;
}
#company #outline_transition #company_outline table th{
	width: 30%;
	border-top: 1px solid #8f8f8f;
	border-left: 1px solid #8f8f8f;
	background-color: #ededed;
	text-align: left;
	padding: 1em;
}
#company #outline_transition #company_outline table th:nth-last-child(2){/* last-child が効かないので代用*/
	border-bottom: 1px solid #8f8f8f;
}
#company #outline_transition #company_outline table td{
	width: 70%;
	border-top: 1px solid #8f8f8f;
	border-left: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
	line-height: 1.5;
	padding: 1em;
}
#company #outline_transition #company_outline table td.clr{
	position: relative;
}
#company #outline_transition #company_outline table td span#tel_btn{
	position: absolute;
	height: 20px;
	width: auto;
	right: 14px;
}
#company #outline_transition #company_outline table td span#tel_btn img{
	height: 20px;
	width: auto;
}
#company #outline_transition #company_outline table td:last-child{
	border-bottom: 1px solid #8f8f8f;
}
#company #outline_transition #company_outline table td ul li{
	margin-bottom: 1em;
}
#company #outline_transition #company_outline table td ul li:last-child{
	margin-bottom: 0;
}

/* 推移 */
#company #outline_transition #transition{
	width: 100%;
}
#company #outline_transition #transition .trans_img{
	width: 90%;
	margin:12px auto 0;
}
#company #outline_transition #transition .trans_img img{
	width: 100%;
}
#company #outline_transition #transition .trans_box{
	margin-bottom: 2em;
}

#company #outline_transition #compay_date{
	text-align: right;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size:80%;
}


/* 店舗情報 */
#company #store h3{
	background: #666666;
	color: #fff;
	padding: 10px;
	margin: 15px 0;
	text-align: center;
}
#company #store h3 span{
	margin: 0 0 0 10px;
}
#company #store #store_map{
	width: 93.33%;
	margin: auto;
}
#company #store #compay_date02{
	text-align: right;
	margin-top: 1em;
	font-size:80%;
}

/* -------------- SP --------------*/
}