@charset "utf-8";
#tiedye-simulator .main {
    background: url(../images/main-bg.png) repeat-x;
        background-size: auto;
    background-size: cover;
}
.gray_bg {
    padding: 40px 0 50px;
        padding-right: 0px;
        padding-bottom: 50px;
        padding-left: 0px;
    background: #F4F4F4;
}
.controller{
	width: 50%;
	float: right;
}
.preview{
	width: 450px;
	float: left;
}
#tiedye-simulator h2{
	font-size: 22px;
	color: #000000;
	margin-bottom: 15px;
}
#tiedye-simulator .preview h2{
	background: url(../images/ic01.png) center left no-repeat;
	padding-left: 30px;
	font-weight: bold;
}
#tiedye-simulator .controller h2{
	background: url(../images/ic02.png) center left no-repeat;
	padding-left: 30px;
	font-weight: bold;
}
ul.gmenu{
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}
ul.gmenu li{
	box-sizing: border-box;
	background: #FFF;
	position: relative;
	padding: 8px;
	width: calc((100% - 4px * 5) / 6);
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.gmenu li:not(:nth-child(6n)){
	margin-right: 4px;
}
ul.gmenu li:nth-child(n+7){
	margin-top: 5px;
}
ul.gmenu li img{
	width: auto;
	height: 56px;
}
ul.gmenu li input{
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

ul.gmenu li span{
	background: rgba(0,0,0,0.75);
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	padding: 5px;
	color: #FFFFFF;
	font-size: 12px;
	display: -webkit-flex;
	 display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	 justify-content: center; /* 横方向中央揃え */
	 opacity: 0;
	text-align: center;
}
ul.gmenu li:hover span,ul.gmenu li input:checked + span{
	opacity: 1;
}

.inner_width{
	width: 1000px;
}
ul.colormenu{
	margin-bottom: 2px;
}
ul.colormenu li{
	float: left;
	width: calc((100% / 3) - 2px);
	background: #FFFFFF;
	display: block;
	text-align: center;
	color: #BFBFBF;
	margin-right: 2px;
	padding: 12px 0;
	font-size: 1.4em;
	color: #BFBFBF;
	cursor: pointer;
	font-weight: bold;
}
ul.colormenu li:last-child{
	width: calc((100% / 3) - 1px);
	margin-right: 0;
}
ul.colormenu li a:hover,ul.colormenu li.is--active{
	color: #FFFFFF;
	background: #000000;
	text-decoration-line: none;
}

ul.color{
	clear: both;
	border-top:2px solid #f4f4f4;
	background: #FFFFFF;
	padding: 11px;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 3px);
	margin-top: -8px;
	box-sizing: border-box;
}
ul.color li{
	text-align: center;
	position: relative;
	width: calc((100% - 3px * 15) / 15);
	margin-right: 3px;
	margin-top: 8px;
}
ul.color li span{
	display: block;
	height: 29px;
	width: calc(100%);
	box-sizing: border-box;
}
ul.color li span[style="background-color:#fff"]{
	border: 1px solid #C9C9C9;
}

#eximage{
	background: #FFFFFF;
	border: 15px solid #D9D9D9;
}
.preview table td ul li{
	margin-bottom: 5px;
}
p.timg{
}
.content {
    padding-bottom: 0;
}
.preview{
	position: relative;
}
.preview .bt{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
svg{
	width: 420px;
	height: 560px;
	background: #FFFFFF;
}
canvas{
	width: 1000px;
	height: 1000px;
	background: #FFFFFF;
}
svg text.md{
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #000000;
	color: #000000;
	text-align: center;
	width: 48%;
	display: block;

}
ul.notice li{
	clear: both;
	text-align: left;
	font-size: 13px;
	padding-left: 1.5em;
	position: relative;
}

ul.notice li:before{
	content: "※";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 13px;
}
ul.notice{
	clear: both;padding-top: 20px;
}
