/* ************************************************ 
 * ------------------------------------------------
 *	マイアカウント CSS
 * ------------------------------------------------
 * ************************************************ */


/* ------------------------------------- 
 *	ページ背景色（全体）
 *	ページ背景画像（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */
body {
	color:#4D4D4D;
background-color:#FFFFFF;	
background-image: url(https://www.ki-yan.com/shop/images/bg-h10.gif);
        background-position: center top;
        background-repeat: repeat-y;
	font: 12px/130% 'メイリオ', 'Verdana', 'Helvetica', 'Arial', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'Helvetica', 'Arial', 'Gothic', 'sans-serif';
margin: 0px;	
padding:0;
text-align:center;
　　　　	}

body:not(:target) {
    background-image: url(https://www.ki-yan.com/images/shop/bg-w900.gif) center top no-repeat\9; /* IE9 */
}

tr,td,th,div,font {
	font: 12px/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	color:#4D4D4D;
}

td {
	padding: 5px;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border:0px;
}

input, select, textarea {
}



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

a:link    {color:#FF3366; text-decoration:underline;}
a:visited {color:#FF3366; text-decoration:underline;}
a:active  {color:#FF3366; text-decoration:underline;}
a:hover   {color:#339999; text-decoration:none;}



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

.base01 {
	border-style:solid;
	border-top:solid 0px ;
	border-bottom:solid 3px;
	border-left: 0;
	border-right: 0;
	border-color: #ffe200;
}

.base02 {
	background-color:#FFF;
}



/* ------------------------------------- 
 *	テーブルの背景色と文字色
 * ------------------------------------- */
.table1 {
	background-color:#999999;
}

.CELL_1_C {
	color: #000000;
	background-color:#EEEEEE;
	text-align:center;
}
.CELL_1_L {
	color: #000000;
	background-color:#EEEEEE;
	text-align:left;
	padding-left: 10px;
}
.CELL_1_R {
	color: #000000;
	background-color:#EEEEEE;
	text-align:right;
	padding-right: 10px;
}

.CELL_2 {
	color: #666666;
	background-color:#FFFFFF;
}



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

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

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



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



/* ------------------------------------- 
 *	タイトルのショップ名の文字サイズと文字色
 * ------------------------------------- */

.shop_title {
	font-size:22px;
	color: #4D4D4D;
	font-weight:bold;
        width: 198px;
        height: 46px;
        display: block;
        text-indent: -9999px;
        background: url(https://www.ki-yan.com/shop/images/logo_yoko45.gif) left top no-repeat;
}



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



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



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



/* ------------------------------------- 
 *	商品合計金額の文字色
 * ------------------------------------- */
.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;
}


