#btnArea {
	display: none;
}

#btnArea ul#caseArea {
	width: 93%;
	margin: 30px auto 10px;
	text-align: center;
}
#btnArea ul#caseArea li {
	clear: none;
	overflow: hidden;
	margin-bottom: 10px;
}
#contents #btnArea ul#caseArea li a {
	display: block;
	text-align: left;
	padding: 10px 10px 10px 100px;
	min-height: 84px;
	border: 1px #2D9ED2 solid;
	color: #333333;
	font-size: 14px;
	background-size: 80px !important;
}
#btnArea ul#caseArea li a:hover,
#btnArea ul#caseArea li a:active {
  text-decoration: none;
}

#btnArea ul#caseArea li a#case1 {
	background: url('../images/btn_case_1_mq_r.png') 10px 7px no-repeat;
}
#btnArea ul#caseArea li a#case2 {
	background: url('../images/btn_case_2_mq_r.png') 10px 7px no-repeat;
}
#btnArea ul#caseArea li a#case3 {
	background: url('../images/btn_case_3_mq_r.png') 10px 7px no-repeat;
}
#btnArea ul#caseArea li a#case4 {
	background: url('../images/btn_case_4_mq_r.png') 10px 7px no-repeat;
}
#btnArea ul#caseArea li a#case5 {
	background: url('../images/btn_case_5_mq_r.png') 10px 7px no-repeat;
}
#btnArea ul#caseArea li a#case6 {
	background: url('../images/btn_case_6_mq_r.png') 10px 7px no-repeat;
}

#btnArea ul#caseArea li a span {
	font-size: 16px;
    font-weight: bold;
}
#btnArea ul#caseArea li a p {
	margin: 10px 0 0 0;
}
#btnArea ul#caseArea li:after {
	clear: none;
	content: "";
	display: none;
	height: 0;
}

h2#flowTitle {
    border-bottom: 2px solid #CCCCCC;
    clear: both;
	margin-top: 20px;
    padding: 0 0 0 12px;
	font-weight: bold;
	font-size: 110%;
}

dl.section {
	margin-top: 20px;
}

dl.section dt.dlHead {
	font-weight: bold;
	font-size: 130%;
	padding: 20px 0 0 12px;
}
dl.section dd.dlBody {
	padding: 10px;
}
#contents dl.section dd.dlBody ul {
	margin-left: 0;
}
#contents dl.section dd.dlBody p {
	margin: 0;
}

#contents ul.choices{
	margin:1.6em 0.9em;
	padding:0;
	text-align: center;
}
	#contents ul.choices li.choices{
		cursor:pointer;
		display:inline-table;	
		width:20%;
		margin:5px;
		background-color:#FFFFFF;
		border:1px solid #BCBCBC;
		border-radius:5px;
		color:#43677E;
		vertical-align:bottom;
		overflow:hidden;
		transition:all 0.2s ease-in 0s;
	    *display:inline;/* for IE7 and below */ 
    	*zoom:1;/* for IE7 and below */
	}
		#contents ul.choices li.choices:hover {
			background-color:#F1F1F1;
		}
		#contents ul.choices li.choices img._blank{
			float:right;
			margin:1em 1em 0 0;
		}
		#contents ul.choices li.choices ul.sub{
			float:none;
			margin:1em;
			padding:0;
		}
			#contents ul.choices li.choices ul.sub li{
				display:block;
				margin:0;
				padding:0 0 0 12px;
				background: url("/support/share/images/arrow_black.png") no-repeat scroll left 0.3em transparent;
				text-align:left;
			}

/*
ul.choices li.choices button{
	display:inline;
	margin:0;
	padding:0.8em 0.4em;
	width:100%;
}
*/


#logArea {
	display: none;
	padding-bottom: 5px;
	border: 1px #999999 solid;
	border-radius: 5px;
	background: url('../images/h3_title_gray_small.gif') top left repeat-x;
	text-align: left;
}
#logArea h2 {
	padding: 5px 10px;
	border-bottom: 1px #999999 solid;
}
#logArea ul {
    margin-left: 20px;
}
#logArea ul li {
	margin: 5px 10px;
	padding: 0 5px 5px 0;
	border-bottom: 1px #AAAAAA dotted;
	list-style: none;
	text-indent: -18px;
}
#logArea ul li img {
	vertical-align: text-top;
	margin-right: 3px;
}
#logArea ul li.now {
	list-style: none;
	text-indent: 0;
}

#wm_area {
	display: block;
}
	#wm_area dt {
		clear: both;
		margin-bottom: 10px;
		padding: 20px 5px 0;
		border-bottom: 2px solid #CCCCCC;
		font-weight: bold;
		font-size: 1.1em;
	}
	#wm_area dd {
		float: left;
		width: 160px;
		margin: 0 0 20px 20px;
		font-weight: bold;
		text-align: center;
		height: 93px;
	}
	#wm_area dd a img {
		height: 60px;
		width: auto;
	}
		#wm_area dd ul {
			display: none;
			font-size: 90%;
		}

#s0 img.wmImg {
	display: none;
	position: fixed;
	top: 20px;
	z-index: 100;
	width: 370px;
	border: 5px #AAA solid;
}



dl {
	display: none;
	margin-bottom: 30px;
}

div.OnepointArea {
	border: 2px solid #4C96C8;
	clear: both;
	margin: 15px 0 0;
	padding: 15px;
}

#contents ul.Disc {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
	#contents ul.Disc li {
		background: url("../images/ico_disc.gif") no-repeat scroll 0 5px transparent;
		margin: 5px 0 0;
		padding: 0 0 0 13px;
	}

