/* ************************************************ 
 * ------------------------------------------------
 *	レビュー画面 CSS
 * ------------------------------------------------
 * ************************************************ */

/* ------------------------------------- 
 *	ページ背景色（全体）
 *	ページ背景画像（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}
*:after {
  display:block;
  clear:both;} /* この記述は固定です */

body{
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#fff;
	line-height:1.5em;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#4b3801;
}

.clear{
	clear:both;
}

a{
	color:#997300;
	text-decoration:none;
}

a:hover{
	color:#c59d24;
	text-decoration:underline;
}

img{
	border:none;
}
/* ------------------------------------- 
 *	リンクの文字/通常時(link,visited,active)
 *	リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */
a:link {color:#FF0000; text-decoration:none;}
a:visited {color:#FF0000; text-decoration:none;}
a:active {color:#FF0000; text-decoration:none;}
a:hover {color:#ff7a21; text-decoration:none;}


/* design css------------------------------------------ */

/* ------------------------------------- 
 *	テーブルの背景色と文字色
 * ------------------------------------- */
.table1 {
	margin-left:auto;
	margin-right:auto;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin-top:20px;
	margin-bottom:20px;
	}

.table1 th{
	background-color:#d6f1fd;
	font-weight:bold;
	text-align:center;
	padding:5px;
	border:1px solid #ccc;
	}

.table1 td{
	padding:5px;
	border:1px solid #ccc;
	}
	
form input[type=button]{
	background-color:#4799eb;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5faff', endColorstr='#4799eb'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e5faff), to(#4799eb)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #e5faff,  #4799eb); /* for firefox 3.6+ */
	background: -o-linear-gradient(top,  #e5faff,  #4799eb); /* for firefox 3.6+ */
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:none;
	width:100%;
	padding:10px;
	color:#FFF;
	font-weight:bold;
}

/* ------------------------------------- 
 *	注意書き１の文字色
 * ------------------------------------- */
.note {
	font-size: 10px;
	font-weight: bolder;
	color: #CC9966;
	}

/* ------------------------------------- 
 *	注意書き２の文字色
 * ------------------------------------- */
.note2 {
	font-size: 10px;
	color: #CC9966;
	}

/* ------------------------------------- 
 *	タイトルエリアの背景色
 * ------------------------------------- */
.title_area {
	height:70px;
	}

.title_area a{
	display:block;
	height:70px;
}
/* ------------------------------------- 
 *	タイトルのショップ名の文字サイズと文字色
 * ------------------------------------- */
.shop_title {
	display:none;
	}

/* ------------------------------------- 
 *	メニュータイトルの文字サイズと文字色
 * ------------------------------------- */
.menu_title {
	font-size:14px;
	color:#6d2916;
	font-weight:bold;
	}


/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	border:1px #49BAD2 solid;
	padding: 5px 10px;
	margin: 15px auto;
	color: #006B80;
	text-align: left;
	}

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
.errorbox {
	border:1px #FF6633 solid;
	padding: 5px 10px;
	margin: 15px auto;
	color: #222;
	background-color: #FFFF99;
	text-align: left;
	}

/* ------------------------------------- 
 *	標準枠の設定
 * ------------------------------------- */
.sub {
	border: 1px solid #CCC;
	}

/* ------------------------------------- 
 *	レビューページ上部
 * ------------------------------------- */
.product_box {
	width:100%;
	margin:20px auto;
	}

/* ------------------------------------- 
 *	商品画像の設定
 * ------------------------------------- */
.pro_img {
	width:100%;
	float:left;
	margin:0 0 20px 0;
	background-color:#FFF;
	}

.pro_img img {
	width:100%;
	height:100px;
	border:1px solid #CCC;
	padding:4px;
	background-color:#FFF;
	}

/* ------------------------------------- 
 *	商品名・各ボタンの設定
 * ------------------------------------- */
.right_box {
	float:right;
	width:100%;
	}

.pro_title {
	font-weight:bold;
	font-size:17px;
	width:auto;
	margin:0 0 30px;
	}

.pro_title a {
	font-size:17px;
}

.pro_title a:hover {
	text-decoration:underline;
	}

.navi_btn {
	width:100%;
	}

.navi_btn p {
	margin:0 0 10px;
	width:100%;
	}

.navi_btn p a {
	color:#FFF;
	text-decoration:none;
	display:block;
	background-color:#4799eb;
	text-align:center;
	}
.navi_btn a:hover {
	background-color:#E6D4C0;
	color:#FFF;
	}

.navi_btn a:visited {
	color:#FFF;
	text-decoration:none;
}

/* ------------------------------------- 
 *	レビューレコードの設定
 * ------------------------------------- */
.record {
	width:100%;
	border:1px solid #CCCCCC;
	margin:20px auto 30px;
	background-color:#FFF;
}

/* ------------------------------------- 
 *	投稿者ステータス
 * ------------------------------------- */
.data {
	margin:0;
	padding:5px 0 5px 5px;
	border-bottom:1px dotted #CCCCCC;
	}

.data li {
	padding:0;
	float:left;
	list-style-type:none;
	}

span.line {
	color:#CCCCCC;
	margin:0;
	}

/* ------------------------------------- 
 *	レビュー内容（タイトル、コメント、投稿画像）
 * ------------------------------------- */
.contents {
	}

/* ------------------------------------- 
 *	タイトル:表示・必須項目になっている時のみ
 * ------------------------------------- */
.review_title {
	font-size:14px;
	padding:10px 10px 0;
	}

/* ------------------------------------- 
 *	コメント
 * ------------------------------------- */
.review_contents {
	padding:10px;
	}

.review_contents .comment {
	text-align:left;
	padding:;
	line-height:150%;
	}

/* ------------------------------------- 
 *	投稿画像
 * ------------------------------------- */
.review_contents .img_contents {

	width:100%;
	}

.img_box {
	margin:0;
	padding: 0;
	text-align: center;
	margin-bottom:2px;
	}

.txt_link {
	text-align:center;
	margin:0;
	display:block;
	}

.img_box img {
	padding: 4px;
	border: 1px solid #CCC;
	background-color:#FFF;
	}

.review_contents span {
	width:100%;
	}

/* ------------------------------------- 
 *	レビュー返信エリア
 * ------------------------------------- */
.reply {
	border-top:1px solid #CCCCCC;
	}

.res_top {
	padding:10px 10px 0;
}

.res_title {
	margin:0;
	font-size:13px;
	float:left;
	}

.res_data {
	margin:0;
	}

.res_comment {
	margin:0;
	padding:10px;
	}

/* ------------------------------------- 
 *	件数表示
 * ------------------------------------- */
#searchValMore {
	background-color:#D6BFAB;
	text-align:center;
	width:100%;
	}

#searchValMore a {
	color:#FFF;
	width:100%;
	text-decoration:none;
	display:block;
	}

#searchValMore a:hover {
	background-color:#E6D4C0;
	width:100%;
	}

#searchNavi {
	text-align:center;
	clear:both;
	}

/* ************************************************ 
 *	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 */