@charset "utf-8";

/*-----
 * Default Layout
 */
/*
 * 牛肉個体識別・ロット番号検索
 * /vghp/modules/pico/
*/
#identification {
	margin: 0 auto;
}


#identification h1 {
	margin-bottom: 25px;
}
#identification .intro {
	width: 600px;
	margin-bottom: 25px;
}

#identification .intro p {
	margin-bottom: 15px;
}

#identification .image {
	display: table;
	width: 600px;
	margin-bottom: 25px;
}

#identification .image p {
	display: table-cell;
	font-size: 140%;
}

#identification .image p:first-child {
	border-right: 50px solid #fff;
}

#identification .image p img {
	display: block;
}

#identification .image p span {
	font-size: 83%;
}

#identification .text {
	width: 600px;
	margin-bottom: 25px;
}

#identification form {
	display: block;
	width: 600px;
}

#identification .lot {
	margin-bottom: 25px;
	padding-left: 10px;
	font-size: 120%;
	text-align: left;
}

#identification .lot + p {
	margin: 0 0 10px 10px;
}

#identification #in_lot {
	width: 150px;
	ime-mode: disabled;
	background: rgb(255, 222, 173);
}

#identification .lot font {
	padding-left: 30px;
	color: #f00;
}

#identification .textarea {
	display: table;
	width: 100%;
}

#identification .textarea p {
	display: table-cell;
	width: 50%;
	border-left: 10px solid #fff;
	font-size: 16px;
	vertical-align: top;
}

#identification .textarea p textarea {
	overflow: auto;
	resize: none;
	width: 150px;
	height: 100px;
	border: 2px solid black;
	background-color: #f6f6f6;
}

#identification .arrow {
	padding-top: 20px;
}

#identification .center {
	margin-bottom: 10px;
	text-align: center;
}

#identification input[type="button"]{
	width: 150px;
	height: 30px;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 222, 173);
}

/*-----
 *  Print
 */
@media print {
}
