@charset 'UTF-8';

/*見出し*/
h2 { background: url(../images/howto/heading.gif) no-repeat; }

/*左右マージン*/
.in {
	width: 530px;
	padding: 0 25px;
}

/*導入部*/
p#howto_hd {
	font-size: 100%;
	line-height: 1.8;
	text-align: center;
	width: 540px;
	padding: 20px;
}

p#howto_hd img {
	display: block;
	margin: 10px auto;
}

/*キャプチャ画像*/
img.cp {
	display: block;
	margin-top: 10px;
	border: 1px solid #779;
}

/*キャプチャ画像のキャプション*/
p.caption {
	font-size: 11px;
	color: #666;
	text-align: right;
	padding-right: 4px;
	margin-bottom: 20px;
}

/*説明部分*/
div.ex1_top,
div.ex1_bottom,
div.ex2_top,
div.ex2_bottom,
div.ex3_top,
div.ex3_bottom {
	font-size: 0;
	height: 12px;
	width: 530px;
}

div.ex1_top { background: url(../images/howto/ex1_top.gif) no-repeat; }

div.ex1_bottom {
	background: url(../images/howto/ex1_bottom.gif) no-repeat;
	margin-bottom: 20px;
}

div.ex2_top {
	background: url(../images/howto/ex2_top.gif) no-repeat;
	margin-top: 20px;
}

div.ex2_bottom {
	background: url(../images/howto/ex2_bottom.gif) no-repeat;
	margin-bottom: 10px;
}

div.ex3_top {
	background: url(../images/howto/ex3_top.gif) no-repeat;
	margin-top: 20px;
}

div.ex3_bottom {
	background: url(../images/howto/ex3_bottom.gif) no-repeat;
	margin-bottom: 10px;
}

p.ex1 {
	background: #ebebff;
	padding: 0 20px;
	width: 490px;
}

p.ex2 {
	background: #ffdede;
	padding: 0 20px;
	width: 490px;
}

p.ex1 span.st {
	font-weight: bold;
	color: #039;
}

p.ex2 span.small {
	font-size: 11px;
	display: block;
	margin-top: 1em;
}

p.ex1 a,p.ex2 a { color: #039; }

p.ex1 a:hover,p.ex2 a:hover { text-decoration: none; }

/*矢印*/
.arrow {
	background: url(../images/howto/arrow.gif) no-repeat center center;
	height: 46px;
	width: 540px;
}

/*フロートボックス*/
.howto_box {
	width: 530px;
	margin-bottom: 20px;
}

.howto_box img {
	float: left;
	margin-right: 20px;
	border: 1px solid #ccc;
}

.howto_box p {
	float: left;
	width: 308px;
	margin-top: -0.4em;
}

/*リスト*/
ul.howto_list {
	font-size: 80%;
	line-height: 1.6;
	margin: 0 0 20px 0;
}

ul.howto_list li { margin-bottom: 1em; }

ul.howto_list li span { text-decoration: underline; }

/*大文字*/
p.big {
	font-size: 110%;
	font-weight: bold;
	color: #f00;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 10px;
}

p.big span { text-decoration: underline; }

/*リスト2*/
ul.howto_list2 {
	font-size: 80%;
	line-height: 1.6;
	margin: 0 0 20px 20px;
	list-style: decimal;
}

ul.howto_list2 li { margin-bottom: 1em; }

img.no {
	vertical-align: middle;
	margin: 0 2px;
}

/*印刷ボタン説明*/
#b_print {
	background: #eee url(../images/howto/bn1.gif) no-repeat 330px center;
	padding: 20px 220px 0 20px;
	width: 290px;
}

/*メールボタン説明*/
#b_mail {
	background: #eee url(../images/howto/bn2.gif) no-repeat 330px center;
	padding: 20px 220px 20px 20px;
	width: 290px;
}

/*ビジモバ番号説明*/
#bm_num {
	background: #eee url(../images/howto/bm_num.gif) no-repeat 330px center;
	padding: 0 220px 20px 20px;
	width: 290px;
}

/*シミュレーションボタン*/
.guide {
	background: url(../images/merit/guide1.jpg) no-repeat;
	margin-bottom: 5px;
	height: 90px;
	width: 584px;
	position: relative;
}

.guide a {
	position: absolute;
	left: 254px;
	top: 7px;
}

/*書類イラスト*/
#doc_img {
	background: url(../images/howto/doc_img.gif) no-repeat right top;
	padding-right: 182px;
	min-height: 162px;
	_height: 162px;
	width: 348px;
}

