/* ----------------------------------------
　company02
---------------------------------------- */
.co02_wrap {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin-bottom: 40px;
}
.co02_wrap>div {
	overflow: hidden;
}
.co02_nav {
	width: 1000px;
	margin: 20px auto 0;
}
.co02_nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	border: 1px solid #999;
}
.co02_nav li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	border-right: 1px solid #999;
}
.co02_nav li:last-child {
	border-right: none;
}
.co02_nav li a {
	display: block;
	padding: 10px 0;
	color: #333;
	text-decoration: none;
	background: #f5f5f5;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: center;
}
.co02_nav li a:hover {
	background: #fff;
}
.co02_tl {
	width: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 40px 0;
	letter-spacing: 1px;
	margin: 40px auto;
	text-align: center;
}
.co02_tl b {
	display: block;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.co02_tl span {
	display: block;
	font-family: 'Century Gothic', 'Arial';
}
.co02_article {
	width: 1000px;
	margin: 0 auto;
}
.co02_pagetop {
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
	overflow: hidden;
}
.co02_pagetop a {
	float: right;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #333;
	padding: 10px 20px;
}
.co02_pagetop a:hover {
	color: #999;
	border: 1px solid #999;
}
/* 代表メッセージ co02_message
---------------------------------------- */
.co02_message {
	overflow: hidden;
}
.co02_me_photo {
	float: left;
}
.co02_me_photo img {
	margin-right: 40px;
}
.co02_me_txt {}
.co02_me_txt b {
	display: block;
	font-size: 24px;
	line-height: 34px;
	padding: 60px 0;
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.co02_me_txt span {
	display: block;
	text-align: right;
	font-weight: bold;
	padding-top: 20px;
	letter-spacing: 1px;
}
/* 会社概要 co02_profile
---------------------------------------- */
.co02_profile {}
.co02_profile table {
	border-collapse: collapse;
	width: 100%;
}
.co02_profile tr:nth-child(2n-1) {
	background: #f5f5f5;
}
.co02_profile th, .co02_profile td {
	padding: 20px;
	font-size: 14px;
	line-height: 1.6rem;
	border: none;
}
.co02_profile th {
	width: 180px;
}
.co02_profile tr:nth-child(2n) th {
	background: #fff;
}
.co02_profile td a {
	color: #333;
}
.co02_profile td a:hover {
	color: #999;
}
/* 店舗写真 co02_shop
---------------------------------------- */
.co02_shop {}
.co02_shop ul {
	overflow: hidden;
	text-align: center;
}
.co02_shop li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin: 40px 20px 0;
	width: 450px;
}
.co02_shop li:nth-child(1),
.co02_shop li:nth-child(2) {
	margin-top: 0;
}
.co02_shop img {
	vertical-align: bottom;
}
/* アクセスマップ co02_access
---------------------------------------- */
.co02_access {}
.co02_access_txt {
	overflow: hidden;
	margin-bottom: 20px;
}
.co02_access_txt p,
.co02_access_txt a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.co02_access_txt p {
	width: 743px;
}
.co02_access_txt span {
	padding-right: 20px;
}
.co02_access_txt a {
	background: url(/company/img/icon_pin.png) no-repeat 10px 50%;
	width: 250px;
	border: 1px solid #999;
	height: 50px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	background-color: #f5f5f5;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
}
.co02_access_txt a:hover {
	background-color: #FFF;
	color: #333;
}
.co02_access iframe {
	width: 100%;
	height: 600px;
}
/* ----------------------------------------
　company02
---------------------------------------- */
.co02s_wrap {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.5rem;
}
.co02s_wrap>div {
	overflow: hidden;
}
.co02s_nav {
	width: 100%;
	margin: 20px auto 0;
}
.co02s_nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	border: 1px solid #999;
}
.co02s_nav li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	border-right: 1px solid #999;
}
.co02s_nav li:last-child {
	border-right: none;
}
.co02s_nav li a {
	display: block;
	padding: 10px 0;
	color: #333;
	text-decoration: none;
	background: #f5f5f5;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: center;
}
.co02s_nav li a:hover {
	background: #fff;
}
.co02s_tl {
	width: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 30px 0;
	letter-spacing: 1px;
	margin: 30px auto;
	text-align: center;
}
.co02s_tl b {
	display: block;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.co02s_tl span {
	display: block;
	font-family: 'Century Gothic', 'Arial';
}
.co02s_article {
	width: 100%;
	margin: 0 auto;
}
.co02s_pagetop {
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	overflow: hidden;
}
.co02s_pagetop a {
	float: right;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #333;
	padding: 10px 20px;
}
.co02s_pagetop a:hover {
	color: #999;
	border: 1px solid #999;
}
/* 代表メッセージ co02s_message
---------------------------------------- */
.co02s_message {
	overflow: hidden;
}
.co02s_me_photo {
	float: left;
}
.co02s_me_photo img {
	margin-right: 40px;
}
.co02s_me_txt {}
.co02s_me_txt b {
	display: block;
	font-size: 22px;
	line-height: 32px;
	padding: 60px 0;
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.co02s_me_txt span {
	display: block;
	text-align: right;
	font-weight: bold;
	padding-top: 20px;
	letter-spacing: 1px;
}
/* 会社概要 co02s_profile
---------------------------------------- */
.co02s_profile {}
.co02s_profile table {
	border-collapse: collapse;
	width: 100%;
}
.co02s_profile tr:nth-child(2n-1) {
	background: #f5f5f5;
}
.co02s_profile th, .co02s_profile td {
	padding: 20px;
	font-size: 14px;
	line-height: 1.6rem;
}
.co02s_profile th {
	width: 140px;
	background: none;
	border: none;
	color: #000;
}
.co02s_profile td a {
	color: #333;
}
.co02s_profile td a:hover {
	color: #999;
}
/* 店舗写真 co02s_shop
---------------------------------------- */
.co02s_shop {}
.co02s_shop ul {
	overflow: hidden;
	text-align: center;
}
.co02s_shop li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin: 20px 8px 0;
	width: 365px;
}
.co02s_shop li:nth-child(1),
.co02s_shop li:nth-child(2) {
	margin-top: 0;
}
.co02s_shop img {
	vertical-align: bottom;
}
/* アクセスマップ co02s_access
---------------------------------------- */
.co02s_access {}
.co02s_access_txt {
	overflow: hidden;
	margin-bottom: 20px;
}
.co02s_access_txt p,
.co02s_access_txt a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.co02s_access_txt p {
	width: 563px;
}
.co02s_access_txt span {
	padding-right: 20px;
	display: block;
}
.co02s_access_txt a {
	background: url(/company/img/icon_pin.png) no-repeat 10px 50%;
	width: 210px;
	border: 1px solid #999;
	height: 50px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	background-color: #f5f5f5;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
}
.co02s_access_txt a:hover {
	background-color: #FFF;
	color: #333;
}
.co02s_access iframe {
	width: 100%;
	height: 600px;
	vertical-align: bottom;
}