@charset "utf-8";

/* Bcart Base
■R01■ リセット
■R02■ 基本スタイル
■R03■ フォーム共通
■R04■ カレンダー
■R05■ その他
*/
/* ---------------------------------------------------------◆
R01	▼ リセット
	　 Reset
◆--------------------------------------------------------- */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/* YUIフォント */
body{font:13px/1.231 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;color:#333;line-height:1.45em;*font-size:small;*font:x-small;_word-break: keep-all;-webkit-text-size-adjust:none;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}font{line-height:1.45em;}strong{font-weight:bold;}


/* ■ 旧Clearfix 回り込み解除 */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display:inline-block; min-height:1%;  /* for IE 7*/ }
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */

/* ■ 新Clearfix 回り込み解除 */
/* For modern browsers */
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }


/* ---------------------------------------------------------◆
R02	▼ 基本スタイル
	　 common
◆--------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1 { font-size: 138.5%; }
h2 { font-size: 123.1%; }
h3 { font-size: 108%; }
h1,h2,h3,h4,h5,h6,p,table,fieldset,pre { margin: 0.5em 0; }
table { width: 100%;	margin-top:0; }
textarea { padding: 0.4em; line-height: 1.3em; overflow: auto; }

/* ■ IE 画像劣化防止 */
img { -ms-interpolation-mode: bicubic; }

/* ■ link テキスト */
a {text-decoration: none; color: #047;outline:none;}
a:hover {text-decoration: underline; color: #08c;}

/* ■ テキストカラー */
.color-1 { color: #C00; }
.color-2 { color: #008000; }
.color-3 { color: #004477; }
.color-4 { color: #539adf; }
.color-5 { color: #ff3399; }
.color-6 { color: #ff8000; }

/* ■ フォントサイズ */
.fs8   { font-size: 62%; }		.fs9   { font-size: 70%; }
.fs10 { font-size: 77%; }		.fs11 { font-size: 85%; }
.fs12 { font-size: 93%; }		.fs13 { font-size: 100%; }
.fs14 { font-size: 108%; }		.fs15 { font-size: 116%; }
.fs16 { font-size: 124%; }		.fs17 { font-size: 131%; }
.fs18 { font-size: 139%; }		.fs19 { font-size: 147%; }
.fs20 { font-size: 154%; }		.fs21 { font-size: 162%; }
/*
.fsize-1 { font-size: 138.5%; }
.fsize-1-b { font-size: 138.5%; font-weight: bold; }
.fsize-2 { font-size: 123.1%; }
.fsize-2-b { font-size: 123.1%; font-weight: bold; }
.fsize-3 { font-size: 108%; }
.fsize-3-b { font-size: 108%; font-weight: bold; }
.fsize-4 { font-size: 85% }
.fsize-4-b { font-size: 85% font-weight: bold; }
.fsize-10px{font-size:10px;}
*/

/* ■ フォント太さ */
.fw-n { font-weight: normal; }
.fw-b { font-weight: bold; }

/* ■ フロート */
.fl-r { float: right; }
.fl-l { float: left; }
/*
.float-r { float: right; }
.float-l { float: left; }
*/

/* ■ 行揃え */
.align-r { text-align: right; }
.align-c { text-align: center; }
.align-l { text-align: left; }

/* ■ 縦位置揃え */
.va-t   { vertical-align: top; }
.va-m { vertical-align: middle; }
.va-b  { vertical-align: bottom; }

/* ■ ホバー時の透過クラス */
.over{
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.over:hover,.over:active {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

/* ■ →の付いたテキスト（アロー） */
.arrow {
	background: url(../images/arrow.gif) no-repeat left 0.3em;
	padding: 0 0 0 0.8em;
	display: inline-block;
}
.arrow-2 {
	background: url(../images/sub.gif) no-repeat 0 0.3em;
	padding: 0 0 0 9px;
	display: inline-block;
}
.arrow-3 {
	background: url(../images/arrow_01.gif) no-repeat 0 0.2em;
	padding: 0 0 0 1.5em;
	display: inline-block;
}
.arrow-4 {
	background: url(../images/arrow_03.gif) no-repeat 0 0.3em;
	padding: 0 0 0 1.2em;
	display: inline-block;
}

/* ■ カーソル */
.cursor-po { cursor:pointer; }

/* ■ box-line ボーダー枠のあるボックス */
.boxline {
	border: 1px solid #c8c8c8;
	padding: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
/* head-line 下にボーダーのある見出し 
.headline {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 0.15em;
	margin-bottom: 0.25em;
}
*/

/* テーブルデフォルトスタイル */
.default th { padding: 6px; }
.default td { padding: 6px 7px;}
.default { font-size:12px; }

/* 最終行のボーダー解除 */
.non-border {
	border: none;
}
/* 獲得ポイント */
.get-point{
	color:red;
	font-size:10px;
}
/*
.block-indent{
	padding-left:12px;
}
*/

/* ---------------------------------------------------------◆
R03	▼ フォーム共通
	　 form common
◆--------------------------------------------------------- */

input.error,select.error,textarea.error{background-color:#FFDDFF;border-color:#800000;}
label.error{ float:left;text-align:left;width:100%;padding:5px 0;color: #800000;}

/* ■ テキストフィールド */
input.textfield	{ padding:2px 4px; }
input.width-s	{ width: 120px; }
input.width-m	{ width: 300px; }
input.width-l		{ width: 95%; }

/* ■ サブミットボタン調整 */
input.bt-s	{
	padding:2px 7px;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
}
input.bt-m	{
	padding:3px 30px;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
}
input.bt-l	{
	padding:6px 60px;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
}
/*
.inputbt	{
	padding:3px 10px; cursor:pointer;
}
*/

/* ■ ボタン */
button{
	cursor:pointer;
	background-color:transparent;
}

/* ■ フォームサブミット後のローディング */
#submit_loading{
	padding:20px;
	width:150px;
	margin:10px auto;
	background:#333;
	text-align:center;
	border-radius:7px;
}
#submit_loading p{
	margin:10px 0 0 0;
	color:#FFF;
}

/* ■ validate フォーム入力エラーメッセージ */
label.error {
	font-weight: bold;
	color: #f00;
}


/* ---------------------------------------------------------◆
R04	▼ カレンダー
	　 calendar
◆--------------------------------------------------------- */

.cal{
	border-collapse:collapse;
	width:100%;
	margin:0;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	cursor:default;
}
.cal:first-child{
	margin-bottom:15px;
}

.cal tbody th,.cal tbody td{
	border:solid 1px #BBB;
}
.cal thead th{
	text-align:center;
}
.cal tbody th{
	padding:5px;
	color:#FFF;
	background-color:#666;
	text-align:center;
}
.cal td span{
	padding:5px;
	display:block;
	text-align:center;
}
.cal-week-close{
	color:#888;
	background-color:#DDD;
}
.cal-close{
	color:#888;
	background-color:#DDD;
}


/* ---------------------------------------------------------◆
R05	▼ その他
	 　other
◆--------------------------------------------------------- */

/* ■ JavaScript アラート */
.noscript { position: absolute; top: 0; left: 0; width: 100%; background: #ff0; color: #000; font-weight: bold; font-size: 1.2em; padding: 4px; text-align: center;}

/* ■ フラッシュアラート */
#mess .info, #mess .success, #mess .warning, #mess .error, #mess .validation {
    border: 1px solid;
    margin: 5px 0 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
#mess .info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/mes_info.png');
}
#mess .success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/mes_success.png');
}
#mess .warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/mes_warning.png');
}
#mess .error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/mes_error.png');
}

