body {
	margin-top:10px;
	/*font-family: 'Noto Sans Japanese', serif;*/
}

#form_table h2{
	margin-left:50px;
}

.form_table_motorcycle table{
	margin-bottom:150px;
}

.required_message{
	float:left;
	margin-left:5px;
}

.required_mark{
	float:right;
	margin-right:3px;
	margin-bottom:3px;
	padding-left:2px;
	padding-right:2px;
	width:50px;
	color:white;
	background-color:orange;
	
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;     /* Safari,Google Chrome用 */ 
    -moz-border-radius: 5px;   /* Firefox用 */ 
}

.required_mark_sub{
	margin-right:3px;
	margin-bottom:3px;
	padding-left:2px;
	padding-right:2px;
	width:50px;
	color:white;
	background-color:orange;
	
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;     /* Safari,Google Chrome用 */ 
    -moz-border-radius: 5px;   /* Firefox用 */ 
}

#other_maker_en{
	margin-top:5px;
}

#other_maker{
	margin-top:5px;
}

#file1{
	float:left;
}

#file2{
	float:left;
}

#file3{
	float:left;
}

#file4{
	float:left;
}

.table_data{
	clear:both;
}

.image_file{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.image_file img{
	list-style:none;
}

.preview img{
	margin-top:7px;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:5px;
	width: 160px;
	height: 90px;
}

.file p{
	text-align:center;
	margin-top:4px;
}

.file input{
  display:none;
}
.file img{
  cursor:pointer;
}

/* カスタムパーツ */
/* ラジオボタンに対応するラベル */
input[type="checkbox"]+label{
	display:inline;
	font-size:22px;
	border:1px solid black;
	border-radius:10px;
	padding:5px;
	background:white;
	color:black;
	display: block;
	float: left;
	width: 45%;
	margin-left:10px;
	text-align:center;
}

/* 選ばれているラジオボタンに対応するラベル */
input[type="checkbox"]:checked+label{
	border:1px solid black;
	background:#FFCC33;
	color:black;
	display: block;
 	float: left;
 	width: 45%;
}

input[type="checkbox"]{
	/* ラベルでのみ選択させる場合はnoneにする */
	display:none;
	/* firefoxなど一部ブラウザではサイズ指定が効かない仕様 */
	width:45%;
	height:23px;
}

.custom_parts{
	display:inline;
	font-size:22px;
	border:1px solid black;
	border-radius:10px;
	padding:5px;
	background:white;
	color:white;
	display: block;
  	float: left;
  	width: 45%;
  	margin-left:10px;
}

#check_custom{
	padding-top:10px;
	padding-bottom:5px;
}

#footer{
	position:fixed;
	width:100%;
	height:100px;
	background-color:#f7f6fb;
	bottom:0px;
	border-top: 1px black solid;
}

.finaly_subscription_btn{
	font-size:170%;
	padding-left:55px;
	padding-right:55px;
}

#input_support{
	text-align:left;
	margin-top:5px;
	margin-left:30px;
	font-size:90%;
}

#required_item{
	text-align:center;
	margin-top:1px;
	font-size:150%;
}

#recheck_price{
	font-size:160%;
}

#etc_text{
	margin-left:7px;
	width:95%;
	height:150px;
}
