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

.tab-select{overflow:hidden;}
.tab_template{
	width: 140px;
	float: left;
	list-style: none;
	text-align: center;
	display: block;
	color: #666;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #666;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.tab_template:last-of-type{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
}

.tab_template.hover{
	background:skyblue;
        cursor: pointer;
}
.select{
	cursor: auto;
	background-color: #666;
	color: #FFF;
}
.select.hover{
	background:blue;
	cursor:auto;
}
.template_wrap{
	width: 840px;
	padding: 0px;
}
.template_ichiran{
	background: #fff;
}
.mienaiyo {
	display:none;
}

#template_tate {
	display: block;
	float: left;
	width: 200px;
	margin-right: 120px;
	margin-top: 50px;
}
#template_tate:nth-of-type(3n+0) {
	margin-right: 0px;
	margin-bottom: 30px;
}
.template_no {
	font-size: 16px;
	text-align: center;
}
#template_yoko {
	float: left;
	width: 328px;
	margin-right: 184px;
	margin-top: 60px;
	display: block;
}
#template_yoko:nth-of-type(2n+0) {
	margin-right: 0px;
	margin-bottom: 10px;
}
.template_wrap img {
	border: 1px solid #333;
}
