/* CSS縮小サムネイル化 */
img.css_thumb {
	-ms-interpolation-mode: bicubic;
}


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

/* ------------------------------------- 
 *	ページ背景色（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */
* {
	margin:0px;
	padding:0px;
}

body {
	background:#F2F2F2;
	color:#666;
	font-size: 12px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 150%;
	text-align:center;
	}

td {
	padding: 5px;
	}

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

/* design css------------------------------------------ */
.base01 {
	background:#FFF;
	border-top:10px solid #E16A94;
	border-bottom:10px solid #E16A94;
}

.base02 {
	border-top:1px #CCC solid;/*テーブル−枠の色と同じ*/
}

/* ------------------------------------- 
 *	タイトルエリアの背景色
 * ------------------------------------- */
.title_area {
	color:#000;
	font-size:22px;
	font-weight:bolder;
}

.title_area a:link {color: #000; text-decoration: none;}
.title_area a:visited {color: #000; text-decoration: none;}
.title_area a:active {color: #000; text-decoration: none;}
.title_area a:hover {color: #666; text-decoration: none;}

/* ------------------------------------- 
 *	商品タイトル
 * ------------------------------------- */
.product_title {
	font-weight:bold;
	font-size:16px;
	margin:5px auto;
	width:600px;
	}

/* ------------------------------------- 
 *	テーブルの背景色と文字色
 * ------------------------------------- */
.sub {
    border: 1px solid #CCC;
}

.table1 {
	background:#CCC;/*テーブル−枠の色*/
}

.CELL_1_C {
	font-weight:bolder;
	text-align:center;
	background-color:#DDD;
	border:2px solid #FFF;
}

.CELL_1_L {
	font-weight:bolder;
	text-align:center;
	background-color:#DDD;
	border:2px solid #FFF;
}

.CELL_1_R {
	font-weight:bolder;
	text-align:right;
	background-color:#DDD;
	border:2px solid #FFF;
}

.CELL_2 {
	background-color:#FFFFFF;
	}

table.secure_table,table.table1 {margin:0 auto;}

/* ------------------------------------- 
 *	注意書き１の文字色
 * ------------------------------------- */
.note {
	color: #3399CC;
	}

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

/* ------------------------------------- 
 *	注意書き３の文字色
 * ------------------------------------- */
#note3 {
	font-size: x-small;
	font-weight:bolder;
	color: #CC6633;
	}

/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	background-color: #EEE;
	border:2px #CCC solid;/*テーブル−枠の色と同じ*/
	color:#996633;
	padding:10px;
	margin: 10px auto;
	text-align: left;
}

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
.errorbox {
	background-color: #FFFF99;
	padding: 5px;
	margin:10px auto;
	font-size:11px;
	font-weight:bolder;
}

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

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

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

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

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

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

.pro_title a:hover {
	}

.navi_btn {
	width:200px;
	}

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

.navi_btn p a {
	color:#FFF;
	padding:10px;
	text-decoration:none;
	display:block;
	background-color:#999;
	text-align:center;
	}

.navi_btn a:hover {
	background-color:#BBB;
	color:#FFF;
	}

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

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

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

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

span.line {
	color:#CCC;
	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 {
	float:right;
	width:120px;
	}

.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:120px;
	}

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

.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:#999;
	margin:20px auto;
	text-align:center;
	width:600px;
	}

#searchValMore a {
	color:#FFF;
	width:580px;
	text-decoration:none;
	display:block;
	padding:10px;
	}

#searchValMore a:hover {
	background-color:#BBB;
	width:580px;
	padding-left:10px;
	}

#searchNavi {
	text-align:center;
	margin:20px 0;
	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 */

/* =========================================================
   AMERI Review Form Ver.1.0
   レビュー投稿画面
   ========================================================= */


/* ---------------------------------------------------------
   01. Base
   --------------------------------------------------------- */

* {
	box-sizing: border-box;
}

body {
	background: #f7f5f1 !important;
	color: #373230 !important;
	font-family:
		"Yu Mincho",
		"YuMincho",
		"Hiragino Mincho ProN",
		"Hiragino Mincho Pro",
		"メイリオ",
		Meiryo,
		serif !important;

	font-size: 12px;
	line-height: 1.8;
}


/* ---------------------------------------------------------
   02. Main White Panel
   --------------------------------------------------------- */

.base01 {
	background: #fff !important;

	border-top: 1px solid #eee9e3 !important;
	border-bottom: 3px solid #dca0ad !important;
}


/* 旧グレーラインをAMERI仕様へ */

.base02 {
	border-top: 1px solid #e6dfd6 !important;
}


/* ---------------------------------------------------------
   03. Page Title
   --------------------------------------------------------- */

.title_area {
	color: #373230 !important;

	font-family:
		"Yu Mincho",
		"YuMincho",
		"Hiragino Mincho ProN",
		"Hiragino Mincho Pro",
		serif !important;

	font-size: 18px !important;
	font-weight: 400 !important;

	letter-spacing: .08em;
	line-height: 1.6;
}


/* ---------------------------------------------------------
   04. Information Box
   --------------------------------------------------------- */

.info {
	box-sizing: border-box;

	background: #f3f6f7 !important;

	border: 0 !important;

	color: #617781 !important;

	padding: 15px 18px !important;
	margin: 22px auto 30px !important;

	line-height: 1.7 !important;
	text-align: left !important;
}


/* ---------------------------------------------------------
   05. Form Table
   --------------------------------------------------------- */

table.table1,
table.secure_table {
	margin-left: auto !important;
	margin-right: auto !important;

	background: transparent !important;

	border: 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 12px !important;
}


