@charset "utf-8";
/* CSS Document */

.recommend {width:730px;}

/*タブ*/
.tabs {
    position: relative;
    margin: 20px auto;
    width: 730px;
}
.tabs input {
    position: absolute;
    z-index: 1000;
    width: 150px;
    height: 60px;
    left: 0px;
    top: 0px;
    opacity: 0;
    cursor: pointer;
}
.tabs img {
    margin-bottom:10px;
}
.tabs input#tab-2{
    width: 168px;
    left: 152px;
}
.tabs input#tab-3{
    width: 111px;
    left: 322px;
}
.tabs input#tab-4{
    width: 123px;
    left: 434px;
}
.tabs input#tab-5{
    width: 168px;
    left: 559px;
}
.tabs label {
    background: #eaeaea;
    line-height: 60px;/*190530@上 110pxから変更*/
    height: 60px;
    position: relative;
    padding: auto;
    float: left;
    display: block;
    text-align: center;
    border-radius: 3px 3px 0 0;
    border: 1px #ccc solid;
	vertical-align:middle;
}

.tabs input:hover + label {
    background: #ccc;
}
.tabs label:first-of-type {
    width: 150px;
    z-index: 5;
    border: 1px #ccc solid;
}
.tab-label-2 {
    width: 168px;
    z-index: 4;
}
.tab-label-3 {
    width: 111px;
    z-index: 3;
}
.tab-label-4 {
    width: 123px;
    z-index: 2;
}
.tab-label-5 {
    width: 168px;
    z-index: 1;
}
.tabs label:after {
    content: '';
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
}
.tabs input:checked + label {
    background: #fff;
    z-index: 7;
}
/*toscaページタブ色変更*/
.tosca .tabs label { 
    background: #fbf7ed;
}
.tosca .tabs input:hover + label {
    background: #f7f0de;
}
/*コンテンツ*/
.content {
    position: relative;
    width: 100%;
    z-index: 6;
    border-radius: 0 3px 3px 3px;
}
.content div {
    position: absolute;
    width: 728px;
    top: 3px;
    left: 0;
    border: 1px #ccc solid;
    border-top: none;
    padding: 80px 0 20px;
    z-index: 1;
    opacity: 0;
    transition: all linear 0.1s;
}
.content li{
	list-style:none;
}
 
.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4,
.tabs input.tab-selector-5:checked ~ .content .content-5 {
    z-index: 100;
    opacity: 1;
    transition: all ease-out 0.2s 0.1s;
}

.recommend ul {
	position:relative;
	margin:0;
	padding:0;
	padding-left:10px;
}
.recommend li {
	float:left;
	width:134px;
	margin:0 9px 10px 0;
}
.recommend li a:hover {
    opacity: 0.7;
}
.recommend li p {
	font-size:10px;
	height:2.5em;
	line-height:1.2em;
	margin:0;
}

.recommend li a{
	color: #666;
	text-decoration: none;
}
