@charset "Shift_JIS";

/*
	================================================================================================
		nysno support qa css index.css
	================================================================================================
*/

#contents dl dt {
	clear: left;
	float: left;
	width: 25px;
	padding-right: 10px;
}
#contents dl dd {
	margin-bottom: 10px;
	margin-left: 45px;
	padding-top: 3px;
	padding-left: 10px;
}
#contents dl dd ul.link_in.qa,
#contents dl dd ul.link_in.qa li,
#contents dl dd ul.annotation.qa,
#contents dl dd ul.annotation.qa li{
	margin-bottom: 0;
	padding-bottom: 0;
}
#contents dl dd.question {
	font-weight: bold;
	font-size:  110%;
}
#contents dl dd.q_multi ul {
	list-style-position : inside;
	margin-left : 0;
	padding : none;
}
#contents dl dd.q_multi ul li {
	list-style-type : none;
	padding-left: 1em;
	text-indent: -1em;
}
#contents dl dd.answer {
	margin-bottom: 40px;
}
#contents dl dd.a_multi ul {
	list-style-position : inside;
	margin-left : 0;
	padding : none;
}
#contents dl dd.a_multi ul li {
	list-style-type : none;
	padding-left: 1em;
	text-indent: -1em;
}

#contents #account dl dd.answer ul {
	margin: 0;
}


/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {

}


/* 20200422追加 */

#contents section h2 {
	font-size: 1.2em;
	margin-top: 2em;
}

#contents section h2.title, #contents section h3.title {
	border-bottom: #000 solid 1px;
}


/*-------------------------------------

表示／非表示タブ

--------------------------------------*/

#contents .pregBox .list_body > div {
	margin-left: 1em;
	overflow: hidden;
}

#contents .Gray {
	margin: 15px 0px 0px 0px;
	font-weight: bold;
	clear: both;
	border: #d2d2d2 1px solid;
	border-radius: 6px;
	cursor: pointer;
	padding: 1em 0.75em 0.8em;
	font-size: 1.125rem;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	margin-top: 0.75em;
	vertical-align: middle;
}

div.detailArea {
	padding: 1em;
	border: 1px solid #d2d2d2;
}

#open_close01 div.detailArea ul.txtlink{
	margin: 1em 0 0.75em 1.5em;
}

#open_close01 div.detailArea ul.txtlink li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.Gray:hover, .Gray:active {
	text-decoration: none;
	opacity: 0.5;
}

.Gray:focus {
	outline: thin dotted;
	opacity: 0.5;
	outline-offset: -1px;
}

span.category_icon {
	vertical-align: middle;
	text-align: center;
	margin-right: 1em;
	float: left;
}

#contents .fl {
	float: left;
}

#contents .Gray .s_title{
	display: block;
	overflow: hidden ;
	padding-left: 0.5em;
}

#contents .Gray .faqtitle {
	display: block;
	float: left;
	padding-top: 0.8em;
}

/* QA */
#contents ul.qa{
	list-style: none;
	margin-left: 0;
}

#contents ul.qa li > p.question {
	background: url(/support/nysno/qa/images/index_icon_q.gif) no-repeat left .1em;
	padding: 7px 0 0 26px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	font-weight: bold;
	font-size: 1.12em;
}

#contents ul.qa li > p.answer {
	background: url(/support/smarttennissensor/qa/images/index_icon_a.gif) no-repeat left .1em;
	padding: 7px 0 0 26px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2.5em;
}

@media screen and (max-width: 640px) {

	span.category_icon {
		margin: auto;
		display: block;
		float: none;
	}
}

/* 20220117 */

#contents section h3{
    font-size: 1.154em;
}

#contents .gray_title {
    background-color: #e3e3e3;
    padding: 8px 15px 6px;
    margin-bottom: 1.5em;
}

#contents section > section{
    margin: 2em 0 2em 1em;
}

