@charset "Shift-Jis";

/* ///////////////////////////////////////////////////////////////////
lake.co.jp - app.css for /app, /sokufuri, /landing

[attention]
[noteApp]
[msgForm]

[blockNointerest]

[contApp01]
[contApp02]
[contApp03]
[contApp04]

[itemForm]
[itemSokufuri]

[contSokufuri03]

-- FontSize --
 BASE: 75%
SMALL: 83%
LARGE: 115%

/////////////////////////////////////////////////////////////////// */

@import url(reset.css);
@import url(common.css);

@import url(parts.css);
@import url(sub.css);

@import url(clear.css);

/* =========================================================
¡attention
========================================================= */
div#main h2.attention {
	padding-left: 35px;
	background: #EEFCDB url(/img/common/ico_attention_06.gif) no-repeat 10px 50%;
}



/* =========================================================
¡noteApp
========================================================= */
div#main ul.noteApp li {
	margin-left: 1em;
}



/* =========================================================
¡msgForm
========================================================= */
div#main div.msgForm {
	margin: 10px 0;
	background: #F8F8F8 url(/img/app/box_msg_top.gif) no-repeat 0 0;
}

div#main div.msgForm p {
	margin: 0;
	padding: 20px 10px;
	background: url(/img/app/box_msg_btm.gif) no-repeat 0 100%;
	font-weight: bold;
	font-size: 115%;
	text-align: center;
}

div#main div.msgForm p em {
	font-weight: bold;
}

div#main div.msgForm p img {
	margin: 0 5px;
	vertical-align: middle;
}

div#main div.msgForm p .note {
	font-weight: normal;
}


/* msgArrow
----------------------------------------------- */
div#main div.msgArrow {
	margin: 10px 0 0;

}

div#main div.msgArrow p {
	padding: 20px 10px 50px;
	background: url(/img/app/img_arrow_01.gif) no-repeat 0 100%;
}



/* =========================================================
¡blockNointerest
========================================================= */
div#main div#blockNointerest {
	margin: 0 0 15px;
	padding: 1px;
	border: 1px #D9D9D9 solid;
}

div#main div#innerNointerest {
	min-height: 125px;
	height: auto !important;
	height: 125px;
	background: url(/img/app/bg_app_01.gif) repeat-y 0 0;
}

div#main div#blockNointerest .note {
	margin: 0;
}

div#main div#blockNointerest div.unitNointerest01 {
	position: relative;
	float: left;
	width: 533px;
}

div#main div#blockNointerest div.unitNointerest02 {
	float: right;
	width: 313px;
}


/* unitNointerest01
----------------------------------------------- */
div#main div#blockNointerest div.unitNointerest01 p {
	margin: 0 0 10px;
}

div#main div#blockNointerest div.unitNointerest01 p.logo {
	position: absolute;
	top: 13px;
	left: 16px;
}

div#main div#blockNointerest div.unitNointerest01 p.txt {
	position: absolute;
	top: 13px;
	left: 137px;
}

div#main div#blockNointerest div.unitNointerest01 p.note {
	position: absolute;
	top: 102px;
	right: 10px;
	color: #339933;
}

div#main div#blockNointerest div.unitNointerest01 p.campaign {
	position: absolute;
	top: 13px;
	left: 15px;
}


/* unitNointerest02
----------------------------------------------- */
div#main div#blockNointerest div.unitNointerest02 p {
	margin: 10px 20px 2px;
}

div#main div#blockNointerest div.unitNointerest02 table.tblCommon {
	width: 275px;
	margin: 0 auto;
	font-size: 83%;
}

div#main div#blockNointerest div.unitNointerest02 table th,
div#main div#blockNointerest div.unitNointerest02 table td {
	padding: 3px;
}

div#main div#blockNointerest div.unitNointerest02 table td {
	background-color: #FFFFFF;
}

div#main div#blockNointerest div.unitNointerest02 p.note {
	margin-top: -1.8em;
	text-align: right;
}

div#main div#blockNointerest div.unitNointerest02 ul.note {
	margin: 10px 20px 0 10px;
}



/* =========================================================
¡unitLinkGroup first
========================================================= */
div#main div.contLinkGroup04 div.past {
	width: 400px;
}



/* =========================================================
¡contApp01
========================================================= */
div#main div.contApp01 {
	width: 840px;
	margin: 0 -10px 15px 10px;
}

div#main div.contApp01 table.tblCommon {
	float: left;
	width: 410px;
	height: 210px;
	margin: 0 10px 0 0;
}

