﻿@charset "utf-8";

/*--------------------------------------

  ナビってワーキングガール

---------------------------------------*/

/*================= main ===================== */

/*記事タイトル*/
#naviw h3 {
    margin: 0 0 20px 0;
}
#naviw h3 img {
    width: 100%;
}
#naviw .movie {
    width: 320px;
    float: left;
    position: relative;
    border: solid 3px #ccc;
    cursor:pointer;
}
#naviw .movie a {
    display: block;
}
#naviw .movie a img {
    display: block;
}
#naviw .movie .movieplay_area {
    position: absolute;
    top : 2%;
    right : 0;
    padding: 4px 10px 2px 10px;
    font-size: 14px;
    font-weight: bold;
    background: rgba(0,0,0,0.7);
    color: #fff;
}
#naviw .shopinfo {
    width: 300px;
    float: right;
}
#naviw .shopinfo .catch_text {
	position: relative;
    line-height: 1.3;
	margin: 0 0 13px 0;
	padding: 10px;
	background-color: #fff;
	border: 2px solid #f06;
	border-radius: 6px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
}
#naviw .shopinfo .catch_text:before,
#naviw .shopinfo .catch_text:after {
	top: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#naviw .shopinfo .catch_text:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
#naviw .shopinfo .catch_text:before {
	border-color: rgba(255, 0, 102, 0);
	border-top-color: #f06;
	border-width: 12px;
	margin-left: -12px;
}
#naviw .shopinfo .data_new {
	position: relative;
}
#naviw .shopinfo .data_new .icon_ichigo {
	position: absolute;
	top: 0;
	right: 0;
}
#naviw .shopinfo .data_new .icon_ichigo img {
	width: 80px;
}
#naviw .shopinfo .data_new .gal_name {
    color: #333;
	font-size: 14px;
}
#naviw .shopinfo .data_new .gal_name img {
	position: relative;
	top: -5px;
	width: 20px;
}
#naviw .shopinfo .data_new .gal_name b {
	display: inline-block;
	margin: 0 0 0 10px;
}
#naviw .shopinfo .data_new .gal_data {
	padding: 5px;
	color: #333;
	background-color: #F5F5F5;
	border: solid 1px #e7e7e7;
	font-weight: bold;
}
#naviw .shopinfo .data_new .gal_data b {
	display: inline-block;
	margin: 0 3px 0 0;
	font-weight: normal;
}
#naviw .shopinfo .data_new .gal_data span {
	display: inline-block;
	margin: 0 5px;
	font-weight: normal;
}
/**/
#kiji_naiyou .naviw h4 {
    height: 23px;
    font-size: 20px;
    background-image: url(/pc/img/chihou/shop/navi-working-girl/icon.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 30px 0 20px 0;
    font-weight: normal;
    color: #FF4A90;
}
#kiji_naiyou .title {
	font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 35px 0 20px 0;
	color: #333;
	border-bottom: solid 2px #929496;
}
#kiji_naiyou .moji_left {
    float: left;
    width: 460px;
}
#kiji_naiyou .photo_right {
    float: right;
    width: 170px;
	position: relative;
}
#kiji_naiyou .photo_right img {
    width: 100%;
}
#naviw .moji_right {
    float: right;
    width: 460px;
    margin: 0;
}
#naviw .photo_left {
    float: left;
    width: 170px;
    margin: 0;
}
#naviw .photo_left img {
    width: 100%;
}
#naviw .kiji .question {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}
#naviw .kiji .answer {
    margin: 0 0 20px 0;
	padding: 0 0 0 30px;
    font-size: 14px;
	color: #f06;
    line-height: 1.6;
    background-image: url(/pc/img/chihou/shop/navi-working-girl/icon_girl.png);
    background-repeat: no-repeat;
    background-position: left top;
	background-size: 20px auto;
}
#naviw #kansou {
    border: solid 1px #ddd;
    min-height: 145px;
    margin: 20px 0 0 0; 
    padding: 20px;
    background-color: #FEF3F9;
    font-size: 14px;
    line-height: 2;
	color: #333;
    background-image: url(/pc/img/chihou/shop/navi-working-girl/bg_comments2.gif);
    background-repeat: no-repeat;
    background-position: right top;
}
#naviw #kansou .s_i_title {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight:bold;
	font-size: 20px;
	color: #333;
	border-bottom: solid 1px #FF2678;
}
#naviw #modalbox {
    display:none;
    position:absolute;
    z-index:1000;
}
#naviw #overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: #000;
}
#naviw #close {
    color: #F06;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    top: 10px;
    float: right;
}