@charset "utf-8";
/* Media Queries for smartphone */
/* min-width: 320px - max-width: 568px */

@import "style-sp-common.css";

/* ------------------------------------------------ sidebar */
#sidebar {
	display:none;
}

/* ------------------------------------------------ contents ( main contents ) */
#contents {
	width: 100%;
}

.static-page { margin:0 12px 20px; }

#contents .static-page > h1 {
	color: #fff;
	font-size: 116%;
	background: #840222;
	padding: 10px;
	margin: 0 0 20px;
}

#contents .static-page > h2 {
	background: #ff9934;
	padding: 0 0 0 20px;
	margin: 0 0 18px;
}
#contents .static-page > h2 span {
	display: block;
	background: #fff;
	font-size: 108%;
	padding: 8px 0 8px 10px;
}

/* 見出し下の太字文章 */
#contents .static-page > p {
	font-size: 93%;
	line-height: 1.6;
	margin: 0 0 18px;
}
.boldweight { font-weight: bold; }

/* リスト */
#contents .static-page > ul {
	font-size: 93%;
	line-height: 1.6;
	list-style-position: outside;
	margin: 0 0 18px 1.5em;
}
#contents .static-page > ul li {
	margin: 0 0 12px;
}
ul.decimal { list-style-type:decimal; }
ul.disc { list-style-type:disc; }

/* 商号のリスト */
#contents .static-page > dl {
	margin: 0 0 16px;
}
#contents .static-page > dl dt {
	background: #ddd;
	padding: 0 0 0 16px;
	margin: 0 0 8px;
}
#contents .static-page > dl dt span {
	display: block;
	background: #fff;
	font-size: 108%;
	font-weight: bold;
	padding: 2px 0 2px 10px;
}
#contents .static-page > dl dd {
	font-size: 93%;
	line-height: 1.6;
	margin: 0 0 16px 28px;
}

/* QA */
#contents .static-page .roundbox {
	border:1px #ccc solid;
	padding:12px 16px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
dl.qalist {
	width:100%;
}
dl.qalist dt, dl.qalist dd {
	display:table;
	width:100%;
	margin:0 0 8px;
}
dl.qalist dt span, dl.qalist dd span {
	display:table-cell;
	vertical-align:middle;
}
dl.qalist dt {
	color:#006598;
}
dl.qalist dt span.mark, dl.qalist dd span.mark {
	width:26px;
}
dl.qalist dt span:last-child, dl.qalist dd span:last-child {
	line-height: 1.6;
	padding: 0 0 0 1em;
}
dl.qalist dd span:last-child {
	font-size: 93%;
	padding: 0 0 0 1em;
}
.bottom-border {
	border-bottom:1px #ccc dotted;
	padding:0 0 8px;
	margin:0 0 12px;
}
/* QA タブ切替追加 */
#container #contents section.static-page div.tab > p {
	width:150px;
	height:50px;
	float:left;
}
#container #contents section.static-page div.tab > p a {
	font-size: 110%;
	margin-right: 1px;
	display: block;
	background: #ccc;
	line-height:50px;
	text-align: center;
}
#container #contents section.static-page div.tab > p a.selected {
	background: #eee;
	color:#333;
	cursor:default;
}
#container #contents section.static-page div.tab > p a.selected:hover {
	opacity: 1.0;
}
#container #contents section.static-page div.panel {
	clear:both;
	background: #eee;
	padding:0;
	margin-bottom: 20px;
}
#container #contents section.static-page div.panel > div{
	padding:15px;
	color:#333;
}
#container #contents section.static-page div.panel div h2 {
	background: #840222;
	padding: 0 0 0 20px;
	margin: 0 0 18px;
}
#container #contents section.static-page div.panel div h2 span {
	display: block;
	background: #eee;
	font-size: 108%;
	padding: 12px 0 12px 16px;
}

/* table */
.table-section dl {
	display:table;
	width:100%;
	border-top:1px #ccc solid;
	border-right:1px #ccc solid;
	border-left:1px #ccc solid;
}
.table-section dl.last-item { border-bottom:1px #ccc solid; }
.table-section dl dt,
.table-section dl dd {
	display:table-cell;
	line-height: 1.6;
	font-size: 93%;
	vertical-align:middle;
	padding:10px;
}
.table-section dl dt {
	width:8em;
	border-right:1px #ccc solid;
	text-align:center;
}

.bc01 { background:#fdf5ad; }
.bc02 { background:#fdefa6; }
.bc03 { background:#fde79b; }
.bc04 { background:#fee497; }
.bc05 { background:#fdde8e; }

/* submit */
.button-area {
	text-align:center;
}

.button-area a {
	display:block;
	*display:inline;
	*zoom:1;
	width:100%;
	color:#fff;
	padding: 10px 0;
}

/* 苦情の申し出 */
#contents  .static-contact{
	text-align: right;
	font-size: 12px;
}
#contents  .static-contact .inner{
	border: 1px #ccc solid;
	padding: 10px;
	margin: 0 10px 20px;
	text-align: left;
	display: inline-block;
	max-width: 520px;
}
#contents  .static-contact h3{
	font-weight: bold;
	font-size: 14px;
	padding: 4px 0;
	margin-bottom: 0.5rem;
}
#contents  .static-contact p{
	line-height: 1.3;
}
#contents  .static-contact div{
	text-align: center;
	margin: 15px auto;
}
#contents  .static-contact dl{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	line-height: 1.8;
}

#contents  .static-contact dt{
	float: left;
	width: 25%;
	text-align: center;
	border: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#contents  .static-contact dd{
	text-align: left;
}



