@charset "utf-8";

/* tab style
================================================================================================================== */
ul.resp-tabs-list{
    margin: 0px;
    padding: 0px;
}
.resp-tabs-list li {
    display: inline-block;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}
.resp-tab-content .heading_typeC02 {
	border-top:1px dotted #cccccc;
}
.resp-tab-content .inner {
	padding:5px 15px 20px;
}
.resp-content-active{
    display: block;
}
.resp-accordion-active {
    display: block;
}
.resp-accordion {
    margin: 0px;
    padding: 10px 15px;
}

.resp-tab-active {
}

.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !important;
}
.resp-easy-accordion  .resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
}

.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;
}

.resp-accordion:first-child {
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 640px) {
    ul.resp-tabs-list {
        display: none;
    }

    .resp-accordion {
			display: block;
			position:relative;
			border-top:1px solid #cccccc;
			border-bottom:2px solid #1523bd;
			padding:17px 34px;
			background:url(/common/images/pc/mod_ico_type_10.png) 10px 50% no-repeat;
    }
    .resp-accordion:first-child {
			border-top:none;
		}

		.resp-accordion:after {
			content:'';
			display:block;
			position:absolute;
			width:20px;
			height:14px;
			top:50%;
			right:20px;
			margin-top:-7px;
			background:url(/common/images/pc/mod_ico_arw_04.png) 0 0 no-repeat;
		}
		.resp-accordion.resp-tab-active:after {
			background:url(/common/images/pc/mod_ico_arw_05.png) 0 0 no-repeat;
		}




    .resp-vtabs .resp-tab-content {
    }

    .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;
    }
}


/* TAB A */
.tab_module_typeA01 {
	border:1px solid #cccccc;
}
.tab_module_typeA01 .resp-tabs-list li {
	width:176px;
	height:50px;
	overflow:hidden;
	background-image:url(/common/images/pc/contact_nav_tab_accord_01.gif);
	background-position: left -50px;
	background-repeat: no-repeat;
	text-indent:-9999px;
}
.tab_module_typeA01 .resp-tabs-list li a {
	display:block;
	width:176px;
	height:50px;
}
.tab_module_typeA01 .resp-tabs-list li+li {
	background-position: -176px -50px;
}
.tab_module_typeA01 .resp-tabs-list li+li+li {
	background-position: -352px -50px;
}
.tab_module_typeA01 .resp-tabs-list li+li+li+li {
	background-position: -528px -50px;
}

.tab_module_typeA01 .resp-tabs-list li.resp-tab-active {
	background-position: left top;
}
.tab_module_typeA01 .resp-tabs-list li+li.resp-tab-active {
	background-position: -176px top;
}
.tab_module_typeA01 .resp-tabs-list li+li+li.resp-tab-active {
	background-position: -352px top;
}
.tab_module_typeA01 .resp-tabs-list li+li+li+li.resp-tab-active {
	background-position: -528px top;
}
.tab_module_typeA01 #tab02 {
}
.tab_module_typeA01 #tab03 {
}
.tab_module_typeA01 #tab04 {
}
.tab_module_typeA01 #tab05 {
}


/* TAB B */
.tab_module_typeB01 {
	border:1px solid #cccccc;
}
.tab_module_typeB01 .resp-tabs-list li {
	width:352px;
	height:50px;
	overflow:hidden;
	background-image:url(/help/shinsei/flow/setup02/images/help_java_tab_accord_01.gif);
	background-position: left -50px;
	background-repeat: no-repeat;
	text-indent:-9999px;
}
.tab_module_typeB01 .resp-tabs-list li a {
	display:block;
	width:352px;
	height:50px;
}
.tab_module_typeB01 .resp-tabs-list li+li {
	background-position: -352px -50px;
}
.tab_module_typeB01 .resp-tabs-list li+li+li {
	background-position: -704px -50px;
}
.tab_module_typeB01 .resp-tabs-list li.resp-tab-active {
	background-position: left top;
}
.tab_module_typeB01 .resp-tabs-list li+li.resp-tab-active {
	background-position: -352px top;
}


