#contents{
	background:transparent !important;
}
#contents ul{
	list-style:none;
}
.list_img{
	height:100px;
	overflow:hidden;
	margin:0 0 1px 0;
}
.list_img img{
height:158px;
width:auto;
}
#soccer{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
	margin:0 auto 80px;
}
#soccer li{
	width:158px;
	height:128px;
}
#soccer li h4{
	font-weight:normal;
	background:#fff;
	text-align:center;
}
#soccer li h4{
	font-weight:normal;
	background:#fff;
	text-align:center;
}
#tshirt li{
	width:215px;
	height:215px;
	margin:0 10px 15px 0;
	float:left;
}
#tshirt li h4{
	font-weight:normal !important;
	background:#fff !important;
	text-align:center !important;
}
#tshirt .list_img{
	height:187px !important;
	overflow:hidden;
	margin:0 0 6px 0;
}
#shotai{
/*	width:315px;*/
	padding:10px;
	background:#fff;
/*	float:left;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
}
#shotai strong span{
	font-size:22px !important;
}
#shotai td{
	width:50%;
}
#shotai th{
	display:none;
}
#shotai td img{
	width:150px;
	height:auto;
}
#color{
/*	width:315px;*/
	padding:10px;
	background:#fff;
/*	float:right;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
}
#color strong span{
	font-size:22px !important;
}
#printcolor{
	list-style:none;
/*	width:315px;*/
}
#printcolor li{
/*	width:30%;*/
	margin:0 1% 15px;
	float:left;
}
#color_comment img{
	width:100%;
	height:auto;
}
#section2,
#section3{
	background:#fff;
	padding:25px;
	border-radius:15px;
	margin:0 auto 50px;
}
fieldset{
	margin:0 0 15px 0;
}
th{
	font-weight:normal;
	vertical-align:top;
}
#no_and_name th,
#no_and_name td{
	padding:3px 10px 3px 0 !important;
}
fieldset{
	margin:0 0 20px 0;
	padding:10px;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
}
fieldset table{
	width:100%;
}
fieldset th,
fieldset td{
	vertical-align:middle;
}
#no_and_name tr{
	display:flex;
	gap:20px;
}
#no_and_name th{
	width:calc((100% - 20px) / 2);
}
#no_and_name td{
	width:calc((100% - 20px) / 2);
	white-space:nowrap;
	gap:10px;
	display:flex;
}
fieldset h5{
	font-size:16px;
}
#orginal_print td{
	border:1px dotted #999;
	padding:5px;
}

input[type="text"],
input[type="email"],
textarea{
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
	padding: 5px;
	box-sizing:border-box;
}
input[type="date"]{
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-sizing:border-box;
}
input[type="tel"]{
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-sizing:border-box;
}
select{
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	margin-bottom:15px;
	box-sizing:border-box;
}
.year{
	width: 100px !important;
}
.gakureki{
	width:300px !important;
	margin:0 0 10px;
}
.month,
.day{
	width: 60px !important;
	margin-left: 20px !important;
}
input.radio{
	width: auto;
}
#tel{
	width: 320px !important;
}
#submit_btn{
    display: block;
    line-height: 60px;
    border-radius: 10px;
	margin:20px auto;
	border:0;
	width:400px;
    background: #00acdc;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.shortbox{
	width:80px !important;
}