/* 項目名 */

.CELL_1_C,
.CELL_1_L,
.CELL_1_R {
	background: transparent !important;

	border: 0 !important;

	color: #373230 !important;

	font-size: 12px !important;
	font-weight: 400 !important;

	line-height: 1.6 !important;
}


/* 入力側 */

.CELL_2 {
	background: transparent !important;

	border: 0 !important;
}


/* ---------------------------------------------------------
   06. Input
   --------------------------------------------------------- */

input[type="text"],
input[type="email"],
input[type="password"] {
	box-sizing: border-box;

	height: 34px;

	padding: 6px 10px;

	background: #fff !important;

	border: 1px solid #d4dde2 !important;
	border-radius: 2px;

	color: #373230 !important;

	font-family:
		"メイリオ",
		Meiryo,
		sans-serif;

	outline: none;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
	border-color: #c6ad7a !important;

	box-shadow: 0 0 0 1px rgba(198, 173, 122, .12);
}


/* ---------------------------------------------------------
   07. Submit Button
   --------------------------------------------------------- */

input[type="submit"] {
	min-width: 110px;
	height: 38px;

	margin-top: 18px !important;

	padding: 0 24px !important;

	background: #a98d58 !important;

	border: 1px solid #a98d58 !important;
	border-radius: 2px !important;

	color: #fff !important;

	font-family:
		"メイリオ",
		Meiryo,
		sans-serif;

	font-size: 13px !important;
	font-weight: 400 !important;

	cursor: pointer;

	transition:
		background .2s ease,
		border-color .2s ease;
}


input[type="submit"]:hover {
	background: #927647 !important;
	border-color: #927647 !important;
}


/* ---------------------------------------------------------
   08. Links
   --------------------------------------------------------- */

a:link,
a:visited,
a:active {
	color: #8a7143;
}

a:hover {
	color: #a98d58;
}


/* ---------------------------------------------------------
   09. Product Area
   投稿認証後のレビュー画面用
   --------------------------------------------------------- */

.product_box {
	box-sizing: border-box;

	width: 600px;

	margin: 30px auto !important;
	padding: 20px;

	background: #fff;

	border-top: 1px solid #e6dfd6;
	border-bottom: 1px solid #e6dfd6;
}


.pro_img {
	background: #fff !important;
}


.pro_img img {
	border: 1px solid #e6dfd6 !important;

	padding: 4px;

	background: #fff !important;
}


.pro_title,
.pro_title a {
	color: #373230 !important;

	font-family:
		"Yu Mincho",
		"YuMincho",
		"Hiragino Mincho ProN",
		serif;

	font-size: 16px !important;
	font-weight: 400 !important;

	line-height: 1.6;
}


/* ---------------------------------------------------------
   10. Navigation Button
   --------------------------------------------------------- */

.navi_btn p a {
	background: #a98d58 !important;

	color: #fff !important;

	border: 1px solid #a98d58;

	text-decoration: none !important;
}


.navi_btn p a:hover {
	background: #927647 !important;

	border-color: #927647;

	color: #fff !important;
}


/* ---------------------------------------------------------
   11. Review Record
   --------------------------------------------------------- */

.record {
	box-sizing: border-box;

	width: 600px;

	margin: 24px auto 30px !important;

	background: #fff !important;

	border: 1px solid #e6dfd6 !important;
}


.data {
	padding: 10px 12px !important;

	border-bottom: 1px solid #eee9e3 !important;

	color: #827a74;
}


.review_title {
	padding: 15px 15px 0 !important;

	color: #373230;

	font-family:
		"Yu Mincho",
		"YuMincho",
		serif;

	font-size: 14px !important;
	font-weight: 400;
}


.review_contents {
	padding: 15px !important;
}


.reply {
	border-top: 1px solid #e6dfd6 !important;

	background: #fbf8f3;
}


/* ---------------------------------------------------------
   12. More Reviews
   --------------------------------------------------------- */

#searchValMore {
	width: 600px;

	margin: 25px auto !important;

	background: transparent !important;
}


#searchValMore a {
	box-sizing: border-box;

	width: 100% !important;

	padding: 11px 15px !important;

	background: #a98d58 !important;

	color: #fff !important;

	text-decoration: none !important;
}


#searchValMore a:hover {
	width: 100% !important;

	padding: 11px 15px !important;

	background: #927647 !important;
}


/* ---------------------------------------------------------
   13. Error
   --------------------------------------------------------- */

.errorbox {
	background: #fff8e8 !important;

	border: 1px solid #ead8ae;

	color: #8a6840 !important;

	padding: 10px !important;

	font-weight: 400 !important;
}


/* ---------------------------------------------------------
   14. Smartphone
   --------------------------------------------------------- */

@media screen and (max-width: 640px) {

	.product_box,
	.record,
	#searchValMore {
		box-sizing: border-box;

		width: calc(100% - 30px) !important;
	}


	.pro_img {
		float: none;

		margin: 0 auto 18px;
	}


	.right_box {
		float: none;

		width: 100% !important;
	}


	.pro_title {
		text-align: center;
	}


	.navi_btn {
		width: 100%;
	}


	.navi_btn p {
		width: 100%;
	}


	input[type="text"],
	input[type="email"],
	input[type="password"] {
		max-width: 100%;
	}

}

/* =========================================================
   AMERI Review Logo Fix
   ========================================================= */

/* 上部ロゴをAMERIフォーム共通サイズへ */
.title_area img,
.base01 > tbody > tr:first-child img {
	width: 220px !important;
	max-width: 220px !important;
	height: auto !important;

	margin: 28px auto 24px !important;

	display: block !important;
}