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

@import url('../css/html5reset.css');

body{
  	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
		font-size: 12px;
		color: #555555;
		background-color: #FFFFFF;
}
img {
  max-width:100%;
  height:auto;
}
a { text-decoration:none;}
#wrap {
  width:300px;
  height:250px;
  overflow:hidden;
  background:url(img/banner_bg.jpg) no-repeat;
}
#title {
  width:100%;
  height:80px;
  display:block;
  text-indent:-9999px;
}
#tabs {
  padding:0 4px;
}
#tabs ul {
  overflow:hidden;
}
#tabs li {
  float: left;
  width:33.3%;
  min-height:2em;
  cursor: pointer;
}
#tabs li span {
  display:block;
  margin-right:1px;
  padding: 10px 0;
  text-align:center;
  font-weight:bold;
  background:#FFF;
  border:1px solid #CCC;
  border-radius:8px 8px 0 0;
}
#tabs li.select span {
  border-bottom:1px solid #FFF;
  background: -moz-linear-gradient(#e4e4e4, white);
  background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(white)); 
  background: -ms-linear-gradient(top, #e4e4e4, white);
}
#tab1 span { color:#f55e91; }
#tab2 span { color:#41a8e2; }
#tab3 span { color:#8dba00; }
#tab4 span { color:#f0a20a; }

.disnon {
  display: none;
}
.tabbox {
  width: auto;
  height: 118px;
  padding:5px 10px;
  overflow:hidden;
  background:#FFF;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
  border-bottom:1px solid #CCC;
}
.tabbox dl {
  overflow:hidden;
  width:100%;
  margin:5px 0;
}
.tabbox dt {
  float:left;
  width:77px;
  margin-right:5px;
  overflow:hidden;
}
.tabbox dd {
  font-size:12px;
  height:20px;
}
.tabbox .photo {
  width:75px;
  height:75px;
  overflow:hidden;
  margin-bottom:5px;
  border:1px solid #CCC;
}
.tabbox .bt {
  width:77px;
}
.tabbox .bt a {
  display:block;
  padding:5px;
  background:#ff3300;
  border-radius:3px;
  color:#ffffff;
  vertical-align:middle;
  text-align:center;
}
.tabbox .bt a i {
  font-size:1.4em;
}
.tabbox .come {
  line-height:1.3em;
  display:block;
  border:1px solid #CCC;
  background:#F8F8F8;
  padding:5px;
  margin-left:83px;
  height:57px;
}
.tabbox span {
  font-weight:bold;
}