@charset "utf-8";

/* ------------------------------------------------------
 ブロックテンンプレート用 wcvblock.css（コンテンツ内の設定）

■ 使用方法

(1)本体のCSSに本CSSをインポートして使用します
-----
／*ウェブキャンバスブロックテンプレート用CSS*／
＠import "wcvblock.css";
※／と＠は半角に直してください
-----

(2)コンテンツ領域のID名はcontentになっています
IDがcontent以外の場合は「#content」で置き換えを行ってください

  目　次
	1.位置
	2.テーブル※本体のほうに定義があるので削除
	3.画像
	4.フォント
	5.※付きテキスト

------------------------------------------------------ */
/* -------- 1.位置 -------- */
/*左寄せ*/
#content-otherpage .wcvleft {
	text-align: left;
}
/*右寄せ*/
#content-otherpage .wcvright {
	text-align: right;
}
/*右寄せ*/
#content-otherpage .wcvdayright {
	text-align: right;
}
/*中央寄せ*/
#content-otherpage .wcvcenter {
	text-align: center;
}
/* -------- 3.画像 -------- */
/*画像同士などが上下でくっ付く場合に利用する*/
#content-otherpage .wcvmargin-bottom {
	margin-bottom: 10px;
}
/*中央寄せ画像の下に表示させるテキスト*/
#content-otherpage .wcvimg-center {
	text-align: center;
	margin-top: 5px;
	font-size: 90%;
}
/*左寄せ画像と回り込みテキストで使用*/
#content-otherpage .wcvimg-floatleft {
	float: left;
	margin-right: 7px;
}
/*右寄せ画像と回り込みテキストで使用*/
#content-otherpage .wcvimg-floatright {
	float: right;
	margin-left: 7px;
}
/*テキストの文頭・文末の画像に使用*/
#content-otherpage .wcvimg-middle {
	vertical-align: middle;
	margin: 0 5px 5px 5px;
}
/*テキストの文頭・文末の画像に使用*/
#content-otherpage .wcvimg-top {
	vertical-align: top;
	margin: 0 5px 5px 5px;
}
/*回り込み解除*/
/*フロートクリア*/
#content-otherpage .wcvclear {
	display: block;
	clear: both;
	padding-bottom: 10px;
}
/* -------- 4.フォント -------- */
#content-otherpage .wcvfont-red {
	color: #c00;
}
#content-otherpage .wcvfont-blue {
	color: #00c;
}
/* -------- 5.※付きテキスト -------- */

p.markKome {
	padding-left: 20px;
	background: url(../images/base/icon_kome_black.png) 0 3px no-repeat;
}

/** tile ***/
#wcv_sys_edit_pageeditarea #container #container-inner #container-medium-main ul#container-medium-tile li a span{
position: static;
}
#wcv_sys_edit_pageeditarea #container #container-inner #container-medium-main ul#container-medium-tile li{
position: static;
}
