@charset "utf-8";

#hidden_clone {
	display:none;
}

/*------------------ FORM ------------------*/
#contents form table{
	border:4px solid #cccccc;
	overflow:hidden;
	margin:30px 0;
	width:100%;
	max-width:100%;
	font-size:0.9em;

}

#contents form table th,
#contents form table td{
	padding:15px;
	line-height:180%;
	border-bottom:#999 1px solid;
}
#contents form table th{
	font-size:100%;
	width:28%;
	background-color:#ECE7EF;
	color:#333333;
}
#contents form table td{
	font-size:100%;
}
#contents form table textarea,
#contents form table input[type="text"]{
	margin:0px 5px 5px 0;
	font-size:110%;
	padding:3px 5px;
	font-weight:normal;
	background-color:#f7f7f7;
	border:0;
	border-top:1px solid #c8c8c8;
	border-left:1px solid #efefef;
	padding:5px 5px;
	display:inline-block;
}

#contents form table textarea:focus,
#contents form table input:focus{
	background-color:#FFC;
}

#contents table.noborder {
	border:none;
	background:none;
}

#contents ul#preview-area li {
	float:left;
	width:100px;
	margin:0 10px 0 0;
	list-style-type: none;
}

#contents ul#preview-area li img{
	width:auto;
	max-width:100%;
	margin:0 0 5px 0;
}

#contents ul#preview-area li .info{
	text-align:center;
	font-size:80%;
}

#contents .error {
	color:#ff0000;
}
#shita_contents #form{
	border: none;
	background: none;
}
