@charset "utf-8";
/** $Id: locomill_ver3.css 4694 2011-11-01 04:41:14Z kurosu $ */

/**
 * 基本CSS（locomill_ver3.css）
 * @author ogawa@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 * @since 2008-04-15
 * @lastmodified $Date: 2011-11-01 13:41:14 +0900 (火, 01 11 2011) $
 * @see guideline: Ver. 1.01
 */

/* --------------------------------------------------
 Reset
-------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
img,td,th {border:0;}
table {border-collapse:collapse;border-spacing:0;}
textarea{resize:vertical;}
/* --------------------------------------------------
 Share Style
-------------------------------------------------- */
*{zoom : normal}
body,td {font-family:Verdana;}
img {vertical-align:top;}
div#container {
    width:900px;
    margin:0 auto;
    font-size:80%;
    color:#333333;
    text-align:left;
    _padding-bottom:15px;
}
a { color:#00f; text-decoration:none;}
a:hover { text-decoration: underline;} 
.pointer{ color:#00f; cursor:pointer;}
div#left-container {
	width:700px;
	float:left;
	overflow:hidden;
}
/* 2カラム用 */
div.layout2clm { overflow:hidden; }
div.layout2clm div.leftSide {
	width:120px;
	float:left;
}
div.layout2clm div.rightSide {
	width:560px;
	float:right;
}

a.help {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:11px;
	height:11px;
	overflow:hidden;
	text-indent:-1000000em;
	margin-top:2px;
	background:url(/common_img/member/mypage/icon_help.png) no-repeat 0 0;
}
/* インデント用 */
.cmn-indent {
	padding-left: 1em;
  text-indent: -1em;
}
/* バナーエリア用 */
.commonBanner .adsContent {
	display:block;
	text-align:center;
	margin-bottom:10px;
}

/**
 * フッター用 CSS
 *
 * フッター用のCSSです。
 *
 * @section FooterCSS
 * @lastmodified 2008-09-02
 * @version おがわ
 */
div#footer {
	clear:both;
	margin:20px 0;
}
div#footer p.totop {
	width:100%;
	text-align:right;
	padding-bottom:5px;
	border-bottom:1px solid #000000;
}
div#footer div {
	width:100%;
	margin:0 auto;
	text-align:center;
}
div#footer div p.logo {
	width:190px;
	margin:5px auto;
}
div#footer div dl {
	margin-bottom:10px;
	font-size:10px;
}
div#footer div dl dt {
	display:block;
	height: 0;
	overflow: hidden;
}
div#footer div dl dd ul li { display:inline; }
div#footer div.partner {
	clear:both;
	width:880px;
	margin:20px 0;
	background:#eeeeee;
	padding:10px 10px 5px 10px;
	overflow:hidden;
}
div#footer div.partner h6 {
	width:150px;
	float:left;
	border-left:5px solid #cccccc;
	padding-left:5px;
	text-align:left;
}
div#footer div.partner ul {
	width:720px;
	float:right;
	text-align:left;
}
div#footer div.partner ul li {
	width:170px;
	float:left;
	padding-right:10px;
	padding-bottom:5px;
}



/**
 * フッターバナー用 CSS
 *
 * @lastmodified 2009-09-25
 * @version arai
 */
div#footer #footer_banner{
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}
div#footer #footer_banner img{ vertical-align:bottom;}
div#footer #footer_banner ul{}
div#footer #footer_banner li{
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}



/* Breadcrumbs
------------------------------ */
div.head-bread {
    min-height: 16px;
    _height:16px;
    width: 690px;
    line-height:1.3;
    vertical-align:bottom;
		border-top: 1px solid #B8DCDC;
		border-bottom: 1px solid #B8DCDC; /* 背景はcustomに格納 */
		padding:3px 5px;
		overflow:hidden;
}
div.head-bread div.breadcrumbs {
		width:80%;
    float:left;
    font-size:80%;
		padding:3px 0;
}
div.head-bread div.breadcrumbs ol.imakoko { display:inline; }
div.head-bread div.breadcrumbs ol.primary { padding-right:10px; }
div.head-bread div.breadcrumbs ol.secondary {
    border-left:1px solid #666666;
    padding-left:7px;
}
div.head-bread div.breadcrumbs ol li {
    display:inline;
    background:url(/common_img/arrow_bread.png) no-repeat right 3px;
    padding:0 9px 0 4px;
}
div.head-bread div.breadcrumbs ol li.last {
    background:none;
    padding:0 0 0 4px;
}
div.head-bread div.view {
	width:20%;
    float:right;
    font-size:80%;
	text-align:right;
}


/* Breadcrumbs for Smarty plugin Topicpath
------------------------------ */
div.topicpath-container {
    min-height: 16px;
    _height:16px;
    width: 690px;
    line-height:1.3;
    vertical-align:bottom;
	border-top: 1px solid #B8DCDC;
	border-bottom: 1px solid #B8DCDC; /* 背景はcustomに格納 */
	padding:3px 5px;
	overflow:hidden;
}
div.topicpath-container div.topicpaths {
	width:80%;
    float:left;
    font-size:80%;
	padding:3px 0;
}
div.topicpath-container div.topicpaths ol.topicpath {display:inline;}
div.topicpath-container div.topicpaths ol.primary {padding-right:10px;}
div.topicpath-container div.topicpaths ol.secondary {border-left:1px solid #666666;padding-left:7px;}
div.topicpath-container div.topicpaths ol li {
    display:inline;
    background:url(/common_img/arrow_bread.png) no-repeat right 3px;
    padding:0 9px 0 4px;
}
div.topicpath-container div.topicpaths ol li.last {
    background:none;padding:0 0 0 4px;
}
div.topicpath-container div.view {
	width:20%;float:right;
    font-size:80%;text-align:right;
}

/* News
------------------------------ */
.wiki p{ margin:1em; }

/* Pager
------------------------------ */
div.pager {
  margin:5px 0;
}
div.pager a {
  display:block;
  float:left;
  padding:0.1em 0.5em;
  margin:0 5px 0 0;
  border:1px solid #FF9933;
  background:#ffffff;
  color:#666666;
  text-decoration:none;
  line-height:normal;
}
div.pager a:hover {
  border:1px solid #FF9933;
  background:#FFCC66;
  color:#FFFFFF;
}
div.pager span {
  display:block;
  float:left;
  padding:0.1em 0.5em;
  margin:0 5px 0 0;
  border:1px solid #FF9933;
  background:#FF9933;
  font-weight:bold;
  color:#FFFFFF;
  line-height:normal;
}

/* お店、クチコミリストPager
----------------------------------- */
div#top-nav {
	width:100%;
	padding:0 0 2px 0;
	margin:0 0 5px 0;;
}
div#top-nav p {
	float:right;
	width:30%;
	text-align:right;
	color:#999999;
	padding-top:10px;
}
div#top-nav div.pager {
	float:left;
	width:70%;
}
div#foot-nav {
	width:100%;
	margin:0 0 20px 0;
}
div#foot-nav div.pager {
	float:right;
}
div#foot-nav p {
	float:left;
	color:#999999;
}

