@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  second.css
 style info :  第二階層、フォーム等のスタイルをまとめたCSS
=================================================================== */

/*----------------------------------------------------------------------------------
		 								下層ディレクトリページ
------------------------------------------------------------------------------------*/

/*----------------------------------
汎用的なタイトル類の装飾
------------------------------------*/
.tb_710 {
	border: 1px solid #00549c;
	width: 708px;
}

.tb_710 span {
	display: block;
	text-align: center;
	border: 1px solid #5e93c0;
	padding: 15px 10px;
	background: url(/images/title/bg_ttl_blue_l.gif) 0 bottom repeat-x #1768a5;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	font-size: 166%;
}

.tb_650 {
	border: 1px solid #00549c;
	width: 648px;
}

.tb_650 span {
	display: block;
	text-align: center;
	border: 1px solid #5e93c0;
	padding: 6px 10px;
	background: url(/images/title/bg_ttl_blue_m.gif) 0 bottom repeat-x #1768a5;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	font-size: 166%;
}

.tb_600 {
	border: 1px solid #00549c;
	width: 598px;
}

.tb_600 span {
	display: block;
	text-align: center;
	border: 1px solid #5e93c0;
	padding: 6px 10px;
	background: url(/images/title/bg_ttl_blue_m.gif) 0 bottom repeat-x #1768a5;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	font-size: 166%;
}



.tc_710 {
	border: 1px solid #00549c;
	width: 708px;
}

.tc_710 span {
	display: block;
	border: 1px solid #5e93c0;
	padding: 4px 10px 2px;
	background: url(/images/title/bg_ttl_blue_s.gif) 0 bottom repeat-x #1768a5;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	font-size: 116%;
}


.tc_650 {
	border: 1px solid #00549c;
	width: 648px;
}

.tc_650 span {
	display: block;
	border: 1px solid #5e93c0;
	padding: 4px 10px 2px;
	background: url(/images/title/bg_ttl_blue_s.gif) 0 bottom repeat-x #1768a5;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	font-size: 116%;
}



.tc_600 {
	border: 1px solid #00549c;
	width: 598px;
}

.tc_600 span {
	display: block;
	border: 1px solid #5e93c0;
	padding: 4px 10px 2px;
	background: url(/images/title/bg_ttl_blue_s.gif) 0 bottom repeat-x #1768a5;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	font-size: 116%;
}


.td_710 {
	border: 1px solid #d3d3d3;
	width: 708px;
}

.td_710 span {
	display: block;
	border: 1px solid #fff;
	padding: 4px 10px 2px;
	background: #ddd;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
	font-size: 116%;
}


.td_650 {
	border: 1px solid #d3d3d3;
	width: 648px;
}

.td_650 span {
	display: block;
	border: 1px solid #fff;
	padding: 4px 10px 2px;
	background: #ddd;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
	font-size: 116%;
}



.td_600 {
	border: 1px solid #d3d3d3;
	width: 598px;
}

.td_600 span {
	display: block;
	border: 1px solid #fff;
	padding: 4px 10px 2px;
	background: #ddd;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
	font-size: 116%;
}


.te_710 {
	border: 1px solid #7cb8e5;
	width: 708px;
}

.te_710 span {
	display: block;
	border: 1px solid #fff;
	padding: 4px 10px 2px;
	background: url(/images/title/bg_ttl_water_s.gif) 0 bottom repeat-x #6bafe1;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	font-size: 116%;
}


.te_650 {
	border: 1px solid #7cb8e5;
	width: 648px;
}

.te_650 span {
	display: block;
	border: 1px solid #fff;
	padding: 4px 10px 2px;
	background: url(/images/title/bg_ttl_water_s.gif) 0 bottom repeat-x #6bafe1;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	font-size: 116%;
}



.te_600 {
	border: 1px solid #7cb8e5;
	width: 598px;
}

.te_600 span {
	display: block;
	border: 1px solid #fff;
	padding: 4px 10px 2px;
	background: url(/images/title/bg_ttl_water_s.gif) 0 bottom repeat-x #6bafe1;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	font-size: 116%;
}

