@charset "utf-8";
/* ===================================================================
CSS information

 file name  :print.css
 style info :プリント用　レイアウト
 このスタイルシートの構成
 
  
 2013.2.27 kunihiro

=================================================================== */


/* ---/ 共通
------------------------- */

/* IE6で印刷時の倍率を指定 */

body {
  _zoom: 0.65;
}


#Frame {
	/*
	background:none;
	*/
	border-top:#E51708 5px solid;
	/*
	zoom:1;/* ie6 */
}

#header {
	border-bottom:#AAA094 1px solid;
}

.header_link {
	display:none;
}


#gnavi {
	/*
	display:none;
	*/
}


/* フッターが2枚目の最上部に表示される・間のページが表示されない現象を回避 */
/*　ffだけのハックのはずが、ie崩れが起きる
#main, x:-moz-any-link {
	display: table;
}

#mainColumn, x:-moz-any-link {
	display:table-cell;
	float:none;
	vertical-align:top;
}

#rightcolumn, x:-moz-any-link {
	display:table-cell;
	float:none;
	vertical-align:top;
}
*/


/* ffとie6,7対応 */
#main {
	display: table;
	width:100%;	
}

#mainColumn {
	display:table-cell;
	float:none;
	/float:left;
	vertical-align:top;
}

#rightcolumn {
	display:table-cell;
	float:none;
	/float:right;
	vertical-align:top;
}



#footer {
	display:none;
}




/* ---/ リース詳細リンク /--- */
.service_link li p {
	border-top:#AAA094 1px solid;
}



/* ---/ ご相談・お問い合わせ /--- */
.cont_contact {
	border:#AAA094 3px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	
	background-position:-3px -3px;
	padding:0;
}

.cont_contact .boxB {	
	background-position:0 3px;
	padding-bottom:0;
}


.cont_contact .boxM {	
	background-position:-3px 0;
}

.cont_contact .tl {
	border-bottom:#AAA094 1px solid;
}


.cont_contact li {
	margin-right: 5px;
}




/* ---/ page_tl /--- */
.page_tl h2 a {
	border-top:#AAA094 3px solid;
	border-bottom:#AAA094 1px solid;
}

.page_cont .page_tl {
	height:auto;
	margin-bottom:10px;
	
	border-top:#AAA094 3px solid;
	border-bottom:#AAA094 1px solid;
	padding:5px 0;
}

.page_subtl {
	border-top:#AAA094 2px solid;
	border-bottom:#AAA094 1px dotted;
}

.page_cont .page_tl h2 {
	border-top:none;
	border-bottom:none;
	padding:0;
}


/* ---/ ページ上部へ /--- */
.cont_pageup_link {
	display:none;
}




/* ---/ rightcolumn /--- */

#rightcolumn .boxT {
	border:#CCC 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

#rightcolumn .boxM .tl {
	border-bottom:#AAA094 3px solid;
}


.rColumn_access dd {
	border-left:#CCC 3px solid;
}


/* ---/ rColumn_faq
------------------------- */




/* ---/ リースについて
------------------------- */
.service_item_detail .item_list li {
}



/* ---/ リースのメリット
------------------------- */
.service_merit_detail .detail_txt {
	border:#AEA295 3px solid;
	border-top:none;
}


.comparison_table {
    width: 98%;
}

.comparison_table th {
	border-left:#AEA295 1px solid;
}

.comparison_table .head th {
	border-left:none;
}

.comparison_table .td01 {
	border-left:#AEA295 1px solid;
	border-right:#AEA295 1px solid;
}

.comparison_table .td02 {
	border-right:#AEA295 1px solid;
}



.case_txt .img_box {
	padding-right:17px;
}



/* ---/ 活用事例
------------------------- */
.case_box .case_txt,
.case_box .comment {
	border:#CCC 1px solid;
	border-top:none;
}

.case_txt .txt strong {
	/*
	border-bottom:#B9D918 2px solid;
	*/
	border:#B9D918 1px solid;
}


.case_box .comment_tl {
	border-bottom:#CCC 1px solid;
}



/* ---/ よくあるご質問
------------------------- */

.page_faq .faq_q_list {
	border:#CCC 1px solid;
}

.page_faq .faq_q_list li {
}

.faq_box dt {
}

.answer_link {
	border:#F4EDDC 1px solid;
}



/* ---/ 会社概要
------------------------- */
.office_list dd {
	border-left:#CCC 3px solid;
}



.pp_contact {
	border:#F4EDDC 1px solid;
}




































