.uniform, ul.uniform-menu {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.tab-width{
  width: 350px;
}

.form-group{
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
}
/* ▼アコーディオンメニュー部分 */
.l-side{
  width: 200px;
  margin-right: 0px;
  background: #333;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
  display: table-cell;
  vertical-align: top;
}
.l-side1, .l-side2, .l-side3{
  width: 200px;
  margin-right: 0px;
  display: table-cell;
  vertical-align: top;
}
.nav-side{
  background: #333;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
}

.l-main{
  margin-left:200px;
}

.logo{
  font-size: 16px;
  padding: 15px 0;
  letter-spacing: 0.6em;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #444;
  font-weight: bold;
}

.uniform {
  display: block;
  text-decoration: none;
}

.uniform-item {
  border-bottom: 1px solid #444;
}

.uniform-title {
  display: block;
  font-size: 16px;
  line-height: 46px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  padding: 0 14px;
  text-decoration: none;
}

.uniform-title:hover{
  background: #444;
	color: white;
}

/*.uniform-title.ui-accordion-header-active{
  border-left: 5px solid #1c6;
  padding-left: 9px;
	color: white;
}*/

.uniform-menu{
  display: none;
}

.uniform-menu-item a{
  display: block;
  font-size: 14px;
  background: #666;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
  padding: 0 14px;
}

.uniform-menu-item a:hover{
 background: #777;
}

/* ▼画像表示部分 */
/* ▼表示領域全体 */
div#img-uniform{
  margin: 0px;
  padding: 0px;
  display: table-cell;
  vertical-align: top;
}

/* ▼カラーパレット部分 */
/* ▼表示領域全体 */
div.tabbox{
  margin: 0px;
  padding: 0px;
  width: 200px;
  display: table-cell;
  vertical-align: top;
}

.uniform-palette{
	padding: 0px;
}
.uniform-palette > tbody > tr > td{
	padding: 3px;
}

/* タブ中身のボックス */
div.tab {
  padding: 5px 5px 5px 5px;
  overflow: auto;
  clear: left;
}

div#side1, div#side2, div#body1, div#arm2, div#size1{
  clear:both;
  border-top: solid 10px #ff3300;
  border-bottom: solid 5px #ff3300;
  border-left: solid 5px #ff3300;
  border-right: solid 5px #ff3300;
}

div#stripe1, div#stripe2, div#stripe3, 
div#border1, div#border2, div#denim1, div#argyle1, 
div#star1, div#honeycomb1, div#spider1, 
div#original1, div#army1, div#gingham1,
div#normal1{
  clear:both;
  border-top: solid 10px #008000;
  border-bottom: solid 5px #008000;
  border-left: solid 5px #008000;
  border-right: solid 5px #008000;
}

div#team1, div#number4, div#wappen1{
  clear:both;
  border-top: solid 10px #3333ff;
  border-bottom: solid 5px #3333ff;
  border-left: solid 5px #3333ff;
  border-right: solid 5px #3333ff;
}

.tabset{
  margin: 0;
  padding: 0;
}

p.tabset a {
  margin: 0;
  padding: 0;
  background-color: blue;
  color: yellow;
  display: block;
  width: 5em;
  float: left;
  text-align: center;
}

p.tabset a:hover{
  background-color: yellow;
  color: black;
}
p.tabset a:after{
  clear: both;
}

div.tab a {
  margin: 0;
  padding: 0;
  background-color: blue;
  color: yellow;
  display: block;
  width: 5em;
  float: left;
  text-align: center;
}

div.tab a:hover{
  background-color: yellow;
  color: black;
}

/* ▼ボックス内部の装飾(今回のテクニックとは無関係) */
div.tabbox div.tab p {
  margin: 0.5em;
}
div.tabbox div.tab p.fonts {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px double gray;
}

.contact-form{
  clear: left;
}

/* カラー選択時、アイコンを大きくする */
/* PC用 */
/*@media only screen and (min-width:768px){	
	div.tab img{
	  -moz-transition: -moz-transform 0.2s linear;
	  -webkit-transition: -webkit-transform 0.2s linear;
	  -o-transition: -o-transform 0.2s linear;
	  -ms-transition: -ms-transform 0.2s linear;
	  transition: transform 0.2s linear;
	}
	div.tab img:hover{
	  border: 2px solid #000;
	  background-color: white;
	  padding: 5px;
	  -webkit-transform: scale(1.5);
	  -moz-transform: scale(1.5);
	  -o-transform: scale(1.5);
	  -ms-transform: scale(1.5);
	  transform: scale(1.5);
	}
}*/

.contact-form > form > table > tbody > tr > th{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}