.arrow_title {
	background: url(/images/common/bg_arrow_black.gif) 0 1px no-repeat;
	padding: 1px 0 1px 18px;
	font-size: 116%;
}

.arrow_title2 {
	background: url(/images/common/bg_arrow_black.gif) 0 2px no-repeat;
	padding: 1px 0 1px 18px;
	font-size: 133%;
}

/* セミナー用等で使う二行のタイトル */
.tf_710 {
	border: 1px solid #c0c0c0;
	width: 708px;
}

.tf_710 span {
	text-align: center;
	display: block;
	border: 2px solid #fff;
	padding: 10px;
	line-height: 1.5;
	background: #f5f5f5;
	color: #0a5799;
	font-size: 14px;
	font-weight: bold;
}

.tf_710 span em {
	font-size: 18px;
}

.tf_650 {
	border: 1px solid #c0c0c0;
	width: 648px;
}

.tf_650 span {
	text-align: center;
	display: block;
	border: 2px solid #fff;
	padding: 10px;
	line-height: 1.5;
	background: #f5f5f5;
	color: #0a5799;
	font-size: 14px;
	font-weight: bold;
}

.tf_650 span em {
	font-size: 18px;
}

.tf_600 {
	border: 1px solid #c0c0c0;
	width: 598px;
}

.tf_600 span {
	text-align: center;
	display: block;
	border: 2px solid #fff;
	padding: 10px;
	line-height: 1.5;
	background: #f5f5f5;
	color: #0a5799;
	font-size: 14px;
	font-weight: bold;
}

.tf_600 span em {
	font-size: 18px;
}

/* 上下にボーダーのタイトル */

.border_title {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-weight: bold;
	font-size: 116%;
	padding: 10px 12px;
	line-height: 1.4;
	
}


/*----------------------------------
リンクアイコン
------------------------------------*/
.link_arrow1 {
	background: url(/images/common/bg_arrow_blue.gif) 0 0.2em no-repeat;
	padding: 0 0 0 18px;
	line-height: 1.4;
}




/*----------------------------------
タイトル類のマージン等
------------------------------------*/

div#wrapper h2.main_title {
	text-align: center;
	margin-bottom: 5px;
}

div#contents .ttl_bar1 {
	clear: both;
	margin: 30px 0 17px;
}

div#contents .ttl_bar2 {
	clear: both;
	margin: 30px 0 3px;
}

/* ページに出てくる1番目のタイトルバー(上のマージン削除) */
div#contents .first_ttl {
	margin-top: 0px;
}

/* タイトルバー下の文字 */
div#contents .ttl_under {
	text-align: right;
	margin-bottom: 17px;
	font-size: 83%;
	line-height: 1.5;
}


/*----------------------------------
ページ上部ページ内ナビゲーション
------------------------------------*/
div#contents ul#page_navi {
	background: url(/images/common/bg_top_btn.gif) 0 0 no-repeat;
	padding: 0 0 0 11px;
	height: 91px;
	overflow: hidden;
	width: 699px;
	margin-bottom: 25px;
}

ul#page_navi:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

ul#page_navi { display: inline-block; }
ul#page_navi { display: block; }


/*----------------------------------
ページ上部ページ内ナビゲーション 一段
------------------------------------*/
div#contents ul#page_navi_single{
	background: url(/images/common/bg_top_btn_single.gif) 0 0 no-repeat;
	padding: 0 0 0 18px;
	height: 50px;
	overflow: hidden;
	width: 692px;
	margin-bottom: 25px;
}

ul#page_navi_single:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

ul#page_navi_single { display: inline-block; }
ul#page_navi_single { display: block; }

ul#page_navi_single li {
	float: left;
	margin-right: 16px;
	padding: 15px 0 5px;
}

/*----------------------------------
サービスページで使う横2つ並びのBOX
------------------------------------*/

div#contents ul.contents_box1 {
	background:url(/images/common/bg_box1_bottom.gif) 0 bottom no-repeat;
	width: 710px;
	position: relative;
	padding: 0 0 20px;
	margin-top: 8px;
}

div#contents ul.contents_box1.single {
	width: 350px;
}

div#contents ul.contents_box1:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents ul.contents_box1 { display: inline-block; }
div#contents ul.contents_box1 { display: block; }

