@charset "UTF-8";

/* ==========================================================================
	【for staffcoordinate】
	XX Common
		XX-01 item_list
	01 Wrap
		01-01 detail_container_wrap
			01-01-01 detail_photoBox(Left Column)
			01-01-02 detail_infoBox(Right Column)
				01-01-02-01 infoBox_infoArea
				01-01-02-02 infoBox_stylingItemArea
			01-01-02 detail_otherStyleBox
			01-01-03 pagerBox
========================================================================== */

/* 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_listItem {
	-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_listItem {
	-ms-flex: 0 0 16.6666667%;
	flex: 0 0 16.6666667%;
	width: 100%;
	max-width: 16.6666667%;
}
.item_listItem 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_bdName {
	font-size:12px;
}
.item_info_heading.text_shopName:hover,
.item_info_heading.text_userName:hover {
	opacity:0.8;
}

/* 01 Wrap
------------------------------------------------------------------------------------*/
.section_wrap {
	width: 100%;
}

/* 01-01 detail_container_wrap
--------------------------------------------------------------------*/
.detail_container_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 20px;
}
.section_heading + .detail_container_wrap {
	margin-top:20px;
}
.detail_container_wrap a:hover {
	opacity:0.8;
}
.detail_column {}
.detail_column + .detail_column {
	margin-left:20px;
}
.detail_column_item {}
.detail_container_side {
	-webkit-flex-basis: 200px;
	-ms-flex-preferred-size: 200px;
	flex-basis: 200px;
	max-width: 200px;
}
.detail_container_main {
	-webkit-flex-basis: 970px;
	-ms-flex-preferred-size: 970px;
	flex-basis: 970px;
	max-width: 970px;
	margin: 0 0 0 auto;
}

/* 01-01-01 detail_photoBox(Left Column)
----------------------------------------------------*/
.detail_photoBox {}
.detail_photoBox.detail_column {
	float:left;
	width:520px;
}
.detail_photo_list {}
.detail_photo_listItem {}
.detail_photo_img {}
/*---- FlexControler(Thumbnail) ----*/
.flex-control-thumbs li {
	width:19%;
}
.flex-control-thumbs li + li {
	margin-left:1.25%;
}
/* 01-01-02 detail_infoBox(Right Column)
----------------------------------------------------*/
.detail_infoBox {
}

/* 01-01-02-01 infoBox_infoArea
------------------------------------*/
.infoBox_infoArea {}
.infoArea_item {}
.infoArea_item.info_data {
	margin-bottom: 20px;
}
.info_data_logoArea {
	text-align: center;
	margin-bottom: 20px;
}
.info_data_logo_image {
	width:140px;
	height:140px;
	border-radius:50%;
}
.info_data_textArea {
	text-align:center;
}
.textArea_item {}
.textArea_item.userName {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.textArea_item .userName_link {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
.textArea_item.shopName {
	margin-bottom: 10px;
}
.textArea_item.userHeight {
	margin-bottom: 10px;
}
.infoArea_item.info_comment {
	font-size:12px;
	line-height:1.6;
}
.textArea_item a:visited {
	color: #ab60a3;
}
.info_socialBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.info_socialBox_logo {
	display: inline-block;
}
.info_socialBox_image {
	width:100%;
	max-width:20px;
	height:auto;
}
.info_socialBox_name {
	display: inline-block;
	margin-left: 5px;
}
.info_socialBox_link {
	display: block
}
.info_socialBox_link:hover {
	text-decoration: underline;
}

.info_comment_item {}
.info_comment_item.commentDate {}
.info_comment_item.commentText {
	line-height: 1.5;
}
.infoArea_item.info_tags {
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:30px;
	padding-top:30px;
}
.info_tags_list {}
.info_tags_listItem {
	display:inline-block;
	margin:0;
	padding:3px;
}
.info_tags_listItem a {
	display:block;
	box-sizing:border-box;
	border:1px solid #666;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.info_itemTags_textArea {
	display:block;
	color:#6f6f6f;
	padding:4px 18px;
}
/* 01-01-02-02 infoBox_stylingItemArea
------------------------------------*/
.infoBox_stylingItemArea {
	margin-top:50px;
}
.stylingItem_heading {
	font-size:22px;
	letter-spacing:2px;
}
.stylingItem_subHeading {
	position:relative;
	margin-top:10px;
}
.stylingItem_subHeading:before {
	content:"";
	width:100%;
	border-top:3px solid #000;
	position:absolute;
	top:50%;
	left:0;
}
.stylingItem_subHeading_textArea {
	display:inline-block;
	letter-spacing:1px;
	background:#fff;
	position:relative;
	padding-right:10px;
}
.stylingItem_containerBox {
	margin-top:20px;
}
/* 01-01-02 detail_otherStyleBox
----------------------------------------------------*/
.detail_otherStyleBox {
}
.otherStyleBox_innerBox {
	position:relative;
}
.otherStyle_heading {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #535353;
}
.otherStyle_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;
	position: relative;
}
.otherStyle_item {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	width: 100%;
	max-width: 20%;
	margin-bottom: 30px;
	padding: 0 5px;
	position:relative;
}
.otherStyle_link {
	display: block;
	position: relative;
}
.otherStyle_link:before {
	content: "";
	display: block;
	padding-top: 133.33%;
}
.otherStyle_image {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* 01-01-03 pagerBox
----------------------------------------------------*/
.pagerBox {}
.pager {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.pager li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 15px;
	position:relative;
}
.pager li a,
.pager li.space span {
	width:30px;
	height:30px;
	line-height: 30px;
	text-align:center;
	display:block;
	border: 1px solid #404040;
	border-radius: 50%;
}
.pager_number a {
	color:#404040;
	background:#fff;
}
.pager_number.active {
}
.pager_number.active span {
	display: block;
	width:30px;
	height:30px;
	line-height: 30px;
	text-align:center;
	color:#fff;
	background:#b3b3b3;
	border: 1px solid #b3b3b3;
	border-radius: 50%;
}
.pager li.pager_prev {
	padding-right: 40px;
}
.pager li.pager_next {
	padding: 0 0 0 20px;
}
.pager li.pager_prev a,
.pager li.pager_next a {
	width: 55px;
	height: 35px;
	box-sizing: border-box;
	border-radius: 30px;
}













