@charset "UTF-8";

/* office.css */
/*
Last update : 2008/11/19 @CHIMOTO-GL
-------------------------------------

Index:
-------------------------------------
001/ Category Index 	(@_01)
002/ Box Frame			(@_02)
003/ Contents 		(@_03)
-------------------------------------
/* ======================================================================================
001/ Category Index (@_01)
====================================================================================== */
p.indexList_sapporo { background: url(./images/indexList_sapporoImg.jpg) no-repeat 8px 3px;}
p.indexList_sendai { background: url(./images/indexList_sendaiImg.jpg) no-repeat 8px 3px;}
p.indexList_tokyo { background: url(./images/indexList_tokyoImg.jpg) no-repeat 8px 3px;}
p.indexList_nagoya { background: url(./images/indexList_nagoyaImg.jpg) no-repeat 8px 3px;}
p.indexList_kyoto { background: url(./images/indexList_kyotoImg.jpg) no-repeat 8px 3px;}
p.indexList_osaka { background: url(./images/indexList_osakaImg.jpg) no-repeat 8px 3px;}
p.indexList_kobe { background: url(./images/indexList_kobeImg.jpg) no-repeat 8px 3px;}
p.indexList_hiroshima { background: url(./images/indexList_hiroshimaImg.jpg) no-repeat 8px 3px;}
p.indexList_fukuoka { background: url(./images/indexList_fukuokaImg.jpg) no-repeat 8px 3px;}

/* ======================================================================================
002/ Box Frame (@_02)
====================================================================================== */
div#office {
	text-align: left;
	}
/* ======================================================================================
003/ Contents (@_03)
====================================================================================== */
div#office ul {
	margin: 10px 0 10px 30px;
	}
div#office form {
	margin: 0;
	padding: 0 10px 0 10px;
	}
div#office form fieldset {
	padding: 10px;
	border: 1px solid #ccc;
	}
div#office form fieldset legend {
	font-weight: bold;
	padding: 5px;
	}
div.office-qr img {
	float: left;
	}
ul.qr-caution {
	list-style: none;
	margin: 0px 5px 10px 5px;
	padding: 10px 0 0 0;
	border-top: 1px dotted #ccc;
	}
ul.qr-caution li {
	background: url(/common/images/body/list-notice.gif) no-repeat 5px 2px;
	font-size: 11px;
	line-height: 13px;
	margin: 0 0 5px 0;
	padding: 0 0 0 18px;
	}
/* end office */
