@charset "utf-8";
@import url("common.css");
@import url("common_make.css");

/*
	ログイン画面
 */



#login .contents {
	display: block;
	margin-top:60px;
}
#login .contents:before {
	content : '';
	display:inline-block;
	vertical-align: middle;
	/*margin-right: -0.25em;*/
}

#login #loginform {
	width:400px;
	margin:0 auto;
	vertical-align: middle;
	border:1px solid #000000;
	padding:0;
}
#login h2 {
	text-align: center;
	margin:0;
	padding: 0;
	font-size:1em;
	background-color:#3C5A91;
	color:#ffffff;
	width:100%;
}

#login  #loginform form {
	margin: 20px auto;
}


#login #loginform p {
	margin:0;
	padding:0;
	text-align: center;
}

#login #loginform label {
	margin:5px;
	display: block;
}

#login #loginform .title {
	text-align: right;
	margin:0 12px;
	width:100px;
	display:inline-block;
	*display:inline;
}
#login #loginform label {
	/*width:100%;*/
}
#login #loginform label input {
	min-width: 100px;
	width:200px;
}
#login #loginform input {
}

#login #loginform .error {
	color:#ff0000;
}
#login #loginform input.button {
	font-weight:bold;
	color:#ffffff;
	background-color: #3C5A91;
	border:1px solid #000000;
	cursor:pointer;
	font-size:1em;
}





/*
	データ登録
 */
#item .idcheck {
	color:#00aa00;
	font-size:12px;
}
#item .idcheck.err {
	color:#ff0000;
}
#item .picture img {
	max-width: 200px;
	max-height: 200px;
}
#item dl.table dt {
	width:200px;
	zoom:1;
}
#item dl.table dd {
	margin-left:220px;

}
#item dl.table dd input {
	width:95%;
}
#item dl.table dd input.itemid {
	max-width:170px;
}
#item dl.table dd input.itemid_btn {
	width:auto;
}

#item #orderinfo dl.table {
	/*max-width:600px;*/
}
#item #orderinfo dl.table dt {
}
#item #orderinfo dl.table dd {
	min-width:200px;
}

#item #orderinfo .number input {
	max-width:60px;
	text-align:right;
}
#item  #orderinfo .delivary input {
	max-width:270px;
}
#item  #orderinfo .label input {
	max-width:300px;
}

#item .itemid_attention {
	font-size:0.8em;
	margin:0;
	padding:0;
}


/*
	データ一覧
 */
#itemlist #contents .contents_menu {
	position: relative;
	margin:0 auto;
	overflow: hidden;
}
#itemlist #contents .contents_menu ul {
	display:block;
	height:1.2em;

}
#itemlist #contents .contents_menu ul li {
	float:left;
	list-style-type: none;
	min-width: 80px;
	margin:4px;

}
#itemlist #contents .contents_menu ul li a {
	color:#000000;
	display:block;
	border:1px solid #000000;
}
#itemlist #contents .contents_menu ul li a:hover {
	color:#f92802;
}

#itemlist #contents .contents_menu ul li input {
	cursor:pointer;
	min-width: 80px;
}
#itemlist #contents #itemlist .col1 {
	width:10%;
}
#itemlist #contents #itemlist .col2 {
	min-width:20%;
}
#itemlist #contents #itemlist .col3 {
	/*width:50%;*/
}
#itemlist #contents #itemlist .col4 {
	width:10%;
}
#itemlist #contents #itemlist a {
	display: block;
}
#itemlist #contents #itemlist tr {
	height: 2.5em;
}

/*
	データ一覧
 */
#grouplist #contents .contents_menu {
	position: relative;
	overflow: hidden;
}
#grouplist #contents .contents_menu ul {
	list-style-type: none;
	text-align: center;

}
#grouplist #contents .contents_menu ul li {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom : 1;
}
/*#grouplist #contents .contents_menu ul li a {
	color:#000000;
	display:block;
	border:1px solid #000000;
}
#grouplist #contents .contents_menu ul li a:hover {
	color:#f92802;
}*/

#grouplist #contents .contents_menu ul li input {
	cursor:pointer;
	min-width: 80px;
}
#grouplist #contents .col1 {
	width:10%;
}
#grouplist #contents .col2 {
	min-width:20%;
}
#grouplist #contents .col3 {
	/*width:50%;*/
}
#grouplist #contents .col4 {
	width:10%;
}
#grouplist #contents  a {
	display: block;
}
#grouplist #contents tr {
	height: 2.5em;
}
#grouplist #contents img {
	max-width: 200px;
	max-height: 200px;
	*width:200px;
}

#grouplist #contents .sort {
	text-align:right;
	margin: 0 5% 0 0;
}



/*
	発注対象選択
 */

#orderselect #itemlist td img {
	max-width: 200px;
	max-height: 200px;
}

#orderselect #itemlist tr.nomake {
	background-color:#aaaaaa;
}
#orderselect #contents .sort {
	text-align:right;
	margin: 0 5% 0 0;
}
#orderselect .warnning {
	color:#ff0000;
	margin:0;
	padding:0;
}




/*
	発注枚数・希望納期設定
 */
#ordersetoption #itemlist .printnumber input {
	max-width: 50px;
	text-align: right;
}
#ordersetoption #itemlist td img {
	max-width: 200px;
	max-height: 200px;
}
#ordersetoption #contents .sort {
	text-align:right;
	margin: 0 5% 0 0;
}
/*
	コメント入力欄
 */
