﻿body {
    margin: 0px;
    padding: 0px;
}
#menu {
}
ul.resp-tabs-list {
	width:980px;
    margin:0 auto;
	background:#FFF798;
	height:70px;
}
.resp-tabs-list li {
	letter-spacing:4px;
    display: inline-block;
    list-style: none;
    cursor: pointer;
    float: left;
	/*width:196px;*/
	width:20%;
	height:70px;
	text-indent:-9999px;
}
.resp-tabs-list li#intr {
	background:url(../images/navi/introduction.png) 50% 0 no-repeat;
}
.resp-tabs-list li#line {
	background:url(../images/navi/lineup.png) 50% 0 no-repeat;
}
.resp-tabs-list li#cast {
	background:url(../images/navi/cast.png) 50% 0 no-repeat;
}
.resp-tabs-list li#inte {
	background:url(../images/navi/interview.png) 50% 0 no-repeat;
}
.resp-tabs-list li#prod {
	background:url(../images/navi/producer.png) 50% 0 no-repeat;
}

.resp-tabs-list li#intr:hover {
	background:url(../images/navi/introduction.png) no-repeat 50% -70px;
}
.resp-tabs-list li#line:hover {
	background:url(../images/navi/lineup.png) no-repeat 50% -70px;
}
.resp-tabs-list li#cast:hover {
	background:url(../images/navi/cast.png) no-repeat 50% -70px;
}
.resp-tabs-list li#inte:hover {
	background:url(../images/navi/interview.png) no-repeat 50% -70px;
}
.resp-tabs-list li#prod:hover {
	background:url(../images/navi/producer.png) no-repeat 50% -70px;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding:10px 15px 0;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    /*border: 1px solid #c1c1c1;*/
    /*padding: 12px 14px 14px 14px !important;*/
    /*background-color: #fff;
	color:#DC5552 !important;*/
	border-bottom:solid 2px #DC5552;
	background:#FFF798;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}
.resp-tab-content {
    /*border: 1px solid #c1c1c1;*/
}

h2.resp-accordion {
    /*font-size: 13px;
    border: 1px solid #c1c1c1;*/
    /*border-top: 0px solid #c1c1c1;*/
    margin: 0px;
    /*padding: 10px 15px;*/
}
h2.resp-accordion a {
	text-decoration:none !important;
	color:#6A2D0D !important;
}
h2.resp-accordion a:hover {
	color:#DC5552 !important;
}
h2.resp-tab-active {
    /*border-bottom: 0px solid #c1c1c1 !important;*/
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:hover {
	color:#DC5552;
}

h2.resp-tab-title:last-child {
    /*border-bottom: 1px solid #c1c1c1 !important;
    background: blue;*/
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    /*background: #DBDBDB !important;*/
    background: #FFF798 !important;
	border-bottom:solid 2px #DC5552;
	color: #DC5552;
}

.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    /*border: 1px solid #c1c1c1;*/
}

.resp-easy-accordion .resp-tab-content:last-child {
    /*border-bottom: 1px solid #c1c1c1 !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    /*border-top:1px solid #c1c1c1 !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
/*@media only screen and (max-width: 768px) {
}*/
@media screen and (max-width: 979px) {
/* 979px以下用（タブレット用）の記述 */
    ul.resp-tabs-list {
        display: none;

    }

    h2.resp-accordion {
        display: block;
 
		background:#FFF798;
		font-size: 130%;
   }

    .resp-vtabs .resp-tab-content {
       /*border: 1px solid #C1C1C1;*/

    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;

    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        /*border-bottom: 1px solid #c1c1c1 !important;*/
    }
	ul.resp-tabs-list {
		width:100%;
		margin:0 auto;
		padding:0;
		height:auto;
	}
	.resp-tabs-list li {
		letter-spacing:4px;
		display: inline-block;
		padding: 13px 15px;
		margin: 0 0 5px;
		list-style: none;
		cursor: pointer;
		float: left;
		width:100%;
		height:auto;
	}
}

}
@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
}

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */

}
