@charset "Shift_JIS";

/*
--------------------------------------------------------------
ドコモショップ横手店　お申込みスタイルシート
制作者：FumieMiyahara
更新日：2009年6月29日

--------------------------------------------------------------



/*　お申込み
----------------------------------------------------------　*/

#main .order-box {
	margin-bottom: 10px;
	padding: 5px;
	width: 480px;
	background-color: #f5f1e9;
}

#main .order-box h1 {
	padding-left: 10px;
	width: 468px;
	height: 28px;
	font-size: 12px;
	line-height: 30px;
	border: 1px solid #e4dac5;
	background: url(../images/order_box_top.jpg) 0 0 no-repeat;
}

#main .order-box ul {
	margin-top: 10px;
	list-style: none;
}

#main .order-box ul li {
	padding-left: 15px;
	color: #af9358;
	background: url(../images/check_box.gif) 0 2px no-repeat;
}

#main .order-box dl {
	margin-top: 5px;
}

#main .order-box dl dt {
	margin-top: 5px;
	padding-left: 5px;
	border-left: 5px solid #cccccc;
	border-bottom: 1px dashed #cccccc;
}

#main .order-box dl dd {
	padding-left: 80px;
	line-height: 18px;
	background: url(../images/list_style_maru.gif) 70px 6px no-repeat;
}

#main .order-box p.causion {
	margin: 10px 0;
	font-weight: bold;
	text-decoration: underline;
}



/*　お申込み アクティブナビ
----------------------------------------------------------　*/

#nav li#nav5 a {
	background: url(../images/nav.gif) -170px -120px no-repeat;
}




