@charset "UTF-8";

/* ==========================================================================
	【for staffcoordinate】
	XX Common
		XX-01 item_list
	01 Wrap
		01-01 detail_container_wrap
			01-01-01 detail_photo_box(Left Column)
			01-01-02 detail_info_box(Right Column)
				01-01-02-01 info_box_info_area
				01-01-02-02 info_box_styling_item_area
			01-01-02 detail_other_style_box
			01-01-03 section_pager
========================================================================== */

/* XX Common
------------------------------------------------------------------------------------*/
#contents.staffcoordinate {}
.section_header {
	margin-bottom: 20px;
}
.section_header_image {
	width: 100%;
	height: auto;
}

/* XX-01 item_list
--------------------------------------------------------------------*/
.item_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.item_list_item {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	width: 100%;
	max-width: 20%;
	margin-bottom: 30px;
	padding: 0 5px;
	position:relative;
}
.item_list.item_list_column6 .item_list_item {
	-ms-flex: 0 0 16.6666667%;
	flex: 0 0 16.6666667%;
	width: 100%;
	max-width: 16.6666667%;
}
.item_list_item a {
	display:block;
}
.item_photo {
	position:relative;
}
.item_photo:before {
	content:"";
	display:block;
	padding-top:100%;
}
.item_photo_img {
	width:100%;
	height:auto;
	border-radius:50%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.item_photo_img:hover {
	opacity:0.8;
}
.item_info {
	text-align:center;
	/*letter-spacing:-0.45em;*/
	margin-top:10px;
}
.item_info > div {
	display:inline-block;
	letter-spacing:normal;
}
.item_info_logo {
	width: 35%;
	text-align:left;
	vertical-align:middle;
}
.item_info_logo_img {
	width:50px;
	height:50px;
	border:solid 1px #eee;
	-webkit-border-radius:50px;
	border-radius:50px;
}
.item_info_logo_img:hover {
	opacity:0.8;
}
.item_info_textarea {
	text-align:center;
	line-height:1.2em;
	margin-top:15px;
}
.item_info_heading {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.item_info_heading.text_bd_name {
	font-size:12px;
}
.item_info_heading.text_shop_name:hover,
.item_info_heading.text_user_name:hover {
	opacity:0.8;
}

/* 01 Wrap
------------------------------------------------------------------------------------*/
#section_wrap {
	width: 100%;
}

/* 01-01 detail_container_wrap
--------------------------------------------------------------------*/
.detail_container_wrap {

}
.section_heading + .detail_container_wrap {

}
.detail_container_wrap a:hover {
	opacity:0.8;
	text-decoration: none;
}
.detail_column {}
.detail_column + .detail_column {
	margin-left:20px;
}
.detail_column_item {}
.detail_container_side {

}
.detail_container_main {
	margin-top: 80px;
}

/* 01-01-01 detail_photo_box(Left Column)
----------------------------------------------------*/
.detail_photo_box {}
.detail_photo_box.detail_column {
	float:left;
	width:520px;
}
.detail_photo_list {}
.detail_photo_list_item {}
.detail_photo_img {}
/*---- FlexControler(Thumbnail) ----*/
.flex-control-thumbs li {
	width:19%;
}
.flex-control-thumbs li + li {
	margin-left:1.25%;
}
/* 01-01-02 detail_info_box(Right Column)
----------------------------------------------------*/
.detail_info_box {
}

/* 01-01-02-01 info_box_info_area
------------------------------------*/
.info_box_info_area {}
.info_area_item {}
.info_area_item.info_data {
	display: flex;

	margin-bottom: 20px;
}
.info_data_logo_area {
	text-align: center;
	margin: 0 40px 0 0;
}
.info_data_logo_image {
	width: 210px;
	height: 210px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px solid #DDD;
}
.info_data_textarea {
	width: 100%;
}
.textarea_item {}
.textarea_item.user_name {
	font-size: 13px;
	line-height: 21px;
}
.textarea_item .user_name_link {
	font-size: 13px;
	text-align: left;
}
.textarea_item.shop_name {
	font-size: 13px;
	line-height: 21px;
}

.textarea_item.shop_name a {
	font-size: 13px;
	line-height: 21px;
}

.textarea_item.shop_name a:hover {
	text-decoration: none;
}

.textarea_item.user_height {
	font-size: 13px;
	line-height: 21px;
}

.textarea_item.user_height a {
	font-size: 13px;
	line-height: 21px;
}

.textarea_item.user_height a:hover {
	text-decoration: none;
}

.info_area_item.info_comment {
	font-size:12px;
	line-height:1.6;
}
.textarea_item a:visited {
	color: #000;
}
.info_social_box {

}
.info_social_box_logo {
	display: inline-block;
}
.info_social_box_image {
	width:100%;
	max-width:20px;
	height:auto;
}
.info_social_box_name {
	display: inline-block;
	font-size: 13px;
	line-height: 21px;
}
.info_social_box_link {
	display: inline-block;
	font-size: 13px;
	text-decoration: underline;
	    line-height: 21px;
}
.info_social_box_link:hover {
	text-decoration: none;
}

.info_comment_item {}
.info_comment_item.commentDate {}
.info_comment_item.comment_text {
	font-size: 12px;
    line-height: 1.7;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #DDD;
}
.info_area_item.info_tags {
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:30px;
	padding-top:30px;
}
.info_tags_list {}
.info_tags_list_item {
	display:inline-block;
	margin:0;
	padding:3px;
}
.info_tags_list_item a {
	display:block;
	box-sizing:border-box;
	border:1px solid #666;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.info_item_tags_textarea {
	display:block;
	color:#6f6f6f;
	padding:4px 18px;
}
/* 01-01-02-02 info_box_styling_item_area
------------------------------------*/
.info_box_styling_item_area {
	margin-top:50px;
}
.styling_item_heading {
	font-size:22px;
	letter-spacing:2px;
}
.styling_item_sub_heading {
	position:relative;
	margin-top:10px;
}
.styling_item_sub_heading:before {
	content:"";
	width:100%;
	border-top:3px solid #000;
	position:absolute;
	top:50%;
	left:0;
}
.styling_item_sub_heading_textarea {
	display:inline-block;
	letter-spacing:1px;
	background:#fff;
	position:relative;
	padding-right:10px;
}
.styling_item_container_box {
	margin-top:20px;
}
/* 01-01-02 detail_other_style_box
----------------------------------------------------*/
.detail_other_style_box {
}
.other_style_box_inner_box {
	position:relative;
}
.other_style_heading {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #535353;
}
.other_style_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	position: relative;
}
.other_style_item {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	width: 100%;
	max-width: 20%;
	margin-bottom: 40px;
	padding: 0 20px;
	position:relative;
}
.other_style_link {
	display: block;
	position: relative;
}
.other_style_link:before {
	content: "";
	display: block;
	padding-top: 133.33%;
}
.other_style_image {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* 01-01-03 section_pager
----------------------------------------------------*/
.section_pager {}
.pager {
	display: flex;
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	margin-top: 28px;
	margin-bottom: 40px;
}
.pager li {
	display:inline-block;
	height: 22px;
	margin: 0 15px;
	position: relative;
}
.pager li a {
	display: block;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 22px;
}
.pager .pager_number {
	line-height: 22px;
}
.pager .pager_number a {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	position: relative;
}
.pager_number a:hover {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
.pager_number a:after {
	content: "";
	display: block;
	width: 0%;
	height: 3px;
	background-color: transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .4s;
}
.pager_number a:hover:after {
	width: 100%;
	background-color: #000;
}
.pager .pager_number.active span {
	display: block;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
}
.pager_number.active span:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .4s;
}
.pager_number.brank span {
	color: #000;
}
.pager .pager_prev {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 20px;
}
.pager_prev a {
	transition: all .2s;
}
.pager_prev a:hover {
	opacity: .5;
}
.pager .pager_prev a:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -2px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.pager_prev span:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -2px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.pager .pager_next {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 20px;
}
.pager_next a {
	transition: all .2s;
}
.pager_next a:hover {
	opacity: .5;
}
.pager .pager_next a:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-right: -2px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 50%;
}
.pager_next span:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-right: -2px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 50%;
}

.other_style_btn_area.page_back {
    margin:  80px 0;
    position: initial;
    display: flex;
    justify-content: center;
}

.other_style_btn_area.page_back .common_more_text {
    padding-left: 8px;
}

.common_title_name:hover {
    color: #000;
    opacity: .5;
	text-decoration: none;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}







