@charset "utf-8";

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/



/*共通設定
////////////////////////////////////////////////////*/
#contents {
	width: 690px;
}

#contents .childBox {
	overflow: hidden;
}



/*---------------------------------------------------------------------

DM発送業務の設定
////////////////////////////////////////////////////*/



/*2. バーコード印字の設定
////////////////////////////////////////////////////*/


.barcode-print img {
	float: left;
}

.barcode-print p {
	width: 440px;
	float: right;
}

/*3.折り作業＆製本の設定
////////////////////////////////////////////////////*/

.bookbinding img {
	float: left;
}

.bookbinding p {
	width: 500px;
	float: right;
}


/*4.封入封緘作業の設定
////////////////////////////////////////////////////*/

.enclosed_sealing_work img {
	float: left;
}

.enclosed_sealing_work p {
	width: 500px;
	float: right;
}

.enclosed_sealing_work table {
	clear: both;
	text-align: center;
	margin-top: 20px;
}

.enclosed_sealing_work table th {
	height: 30px;
	width: 655px;
}

.enclosed_sealing_work table td {
	width: 50%;
	height: 30px;
}

.enclosed_sealing_work table td span {
	display: block;
	margin-left: 30px;
}

/*5. 宛名ラベル貼り/ダイレクト印字の設定
////////////////////////////////////////////////////*/

.address_label_pasting table {
	clear: both;
	text-align: center;
}

.address_label_pasting table th {
	height: 30px;
	width: 655px;
}

.address_label_pasting table td {
	width: 50%;
	height: 30px;
}

.address_label_pasting table td span {
	display: block;
	margin-left: 30px;
}

/*6. 各種郵便料金の割引申請の設定
////////////////////////////////////////////////////*/

.discount dl {
	margin-left: 1em;
}

.discount dt {
	color: #003C86;
	font-size: 105%;
	font-weight: bold;
}

/*---------------------------------------------------------------------

事務局業務の設定
////////////////////////////////////////////////////*/

/* 冒頭の設定 */

#beginningBox {
	overflow: hidden;
}

#beginningBox ul {
	width: 460px;
	float: left;
}

#beginningBox ul li {
	padding-left: 1em;
	margin-bottom: 15px;
}

#beginningBox ol {
	width: 215px;
	float: right;
}

/*横並びの設定
////////////////////////////////////////////////////*/

.straight_line {
	overflow: hidden;
}

.straight_line li {
	width: 210px;
	float: left;
	list-style: inside disc;
	letter-spacing: 0;
}

.indentDisc li {
	list-style: inside disc;
	letter-spacing: 0;
}

/*---------------------------------------------------------------------

宅配/メール便発送業務の設定
////////////////////////////////////////////////////*/

.select img {
	float: left;
}

.select ul {
	width: 480px;
	float: right;
}

.select ul li {
	list-style: inside disc;
}


/*---------------------------------------------------------------------

倉庫管理/倉庫内業務の設定
////////////////////////////////////////////////////*/

.system_management li {
	list-style: inside disc;
	margin-bottom: 5px;
}
