@charset "UTF-8";
/* CSS Document */

/* base */

.fixing-base .fixing-box.fixed {

}

.fixing-base .fixing-box .inner_r {
	background-color: rgba(197,161,117,1.00);
	text-align: right;
	padding-right: 6%;
	color: #FFFFFF;
	padding-bottom: 1%;
	padding-top: 1%;
	font-size: small;
	font-weight: bold;
	text-shadow:1px 1px 0px #cd8a15;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fed897;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fed897;
}

.fixing-base .fixing-box .inner_r a{
	color: #FFFFFF;
}


.fixing-box .inner_r .smalltxt {
	font-size: x-small;
}
.wrap-header .logo {
	position: absolute;
	top: 4px;
	left: -8px;
}

.wrap-header .logo h1{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#slider{
	max-width: 630px;
	margin-right: auto;
	margin-left: auto;
}

.navbar-default {
	background-color: rgba(255,153,204,0.88);
	border-color: #FFFFFF;
	font-size: small;
	font-weight: bold;
}


.container{
	background-color: rgba(255,255,255,1.00);
	/*overflow: hidden;*/
}


.flex-direction-nav {
	display: none; 
}


.container #menubar {
	width: 184px;
	margin-right: 5px;
	float: left;
}
.container #mainarea {
	width: 660px;
	float: left;
	margin-left: 5px;
}
.wrap-header {
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.container #sidebar  {
	width: 300px;
	float: right;
}


#footer {
	background-color: rgba(255,153,204,0.88);
	font-size: small;
	color: #FFFFFF;
}


#footer h4{
	color: #FFFFFF;
		text-shadow:1px 1px 0px #c70067;
}




#footer .inner_footer {
	width: 88%;
	margin-right: auto;
	margin-left: auto;
}

#footer .inner_footer a {
	color: #FFFFFF;
}


.fix_menu_smartphone{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
}
.fix_menu_smartphone img{
  width:100%;
}






/* side */




@media screen and (max-width: 1160px) {
	
	.container #sidebar {
		display: none;
	}
	
	
}



@media screen and (max-width: 950px) {
	
	
	.container #menubar {
		display: none;
	}
	
	
	
	.wrap-header .logo {
	position: absolute;
	top: 4px;
	left: -30px;
}

	
}



@media only screen and (max-width : 640px){
	
	body {
		background-image:none
		/*overflow: hidden;*/
}
	
	
	#m_footer li {
		width: 100%;
	}
	
	.container {
	overflow: hidden;
	padding-left: 0px;
	padding-right: 4px;
	}

	
	.container #mainarea {
	width: 100%;
}


/*.pcnone{
	display: none;
}*/

}





@media only screen and (max-width : 480px){
	#m_footer li {
		width: 100%;
	}
	
	
	.container #mainarea {
	width: 100%;
}

}

	
/*----------------------------------------------------
	.tableresponsive
----------------------------------------------------*/
.tableresponsive th	{
	text-align: left;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
}
.tableresponsive td	{
	text-align: left;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
}


.tableresponsive tr.active td,
.tableresponsive tr.active th {
  background-color: #fbf8ee;
}