/* プラス用Pager
------------------------------ */
div.plus-pager {
	
}

div.plus-pager p.all-num,
div.plus-pager p.narrow {
	float:left;
	margin-top:3px;
}

/* PR企画用
------------------------------ */
.font-pr {
  width:700px;
  font-weight:normal;
  font-size:80%;
  margin-bottom:5px;
}
/* TABLE 
-------------------------------- */
/* TABLE 001 */
table.tbl-001 {
  width:100%;
}
table.tbl-001 caption {
  padding:5px 0;
  font-weight:bold;
}
table.tbl-001 th, table.tbl-001 td {
  border-bottom:1px dashed #DDAD76;
  padding:5px 0;
}
/* TABLE 002 */
table.tbl-002 {
  width:100%;
  border-top:1px solid #999999;
  border-left:1px solid #999999;
}
table.tbl-002 caption {
  border-top:1px solid #999999;
  border-left:1px solid #999999;
  border-right:1px solid #999999;
  padding:5px;
  background-color:#FFCC99;
  margin:0;
}
table.tbl-002 th {
  border-right:1px solid #999999;
  border-bottom:1px solid #999999;
  padding:5px;
  background-color:#FFF8E1;
}
table.tbl-002 td {
  border-right:1px solid #999999;
  border-bottom:1px solid #999999;
  padding:5px;
}
/* テキスト非表示 */
.cl-txt {
	display:block;
	height: 0;
	overflow: hidden;
	line-height:0;
	font-size:0;
}
/* マウスカーソル
-------------------------------- */
.parts-cur-point {cursor:pointer;}
/* 打ち消し線
-------------------------------- */
.parts-pend {text-decoration:line-through;}
/* タイトル
-------------------------------- */
.parts-title01 {
font-size:180% ;
font-weight:bold;
border-bottom:3px double #FF9900;
padding-bottom:2px;
margin-bottom:10px;
}
.title-bar {
	clear:both;
	width:680px;
	font-size:120%;
	font-weight:bold;
	padding:5px 10px;
	background-color:#FFE6B5; /* 薄色 */
	margin-bottom:10px;
}
.hvr:hover {
	opacity:0.6;
	filter:alpha(opacity=60);/* IE8以下用透過設定 */
}
/* フロート
-------------------------------- */
.f-left { float:left; }
.f-right { float:right; }
/* 色
-------------------------------- */
.red { color:#FF0000;}
.blue { color:#000099;}
.orange { color:#FF6633;}
.pink { color:#FF9999;}
.gray { color:#666;}
.l-gray { color:#999;}

/* テキスト調整用
------------------------------ */
.bld { font-weight:bold;}
.a-right {text-align:right;}
.a-center {text-align:center;}
.line-h-13 {line-height:1.3;}
.line-h-14 {line-height:1.4;}
.line-h-15 {line-height:1.5;}
.fs-08 { font-size:0.8em; }
/* サイズ調整用
------------------------------ */
.w-50  {width:50px;}
.w-100 {width:100px;}
.w-130 {width:130px;}
.w-150 {width:150px;}
.w-200 {width:200px;}
.w-300 {width:300px;}
.w-400 {width:400px;}
.w-450 {width:450px;}
.w-560 {width:560px;}
.w-660 {width:650px;}
.w-700 {width:700px;}
.h-100 {height:100px;}
.h-200 {height:200px;}
.h-300 {height:300px;}
/* マージン調整用
----------------------------- */
.mg-0 {margin:0;}
.mg-t-5 {margin-top:5px;}
.mg-t-10 {margin-top:10px;}
.mg-t-15 {margin-top:15px;}
.mg-t-20 {margin-top:20px;}
.mg-b-5 {margin-bottom:5px;}
.mg-b-10 {margin-bottom:10px;}
.mg-b-15 {margin-bottom:15px;}
.mg-b-20 {margin-bottom:20px;}
.mg-tb-5 {margin:5px 0;}
.mg-tb-10 {margin:10px 0;}
.mg-tb-15 {margin:15px 0;}
.mg-tb-20 {margin:20px 0;}
.mg-r-5 {margin: 0 5px 0 0;}
.mg-r-10 {margin: 0 10px 0 0;}
.mg-r-15 {margin: 0 15px 0 0;}
.mg-r-20 {margin: 0 20px 0 0;}
.mg-l-5 {margin: 0 0 0 5px;}
.mg-l-10 {margin: 0 0 0 10px;}
.mg-l-15 {margin: 0 0 0 15px;}
.mg-l-20 {margin: 0 0 0 20px;}

/* padding調整用
------------------------------ */
.pd-0 { padding:0; }
.pd-5 { padding:5px; }
.pd-10 { padding:15px; }
.pd-10 { padding:10px; }
.pd-20 { padding:20px; }
.pd-t-5 {padding-top:5px;}
.pd-t-10 {padding-top:10px;}
.pd-t-15 {padding-top:15px;}
.pd-t-20 {padding-top:20px;}
.pd-b-5 {padding-bottom:5px;}
.pd-b-10 {padding-bottom:10px;}
.pd-b-15 {padding-bottom:15px;}
.pd-b-20 {padding-bottom:20px;}
.pd-tb-5 {padding:5px 0;}
.pd-tb-10 {padding:10px 0;}
.pd-tb-15 {padding:15px 0;}
.pd-tb-20 {padding:20px 0;}
.pd-r-5 {padding: 0 5px 0 0;}
.pd-r-10 {padding: 0 10px 0 0;}
.pd-r-15 {padding: 0 15px 0 0;}
.pd-r-20 {padding: 0 20px 0 0;}
.pd-l-5 {padding: 0 0 0 5px;}
.pd-l-10 {padding: 0 0 0 10px;}
.pd-l-15 {padding: 0 0 0 15px;}
.pd-l-20 {padding: 0 0 0 20px;}


/* Clearfix
-------------------------------- */
.clearfix:after {content: ".";display: block;clear: both;height:0;visibility:hidden;}
*:first-child+html .clearfix {height:1%;} /* WinIE7 only */
/* MacIE5 only \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/**
 * 【アンケート】一覧ページ用 CSS
 *
 * 【アンケート】一覧ページ用のCSSです。
 *
 * @section EnqueteStyle
 * @lastmodified 2008-12-02
 * @version おがわ
 */
.parts-list01 dt {
	border-left:10px solid #FF9900;
	padding-left:5px;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
}
.parts-list01 dd {
	border-bottom:1px dashed #CCCCCC;
	margin-bottom:10px;
	padding-bottom:10px;
}
/* 画像
-------------------------------- */
.parts-list01 dd p.photo {
	margin:0 20px 5px 0;
	width:260px;
	float:left;
}
.parts-list01 dd p.no-photo {
	display:block;
	margin:0 20px 5px 0;
	width:250px;
	float:right;
}
.parts-list01 dd p.photo img {
	display:block;
	width:250px;
	background:#ffffff;
	border:1px solid #CCCCCC;
	padding:5px;
}
.parts-list01 dd div  {
	margin-bottom:5px;
	width:100%;
	float:left;
}
.parts-list01 dd div.w410  { width:410px; }
.parts-list01 dd div p {
	margin-bottom:5px;
	line-height:1.4;
}
.parts-list01 dd p span.point {
	color:#CC0000;
	font-weight:bold;
	font-size:1.4em;
	margin-right:3px;
}
.parts-list01 dd p span.date {
	font-weight:bold;
	font-size:1.2em;
	margin-right:3px;
}
/* 参加するボタン
-------------------------------- */
.parts-list01 dd p.btn-join {
	background:url(/themes/form/default/img/btn_join.gif) no-repeat 0 0;
	width:100px;
	height:37px;
	margin:10px 0;
}
.parts-list01 dd p.btn-join a {
	display:block;
	width:100px;
	height:37px;
}
.parts-list01 dd p.btn-join a span {
	display:block;
	height: 0;
	overflow: hidden;
	line-height:0;
	font-size:0;
}
/**
 * 【アンケート】詳細ページ用 CSS
 *
 * 【アンケート】詳細ページ用のCSSです。
 *
 * @section EnqueteStyle
 * @lastmodified 2008-12-02
 * @version おがわ
 */
div#box_question { margin:10px 0 10px 0; }
div#box_question h3 {
	border-left:15px solid #FF9900;
	padding-left:5px;
	font-size:1.4em;
	font-weight:bold;
	margin:10px 0 10px 0;
}
div#box_question dl dt {
	margin-bottom:5px;
	font-size:1.2em;
}
div#box_question dl dd {
	margin:0 0 20px 30px;
	line-height:1.4;
}
div#box_question dl dt span.q-num {
	font-size:1.2em;
	font-weight:bold;
	margin-right:3px;
	color:#333333;
}
div#box_question dl dd .mg {
	margin:0 10px 0 3px;
}
/* レーティングテーブル */
table.rating {
	border:1px solid #cccccc;
	font-size:1em;
}
table.rating tr.yl { background-color:#EBEBEB; }
table.rating th {
	padding:5px 10px;
	text-align:center;
}
table.rating td {
	padding:5px 10px 5px 10px;
	text-align:center;
}
table.rating td.left {
	padding:5px 15px 5px 5px;
	text-align:left;
}
/* アンケート送信ボタン */
div#bt {
	width:130px;
	height:37px;
	margin:10px auto;
}
/**
 * 【モニター】詳細ページ用 CSS
 *
 * 【モニター】詳細ページ用のCSSです。
 *
 * @section EnqueteStyle
 * @lastmodified 2008-12-02
 * @version おがわ
 */
div#box_entry,
div#box_product { margin:10px 0 10px 0; }
div#box_product dl dt {

}
div.box-item h3 {
	border-left:15px solid #FF9900;
	padding-left:5px;
	font-size:1.4em;
	font-weight:bold;
	margin:10px 0 10px 0;
}
div.box-item dl dt {
	font-weight:bold;
	font-size:1.2em;
}
div.box-item dl dd {
	margin:0 0 20px 30px;
	line-height:1.4;
}
div.box-item dl dt span.q-num {
	font-size:1.2em;
	font-weight:bold;
	margin-right:3px;
	color:#333333;
}
div.box-item dl dd .mg {
	margin:0 10px 0 3px;
}
p.box-info {
	border-left:10px solid #FF9900;
/*	border-right:1px solid #FF9900;
	border-top:1px solid #FF9900;
	border-bottom:1px solid #FF9900;*/
	padding:5px;
	font-size:1.2em;
	margin-bottom:10px;
	font-weight:bold;
}
/* Detail
--------------------------------*/
div.wrapper-detail {
	background-color:#FFF8E1;
	padding:10px;
	margin-bottom:15px;
}
div.wrapper-detail h3.title {
	padding:20px 10px;
	font-size:1.6em;
	font-weight:bold;
}
div.wrapper-detail:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
/* WinIE7 only */
*:first-child+html div.wrapper-detail {
  height:1%;
}
/* MacIE5 only \*/
* html div.wrapper-detail { height: 1% }
div.wrapper-detail {display:block;}
/* end MacIE5 */
div.wrapper-detail div.photo {
	width:270px;
	float:left;
}
div.wrapper-detail div.photo img{
	width:250px;
	background-color:#ffffff;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:3px solid #999999;
	border-bottom:3px solid #999999;
	padding:6px;
}
div.wrapper-detail div.detail {
	float:left;
	margin-left:5px;
}
div.wrapper-detail div.detail table {
	border-top:1px dashed #cccccc; 
	width:380px;
}
div.wrapper-detail div.detail table th {
	width:8em;
	vertical-align:top;
}
div.wrapper-detail table.tbl-001 th,
div.wrapper-detail table.tbl-001 td { border-bottom:1px dashed #cccccc; }
div.wrapper-detail div.detail table tr.apply th,
div.wrapper-detail div.detail table tr.apply td { border:none; }
div.wrapper-detail div.detail table tr.apply td{ text-align:right; }


/**
 * 【共通】右サイドバー用 CSS
 *
 * 【共通】右サイドバー用のCSSです。
 *
 * @section SidebarStyle
 * @lastmodified 2008-12-02
 * @version おがわ
 */
div#sidebar {
	width:180px;
	float:right;
	margin-bottom:20px;
}
/* レクタングルバナー */
div#sidebar div#banner-rect span { 
	display:block;
	margin-bottom:20px;
}
/* キーワード検索 */
div#sidebar div#search-keyword {
	background-color:#EEEEEE;
	padding:10px 5px;
	overflow:hidden;
	margin-bottom:10px;
}
div#sidebar div#search-keyword .txtbox {
	display:block;
	width:140px;
	float:left;
}
div#sidebar div#search-keyword .btn { display:block; width:20px; height:20px; float:right; }
/* クチコミ投稿 */
div#sidebar p.btn-post { clear:both; margin-bottom:10px; }
div#sidebar p.btn-post a {
	display:block;
	width:180px;
	height:45px;
	text-indent:-1000000em;
	overflow:hidden;
}
div#sidebar p#kuchikomi-btn a { background:url(/common_img/sidebar/btn.png) no-repeat 0 0; }
div#sidebar p#kuchikomi-btn a:hover { background:url(/common_img/sidebar/btn.png) no-repeat  0 -45px; }
div#sidebar p#event-btn a { background:url(/common_img/sidebar/btn.png) no-repeat -180px 0; }
div#sidebar p#event-btn a:hover { background:url(/common_img/sidebar/btn.png) no-repeat -180px -45px; }
/* メンバーログイン */
div#sidebar div#member h4 {
	width:180px;
	height:65px;
}
div#sidebar div#member div.frame {
	width:176px;
	background-color:#FFE8D9;
	border-left:2px solid #FFCAAA;
	border-right:2px solid #FFCAAA;
	border-bottom:2px solid #FFCAAA;
	padding-top:5px;
}
/* ログイン */
div#sidebar div#member div.frame p#login { margin:0 0 10px 0; }
div#sidebar div#member div.frame p#login a {
	display:block;
	width:141px;
	height:37px;
	background:url(/common_img/sidebar/btn_login.png) no-repeat 0 0;
	margin:0 auto 10px auto;
}
div#sidebar div#member div.frame p#login a:hover {
	width:141px;
	height:37px;
	background:url(/common_img/sidebar/btn_login.png) no-repeat 1px 1px;
}
/* メンバーデータ */
div#sidebar div#member div.frame div.member-data {
	padding:0 10px 10px 10px;
}
div#sidebar div#member div.frame p#chara {
	width:50px;
	float:left;
	font-size:0.8em;
}
div#sidebar div#member div.frame p#chara img {
	vertical-align:top;
	border:1px solid #CCCCCC;
	margin-bottom:3px;
	text-align:center;
}
div#sidebar div#member div.frame p#nickname,
div#sidebar div#member div.frame p#uranai,
div#sidebar div#member div.frame p#point {
	width:96px;
	float:right;
	margin:0 0 5px 10px;
	font-size:0.8em;
	word-break:break-all;
}
div#sidebar div#member div.frame p#nickname span { font-weight:bold;}
div#sidebar div#member div.frame p#point span {
	margin:0 3px;
	font-size:1.8em;
	color:#CC0000;
	font-weight:bold;
}
/* 矢印メニュー */
div#sidebar div#member div.frame ul.menu { background-color:#FFE8D9; }
div#sidebar div#member div.frame ul.menu li {
	width:145px;
	background:url(/common_img/sidebar/icon_arrow_pink.png) no-repeat 10px 6px;
	background-color:#FFE8D9;
	border-top:1px solid #FFCAAA;
	padding:5px 5px 5px 26px;
}
/* メンバー登録 */
div#sidebar div#member div.frame div.member-regist {
	background:#FFFFFF;
	padding:10px 0;
	border-top:2px solid #FFCAAA;
}
div#sidebar div#member div.frame p#regist a {
	display:block;
	width:148px;
	height:79px;
	/* background指定はcustomに記述済み */
	margin:0 auto 10px auto;
}
div#sidebar div#member div.frame p#regist a:hover { /* background指定はcustomに記述済み */ }
div#sidebar div#member div.frame div.member-regist div#news-area {
	width:160px;
	margin:0 auto;
	padding:10px 0;
	border-top:1px dashed #FFCAAA;
}
div#sidebar div#member div.frame p#privilege {
	font-size:0.8em;
	text-align:center;
}
/* メンバーランク・クチコミランク */
div#sidebar div#member div.frame div.member-rank,
div#sidebar div#member div.frame div.kuchikomi-rank {
	border-top:1px solid #FFCAAA;
	padding:10px;
}
div#sidebar div#member div.frame div.member-rank h5,
div#sidebar div#member div.frame div.kuchikomi-rank h5 {
	background:url(/common_img/sidebar/icon_arrow_pink.png) no-repeat 0 2px;
	padding:0 5px 5px 16px;
}
div#sidebar div#member div.frame div.kuchikomi-rank h5 { padding:0 5px 0 16px; }
div#sidebar div#member div.frame div.member-rank p.rank {
	width:132px;
	margin:0 auto 5px auto;
}
div#sidebar div#member div.frame div.member-rank p.pt {
	background:url(/common_img/sidebar/icon_pen.png) no-repeat 0 2px;
	padding:0 0 0 21px;
	font-size:0.8em;
	margin:0 0 3px 10px;
}
div#sidebar div#member div.frame div.member-rank p.pt span {
	font-weight:bold;
	font-size:1.8em;
	padding:0 3px;
}
div#sidebar div#member div.frame div.member-rank p.next-pt {
	text-align:center;
	font-size:0.8em;
}
div#sidebar div#member div.frame div.kuchikomi-rank p.rank {
	background:url(/common_img/sidebar/icon_crown.png) no-repeat 0 2px;
	padding:3px 0 0 25px;
	font-size:0.8em;
	margin:5px 0 3px 10px;
	min-height:18px;
	_height:18px;
}
div#sidebar div#member div.frame div.kuchikomi-rank p.rank span {
	color:#cc0000;
	font-size:1.8em;
	font-weight:bold;
	padding-right:3px;
}
/* 最近見たお店 */
div#sidebar div#member div.frame div#checked-shop {
	background:#FFFFFF;
	padding:5px 0;
	border-top:2px solid #FFCAAA;
}
div#sidebar div#member div.frame div#checked-shop h5 {
	background:url(/common_img/sidebar/title_cheked_shop.png) no-repeat 0 0;
	width:96px;
	height:16px;
	margin:0 0 5px 5px;
}
div#sidebar div#member div.frame div#checked-shop ul li {
	background:url(/common_img/sidebar/line_dotted.png) repeat-x 0 0;
	width:176px;
}
div#sidebar div#member div.frame div#checked-shop ul li dl {
	width:166px;
	padding:10px 5px 5px 5px;
}
div#sidebar div#member div.frame div#checked-shop ul li dl dt {
	width:52px;
	float:left;
	line-height:1.3;
}
div#sidebar div#member div.frame div#checked-shop ul li dl dt img { border:1px solid #CCCCCC; }
div#sidebar div#member div.frame div#checked-shop ul li dl dd {
	width:105px;
	float:right;
	line-height:1.3;
}
/* 補助リンク */
div#sidebar ul.assistance { margin-bottom:20px; }
div#sidebar ul.assistance li {
	width:158px;
	background:url(/common_img/sidebar/icon_arrow_gray.png) no-repeat 0 2px;
	padding:0 5px 10px 17px;
	min-height:8px;
	_height:8px;
}
/* スポンサーバナー */
div#sidebar div#banner-sponsor span { 
	display:block;
	margin-bottom:10px;
}
/* QR */
div#sidebar #mobile {
	width: 180px;
	margin-bottom:20px;
}
div#sidebar #mobile h3{
	background: #eee;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	padding: 0.2em 0.5em;
	margin: 1em 0 0.5em;
}
div#sidebar #mobile p.img{
	border:1px solid #CCCCCC;
	float:left;
	margin-right:5px;
	width:82px;
}
div#sidebar #mobile p{}
/* フリーニュースエリア
--------------------------- */
/* 共通 */
div#sidebar div#free-news .stitle {
	font-weight:bold;
}
div#sidebar div#free-news div.wrap {
	width: 180px;
	margin-bottom:20px;
}
div#sidebar div#free-news div.wrap h4.title {
	background: #eee;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	padding: 0.2em 0.5em;
	margin: 1em 0 0.5em;
}
/* フリーペーパー紹介（紙ひごなび！） */
div#sidebar div#free-news div#magazine p.photo {
	width:66px;
	float:left;
	margin-bottom:3px;
}
div#sidebar div#free-news div#magazine p.photo img {
	border:1px solid #CCCCCC;
	vertical-align:top;
}
div#sidebar div#free-news div#magazine div.txt {
	width:100px;
	float:right;
}
div#sidebar div#free-news div#magazine div.txt dl dt { margin-bottom:5px;}
div#sidebar div#free-news div#magazine div.txt dl dd p {
	font-size:0.8em;
	line-height:1.3;
	margin-bottom:2px;
}
div#sidebar div#free-news div#magazine p#lnk {
	clear:both;
	line-height:1.3;
}
/* キャラクター紹介 */
div#sidebar div#free-news div#chara h4.title {
	font-size:0.8em;
	padding: 0.4em 0.5em;
}
div#sidebar div#free-news div#chara p {
	font-size:0.8em;
	line-height:1.5;
}
div#sidebar div#free-news div#chara p.img {
	width:83px;
	margin:0 5px 10px 0;
	float:left;
}
div#sidebar div#free-news div#chara p.img img {
	vertical-align:top;
}
div#sidebar div#free-news div#chara div.dl {
	clear:both;
	width: 180px;
	line-height:1.5;
	font-size:1em;
}
/* 汎用（テキストのみ） */
div#sidebar div#free-news div.all-purpose p {
	line-height:1.5;
}

