/* ************************************************ 
 *	お問合せ画面用CSS
 * ************************************************ */

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

body {
	background:#F3F3F3;
	color:#333333;
	font-size: 7px;
	font-family: 'Open Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-serif;
	line-height: 140%;
	text-align:center;
	}

td {
	padding: 5px;
	}

img {
	border:none;
	}


/* ------------------------------------- 
 *	リンクの文字/通常時(link,visited,active)
 *	リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */

a:link,
a:visited,
a:active  { color: #333333; text-decoration: none;}
a:hover   { color: #3579bf; text-decoration: underline;}


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

.base01 {
	background:#FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

.base02 {
}

/* ------------------------------------- 
 *	タイトルエリアの背景色
 * ------------------------------------- */
.title_area {
	background-color:#FFFFFF;
	font-size:7px;
	font-weight:bolder;
        padding-left:0px!important;
        padding-top:40px!important;
        text-align:center!important;
}

.title_area a:link,
.title_area a:visited,
.title_area a:active  { color: #333333;}
.title_area a:hover   { color: #3579bf; text-decoration: none;}


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

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

.CELL_1_C {
	font-weight:normal;
	text-align:center;
	background-color:#F8F8F8;
	color:#808080;
}

.CELL_1_L {
	font-weight:normal;
	text-align:left;
	background-color:#F8F8F8;
	color:#808080;
        padding: 10px;
}

.CELL_1_R {
	font-weight:normal;
	text-align:right;
	background-color:#F8F8F8;
	color:#808080;
}

.CELL_2 {
	background-color:#FFFFFF;
	}

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


/* ------------------------------------- 
 *	注意書き１の文字色
 * ------------------------------------- */
.note {
	color: #ff3355;
        padding-top:5px;
	}

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

/* ------------------------------------- 
 *	注意書き３の文字色
 * ------------------------------------- */
#note3 {
	font-size: 10px;
	font-weight:bolder;
	color: #CC3333;
	}


/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */

.info {
	background-color: #F8F8F8;
	border:1px solid #C3C3C3;
	color:#808080;
	padding:10px;
	margin: 10px auto;
	text-align: left
}

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

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

/* ------------------------------------- 
 *	商品合計金額の文字色
 * ------------------------------------- */
.prod_total {
	color: #CC3333;
	font-weight: bold;
}

/* ------------------------------------- 
 *	手数料の文字色
 * ------------------------------------- */
.sub_charge {
	color: #900990;
	font-weight: bold;
}

/* ------------------------------------- 
 *	総合計の文字色
 * ------------------------------------- */
.all_total {
	color: blue;
	font-weight: bold;
}

/* ------------------------------------- 
 *	使用ポイントの文字色
 * ------------------------------------- */
.point_discon {
	color: red;
	font-weight: bold;
}


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

.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;
}