/*===============================================
PC・スマホ　サイズ切り替え
===============================================
@import url(common.css) screen and (min-width: 641px);
@import url(sp_common.css) screen and (max-width: 640px);
*/

/*==================================================
	共通要素
==================================================*/ 

/*- 回り込み解除 -*/
.clearfloat {
	clear:both;
}

/*- 回り込み解除 -*/
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}

/*- 非表示領域 -*/
.displayNone {
	display: none;
}

/*- テキストスタイル -*/
.text_b { font-weight: bold;}
.text_center { text-align: center;}
.right { float: right;}

/*- テキストカラー -*/
.textcolor01 { color:#CF1D00;}/*- 赤 -*/
.textcolor02 { color:#4C4944;}/*- グレー_濃い -*/
.textcolor03 { color:#807B72;}/*- グレー -*/
.textcolor04 { color:#999389;}/*- グレー_黄み -*/
.textcolor05 { color:#D6D6D6;}/*- グレー_薄い -*/
.textcolor06 { color:#005BA6;}/*- 青・紺 -*/
.textcolor07 { color:#e61c54;}/*- 赤ピンク -*/
.textcolor08 { color:#e75297;}/*- ピンク（プレゼント） -*/
.textcolor_w { color:#ffffff;}/*- 白 -*/
.red { color:#CF1D00;}/*- 赤 -*/
.blue { color:#005BA6;}/*- 青・紺 -*/
.pink { color:#e75297;}/*- ピンク（プレゼント） -*/

/*- 各コンテンツ色 -*/
.bar_color01 {background-color:#db0600;}/*- 基本 -*/
.bar_color02 {background-color:#38c400;}/*- 催しカレンダー -*/
.bar_color03 {background-color:#a600ed;}/*- フロアガイド -*/
.bar_color04 {background-color:#ff1c6b;}/*- サービス・ほか -*/
.bar_color05 {background-color:#003ced;}/*- 地図・駐車場 -*/
.bar_color06 {background-color:#7f7a70;}/*- その他 -*/
.bar_color07 {background-color:#e61c54;}/*- 友の会 -*/
.bar_color08 {background-color:#e8e8e6;}/*- 採用情報 -*/


/*- 黄土色（高島屋オリジナル） -*/
.bar_original {
	background-color:#c09c1a;
	padding:2px 5px;
	margin:0px 2px 0px;
}	
/*- 赤色 -*/	
.bar_red {
	background-color:#CF1D00;
	padding:2px 5px;
	margin:0px 2px 0px;
}
/*- 赤色 枠線-*/	
.bar_red_waku {
    display: block;
    border: solid 1px #CF1D00;
	padding:2px 5px;
	margin:2px 0px;
    text-align: center;
}
/*- 緑色 -*/
.bar_jituen {
	background-color:#1e8b46;
	padding:2px 5px;
	margin:0px 2px 0px;
}
/*- 桃色 -*/	
.bar_pink {
	background-color:#e85298;
	padding:2px 5px;
	margin:0px 2px 0px;
}
/*- 青色 -*/	
.bar_blue {
	background-color:#005BA6;
	padding:5px 2px;
	margin:0px 2px 0px;
}
/*- 黄色 -*/	
.yellow {
	background-color:#fff462;
	padding:2px 5px;
	margin:5px 0px;
}

/*- リストマーク -*/
.kome li { list-style:none; }
.kome li:before { content:"※" }

.under_line {
    text-decoration: underline;
    }