div#contents ul.contents_box1 li {
	width: 344px;
	background: url(/images/common/bg_box1_top.gif) 0 0 no-repeat;
	float: left;
	padding: 15px 5px 0 1px;
}

div#contents ul.contents_box1 li.right {
	float: right;
}

ul.contents_box1 li:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

ul.contents_box1 li { display: inline-block; }
ul.contents_box1 li { display: block; }

ul.contents_box1 li p.icon {
	width: 100px;
	text-align: center;
	float: left;
	margin-right: 2px;
}

ul.contents_box1 li dl {
	float: left;
	width: 237px;
}

ul.contents_box1 li dl dt {
	line-height:1.5;
}

ul.contents_box1 li dl dd {
	line-height: 1.5;
	margin-top: 3px;
}

ul.contents_box1 li dl dd.request {
	position: absolute;
	left: 270px;
	bottom: 17px;
}

ul.contents_box1 li.right dl dd.request {
	left: 632px;
}

/*----------------------------------
商品ページTOPで使う横2つ並びのBOX
------------------------------------*/

div#contents ul.contents_box2 {
	background:url(/images/common/bg_box1_bottom.gif) 0 bottom no-repeat;
	width: 710px;
	position: relative;
	padding: 0 0 60px;
	margin-top: 8px;
}

div#contents ul.contents_box2.single {
	width: 350px;
}

div#contents ul.contents_box2:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents ul.contents_box2 { display: inline-block; }
div#contents ul.contents_box2 { display: block; }

div#contents ul.contents_box2 li.item {
	width: 344px;
	background: url(/images/common/bg_box1_top.gif) 0 0 no-repeat;
	float: left;
	padding: 15px 5px 0 1px;
}

div#contents ul.contents_box2 li.right {
	float: right;
}

ul.contents_box2 li.item:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

ul.contents_box2 li.item { display: inline-block; }
ul.contents_box2 li.item { display: block; }

ul.contents_box2 li.item p.photo {
	width: 135px;
	text-align: center;
	float: left;
	margin-right: 2px;
}


ul.contents_box2 li.item dl {
	float: left;
	width: 200px;
	padding: 5px 0 0 0;
}

ul.contents_box2 li.item dl dt {
	line-height:1.5;
	font-size: 116%;
}

ul.contents_box2 li.item dl dd {
	line-height: 1.5;
	margin-top: 8px;
}


ul.contents_box2 li.item ul.item_btn {
	position: absolute;
	width: 340px;
	left: 8px;
	bottom: 15px;
}

ul.contents_box2 li.right ul.item_btn {
	left: 365px;
}

ul.contents_box2 li.item ul.item_btn li {
	width: 108px;
	float: left;
	margin-right: 4px;
}

/*----------------------------------
商品ページ詳細で使う横2つ並びのBOX
------------------------------------*/


div#contents ul.contents_box3 {
	background:url(/images/common/bg_box1_bottom.gif) 0 bottom no-repeat;
	width: 710px;
	padding: 0 0 25px;
	margin-top: 8px;
	clear: both;
}

/* contents_box3の一つ並びのバージョン クラス名を替えているのはIE6対策 */
div#contents ul.contents_box4 {
	background:url(/images/common/bg_box1_bottom.gif) 0 bottom no-repeat;
	width: 350px;
	padding: 0 0 25px;
	margin-top: 8px;
	clear: both;
}

/** html body div#contents ul.contents_box3.single {
	width: 350px;
	background:url(/images/common/bg_box1_bottom.gif) 0 bottom no-repeat;
	padding: 0 0 25px;
	height: auto;
}*/

div#contents ul.contents_box3:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents ul.contents_box3 { display: inline-block; }
div#contents ul.contents_box3 { display: block; }

div#contents ul.contents_box4:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents ul.contents_box4 { display: inline-block; }
div#contents ul.contents_box4 { display: block; }

div#contents ul.contents_box3 li.item,
div#contents ul.contents_box4 li.item {
	width: 320px;
	background: url(/images/common/bg_box1_top.gif) 0 0 no-repeat;
	float: left;
	padding: 15px 15px 0 15px;
}

