@charset "euc-jp";

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


/* ------------------------------------- 
 *	共通
 * ------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
}

body {
	color: #666;
	font-family: 'Open Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	line-height: 150%;
	background-color: #FFFFFF;
	margin: 0 auto;
}

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

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {
	color: #3579bf;
}

/* ------------------------------------- 
 *	入力項目
 * ------------------------------------- */

input, select, textarea {
	border-right: solid #CCC 1px;
	border-top: solid #CCC 1px;
	border-left: solid #CCC 1px;
	border-bottom: solid #CCC 1px;
}

.base01 {
	width: 700px !important;
	margin: 0px auto !important;
	padding: 0px !important;
	text-align: left !important;
}

.base02 {
	width: 700px !important;
	margin: 0px !important;
	padding: 20px 0px 0px 0px !important;
	text-align: left !important;
	border: 1px solid #ccc;
}

.sub {
	width: 700px !important;
	margin: 0px !important;
	padding: 0px !important;
	background:#FFF;
}

/* ------------------------------------- 
 *	テーブルの背景色と文字色
 * ------------------------------------- */

.table1 {
	border: 1px solid #CCC;
	font-size: 11px;
	text-align: center;
	margin: 20px auto !important;
}

.CELL_1_L {
	background: #f5f5f5;
	text-align: right;
	padding: 10px;
	font-weight: bold;
}

.CELL_1_C {
	background: #f5f5f5;
	border: 1px solid #CCC;
	padding: 4px 2px 4px 2px;
	font-weight: bolder;
	text-align:center;
}

.CELL_1_R {
	background: #f5f5f5;
	border: 1px solid #CCC;
	padding: 4px 10px 4px 2px;
	font-weight: bolder;
	text-align:right;
}

.CELL_2 {
	background:#FFF;
	text-align: left;
	padding: 10px;
}

.CELL_2 input {
	font-size: 14px;
	padding: 5px;
	border: 1px solid #ccc;
}

.prod_total, .all_total {
	font-weight: bolder;
	display: block;
}

.title_area {
	padding: 40px 0 !important;
	text-align: center !important;
}

.shop_title {
	font-size: 50px;
	font-weight: bolder;
	line-height:1.2em;
}

.input_ime{
font-size: 14px;
padding: 5px;
border: 1px solid #ccc;
}

/* ------------------------------------- 
 *	ボタン
 * ------------------------------------- */

.submit_btn {
	text-align:center !important;
	width: 580px;
	background: #eee;
	margin: 0 auto;
	padding: 15px;
}

/*決済ページ:カートを空にする&変更*/
.submit_btn_cart01 {
}

/*決済ページ:買い物を続ける&レジへ進む*/
.submit_btn_cart02 {
}

/* ------------------------------------- 
 *	コピーライト、セキュア
 * ------------------------------------- */
.copyright{
	width: 700px;
	text-align:center !important;
	margin:0px auto !important;
}

.secure_seal {
	text-align:center;
	margin:20px auto !important;
	width:700px;
}

.secure_table {
	margin:20px auto !important;
	text-align:center;
}

/* ------------------------------------- 
 *	注意書き１の文字色
 * ------------------------------------- */
.note {
	font-size: 11px;
	color: #666;
}

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

/* ------------------------------------- 
 *	注意書き３の文字色
 * ------------------------------------- */
#note3 {
	font-size: 11px;
	color: #666;
}

/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	padding: 15px;
	font-size: 11px;
	margin: 10px auto;
	width: 90%;
	color: #666;
	background-color: #f5f5f5;
	text-align: left;
}

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
.errorbox {
	background-color: #ffcc00;
	padding: 10px;
	margin: 10px 0;
	text-align: center;
}

/* ------------------------------------- 
 *	レビューページ上部
 * ------------------------------------- */
.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 {
	text-decoration:underline;
	}

.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:#666666;
	text-align:center;
	}

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

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

/* ------------------------------------- 
 *	レビューレコードの設定
 * ------------------------------------- */
.record {
	width:600px;
	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 {
	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 #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:#666666;
	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:#999999;
	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 */

/* ------------------------------------- 
 *	ボタングループ
 * ------------------------------------- */

.submit_btn input {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.submit_btn input:hover,
.submit_btn input:active,
.submit_btn input.active,
.submit_btn input.disabled,
.submit_btn input[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.submit_btn input:active,
.submit_btn input.active {
  background-color: #cccccc 9;
}

.submit_btn input:first-child {
  *margin-left: 0;
}

.submit_btn input:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.submit_btn input:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.submit_btn input.active,
.submit_btn input:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.submit_btn input,
.submit_btn input:hover{
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.submit_btn input.active{
  color: rgba(255, 255, 255, 0.75);
}

.submit_btn input {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.submit_btn input {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.submit_btn input:hover,
.submit_btn input:active,
.submit_btn input.active,
.submit_btn input.disabled,
.submit_btn input[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.submit_btn input:active,
.submit_btn input.active {
  background-color: #004099 9;
}