@charset "utf-8";

/* =========== waribikifairTitleBlock =========== */
/* =========== 割引運賃 タイトルエリア使用 =========== */

div.waribikifairTitleBlock
	{
	margin-left: -14px;
	padding: 31px 0 15px 0;
	width: 779px;
	background-repeat: no-repeat;
	background-position: left top;
	}


/* =========== 見出し用のグレー帯として使用 =========== */
/* topicDom */
div.topicDom
	{
	width: 765px;
	background-color: #e3e3e3;
	margin-bottom:10px
	}

div.topicDom div.topicDomBody
	{
	padding: 0 0 0 10px;
	height: 30px;
	}

div.topicDom h1
	{
	padding-top: 9px;
	font-size: 12px;
	font-weight: bold
	}

/* textDom dom内の765px幅のテキストエリアとして使用*/
div.textDom
	{
	width: 765px;
	margin-bottom:10px;
	font-size: 12px !important;
	line-height: 1.3 !important
	}

.endClear
	{
	clear:both;
	}