/**
 * 【検索ページ】左サイド　リスティング広告用 CSS
 *
 * 【検索ページ】左サイド　リスティング広告用のCSSです。
 *
 * @section ListingStyle
 * @lastmodified 2009-04-10
 * @version おがわ
 */
div#pr {
	width:120px;
	margin-bottom:20px;
	border:1px solid #cccccc;
}
div#pr dl dt.title {
	padding:5px 10px;
	color:#999999;
	fontsize:0.8em;
}
div#pr dl dd ul li {
	width:110px;
	background:url(/common_img/dotted-leader.png) repeat-x left top;
	padding:10px 5px;
}
div#pr dl dd ul li p { line-height:1.3; }
div#pr dl dd ul li p.txt { padding-bottom:2px; }

/**
 * 【共通】カレンダー　ハンドラー用 CSS
 *
 * 【共通】カレンダー　ハンドラー用のCSSです。
 *
 * @section CalendarHandlerStyle
 * @lastmodified 2009-11-20
 * @version おがわ
 */
div.calendar-handler {
	clear:both;
	width:340px;
	text-align:center;
	margin:20px auto 5px auto;
	overflow:hidden;
}
div.calendar-handler strong {
	display:block;
	width:150px;
	float:left;
	font-size:1.2em;
}
div.calendar-handler a.btn {
	display:block;
	width:25px;
	height:17px;
	float:left;
	margin:0 10px;
	overflow:hidden;
	text-indent:-1000000em;
}
div.calendar-handler a.prev-m { background:url(/common_img/btn_date_nav.png) no-repeat -25px 2px; }
div.calendar-handler a.next-m { background:url(/common_img/btn_date_nav.png) no-repeat -50px 2px; }
div.calendar-handler a.prev-y { background:url(/common_img/btn_date_nav.png) no-repeat 0 2px; }
div.calendar-handler a.next-y { background:url(/common_img/btn_date_nav.png) no-repeat -75px 2px; }

