@charset "utf-8";
/* ==================================================================
 * ふうログ 基本CSS
================================================================== */

/* ===============[ 初期化 ]=============== */
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #444444;
	font-size: 12px;
	line-height: 1.4;
	*line-height: 1.3;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	background-color: #ffffff;
	text-align: center; /* 古いIE対策 */
}
table, th, tr, td {
	color: #444444;
	font-size: 12px;
	line-height: 1.4;
	*line-height: 1.3;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	text-align: left;
}
input, textarea, select, option {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
}
a img {
	border: none;
	background-color: transparent;
}
.floatclear {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 1%;
	line-height: 1;
}
* html .floatclear {
	height: 1px;
}
*:first-child+html .floatclear {
	height: 1px;
}
li {
	list-style-type: none;
}
/* ===============[ 共通セレクタ ]=============== */
.page-top {
	clear: both;
	padding: 10px 5px 5px 0px;
	font-size: 12px;
	text-align: right;
	width:950px;
	margin:0px auto;
}
.contents-top {
	padding: 10px 5px 10px 0px;
	font-size: 12px;
	text-align: right;
}
.image_loading {
	background-image: url(../images/loading.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.page-up {
	clear: both;
	margin-top: 10px;
	padding: 0px 6px 5px 0px;
	font-size: 12px;
	line-height: 1.3;
	*line-height: 1.2;
	text-align: right;
}

/* ===============[ float解除 ]=============== */
.clearfix:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* ===============[ link ]=============== */
a:link {
	color: #339998;
}
a:visited {
	color: #339998;
}
a:hover {
	color: #FFBF00;
}
a:active {
	color: #FFBF00;
}

/* ===============[ headline ]=============== */
#headline-wrap {
	border-top: 5px solid #5A3D1C;
	border-bottom: 1px dotted #CCCCCC;
}
#headline {
	width: 950px;
	margin: 0px auto;
	padding: 2px 0px;
}
#headline h1 {
	display:block;
	float: left;
	width: 680px;
	height: 12px;
	overflow: hidden;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
}
#headline h1 a{
	text-decoration: none;
}
#headline .line {
	color: #CCCCCE;
	margin-left: 4px;
}
#headline .user-guide {
	float: right;
	width: 268px;
	height: 12px;
	overflow: hidden;
	color: #666666;
	font-size: 10px;
	line-height: 1.2;
	text-align: right;
}
#headline .user-guide a {
	background-image: url(../images/icon/i_list1.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 9px;
	margin-left: 6px;
	text-decoration: none;
}
#headline .user-guide a:hover {
	text-decoration: underline;
}
/*▽後で消去*/
#headline .user-guide a.user {
background-image: none;
margin-left: 0px;
font-weight: bold;
padding-left: 4px;
}
#headline h1 {
	width: 440px;
}
#headline .user-guide {
	width: 508px;
}
/*△後で消去*/
#headline .login-box {
	float: right;
	width: 950px;
	height: 12px;
	overflow: hidden;
	color: #666666;
	font-size: 10px;
	line-height: 1.2;
	text-align: right;
	padding: 1px 0px 0px 0px;
}
#headline .login-box .slash {
	color: #CCCCCE;
	margin: 0px 2px;
}
#headline .login-box a.user {
	background-image: none;
	margin-left: 0px;
	font-weight: bold;
	text-decoration: none;
}
#headline .login-box a.rvwr {
	background-image: url(../images/icon/i_user3.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 11px;
	margin-left: 6px;
	text-decoration: none;
}
#headline .login-box a.shop {
	background-image: url(../images/icon/i_shop3.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 11px;
	margin-left: 6px;
	text-decoration: none;
}
#headline .login-box a:hover {
	text-decoration: underline;
}

/* ===============[ container ]=============== */
#container {
	position: relative;
	width: 950px;
	margin: 0px auto;
	text-align: left;
}

/* ===============[ link-more ]=============== */
/* column-main 基本 */
#column-main .link-more {
	float: right;
	padding: 3px 10px 5px 15px;
	font-size: 12px;
	line-height: 1.3;
	background-image: url(../images/icon/i_arrow_c.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#column-main .link-more a {
	color: #339998;
}
#column-main .link-more a:hover {
	color: #FFBF00;
}

/* ==========[ icon-help ]========== */
#container a.help {
	color: #339999;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2;
	border: solid 1px #339999;
	background-color: #F1FAF9;
	text-decoration: none;
	padding: 0px 1px;
}
#container a.help:visited {
	color: #339999;
	border: solid 1px #339999;
	background-color: #F1FAF9;
	text-decoration: none;
}
#container a.help:hover {
	color: #FFBF00;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	border: solid 1px #FFBF00;
	background-color: #FFF596;
	text-decoration: none;
}
#container a.help:active {
	color: #339999;
	border: solid 1px #339999;
	background-color: #F1FAF9;
	text-decoration: none;
}

