@charset "utf-8";
/* CSS Document */
@import "second.css";

/* =====================================================================
*
*	page_delivery css
*
* =================================================================== */

/* =====================================================================
*	main
* =================================================================== */
#main #pageheader h1 { background-image: url(../../faq/images/h_01.png); }

h2#h2_01 {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../../faq/images/h2_01.png) 0 0 no-repeat;
	width: 300px;
	height: 18px;
	background-size: 300px auto;
	margin: 0 0 1.5em 1em;
}


/* =====================================================================
*	accordion
* =================================================================== */
ul.accordion {}
ul.accordion,
ul.accordion > li {
	padding: 0 0.2em 0.5em 0.2em;
	font-size: 1.2em;
}
ul.accordion > li > a,
ul.accordion > li > .accordion_head {
	display:block;
	outline:none;
	margin: 0 0.5em 0em 0.5em;
	padding: 1.1em 2.2em 0.8em 0.8em;
	background: url(../images/arrow_yg_close.png) no-repeat 96% 50% #e6e6e6;
	background-size: 15px auto;
	border-radius: 10px;
	color: #51aa6e;
	font-weight: bold;
}
ul.accordion > li > .accordion_head h3 {
	padding: 0em 0em 0em 1.5em;
	background: url(../../faq/images/label_q.png) no-repeat 0em 0.3em;
	background-size: 18px auto;
	color: #51aa6e;
	font-weight: bold;
}
ul.accordion a { color: #51aa6e; }
/*
ul.accordion > li > a:hover {
	background:#54ac71;
	color:#FFFFFF;
}
ul.accordion > li > .accordion_head:hover {
	background:#54ac71;
	color:#FFFFFF;
}
*/
/* ----------------------------------------
   accordionの中身
---------------------------------------- */
/*
ul.accordion li ul {
	width:100%;
	padding:10px 0;
}
ul.accordion li li {
	font-size:10px;
	background:#454545;
}
ul.accordion li li a {
	display:block;
	width:100%;
	padding:7px 5px 7px 20px;
	color:#b9b9b9;
}
ul.accordion li li a:hover {
	color:#e93072;
}
*/
ul.accordion li .accordion_inner {
	padding: 0.5em 0 1em 0.2em;
}
ul.accordion li .accordion_inner p { font-size: 1.0em !important; }
/* ----------------------------------------
   selected
---------------------------------------- */
ul.accordion > li .selected,
ul.accordion > li .selected:hover {
	background: url(../images/arrow_wh_open.png) no-repeat 96% 50% #51aa6e;
	background-size: 15px auto;
	color:#FFF;
}
ul.accordion > li .selected h3 {
	background: url(../../faq/images/label_q_wh.png) no-repeat 0em 0.3em;
	background-size: 18px auto;
	color:#FFF;
}
ul.accordion > li .selected + * { background:#fff; }


/* =====================================================================
*	st-accordion
* =================================================================== */
/*
.st-accordion h2#h2_01 {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../../faq/images/h2_01.png) 0 0 no-repeat;
	width: 300px;
	height: 18px;
	background-size: 300px auto;
	margin: 0 0 1em 1em;
}

.st-accordion {
	width:100%;
	min-width:270px;
	margin: 0 auto;
}

.st-accordion > ul li {
	overflow: hidden;
	min-height: 60px !important;
	color: #262626;
	padding: 1em 0.4em 0 0.2em;
}

.st-accordion ul li > a.btnAccordion {
	display: block;
	position: relative;
	outline:none;
	margin: 0 0.5em 0.3em 0.5em;
	padding: 0.7em 2.0em 0.1em 1.5em;
	background: url(../../faq/images/label_q.png) no-repeat 0em 0.9em;
	background-size: 18px auto;
	border-top: solid 1px #ddd;
	line-height: 1.6;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}

.st-accordion ul li > a.btnAccordion img {
	vertical-align: middle;
	margin-top: -5px;
	padding-right: 0em;
}

.st-accordion ul li > a.btnAccordion span.que {
	color: #54ac71;
	padding: 0 0 0 0.2em;
}

.st-accordion ul li > a.btnAccordion span.st-arrow {
	background: transparent url(../images/arrow_yg_close.png) no-repeat center center;
	background-size: 15px auto;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}

.st-accordion ul li > a.btnAccordion:hover span.que { color: #262626; }

.st-accordion ul li > a.btnAccordion:hover span {
	opacity:1;
	right: 0px;
}

.st-accordion ul li.st-open > a.btnAccordion,
.st-accordion ul li.st-open > a.btnAccordion span { color: #262626; }

.st-accordion ul li.st-open > a.btnAccordion span {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	transform:rotate(180deg);
	right:0px;
	opacity:1;
}

.st-content {
	height: auto;
	display: block;
	margin: 0 1em;
	padding: 1em 0em 5em 0em;
	border-top: dotted 1px #ddd;
}

.st-content p {
	font-size:  1.3em;
	padding: 0;
}
*/