div.pf_div_repair {
	width: 600px;
	margin: 20px auto 0;
	padding: 10px;
	background-color: #E7E7E7;
}
div.pf_div_repair div.repair_form_left {
	float: left;
	width: 290px;
	margin-left: 20px;
}
div.pf_div_repair div.repair_form_left select {
	width: 15em;
}
div.pf_div_repair div.repair_form_right {
	margin-left: 310px;
	padding-top: 1.5em;
	text-align: center;
}
div.pf_div_repair p.form_notes {
	width: 19em;
	font-size: 85%;
}
div.pf_div_repair div.alert_area {
	height: 1.5em;
}
div.pf_div_repair div.alert_area p {
	display: none;
	color: #FF0000;
	font-weight: bold;
	font-size: 85%;
}

.forAndroid {
	display: none;
	margin-top: 20px;
}


.txt10 {
	font-size: 85%;
}

.al_r {
	text-align: right;
}
.al_c {
	text-align: center;
}

#flow_area .inquiry ul {
	width: 600px;
	margin: 20px auto;
}
#flow_area .inquiry li {
    clear: none;
    float: left;
    height: 50px;
    margin-bottom: 10px;
    width: 50%;
}
#flow_area .inquiry .figure {
    float: left;
    margin-right: 10px;
}
#flow_area .inquiry .content {
    line-height: 16px !important;
    margin-left: 60px;
}
#flow_area .inquiry .content small {
    font-size: 10px;
}
#flow_area .inquiry li {
    clear: none;
    float: left;
    height: 50px;
    margin-bottom: 10px;
    width: 50%;
}
#flow_area .inquiry li .content {
    background: url("/support/share/images/arrow_black.png") no-repeat scroll left 3px transparent;
    padding-left: 12px;
}

#contents .start_over {
	text-align: right;
}
#contents .start_over li {
	margin-top: 20px;
	list-style: none;
}
#contents .start_over #btnReturn {
	display: none;
}
	

.mod-mainContentContainer #contents .txtbox {
	width: 89%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	background: #F8F8F8;
}
.mod-mainContentContainer #contents .txtbox ol li {
	list-style-type: decimal;
	margin-top: 5px;
	margin-left: 2em;
	/zoom: normal;
}
.mod-mainContentContainer #contents .txtbox ul li, .dlBody ul li {
	margin-top: 5px;
	padding-left: 13px;
	padding-bottom: 5px;
	list-style: none;
}

p.bannerArea {
	margin: 10px auto 0;
	width: 666px;
}
	p.bannerArea a:first-child {
		margin-right: 10px;
	}
		p.bannerArea a img {
			width: 100%;
			max-width: 328px;
			max-height: 69px;
		}


#flow_area dl .show {
	display: none;
}


div.attentionArea {
    background: none repeat scroll 0 0 #FFFFCC;
    border: 1px solid #999999;
    clear: both;
    margin: 15px auto 0;
    padding: 15px;
    width: 720px;
}
div.attentionArea div.attentionBox {
    background: url("../images/ico_attention.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 3px 0 0 35px;
}



.banner_chat {
	width: 100%;
	max-width: 360px;
	max-height: 204px;
}


@media (max-width: 640px) {
	.mod-mainContentContainer #contents .txtbox ul li, .dlBody ul li {
		margin-top: 15px;
	}
	#btnArea ul#caseArea li a {
		font-size: 1em;
	}
	#btnArea ul#caseArea li a span {
		font-size: 15px;
	}

	#btnArea ul#caseArea {
		width: 100%;
	}
	#contents ul.choices li.choices{
		display: block;	
		margin-bottom: 15px;
		width: 94%;
	}
	
	p.bannerArea {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
	p.bannerArea a {
		margin-top: 15px;
	}
	p.bannerArea a:first-child {
		margin-right: 0;
	}
	
	div.attentionArea {
		width: 90%;
	}
}

#contents ul.txtlink {
	margin: 0 0 0 1em;
	padding: 15px 0 5px 0;
}
#contents ul.txtlink li {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(/share/images/arrow_black.gif) no-repeat left .4em;
	list-style: none;
}
@media screen and (max-width: 640px) {
	#contents ul.txtlink {
		padding: 15px 0 15px 0;
	}
}

span.link_out {
    background: url("/support/walkman/share3/images/icon_blank.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 9px 0 0;
    vertical-align: baseline;
	*vertical-align: middle;	/* for IE */
    width: 11px;
	margin-left: 3px;
}

#contents ul.fewLinks{
	margin-top: 10px;
	margin-left: 10px;
}
#contents ul.fewLinks li{
	margin-bottom: 5px;
}

#contents .li_number ol {
	margin: 30px 0 0 0;
}
#contents .li_number ol li .txtbox {
	font-size: 13px;
	font-weight: normal;
	margin-left: 0;
}
#contents .li_number ol li.list_number {
    margin-bottom: 10px !important;
    padding: 5px 0px 5px 45px;
    font-weight: bold;
    font-size: 120%;
	list-style-type: none;
}
.li_number ol li.no01 {background:url(/support/walkman/share3/images/bar_no01.gif) no-repeat;}
.li_number ol li.no02 {background:url(/support/walkman/share3/images/bar_no02.gif) no-repeat;}

/* 20221122 */
#contents .annotation{
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
}

@media (min-width: 641px){
	#contents dl.section dd.dlBody ul.choices.os:after{
		display: inline-table;
		width: 46%;
		margin: 5px;
	}
}