div#contents ul.contents_box3 li.right {
	float: right;
}

ul.contents_box3 li.item:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

ul.contents_box3 li.item { display: inline-block; }
ul.contents_box3 li.item { display: block; }

ul.contents_box4 li.item:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

ul.contents_box4 li.item { display: inline-block; }
ul.contents_box4 li.item { display: block; }

ul.contents_box3 li.item h5,
ul.contents_box4 li.item h5 {
	font-size: 116%;
	line-height: 1.5;
	min-height: 3em;
}

* html ul.contents_box3 li.item h5,
* html ul.contents_box3 li.item h5 {
	height: 3em;
}

ul.contents_box3 li.item p.txt,
ul.contents_box4 li.item p.txt {
	line-height: 1.5;
	margin-top: 5px;
}

/*----------------------------------
サービスページで使う横2つ並びのBOX
------------------------------------*/


div#contents ul.service_box1 {
	background:url(/images/common/bg_box1_bottom.gif) 0 bottom no-repeat;
	width: 710px;
	position: relative;
	padding: 0 0 70px;
	margin-top: 8px;
}

div#contents ul.service_box1.single {
	width: 350px;
}

div#contents ul.service_box1:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents ul.service_box1 { display: inline-block; }
div#contents ul.service_box1 { display: block; }

div#contents ul.service_box1 li.item {
	width: 344px;
	background: url(/images/common/bg_box1_top.gif) 0 0 no-repeat;
	float: left;
	padding: 15px 5px 0 1px;
}

div#contents ul.service_box1 li.right {
	float: right;
}

ul.service_box1 li.item:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

ul.service_box1 li.item { display: inline-block; }
ul.service_box1 li.item { display: block; }


ul.service_box1 li.item dl {
	padding: 5px 0 0 10px;

}

ul.service_box1 li.item dl dt {
	line-height:1.5;
	font-size: 115%;
}

ul.service_box1 li.item dl dd {
	line-height: 1.5;
	margin-top: 8px;
	margin-bottom:5px;
}


ul.service_box1 li.item ul.item_btn {
	position: absolute;
	width: 340px;
	left: 8px;
	bottom: 40px;
}

ul.service_box1 li.right ul.item_btn {
	left: 365px;
}

ul.service_box1 li.item ul.item_btn li {
	width: 108px;
	float: left;
	margin-right: 4px;
}

ul.service_box1 li.item ul.item_btn2 {
	position: absolute;
	width: 340px;
	left: 8px;
	bottom: 15px;
}


ul.service_box1 li.right ul.item_btn2 {
	left: 365px;
}

ul.service_box1 li.item ul.item_btn2 li {
	width: 108px;
	float: left;
	margin-right: 4px;
}

/*----------------------------------
横幅いっぱいのBOX
------------------------------------*/
div#contents div.box710 {
	clear: both;
	background: url(/images/common/bg_box710_bottom.gif) 0 bottom no-repeat;
	padding-bottom: 15px;
}

div#contents div.box710inner {
	background: url(/images/common/bg_box710_top.gif) 0 0 no-repeat;
	padding-top: 15px;
}



/*----------------------------------
コンテンツ下部お問い合わせのBOX
------------------------------------*/

div#contents div#contact_box {
	clear: both;
	padding: 40px 0 0;
}

div#contact_box dl {
	background: url(/images/common/bg_contact_box.gif) 0 0 repeat-x;
	height: 118px;
	padding: 10px 0 0 15px;
	margin-bottom: 3px;
}

div#contact_box dl dt {
	margin-bottom: 16px;
}

div#contact_box dl dd {
	display: inline;
	margin-right: 17px;
}

div#contact_box dl dd img {
	vertical-align: middle;
}

div#contact_box p {
	text-align: right;
	line-height: 1.5;
	font-size: 83%;
	padding-right: 15px;
}


/*----------------------------------
登録商標等のテキスト
------------------------------------*/
div#contents p.trademark {
	text-align: right;
	line-height: 1.5;
	font-size: 83%;
}



/*----------------------------------
ページトップへ戻るのボタン
------------------------------------*/