/**
 * 携帯版ご案内ページ用 CSS
 *
 * @section MobileIntroduceStyle
 * @lastmodified 2010-07-06
 * @version おがわ
 */
.btnSmart {
	width:450px;
	margin:0 auto 15px auto;
}
.btnSmart a {
	display:block;
	width:450px;
	height:45px;
	background:url(/common_img/index/btn_smart.png) no-repeat 0 0;
	overflow:hidden;
	text-indent:-1000000em;
}

/**
 * 【共通】店舗ヘッダー用 CSS
 *
 * @section ShopHeaderStyle
 * @lastmodified 2010-06-10
 * @version おがわ
 */
/* 関連情報タブ
----------------------------------- */
#shopTab_box {
	clear:both;
	width:700px;
	border-bottom:1px solid #FFCC66;
	font-size:80%;
	color:#666666;
	margin-bottom:10px;
}
#shopTab_box dl { float:right; }
#shopTab_box dl dt,
#shopTab_box dl dd { float:left; }
#shopTab_box dl dt {
	vertical-align:middle;
	padding-top:0.5em;
}
#shopTab_box ul li {
	display:block;
	float:left;
	border-top:1px solid #FFCC66;
	border-left:1px solid #FFCC66;
	border-right:1px solid #FFCC66;
	background:#FEF8D8;
	margin:0 0 0 5px;
	padding:5px 0;
}
#shopTab_box ul li a {
	text-align:center;
	padding:5px;
}