#ordercomment .comment {
	margin:0 auto;
}
#ordercomment .comment textarea {
	width:50%;
	min-width:300px;
	height:8em;
	margin:0 auto;
	display:block;
}



/*
	発注確認
*/

#orderconfirm .orderBtn_area {
	margin:0 auto;
}

#orderconfirm .orderBtn {
	text-align: center;
	margin: 20px auto;
	width: 180px;
	font-size: 20px;
	line-height:50px;

}
#orderconfirm .orderBtn a {
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-width: 2px;
	border-style: solid;
	border-color: #FF9191 #900 #900 #FF9191;
}
#orderconfirm .orderBtn a:hover {
	background-color: #900;
	border-width: 2px;
	border-style: solid;
	border-color: #470000 #900 #900 #470000;
}

#orderconfirm .reorderBtn {
	text-align: center;
	margin: 20px auto;
	width: 180px;
	font-size: 12px;
	line-height:50px;

}
#orderconfirm .reorderBtn a {
	background-color: #909090;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-width: 2px;
	border-style: solid;
	border-color: #a0a0a0 #444 #444 #a0a0a0;
}
#orderconfirm .reorderBtn a:hover {
	background-color: #444;
	border-width: 2px;
	border-style: solid;
	border-color: #500000 #a0a0a0 #a0a0a0 #500000;
}

#orderconfirm .attention p {
	text-align:center;
}



#orderconfirm .previewlist  {
	position:relative;
	overflow:hidden;
	width:100%;
}

#orderconfirm .previewlist ul {
	margin:0;
	padding:0;
	text-align: center;
}

#orderconfirm .previewlist li {
	list-style-type: none;
	padding:4px;
	margin:4px;
	display: inline-block;
	*display: inline;
	*zoom : 1;
	width:400px;
	vertical-align: top;
	border:1px solid #000000;
	border-radius: 5px;
}

#orderconfirm .previewlist li p {
	margin:0;
	padding:0;
	text-align:center;
}
#orderconfirm .previewlist li p.error {
	text-align:center;
	color:#ff0000;
}

#orderconfirm .previewlist .thumb img {
	max-width: 380px;
	max-height: 380px;
}
#orderconfirm .previewlist p {
	clear:both;
	text-align: right;
	font-size:90%;
}
#orderconfirm .previewlist dl {
	width: 400px;
	float:left;
}
#orderconfirm .previewlist dl dt {
	font-weight: bold;
	font-size:   14px;
	width: 100px;
	float:left;
	clear:left;
	text-align:right;
	margin:0;
	padding:5px 10px 5px 10px;
	border-top:1px dotted #000000;
}
#orderconfirm .previewlist dl dd {
	font-weight: normal;
	text-align:left;
	font-size:   12px;
	margin:0 0 0 120px;
	padding:5px 5px 5px 10px;
	border-top:1px dotted #000000;
	border-left:1px dotted #000000;
	/*float:left;*/
}
#orderconfirm .previewlist dl dd .error {
	color:#ff0000;
}



#orderconfirm .comment {
	margin:0 auto;
}
#orderconfirm .comment textarea {
	width:50%;
	min-width:300px;
	height:9em;
	margin:0 auto;
	display:block;
}






#makelog .comment {
	width:95%;
	height:8em;
}



/*

	PDFサムネイル

*/

#pdfview p {
	text-align: center;
}

#pdfview #thumb {
	position: relative;
	overflow: hidden;
}

#pdfview #thumb ul {
	margin:0 auto;
	position:relative;
	left:50%;
	width:auto;
	float:left;
	display: block;
	margin:0;
}

#pdfview #thumb ul li {
	float:left;
	list-style-type:none;
	background-color: #e5e5e5;
	padding:4px;
	margin:2px ;
	position:relative;
	left:-50%;
}
#pdfview #thumb li img {
	width:300px;
	max-width: 300px;
}
#pdfview #thumb li p {
	text-align:center;

}


#pdfview #thumb p {
	clear:left;
	text-align: right;
}


#thumbSubWin  {
	background-color:#ffffff;
}
#thumbSubWin h2 {

    background-color: #d7e7e5;
    color: #000000;
    font-weight: normal;
    margin: 1em;
    padding: 4px;
}
#thumbSubWin #container p {
	text-align: center;
}


/*
	組版完了通知メール送信先
 */
#makeinput_mail dl.table {
	max-width: 520px;
	margin:0 auto;
}
#makeinput_mail dl.table dt {
	width:200px;
}
#makeinput_mail dl.table dd {
	width:271px;
	padding-right:20px;
}
#makeinput_mail #actionform .mail_inputbox {
	width:100%;
}




/* インポート */
#imexport .modal {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	display:none;
	z-index:9;
}
#imexport .window {
	width:500px;
	position:relative;
	margin:0 auto;
	border:2px double #000000;
	background-color: #ffffff;
	display:none;
	z-index:10;
	height:100px;
}

#imexport #progress {
	width:400px;
	max-height:24px;
	position:relative;
	margin:30px auto 0px auto;
	z-index:11;
	display:none;
	height:200px;
}
#imexport #progress-label {
	float:left;
	width:100%;
	font-size:12px;
	text-shadow:1px 1px 0 #ffffff, -1px -1px 0 #ffffff;
	text-align:center;
	color: #000000;
	margin:0 auto 30px auto;

}
#imexport p {
	text-align: center;
}

#imexport iframe {
	/*display:none;*/
	width:100%;
	height:300px;
}