/* Hack for Win IE6 */
* html div#main div.contApp01 table.tblCommon {
	display: inline;
}



/* =========================================================
¡contApp02
========================================================= */
div#main div.contApp02 {
	min-height: 100px;
	height: auto !important;
	height: 100px;
	margin: 0 10px;
	padding-left: 100px;
	background: url(/img/pict/pict_contract_l_12.gif) no-repeat 0 0;
}

div#main div.contApp02 h3 {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border: none;
	background: url(/img/common/line_dotted_01.gif) repeat-x 0 100%;
	color: #339933;
}

div#main div.contApp02 p {
	margin: 0 0 5px;
}



/* =========================================================
¡contApp03
========================================================= */
div#main div.contApp03 {
	margin: 0 0 15px 10px;
	background: url(/img/app/box_app_btm_01.gif) no-repeat 0 100%;
}

div#main div.contApp03 dl {
	float: left;
	width: 270px;
	margin: 0 10px 0 0;
}

div#main div.contApp03 dl dt {
	padding: 5px 10px;
	border-bottom: 1px #BBBBBB solid;
	font-weight: bold;
	background: url(/img/app/box_app_top_01.gif) no-repeat 0 0;
}

div#main div.contApp03 dl dd {
	position: relative;
	min-height: 130px;
	height: auto !important;
	height: 130px;
	margin: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#main div.contApp03 dl dd p {
	margin: 0;
}

div#main div.contApp03 dl dd p.txt {
	margin: 0 0 0 50px;
	padding-bottom: 1.5em;
}

div#main div.contApp03 dl dd p.itemImage {
	margin: 5px 0 0;
}

div#main div.contApp03 dl dd p.linkCommon {
	position: absolute;
	right: 0;
	bottom: 0;
}


/* icon
----------------------------------------------- */
div#main div.contApp03 dl.shop dd {
	background-image: url(/img/pict/pict_contract_s_08.gif);
}

div#main div.contApp03 dl.post dd {
	background-image: url(/img/pict/pict_contract_s_04.gif);
}

div#main div.contApp03 dl.fax dd {
	background-image: url(/img/pict/pict_contract_s_03.gif);
}

/* =========================================================
¡contApp04
========================================================= */
div#main div.contApp04 {
	margin: 0 0 15px 10px;
	background: url(/img/app/box_app_btm_02.gif) no-repeat 0 100%;
}

div#main div.contApp04 dl {
	float: left;
	width: 410px;
	margin: 0 10px 0 0;
}

div#main div.contApp04 dl dt {
	padding: 5px 10px;
	border-bottom: 1px #BBBBBB solid;
	font-weight: bold;
	background: url(/img/app/box_app_top_02.gif) no-repeat 0 0;
}

div#main div.contApp04 dl dd {
	position: relative;
	min-height: 130px;
	height: auto !important;
	height: 130px;
	margin: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#main div.contApp04 dl dd p {
	margin: 0;
}

div#main div.contApp04 dl dd p.txt {
	margin: 0 0 0 50px;
	padding-bottom: 1.5em;
}

div#main div.contApp04 dl dd p.itemImage {
	margin: 5px 0 0;
}

div#main div.contApp04 dl dd p.linkCommon {
	position: absolute;
	right: 0;
	bottom: 0;
}


/* icon
----------------------------------------------- */
div#main div.contApp04 dl.shop dd {
	background-image: url(/img/pict/pict_contract_s_08.gif);
}

div#main div.contApp04 dl.post dd {
	background-image: url(/img/pict/pict_contract_s_04.gif);
}

/* =========================================================
¡itemForm
========================================================= */
/* itemForm01
----------------------------------------------- */
div#main table td dl.itemForm01 {
	margin: 10px 0 0;
}

div#main table td dl.itemForm01 dt {
	float: left;
	width: 26em;
}

div#main table td dl.itemForm01 dd {
	margin-left: 26em;
	color: #666666;
	padding: 2px 0;
}



/* =========================================================
¡itemSokufuri
========================================================= */
/* tdSokufuri01
----------------------------------------------- */
div#main table td.tdSokufuri01 div.itemSokufuriService01 {
	width: 605px;
	margin: 5px 0 10px 20px;
	padding: 10px 0;
	background: #FEFBCE url(/img/app/box_sokufuri_top_01.gif) no-repeat 0 0;
	font-size: 83%;
}