/* 店名
----------------------------------- */
#shopName_box {
	clear:both;
	margin:10px 0;
}
#shopName_box img {
	float: left;
	padding:3px 0 0 0;
}
#shopName_box p {
	font-size: 80%;
	color: #0033CC;
	text-indent: 10px;
	letter-spacing:1px;
}
#shopName_box h2 {
	font-size: 180%;
	font-weight: bold;
	margin :0;
	padding:0;
	text-indent: 10px;
	color: #3333CC;
}

/* ナビゲーション
----------------------------------- */
dl#shop-nav {
	clear:both;
	width:100%;
	margin-bottom:10px;
}
dl#shop-nav dt {
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
}
/* タブメニュー */
dl#shop-nav dd ul.tab {
	clear:both;
	position:relative;
	border-bottom:1px solid #FFCC66;
}
dl#shop-nav dd ul.tab li {
	display:block;
	float:left;
	margin:0 10px 0 0;
	border-top:1px solid #FFCC66;
	border-left:1px solid #FFCC66;
	border-right:1px solid #FFCC66;
	text-align:center;
	position:relative;
	top:1px;
}
dl#shop-nav dd ul.tab li a {
	display:block;
	height:16px;
	float:left;
	padding:5px 10px;
	background:url() repeat-y -300px 0;/* background指定はcustomに記述済み */
}
dl#shop-nav dd ul.tab li.on a {
	border-bottom:1px solid #ffffff;
	background:none;
	color:#000000;
	cursor:default
}
dl#shop-nav dd ul.tab li a:hover { background:url() repeat-y -600px 0; }/* background指定はcustomに記述済み */
dl#shop-nav dd ul.tab li.on a:hover {background:none;}
/* アイコン部分 */
dl#shop-nav dd ul#icon {
	float:left;
	border:none;
	margin:5px 0;
	font-size:80%;
	width:700px;
	_width:680px;
}
dl#shop-nav dd ul#icon li { float:right; }
dl#shop-nav dd ul#icon li#mouth { width:15em; _width:17em;}
dl#shop-nav dd ul#icon li a {
	display:block;
	height:16px;
}
dl#shop-nav dd ul#icon li#mouth a {
	background:url(/themes/shop/default/img/shop_icons.png) no-repeat 0 -197px;
	padding:4px 0 0 20px;
	margin:0 0 0 10px;
	height:18px;
}
/* 下部ナビゲーション */
dl#shop-nav-foot {
	clear:both;
	width:700px;
	border-top:1px solid #FFCC66;
	border-bottom:1px solid #FFCC66;
	margin-bottom:20px;
}
dl#shop-nav-foot dt.title {
	width:680px;
	padding:5px 10px;
	background-color:#FFE3C8;
	font-weight:bold;
	margin-bottom:10px;
}
dl#shop-nav-foot dd dl.cnt {
	clear:both;
	padding:0 0 5px 0;
}
dl#shop-nav-foot dd dl.cnt dt {
	width:70px;
	float:left;
	margin:0 5px 5px 0;
	text-align:right;
}
dl#shop-nav-foot dd dl.cnt dd {
	width:625px;
	float:left;
	margin:0 0 5px 0;
}
dl#shop-nav-foot dd dl.cnt dd ul li {
	display:inline;
	background:url(/common_img/arrow_gray_s.png) no-repeat 0 5px;
	padding:0 20px 0 10px;
}
dl#shop-nav-foot dd dl.cnt dd div.breadcrumbs {
	font-size:1em;
	padding:0;
}
dl#shop-nav-foot dd dl.cnt dd div.breadcrumbs ol li {
	background:url(/common_img/arrow_bread.png) no-repeat right 6px;
	display:inline;
	padding:0 9px 0 4px;
}
dl#shop-nav-foot dd dl.cnt dd div.breadcrumbs ol li.first {	padding:0 9px 0 0; }
dl#shop-nav-foot dd dl.cnt dd div.breadcrumbs ol li.last {
	background:none;
	display:inline;
	padding:0 4px;
}

