@charset "Shift_JIS";

/*
	================================================================================================
		support nysno parts css index.css
	================================================================================================
*/

#flow {
	width: 758px;
	background-color: #f8f8f8;
	padding: 0 0 10px;
	overflow: hidden;
	margin-bottom: 30px;
}
#flow ul {
	width: 758px;
	margin: 0px !important;
	padding: 0px !important;
}
#flow li {
	float: left;
	height: auto;
	margin: 0px !important;
	padding: 0px !important;
	display: block;
}
#flow span {
	text-indent: -9999px;
	display: block;
}
#flow li p {
	font-size: 95%;
	text-indent: -1em;
	margin-top: 55px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#flow li.flow01 {
	background: url("/support/nysno/parts/images/repair_parts_mailflow01.png") no-repeat;
	width:140px;
}
#flow li.flow02 {
	background: url("/support/nysno/parts/images/repair_parts_mailflow02.png") no-repeat;
	width: 151px;
}
#flow li.flow03 {
	background: url("/support/nysno/parts/images/repair_parts_mailflow03.png") no-repeat;
	width: 152px;
}
#flow li.flow04 {
	background: url("/support/nysno/parts/images/repair_parts_mailflow04.png") no-repeat;
	width: 153px;
}
#flow li.flow05 {
	background: url("/support/nysno/parts/images/repair_parts_mailflow05.png") no-repeat;
	width: 160px;
}
#contents ol {
	margin-left: 10px;
	margin-bottom: 0px;
}
#contents ol dl dt {
	margin-left: 0;
}
#contents ol dl dd {
	margin-left: 0.5em;
}

#contents table {
	margin: 0;
	padding: 0;
	font-size: small;
}
#contents td {
	border: none;
	padding: 3px 0;
	vertical-align: top;
}

#contents td.stxt {
	text-indent: -1em;
}

#contents .submid_area {
	text-align: center;
}
#contents .submid_area ul.btn_area {
	margin: 0 auto;
	width: 218px;
	padding-bottom: 0;
}
#contents .submid_area ul.txtlink {
	display: inline-block;
}



/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {

	#flow {
		width: auto;
	}
	#flow span {
		text-indent:0;
		margin: 0;
		font-weight: bold;
		padding: 10px 10px 0 5px;
	}
	#flow ul {
		width: auto;
		padding: 0px !important;
	}
	#flow li {
		float: none !important;
		background: none !important;
		margin: 0 0 10px 0 !important;
		width: auto !important;
	}
	#flow li p {
		margin: 0 0 0 1.5em;
		padding: 0;
		text-indent: -0.8em;
	}

}



/* 20200423追加 */

#contents section h2 {
	font-size: 1.2em;
	margin-top: 2em;
}

#contents section h2.title, #contents section h3.title {
	border-bottom: #000 solid 1px;
}

p.annotation {
	margin: 0 0 1em 2em;
	padding: 0.5em 0;
	text-indent: -0.7em;
	font-size: 0.9em;
}

/*-------------------------------------

表示／非表示タブ

--------------------------------------*/

#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;
}