@media only screen and (max-width:480px){
	.tableresponsive	{ margin: 0 px; }
    .tableresponsive th,
    .tableresponsive td{
		width: 100%;
        display: block;
		border-top: none;
    }
	.tableresponsive tr:first-child th	{ border-top: 1px solid #ddd; }
}


/*----------------------------------------------------
	.tableresponsiveguide
----------------------------------------------------*/

th.t_top {
	border-top: 4px solid #FF64B1;
}

.tableresponsiveguide th {
	border-bottom: #e3e3e3 1px dotted;
	background: #f7f7f7;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}

td.t_top {
	border-top: #b3b3b3 4px solid;
}
.tableresponsiveguide td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}

/*tr:hover {
	background-color: #E4D6EA;
	color: #FFFFFF;
}*/

@media only screen and (max-width:480px){
	.tableresponsiveguide	{
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
    .tableresponsiveguide th,
    .tableresponsiveguide td{
		width: 100%;
        display: block;
		border-top: none;
    }
	.tableresponsive tr:first-child th	{ border-top: 1px solid #ddd; }
}


table.mypagemenu {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #ccc;
	padding:0;
	margin:0;
}

table.mypagemenu tr{
	border:1px solid #ddd;
	padding:5px;
}

table.mypagemenu th, table td{
	padding:10px;
	/*text-align:center;*/
}

table.mypagemenu th{
	letter-spacing: 1px;
	font-size: medium;
	background-image: url(../comondata/bg_01.png);
}

@media screen and (max-width: 600px) {

	table.mypagemenu{
		border:0;
	}

	table.mypagemenu thead{
		display:none;
	}

	table.mypagemenu tr{
		margin-bottom:10px;
		display:block;
		border-bottom:2px solid #ddd;
	}

	table.mypagemenu td{
	display: block;
	/*text-align:right;*/
	border-bottom: 1px dotted #ccc;
	text-indent: 2px;
	width: 100%;
	}

	table.mypagemenu td:last-child{
		border-bottom:0;
	}

	/*table.mypagemenu td:before {
		content:attr(data-label);
		float:left;
		font-weight: bold;
	}*/
}

/*　add */

table.submenu {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.submenu th,
table.submenu td {
    padding: 10px;
}
 
table.submenu th {
	background-color: #FFD13E;
	vertical-align: middle;
	text-align: left;
	width: 100px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: medium;
}
 
table.submenu th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FFD13E;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.submenu th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #FFD13E 10px solid;
        margin-top: -10px;
    }
}
 
table.submenu td {
	background-color: #FFFFFF;
	width: 360px;
	padding-left: 20px;
}






/*　add */

table.submenu2 {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.submenu2 th,
table.submenu2 td {
    padding: 10px;
}
 
table.submenu2 th {
	background-color: #FC72A2;
	vertical-align: middle;
	text-align: left;
	width: 100px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: medium;
}
 
table.submenu2 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FC72A2;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.submenu th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #FC72A2 10px solid;
        margin-top: -10px;
    }
}
 
table.submenu2 td {
	background-color: #FFFFFF;
	width: 360px;
	padding-left: 20px;
}




/*　add */

table.submenu3 {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.submenu3 th,
table.submenu3 td {
    padding: 10px;
}
 
table.submenu3 th {
	background-color: #98D64A;
	vertical-align: middle;
	text-align: left;
	width: 100px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: medium;
}
 
table.submenu3 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #98D64A;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.submenu th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #98D64A 10px solid;
        margin-top: -10px;
    }
}
 
table.submenu3 td {
	background-color: #FFFFFF;
	width: 360px;
	padding-left: 20px;
}


/*　add */

table.submenu4 {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.submenu4 th,
table.submenu4 td {
    padding: 10px;
}
 
table.submenu4 th {
	background-color: #30C9D7;
	vertical-align: middle;
	text-align: left;
	width: 100px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: medium;
}
 
table.submenu4 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #30C9D7;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.submenu th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #30C9D7 10px solid;
        margin-top: -10px;
    }
}
 
table.submenu4 td {
	background-color: #FFFFFF;
	width: 360px;
	padding-left: 20px;
}







.nav-tabs > li.rank1  > a {
	color: #fff;
	cursor: default;
	background-color: #FFD13E;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	/*	text-shadow:1px 1px 0px #a6a497;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fff8c2;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fff8c2;*/
}



.nav-tabs > li.rank2  > a {
	color: #fff;
	cursor: default;
	background-color: #98D64A;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	/*	text-shadow:1px 1px 0px #689324;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	-moz-box-shadow:inset 1px 1px 0px 0px #c1ed9c;*/
}




.nav-tabs > li.rank3  > a {
	color: #fff;
	cursor: default;
	background-color: #30C9D7;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	/*	text-shadow:1px 1px 0px #528ecc;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bbdaf7;*/
}


.nav-tabs > li.coment01  > a {
	color: #fff;
	cursor: default;
	background-color: #F3BFEC;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	/*	text-shadow:1px 1px 0px #9752cc;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #efdcfb;
 	-moz-box-shadow:inset 1px 1px 0px 0px #efdcfb;*/
}

.nav-tabs > li.coment02  > a {
	color: #fff;
	cursor: default;
	background-color: #E4D6EA;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	/*	text-shadow:1px 1px 0px #9752cc;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #efdcfb;
 	-moz-box-shadow:inset 1px 1px 0px 0px #efdcfb;*/
}

/*qa*/

#qa {
	width: 88%;
	margin: 20px auto;
	background: #ffffff;
}
#qa dl {
	margin: 0 0 5px 0;
	padding-bottom: 10px;
}
#qa dt {
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	/*padding-left: 20px;*/
	padding-bottom: 5px;
	/*background-image: url(../comondata/contents/bt_q.png);*/
	/*background-position: left 13px;
	background-repeat: no-repeat;*/
	margin-bottom: 18px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	border-bottom: 1px dotted #FFCCCC;
	/*text-indent: 20px;*/
}
#qa dt span {
position: absolute;
top: 10px;
right: -10px;
}
#qa dd {
	overflow: hidden;
	background-image: url(../vol2/comondata/contents/bt_a.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 0; /* ここでもとの高さを0にしとく */
}
#qa dt,
#allopen,
#allclose {
cursor: pointer;
display: block;
}
#btn {
	width: 88%;
	height: 50px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#allopen,
#allclose {
	float: left;
	width: 80px;
	color: #ffffff;
	margin-right: 10px;
	padding: 10px;
	background-color: #71DDC8;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	text-align: center;
}