/* ヘッダー　プレゼント
----------------------------------- */
div#present-head {
	clear:both;
	width:700px;
	padding:10px 0;
}
div#present-head ul {
	width:520px;
	min-height:38px;
	_height:38px;
	background:url(/themes/shop/default/img/bg_present.gif) no-repeat 0 0;
	padding:5px 0 0 180px;
}
div#present-head ul li {
	width:500px;
	padding:5px;
	margin-bottom:5px;
	_margin-bottom:3px;
	background:#FFDEAE;
}
div#present-head ul li p.gift-name {
	width:410px;
	float:left;
	padding-top:0.5em;
}
div#present-head ul li p.gift-apply a {
	display:block;
	width:83px;
	height:28px;
	float:left;
	background:url(/themes/shop/default/img/btn_apply.gif) no-repeat 0 0;
	text-indent:-1000000em;
	overflow:hidden;
}
div#present-head ul li p.gift-apply a:hover { background:url(/themes/shop/default/img/btn_apply.gif) no-repeat 1px 1px; }

div#shopHeader {
	overflow:hidden;
}
div#shophead {
	width:530px;
	float:left;
}
div#shophead p.shoptel {
	font-size:1.3em;
	min-height:17px;
	height:auto !important;
	height:17px;
	font-weight:bold;
	background:url(/themes/shop/default/img/shop_icons.png?20100610) no-repeat 0 -698px;
	padding-left:22px;
	margin-bottom:10px;
}
/*div#shophead p.shoptel span {
	font-size:0.7em;
	font-weight:normal;
	color:#999999;
}*/

/** @todo: Fav edit list window */
.fortags{
	width:140px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin-bottom:5px;
}

