@charset "UTF-8";
/* CSS Document */

.img2box{
	border:#eee solid 5px;
	text-align:center;
}
.img2box img{
	margin:0 auto;
}
.background{
	margin: 0px;
	padding:5px;
	clear: both;
	float: none;
	overflow:hidden;
	border:#eee solid 5px;
	position: relative;
}
.plate{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:327px;
	height:184px;
}
.letterbox {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:240px;
	height:150px;
	z-index:4;
}
.silncer {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:327px;
	height:184px;
	z-index:5;
}
.imgtitle{
	font-size:13px;
    font-weight: bold;
	line-height:15px;
	text-align:center;
	background-color:#eee;
}
.kiteititle{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#0A7108;
	padding:5px 0;
	text-align:center;
	margin-bottom:10px;
}
.kiteinaiyoutitle{
	font-size:11px;
	font-weight:bold;
	line-height:25px;
	padding:5px;
	margin:0px;
	background-color:#FFDE99;
}
.kiteinaiyou{
	font-size:11px;
	line-height:25px;
	padding:5px;
	margin:0px;
	background-color:#ffffff;
}
.steptitle {
	background-color:#666;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom:8px;
	padding:5px;
}
.stepnaiyou{
	font-size: 14px;
	margin-bottom:15px;
	padding:5px;
}
.stepnaiyou select{
	width:60%;
	text-indent:0.1em;
	font-size:14px;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	text-indent: 7px;
	background: #FFF url(../../../common-img/selectarrow.png) no-repeat;
	background-size: 16px 24px;
	background-position: right center;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	border: 1px solid #bababa;
	-moz-appearance: none;
	font-weight:normal;
}
select#itemselect{
	width:100%;
}
.stepnaiyou input[type="text"]{
	width:100%;
	text-indent:0.1em;
	line-height:2em;
	font-size:14px;
	margin-bottom:3px;
	border:#aaa solid 1px;
}
.pricewaku{
	border: 1px solid #999999;
	font-size: 12px;
}
.kanrenitemname{
	font-size:9px;
}
.mojishusetumei{
	font-size:12px;
	line-height:170%;
}
@media screen and (max-width: 768px) {
	.stepnaiyou select{
		width:100%;
		font-size:16px;
	}
.stepnaiyou input[type="text"]{
		font-size:16px;
	 }
}
/*デカールマニュアル*/
.decalmanualrow{
	margin-bottom:35px;
}
.decalmanualaleart{
	color:red;
}
/*LNP納期*/
.deliverytime{
    margin-top: 10px;
    color: red;
	font-size: 1.2em;
}