﻿@charset "utf-8";
/* CSS Document */
/* main */
/*** リセット ***/
/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
/*
:focus {
	outline: 0;
}
*/

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** リセット ここまで ***/

/*** 共通 ***/
#wrap {
	background-color:#FFFFFF;
	width: 1024px;
	margin: 0 auto;
}
#wrap_inner {
	width: 95%;
	margin: 0 auto;
}

body {
	background-color: #EEEEEE;
	font: 100%/135% Arial, Helvetica, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

/* 各画面タイトル１ */
#titlebox_01 {
	width: 100%;
	background-color: #CCCCCC;
	padding: 8px 0px;
	margin-bottom: 15px;
}
#title01 {
	float: left;
  text-align: center;
	font-weight: bold;
	margin-left: 10px;
	font-size: 1.25em;
}
#action_btn {
	float: right;
	margin-right: 10px;
}

/* データ入力画面 */
/*入力項目用テーブル*/
.p_tbl {
	width:670px;
	margin: 10px auto;
}
.p_tbl table{
	float:left;
	margin:0 0 0 5px;
	width:650px;
	border-top:#999999 dotted 1px;
	font-size: 0.75em;
	line-height:1.5em;
}
.p_tbl th{
	width:160px;
	padding:5px 0 5px 10px;
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
	background-color:#EEEEEE;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #003366;
}
.p_tbl td{
	padding:5px 0px 5px 10px;
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
	background-color:#FFFFFF;
	border-bottom:#999999 dotted 1px;
}
.p_tbl:after{
	content:"";
	display:block;
	clear:both;
}
/* 検索条件 */
#search_box {
	font-size: 0.75em;
	margin-bottom: 15px;
}

/* エラーメッセージ等　表示領域 */
#msg_box{
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
	color: #FF0000;
}

/*** 共通 ここまで ***/

/*** ログイン・トップメニュータイトル ***/
h2#login_title, h2#top_title {
	width: 100%;
	background-color: #CCCCCC;
	margin-bottom: 20px;
	padding: 20px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}
/*** ログイン・トップメニュータイトル ここまで ***/

/*** ログイン ***/
#login_wrap {
	margin: 40px auto;
	padding: 15px 0px;
	width: 320px;
	background-color: #FFFFCC;
	border: 1px solid #999999;
	clear:both;
}

dl.list {
}
dl.list dt {
	float:left;
	width:6em;
	margin-left:1em;
	padding-top:10px;
	padding-bottom:0;
	padding-right:0;
	font-weight:normal;
	color:#333;
}
dl.list dt span {
	padding-left:3px;
	border-left:3px solid #999;
}
dl.list dd {
	margin-left:7em;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}
/*** ログイン ここまで ***/

/*** トップメニュー ***/
#paschg_box {
	text-align: right;
	margin-right: 15px;
}
#top_menu_wrap {
	width: 600px;
	margin: 0px auto;
	clear: both;
}
ul#top_menu {
	margin: 0px auto;
	clear: both;
}
ul#top_menu li .menu_left {
    display: inline;
    width: 200px;
    float: left;
    text-align: center;
    font-weight: bold;
    border: 1px solid #666666;
    background-color: #B6CEE7;
    padding: 7px;
    margin: 30px 30px 10px 30px;
}
ul#top_menu li .menu_right {
	display: inline;
	float: right;
	padding: 7px;
	margin: 10px 0px;
}
ul#top_menu li a:link{
	color: #333333;
	text-decoration:none;
}
ul#top_menu li a:visited{
	color: #333333;
	text-decoration:none;
}
ul#top_menu li a:hover {
	color: #333333;
	text-decoration:underline
}
/*** トップメニュー ここまで ***/

/*** 受注・出荷状況 ***/
/* 検索結果対象件数 */
#search_result {
	font-size: 0.85em;
	text-align: left;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 5px;
}
/* 検索結果テーブル */
.usr_table {
	font-size: 0.75em;
}
.usr_table td, .usr_table th {
	border: 1px solid #999999;
	padding: 4px;
	margin: 2px;
}
/*** 受注・出荷状況 ここまで ***/

/*** 供給元納品依頼情報 ***/
.sending_num {
	width: 40px;
}
.sending_date {
	width: 100px;
}
/*** 供給元納品依頼情報 ここまで ***/

/*** 産直メーカ　発送依頼情報 ***/
.tag_num {
	width: 60px;
}
/*** 産直メーカ　発送依頼情報 ***/

/*** アップロード ***/
#upload_menu_wrap {
	text-align: left;
	font-size: 0.8em;
	width: 380px;
	margin: 0px auto;
	clear: both;
}
ul#upload_menu {
	margin: 15px 0;
}
ul#upload_menu li{
	clear: both;
}
ul#upload_menu li .upload_left {
	line-height: 2em;
	width: 130px;
	float: left;
	text-align: left;
	font-weight: bold;
	margin: 10px 0px;
}
ul#upload_menu li .upload_right {
	line-height: 2em;
	float: right;
	margin: 10px 0px;
}
/*** アップロード ここまで ***/

/*** ダウンロード ***/
.download_table {
	font-size: 0.75em;
	margin-bottom: 30px;
}
.download_table th {
	font-size: 1.3em;
	text-align: left;
}
.download_table td {
	padding: 6px;
}
/*** ダウンロード ここまで ***/

/*** パスワード変更 ***/
#paschg_wrap {
	margin: 40px auto;
	padding: 15px 0px;
	width: 320px;
	background-color: #E6FFFF;
	border: 1px solid #999999;
	clear:both;
}
#paschg_wrap dl {
}
#paschg_wrap dl dt {
	float:left;
	width:8em;
	margin-left:1em;
	padding-top:10px;
	padding-bottom:0;
	padding-right:0;
	font-weight:normal;
	color:#333;
}
#paschg_wrap dl dt span {
	padding-left:3px;
	border-left:3px solid #999;
}
#paschg_wrap dl dd {
	margin-left:9em;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}
/*** パスワード変更 ここまで ***/

/* クリアー */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* MacIE用 */
* + html .clearfix {
	height: 1%;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
	background: none;
}