ul.btn-action {
	width:150px;
	float:right;
	margin-bottom:5px;
	overflow:hidden;
}
ul.btn-action li a,
ul.btn-action li span {
	display:block;
	width:150px;
	height:33px;
	margin-bottom:5px;
	cursor:pointer;
	overflow:hidden;
	text-indent:-1000000em;
}
ul.btn-action li#fav span { background:url(/themes/shop/default/img/shop_buttons.png?20100610) no-repeat 0 0;}
ul.btn-action li#wish span { background:url(/themes/shop/default/img/shop_buttons.png?20100610) no-repeat 0 -210px; height:25px; }
ul.btn-action li#grape a { background:url(/themes/shop/default/img/shop_buttons.png?20100610) no-repeat 0 -66px;}
ul.btn-action li#fav span:hover { background:url(/themes/shop/default/img/shop_buttons.png?20100610) no-repeat 0 -33px;}
ul.btn-action li#wish span:hover { background:url(/themes/shop/default/img/shop_buttons.png?20100610) no-repeat 0 -235px; height:25px; }
ul.btn-action li#grape a:hover { background:url(/themes/shop/default/img/shop_buttons.png?20100610) no-repeat 0 -99px;}
.myfavorite {
	clear:both;
	background-color:#e7e7e7;
	padding:5px 10px;
	overflow:hidden;
	margin:0 0 5px 0;
	font-size:0.8em;
}
#editFieldShoptag {
	overflow:hidden;
	margin-bottom:5px;
}
#editFieldShoptag dt {
	width:150px;
	float:left;
	font-weight:bold;
	margin-right:10px;
}
#editFieldShoptag dd {
	width:545px;
	float:right;
}
.favTagList li {
	display:inline-block;
	/display: inline;
	/zoom: 1;
	margin-right:1em;
}
#favoriteNoteContent {
	color:#666666;
}
.inplace_field {
	width:230px;
}
.label-style form {
	background-color:#ffffff;
}
.allfavorite {
	border-top:1px solid #CCCCCC;
	padding-top:5px;
	font-size:0.8em;
	overflow:hidden;
	margin-bottom:10px;
	clear:both;
}
.allfavorite dt {
	width:110px;
	float:left;
	font-weight:bold;
}
.allfavorite dd {
	width:585px;
	float:right;
}
.allfavorite dd ul li span {
	font-weight:bold;
}
/**
 * 【共通】jQueryUI用 CSS
 *
 * @section ShopHeaderStyle
 * @lastmodified 2010-06-10
 * @version おがわ
 */
/* ダイアログ用
--------------------------------------- */
/* キニイッタ用 */
.fav_shop_name {
	font-weight:bold;
	font-size:1.4em;
	margin:5px 0;
}
.fav_shop_prop {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#666666;
}
#FavoriteAllContent ol {
	width:695px;
	margin:0 auto;
	overflow:hidden;
}
#FavoriteAllContent ol li {
	width:221px;
	float:left;
	padding:0 10px 0 0;
	margin-bottom:10px;
}

/** Merge from themes/form/default/form.css */

/* -----------------------------------------------------------
	Since : 2008-05-14
	Last Modified: 2010-08-03
	Author: HitBit co.,ltd.
	Editor(s): Chika Ogawa
	Last Editor: Emi Makino
	Guideline: Ver. 1.02
	Comment: locomill_shop_ver3
----------------------------------------------------------- */

/* -------------------
	Share Style
	エラー
	インプットエリア
	ボタン
------------------- */

/* Share Style
----------------------------------- */
@media print{
#Switchlayout{
	display:none;
}
}
/* 店舗共通Container */
div#container-form {
}
div#container-form h2 {
	font-size:140%;
	font-weight:bold;
	border-bottom:3px double #FF9900;
	padding-bottom:2px;
	margin-bottom:10px;
}
div#container-form p.lead {
	line-height:1.3;
	margin-bottom:15px;
}
.cl-txt {
	display:block;
	height: 0;
	overflow: hidden;
	line-height:0;
	font-size:0;
}

/* エラー
----------------------------------- */
div#container-form div.error {
	clear:both;
	color:#FF0000;
	margin:15px auto;
}
div#container-form div.error div {
	float:left;
	width:580px;
	margin-right:15px;
}
div#container-form div.error div p {
	line-height:1.3;
}
div#container-form div.error div div.err-title  {
	font-size:120%;
	line-height:1.3;
	min-height:34px;
	_height:34px;
	margin-bottom:5px;
}
div#container-form div.error div div.err-title p.mark {
	width:40px;
	float:left;
	min-height:34px;
	_height:34px;
	background:url(/common_img/form/form_icons.png) no-repeat 0 -35px;
}
div#container-form div.error div div.err-title p.mark span {
	display:block;
	height: 0;
	overflow: hidden;
	line-height:0;
	font-size:0;
}
div#container-form div.error div div.err-title strong {
	width:530px;
	display:block;
	float:left;
	font-weight:bold;
	padding-top:5px;
}
div#container-form div.error div ul {
clear:both;
	margin:10px 0 0 30px;
}
div#container-form div.error div ul li {
	list-style:disc;
}
/* ごめんね画像 */
div#container-form div.error p.sorry-img  {
	float:right;
	width:100px;
}
/* フォーム内エラーメッセージ */
fieldset.input-area dl dd p.err-msg {
	padding:1px 0;
	font-size:80%;
}