/* ===============[ column layout ]=============== */
#contents {
	width: 950px;
}
/* ==========[ layout1 ]========== */
/* [基本top 10px] */
.layout1-main {
	float: left;
	width: 635px;
	margin: 0px 0px;
	padding-top: 10px;
}
/* [基本top 14px] */
.layout1-side {
	float: right;
	width: 300px;
	margin: 0px 0px;
	padding-top: 14px;
}
/* ==========[ layout2 ]========== */
/* [基本top 15px] */
.layout2-main {
	float: left;
	width: 730px;
	margin: 0px 0px;
	padding-top: 14px;
}
/* [基本top 12px] */
.layout2-side {
	float: right;
	width: 210px;
	margin: 0px 0px;
	padding-top: 14px;
}
/* ==========[ layout3 ]========== */
/* [基本top 15px] */
.layout3-main {
	width: 950px;
	margin: 0px 0px;
	padding-top: 14px;
}

/* ===============[ reviewer-name ]=============== */
.reviewer-name a {
	text-decoration: none;
}
.reviewer-name a:hover {
	text-decoration: underline;
}

/* ===============[ vote-navi ]=============== */
/* 基本色＆スタイル設定 */
.vote-navi {
	color: #ff4477;
}
.agree-vote {
	color: #ff4477;
}
.agree-vote em {
	font-weight: bold;
	font-style: normal;
}
.vote-navi .voted {
	color: #aaaaaa;
}
/* ===============[ color only ]=============== */
#column-main .notice {
	color: #999999;
	font-size: 10px;
}
#column-main .required {
	color: #FF4082;
}
/* ===============[ shop-header ]=============== */
#shop-header {
	width: 948px;
	margin: 0px auto;
	padding: 0px 0px 0px 2px;
	text-align: left;
}
#shop-header .logo {
	float: left;
	width: auto;
	padding: 8px 0px;
}
#shop-header .logo a {
	display: block;
	float: left;
}
#shop-header .logo img.logo1 {
	float: left;
	width: 118px;
	height:40px;
}
#shop-header .logo img.logo2 {
	float: left;
	width: 50px;
	height: 40px;
}
#shop-header img.under18 {
	float: right;
	width: 255px;
	height: 39px;
	padding: 16px 0px 0px 0px;
}
#shop-header img.under18_s {
	float: right;
	width: 255px;
	height: 39px;
	padding: 9px 0px 0px 0px;
}
#shop-header .area {
	float: left;
	width: 54px;
	padding-top: 26px;
	margin-left: 7px;
}
#shop-header .area a {
	display: block;
	width: 54px;
	height: 23px;
}
#shop-header .catchcopy {
	float: left;
	width: 420px;
	padding-top: 30px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: middle;
	margin-left: 10px;
}
#shop-header .catchcopy_s {
	float: left;
	width: 420px;
	padding-top: 22px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: middle;
	margin-left: 10px;
}
#shop-header .catchcopy2 {
	float: left;
	width: auto;
	height:auto;
	padding-top: 40px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-left: 230px;
}
/* ===============[ location ]=============== */
#location-wrap {
	width: 942px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 4px 6px 4px;
	font-size: 12px;
	line-height: 1;
	text-align: left;
	background-image: url(../images/bg_dotted1.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	border-top:1px solid #5A3D1C;
}
#location-wrap #location {
	float: left;
	width: 700px;
	padding: 2px 0px 0px 0px;
	line-height: 1.2;
}
#location-wrap #location .now {
	color: #555555;
	font-weight: normal;
}
#location-wrap #location .arrow {
	color: #FFBF00;
	font-weight: bold;
	font-size: 10px;
}
#location-wrap .navi-count {
	float: right;
	width: auto;
	color: #555555;
	font-size: 10px;
	line-height: 1.1;
	font-style: normal;
	text-align: right;
	background-image: url(../images/bg_dotted2.gif);
	background-repeat: repeat;
	padding: 0px 5px;
}
#location-wrap .navi-count strong {
	margin-right: 3px;
	color: #339999;
	font-weight: bold;
	font-size: 16px;
}
#location-wrap .navi-count .line {
	margin: 0px 2px;
	color: #CCCCCC;
	font-size: 16px;
}
/* ===============[ shopsearch-header(header部分ワード検索) ]=============== */
#shopsearch-header {
	padding: 0px 0px 1px 0px;
	border-top: 1px dotted #cccccc;
	background-color: #ffffff;
}
#shopsearch-header .search-navi-box {
	width: 948px;
	margin: 0px auto;
	text-align: left;
}
#shopsearch-header .search-navi-box .shop-search {
	float: left;
	padding: 10px 0px 10px 20px;
	background-image: url(../images/icon/i_search.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#shopsearch-header .search-navi-box form {
	display: block;
	float: left;
	margin: 0px;
}
#shopsearch-header .search-navi-box .shop-search .ex {
	float: left;
	margin: 2px 0px 0px 0px;
	padding: 2px 2px 1px 3px;
	color: #5A3D1C;
	font-size: 10px;
	letter-spacing: 0px;
	background-image: url(../images/bg_dotted1.gif);
	background-repeat: repeat;
}
#shopsearch-header .search-navi-box .shop-search .multi {
	float: left;
	margin: 2px 0px 0px 0px;
	color: #5A3D1C;
	font-weight: bold;
}
#shopsearch-header .search-navi-box .shop-search input {
	float: left;
	vertical-align: middle;
	margin: 2px 2px 0px 0px;
}
#shopsearch-header .search-navi-box .shop-search input.area {
	width: 100px;
	height: 1.2em;
}
#shopsearch-header .search-navi-box .shop-search input.keyword {
	width: 100px;
	height: 1.2em;
}
#shopsearch-header .search-navi-box .shop-search input.search {
	width: 60px;
	height: 22px;
}
#shopsearch-header .search-navi-box div.search-help-wrap,
#shopsearch-header .search-navi-box p.details,
#shopsearch-header .search-navi-box p.map {
	float: left;
	display: block;
	margin: 4px 0px 0px 0px;
	*margin-top: 3px;
	padding: 0px 6px 0px 6px;
	font-size: 12px;
	line-height: 1.2;
	*line-height: 1.1;
}
#shopsearch-header .search-navi-box p.details,
#shopsearch-header .search-navi-box p.map {
	border-left: solid 1px #dbdbdb;
}
#shopsearch-header .search-navi-box p.map {
	white-space: nowrap;
}
#shopsearch-header .search-navi-box div.search-help-wrap {
	margin: 1px 0px 0px 0px;
	*margin-top: 0px;
}
#shopsearch-header .search-navi-box div.search-help-wrap p.search-help a {
	display: block;
	padding: 3px 0px 3px 16px;
	*padding-bottom: 2px;
	background-image: url(../images/icon/i_help.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#shopsearch-header .search-navi-box p.beginner {
	float: right;
	font-size: 12px;
	padding: 11px 0px 11px 0px;
	*padding: 10px 0px 9px 0px;
	line-height: 1.2;
	*line-height: 1.1;
}
#shopsearch-header .search-navi-box p.beginner span {
	font-size: 10px;
}
#shopsearch-header .search-navi-box p.beginner a {
	display: block;
	padding: 3px 0px 3px 12px;
	background-image: url(../images/icon/i_beginner.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* ===============[ footer ]=============== */
#footer {
	margin-top: 10px;
	width: 950px;
	margin: 0 auto;
}
#footer ul li a {
	margin-right: 2px;
}
#footer ul#footer-navi {
	padding: 12px 2px 2px 2px;
	text-align: center;
	border-top: solid 1px #d0d0d0;
}
#footer ul#footer-navi li {
	display: inline;
	line-height: 1.6;
}
#footer ul#footer-navi li span {
	margin: 0px 2px 0px 4px;
	*margin: 0px 0px 0px 2px;
	color: #d0d0d0;
}
/* ===== shop-list ===== */
#footer .shop-list {
	margin-top: 10px;
	padding: 10px 2px 0px 2px;
	border-top: solid 1px #d0d0d0;
}
#footer .shop-list h3 {
	display: inline;
	color: #444444;
	font-size: 10px;
	line-height: 1.6;
	font-weight: bold;
	font-style: normal;
}
#footer .shop-list ul {
	display: inline;
}
#footer .shop-list ul li {
	color: #CCCCCE;
	display: inline;
	font-size: 10px;
	line-height: 1.6;
}
#footer .shop-list ul li span {
	margin: 0px 2px 0px 4px;
	*margin: 0px 0px 0px 2px;
	color: #d0d0d0;
}
#footer .shop-list ul li a {
	text-decoration: none;
}

/* ===== copyright ===== */
#footer .copyright {
	margin-top: 10px;
	padding: 10px 1px 0px 1px;
	border-top: solid 1px #d0d0d0;
	text-align: center;
}
#footer .copyright address {
	font-style: normal;
}