div#main table td.tdSokufuri01 div.itemSokufuriService01 div.innerSokufuriService01 {
	background: url(/img/app/box_sokufuri_btm_01.gif) no-repeat 0 100%;
}

div#main table td.tdSokufuri01 div.itemSokufuriService01 p {
	margin: 0;
	padding: 0 10px 0 70px;
	background: url(/img/pict/ico_sokufuri_01.gif) no-repeat 0 50%;
}

div#main table td.tdSokufuri01 span.itemSokufuriService02 {
	display: block;
	margin: 0 0 5px;
}

div#main table td.tdSokufuri01 ul.formAttention {
	margin-top: 0;
}


/* itemSokufuri01
----------------------------------------------- */
div#main table td div.itemSokufuri01 {
	margin: 5px 0 5px 20px;
}

div#main table td div.itemSokufuri01 p {
}


/* itemSokufuri02
----------------------------------------------- */
div#main table td dl.itemSokufuri02 {
	margin: 5px 0 5px 20px;
}

div#main table td dl.itemSokufuri02 dt {
	float: left;
	width: 10em;
	text-align: right;
}

div#main table td dl.itemSokufuri02 dd {
	margin-left: 11em;
}

div#main table td dl.itemSokufuri02 dd ul {
	margin: 0 0 5px !important;
}


/* selectBank
----------------------------------------------- */
div#main table td.selectBank {
}

div#main table td.selectBank p.itemButton {
	float: left;
	width: 113px;
	margin: 0;
}

div#main table td.selectBank p.itemButton img {
	margin: 0;
}


div#main table td.selectBank dl {
	float: left;
	padding-left: 10px;
}

div#main table td.selectBank dl dt {
	float: left;
	width: 6em;
	text-align: right;
}

div#main table td.selectBank dl dd {
	margin-left: 6.5em;
	color: #999999;
}



/* =========================================================
¡tblSokufuri01
========================================================= */
div#main table.tblSokufuri01 {
}

div#main table.tblSokufuri01 th {
	border-bottom: 1px #BBBBBB solid;
	background-color: #D3ECA5;
	font-weight: bold;
}

div#main table.tblSokufuri01 th,
div#main table.tblSokufuri01 td {
	width: 50%;
	text-align: center;
}



/* =========================================================
¡contSokufuri03
========================================================= */
div#main div.contSokufuri03 {
}

div#main div.contSokufuri03 div.unitSokufuri03 {
	border-bottom: 1px #BBBBBB solid;
}

div#main div.contSokufuri03 div.unitSokufuri03 h3 {
	margin: 10px 15px 5px;
	font-weight: normal;
}

div#main div.contSokufuri03 div.unitSokufuri03 p {
	margin: 0 15px 10px;
}

.ime_on { ime-mode:active; }
.ime_off { ime-mode:disabled; }

.errmsg {
	margin: 5px 0 0;
	padding: 2px 0;
	padding-left: 24px;
	background: url(/img/common/ico_attention_01.gif) no-repeat 0 50%;
	color: #CC0000;
	font-weight: bold;
}

.h1_base_txt {
 text-align: left;
 padding-left: 24px;
 padding-top: 5px;
 font-size:22px;
 color:#258C1C;
 font-weight:bolder;
 width:830px;
 height:50px;
 background: url("/img/common/ttl_bar.gif") no-repeat;
}

.tblwidth_300 {
	width:300px;
}

.div_ankohter {
	padding: 5px 20px;
}

.con_bg_01{background-color:#FFFFFF;}
.frm5_b1 { margin:5px 0; padding:10px 0; }
.error2 { margin-top:10px; padding:8px; border:solid 1px #e5acac; background-color:#faeded; }
.fg_error1 { color:#e51717; }
.fcblue { color:#3078BF; }

.comonattention {
	margin: 5px 0 0;
	padding: 2px 0;
	padding-left: 24px;
	background: url(/img/common/ico_attention_02.gif) no-repeat 0 50%;
}

/* =========================================================
¡contAppWebone
========================================================= */
div#main div.contAppWebone {
	margin: 0 0 10px 0;
	background: url(/img/app/bg_app_06.gif) no-repeat 0 100%;
	position: relative;
	width:731px;
	height:300px;
}

div#main div.contAppWebone .figTxt01 {
	position: absolute;
	top: 215px;
	left: 3px;
	width: 365px;
}

div#main div.contAppWebone .figTxt02 {
	position: absolute;
	top: 215px;
	left: 362px;
	width: 365px;
}