.valid_error {
	font-weight:bold;
	color:#CC0000;
	margin:10px auto;
	padding:10px;
	border:2px solid #CC0000;
	width:500px;
}
.valid_info { font-size:1.2em; }
.valid_msg {
	margin-bottom:5px;
	padding-left:20px;
	width:460px;
	font-weight:bold;
	color:#CC0000;
}
.err-red { color:#CC0000; }

/* インプットエリア
----------------------------------- */
fieldset.input-area {
    width:648px;
	clear:both;
	border:1px solid #FFCC66;
	margin:0 0 20px 0;
	padding:15px;
}
fieldset.input-area legend {
	font-size:120%;
	padding:0 0.2em;
	font-weight:bold;
	color:#333333;
}
fieldset.input-area dl {
	width:660px;
	border-bottom:1px dotted #cccccc;
}
* html fieldset.input-area dl {
	border-bottom:none;
	background:url(/common_img/dotted-leader.png) repeat-x left bottom;
}
fieldset.input-area dl:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
fieldset.input-area .notes{
   width:490px;
   float:right;
   margin-top:5px;
}
fieldset.input-area .notes p{
    text-align:right
}

/* WinIE7 only */
*:first-child+html fieldset.input-area dl {
  height:1%;
}
/* MacIE5 only \*/
* html fieldset.input-area dl { height: 1% }
fieldset.input-area dl {display:block;}
/* end MacIE5 */

fieldset.input-area dl dt {
	width:150px;
	float:left;
	padding:10px;
	vertical-align:top;
}
fieldset.input-area dl dd {
	padding:10px;
	margin:0 0 0 170px;
	border-left:1px dotted #CCCCCC;
	_border:none;
	_background:url(/common_img/form/dotted_leader_v.png) repeat-y left top;
	vertical-align:top;
}

/* 1行タイプ */
fieldset.input-area dl.line dt {
	width:650px;
	clear:both;
	padding:0.7em 0 0.5em 10px;
}
fieldset.input-area dl.line dd { 
	padding:0 0 0.7em 1em;
	margin:0;
	border-left:none;
	background:none;
}
fieldset.input-area dl dt label,
fieldset.input-area dl dt span.text {
	display:block;
	float:left;
}
/* エラー */
fieldset.input-area dl.error {
	background-color:#FFFFCC;
	_background:#FFFFCC url(/common_img/dotted-leader.png) repeat-x left bottom;
}
fieldset.input-area dl.error dd { 
}
/* アイコン */
fieldset.input-area dl dt span.required,
fieldset.input-area dl dt span.optional {
	display:block;
	float:left;
	width:30px;
	height:13px;
	margin:2px 0 0 3px;
}
/* 必須アイコン */
fieldset.input-area dl dt span.required {
	background:url(/common_img/form/form_icons.png) no-repeat 0 -13px;
}
/* 任意アイコン */
fieldset.input-area dl dt span.optional {
	background:url(/common_img/form/form_icons.png) no-repeat 0 0;
}
/* このお店にクチコミを書くボタン */
fieldset.input-area dl dd li.lst-candidacy {
	clear:both;
	margin-bottom:6px;
}
fieldset.input-area dl dd a.btn-grape {
	display:block;
	width:140px;
	float:left;
	height:17px;
	background:url(/common_img/form/form_icons.png) no-repeat -200px 0;
}
fieldset.input-area dl dd a.btn-grape:hover {
	filter:alpha(
			 style=1,
			 opacity=60,
			 finishopacity=40,
			 startx=0,
			 starty=0,
			 finishx=100,
			 finishy=100
			 );
	-moz-opacity:0.6;
	opacity:0.6;
}
fieldset.input-area dl dd span.candidacy {
	display:block;
	width:300px;
	float:left;
	margin-left:10px;
}
/* 文字消す */
fieldset.input-area dl span.required span,
fieldset.input-area dl span.optional span {
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* 規約エリア
----------------------------------- */
fieldset.agreement-area {
	border:1px solid #cccccc;
	margin:0 0 20px 0;
	padding:10px 20px 20px 20px;
}
fieldset.agreement-area legend {
	font-size:120%;
	padding:0 0.2em;
	font-weight:bold;
	color:#333333;
}
pre.wrap {
  border:1px solid #333333;
  overflow:auto;
  font-size:12px;
  text-align:left;
	line-height:1.3;
	padding:5px;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}

/* ボタン
----------------------------------- */
div.btn-area {
	clear:both;
	width:100%;
	margin:0 auto 20px auto;
	text-align:center;
}
button {
	/*border:0px none;*/
	height:40px;
	font-size:16px;
	color:#333333;
	text-align:center;
	font-weight:bolder;
	cursor:pointer;
	padding:5px;
	margin:0 10px 10px 10px;
	vertical-align:baseline;
	letter-spacing:2px;
}
button img {
	padding-right:5px;
	vertical-align:top;
}

/* セキュアシール
----------------------------------- */
div.secure-seal {
	width:450px;
	margin:0 auto 20px auto;
}
div.secure-seal p.seal {
	width:150px;
	float:left;
}
div.secure-seal p.text {
	float:left;
	width:300px;
	margin-top:15px;
}

/* サンクスページ用
----------------------------------- */
div.thanks {
	width:550px;
	margin:30px	auto 20px auto;
}
div.thanks div {
	width:400px;
	float:left;
	margin-right:10px;
}
div.thanks p {
	line-height:1.3;
}
div.thanks p.tnx-img {
	float:left;
}
div.thanks p.tnx-txt {
	font-size:120%;
	font-weight:bold;
	color:#FF6600;
}

p.next-txt {
	border:2px dashed #99CC00;
	padding:10px;
	margin:15px 0;
}

/* 注意文
----------------------------------- */
div.attention {
	width:450px;
	margin:0 auto 10px auto;
}
div.attention strong {
	display:block;
	margin:0 0 5px 0;
}
div.attention ol,
div.attention ul {
	margin:0 0 0 30px;
}
div.attention ol li,
div.attention ul li {
	list-style-type:disc;
	padding:2px 0;
}
p.point-icon {
	float:left;
	margin-right:15px;
}

/* 誘導
----------------------------------- */
.form-guidance {
	width:680px;
	border:1px solid #FFCC66;
	padding:10px;
	margin-bottom:20px;
}
.form-guidance h3 {
	font-weight:bold;
	font-size:120%;
	margin:0 0 5px 20px;
	padding:1px 0 0 15px;
	vertical-align:bottom;
	background:url(/common_img/form/ico_twinkle.gif) no-repeat 0 0;
}
.form-guidance h3 img {
	margin-right:5px;
	padding-top:5px;
}
.form-guidance dl {
	width:125px;
	float:left;
	padding:0 20px 0 20px;
}
.form-guidance dt img {
	border:1px solid #cccccc;
	margin:0;
	padding:0;
}
.form-guidance dd {
	margin:3px 0 0 0;
	font-weight:bold;
}
.form-guidance dd span {
	font-weight:normal;
	font-size:80%;
}
/* 入力文字数
----------------------------------- */
div#commentCounter {
	width:12em;
	padding:3px 10px;
	background-color:#FFE9BF;
	color:#666666;
	font-size:0.8em;
	border-left:1px solid #A5ACB2;
	border-top:1px solid #A5ACB2;
	border-right:1px solid #A5ACB2;
	margin-top:5px;
	letter-spacing:1px;
}
/* クチコミフォーム　広告配信用
----------------------------------- */
div.bn-kuchikomi {
	width:468px;
	min-height:60px;
	_height:60px;
	margin:0 auto 10px auto;
}
/* メンバー登録完了　広告配信用
----------------------------------- */
span.Thanks {
	display:block;
	width:468px;
	min-height:60px;
	_height:60px;
	margin:10px auto;
}

/* ゲスト用フォームからメンバー用フォームへの誘導ボタン用
----------------------------------- */
p.btn-memberform {
	width:300px;
	margin:5px auto 20px auto;
}
p.btn-memberform a {
	display:block;
	width:255px;
	height:40px;
	_height:35px;
	padding:15px 10px 10px 35px;
	_padding:20px 10px 10px 35px;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.2;
	background:url(/common_img/form/form_icons.png) no-repeat -200px -18px;
}
p.btn-memberform a:hover {
	text-decoration:underline;
	background:url(/common_img/form/form_icons.png) no-repeat -200px -83px;
}

/* クチコミ掲載までの流れ
----------------------------------- */
dl#grape-flow {
	width:700px;
	height:160px;
	margin-bottom:20px;
	background:url(/common_img/form/grape_flow.png) no-repeat 0 0;
	text-indent:-99999em;
}