p.page_top {
	text-align: right;
	padding: 15px 0 0 0;
}


/*----------------------------------
前のページへ戻るのボタン（JS仕様）
------------------------------------*/
p.back_btn {
	margin: 35px 0 0;
	clear: both;
}

p.back_btn img {
	cursor:pointer;
}


p.back_btn img:hover  {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}



/*----------------------------------------------------------------------------------
		 								アイコン付きリスト
------------------------------------------------------------------------------------*/
/* アイコンが■のリスト線が上に来る */
div#contents ul.detail_list1 {
	_zoom: 1;
	overflow: hidden;
	margin: 0 0 15px;
	width: 708px;
}

div#contents ul.detail_list1 li {
	background: url(/images/common/bg_squea.gif) 5px 13px no-repeat;
	border-top: 1px dashed #dbdbdb;
	padding: 10px 25px 10px 25px;
	margin-top: -1px;
	width: 656px;
	line-height: 1.5;
}

div#contents ul.detail_list1 li ul li {
	background: none;
	border: none;
	padding: 0;
	width: auto;
	line-height: 1.3;
}


/* アイコンが黒丸矢印のリスト */
div#contents ul.detail_list2 {
	_zoom: 1;
	overflow: hidden;
	margin: 0 0 15px;
	width: 708px;
}

div#contents ul.detail_list2 li {
	background: url(/images/common/bg_arrow_black.gif) 5px 12px no-repeat;
	border-top: 1px dashed #dbdbdb;
	padding: 10px 25px 10px 25px;
	margin-top: -1px;
	width: 656px;
	line-height: 1.5;
}

div#contents ul.detail_list2 li ul li {
	background: none;
	border: none;
	padding: 0;
	width: auto;
	line-height: 1.3;
}


/* アイコンが■のリストで線が下に来る */
div#contents ul.detail_list3 {
	_zoom: 1;
	overflow: hidden;
	margin: 0 0 15px;
	width: 708px;
}

div#contents ul.detail_list3 li {
	background: url(/images/common/bg_squea.gif) 5px 13px no-repeat;
	border-bottom: 1px dashed #dbdbdb;
	padding: 10px 25px 10px 25px;
	width: 656px;
	line-height: 1.5;
}


div#contents ul.detail_list3 li ul li {
	background: none;
	border: none;
	padding: 0;
	width: auto;
	line-height: 1.3;
}




/* アイコンが■のリストで線が下、更新日付が右に来る */
div#contents ul.detail_list4 {
	_zoom: 1;
	overflow: hidden;
	margin: 0 0 15px;
	width: 708px;
}

div#contents ul.detail_list4 li {
	background: url(/images/common/bg_squea.gif) 5px 13px no-repeat;
	border-bottom: 1px dashed #dbdbdb;
	padding: 10px 20px 10px 25px;
	width: 663px;
	line-height: 1.5;
	position: relative;
}

/* 更新日付 */
div#contents ul.detail_list4 li span.maintenance_date {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 120px;
	text-align: right;
}

/* UPDATE */
div#contents ul.detail_list4 li span.update {
	color: #FE7F1F;
	margin-left: 10px;
}

/* UPDATE */
div#contents ul.detail_list4 li span.new {
	color: #FF0000;
	margin-left: 10px;
}


/* アイコンが■のリスト 中にハッシュタグなどが入るやつ メンテナンス詳細ページcp.macroで使用 */
div#contents ul.detail_list5 {
	_zoom: 1;
	overflow: hidden;
	margin: 0 0 15px;
	width: 708px;
}

div#contents ul.detail_list5 li {
	background: url(/images/common/bg_squea.gif) 5px 13px no-repeat;
	border-bottom: 1px dashed #dbdbdb;
	padding: 10px 124px 10px 25px;
	width: 557px;
	line-height: 1.5;
	position: relative;
}

div#contents ul.detail_list5 li p {
/*	line-height: 1.5;*/
	margin: 5px 0 0 0;
}

/* 更新日付 */
div#contents ul.detail_list5 li span.maintenance_date {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 120px;
	text-align: right;
}

/* UPDATE */
div#contents ul.detail_list5 li span.update {
	color: #FE7F1F;
	margin-left: 10px;
}

