@charset "UTF-8";
/* CSS Document */
.faq_block {
margin-bottom:30px;
}
	.marbo20 {
		margin-bottom: 20px;
	}
	.marbo40 {
		margin-bottom: 40px;
	}
	#faq p {
		margin:0 0 20px 0!important;
	}
	#faq dt {
		font-size: 130%;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 1px solid #cccccc;
		margin-bottom: 10px;
	}
	#faq h2 {
		font-size: 140%;
		font-weight: bold;
		color: #333333;
		background-color: #ffffff;
		margin: 20px 0;
		border-left: solid 5px #00A63C;
		border-bottom: none!important;
		padding: 0 0 0 10px!important;
	}
	#faq ul {
		list-style: disc!important;
		list-style-position: inside!important;
		margin-bottom:20px!important;
	}
	#faq ol {
		list-style: decimal!important;
		list-style-position: inside!important;
		margin-bottom:20px!important;
	}
	#faq table {
		width:100%;
		margin-bottom:15px;
	}
	#faq table th {
		padding:5px;
		text-align:left;
		background-color: #eeeeee;
		border:1px solid #cccccc;
	}
	#faq table td {
		padding:5px 5px 10px;
		border:1px solid #cccccc;
	}
	.postage {
		width:90px;
		text-align:right;
		background-color: #ffffff;
	}
	.itempanel {
		padding:20px;
		background-color: #eeeeee;
	}

	.red {
		color: #CF0205;
	}
	.large {
		font-size:120%;
		font-weight: bold;
	}
	.exlarge {
		font-size:140%;
		font-weight: bold;
	}
	.brandlogo {
	width:8%;
	min-width:45px;
	margin-right:2%;
	margin-bottom:10px;
	vertical-align: middle;
}
	/*ボックス全体*/
.accbox {
    margin: 10px 0 0 ;
    padding: 0;
    /*max-width: 400px;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 0 0 3px;
    padding : 10px;
    color :#000000;
    font-weight: bold;
    background :#eeeeee;
    cursor :pointer;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#dddddd;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 10px 10px 0;
    background: #ffffff;
		margin-bottom: 3px;
    opacity: 1;
}
	@media (max-width:800px){
		#stacon {
			padding:0 20px;
		}
	}