/* UPDATE */
div#contents ul.detail_list5 li span.new {
	color: #FF0000;
	margin-left: 10px;
}



/* アイコンが■のリスト線無し */
div#contents ul.detail_list6 {
	_zoom: 1;
	overflow: hidden;
	margin: 0 0 15px;
	width: 710px;
}

div#contents ul.detail_list6 li {
	background: url(/images/common/bg_squea.gif) 0 3px no-repeat;
	padding: 0 0 5px 20px;
	margin-top: -1px;
	width: 690px;
	line-height: 1.5;
}

div#contents ul.detail_list6 li ul li {
	background: none;
	border: none;
	padding: 0;
	width: auto;
	line-height: 1.3;
}


/* 線が下に来るリスト 一行目が青字で二行目が字下げ 評価機貸出等で使用 */
div#contents ul.detail_list7 {
	_zoom: 1;
	overflow: hidden;
	margin: 0 0 15px;
}

div#contents ul.detail_list7 li {
	border-bottom: 1px dashed #dbdbdb;
	padding: 10px 20px;
	line-height: 1.5;
}

div#contents ul.detail_list7 li span{
	margin-left: -12px;
	color: #1A7BBB;
	font-weight: bold;
}

/* アイコンが■のリスト線無し 隙間が狭いバージョン */
div#contents ul.detail_list8 {
	margin: 0 0 0;
}

div#contents ul.detail_list8 li {
	background: url(/images/common/bg_squea.gif) 0 3px no-repeat;
	padding: 0 0 0 20px;
	line-height: 1.5;
}

div#contents ul.detail_list8 li ul li {
	background: none;
	border: none;
	padding: 0;
	width: auto;
	line-height: 1.3;
}


/* 線が下に来るリスト 一行目が青字で二行目以降の字下げ無し 商品情報キャンペーン等で使用 */
div#contents ul.detail_list9 {
	_zoom: 1;
	overflow: hidden;
	margin: 0 0 15px;
}

div#contents ul.detail_list9 li {
	border-bottom: 1px dashed #dbdbdb;
	padding: 15px 10px 10px;
	line-height: 1.5;
}

div#contents ul.detail_list9 li span{
	color: #1A7BBB;
	font-weight: bold;
}



/* dtにアイコンが■の定義リスト 横並び 投資家情報カレンダー等で使用 */

div#contents dl.detail_list_carendar {
}

div#contents dl.detail_list_carendar:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents dl.detail_list_carendar { display: inline-block; }
div#contents dl.detail_list_carendar { display: block; }

div#contents dl.detail_list_carendar dt {
	background: url(/images/common/bg_squea.gif) 5px 13px no-repeat;
	padding: 10px 25px 10px 25px;
	line-height: 1.5;
	width: 100px;
	float: left;
}

div#contents dl.detail_list_carendar dd {
	overflow: hidden;
	_zoom: 1;
	padding: 10px 25px 10px 0;
	line-height: 1.5;
}





/* ※が頭に来るリスト 2行目以降字下げ */

div#contents ul.kome_list li {
	line-height: 1.5;
	text-indent: -1em;
	margin-left: 1em;
}




/*----------------------------------------------------------------------------------
		 								基本の表
------------------------------------------------------------------------------------*/
div#contents table.detail_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	clear: both;
}

div#contents table.detail_table th {
	padding: 10px 10px;
	line-height: 1.5;
	background: #f4f4f4;
	border: 1px solid #ccc;
	font-weight:normal;
}

div#contents table.detail_table td {
	padding: 10px 10px;
	line-height: 1.5;
	border: 1px solid #ccc;
}

/*----------------------------------------------------------------------------------
		 								Investorフォルダ財務情報
------------------------------------------------------------------------------------*/
div#contents ul.financial_box {

}


div#contents ul.financial_box:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents ul.financial_box { display: inline-block; }
div#contents ul.financial_box { display: block; }

div#contents ul.financial_box li {
	width: 350px;
	float: left;
}

div#contents ul.financial_box li.right {
	float: right;
}

div#contents ul.financial_box li h4 {
	margin-bottom: 10px;
}











