@charset "Shift_JIS";

/*
	================================================================================================
		support walkman qa css nw-index.css
	================================================================================================
*/


.colum2-right760 .title2 {
    border-bottom: #000 solid 1px;
    font-size: 1.231em;
    margin-bottom: 15px;
    padding-left: 13px;
}

/* @bnr_area  @*/

.bnr_area {
	display: flex;
	margin-top: 20px;
	margin-bottom: 30px;
}

.bnr_single {
	margin-right: 25px;
}

.bnr_single img {
    vertical-align: middle;
}

.bnr_single a:focus, .bnr_single a:hover {
    opacity: 0.5;
}

@media screen and (max-width: 640px){
	.bnr_area {
		display: block;
    }
	
	.bnr_single {
		margin: auto;
    }
}

/* @#open_close01 @*/

#open_close01 .Gray {
	padding: 1em 0 0.75em 0.75em;
	font-weight: bold;
	border: #d2d2d2 1px solid;
	border-radius: 6px;
	font-size: 1.125rem;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	cursor: pointer;
	margin-top: 0.75em;
}

#open_close01 div.detailArea {
	padding: 0px 10px 0px 5px;
	background-color: #f3f3f3;
	border: 1px solid #d2d2d2;
}

#open_close01 div.detailArea ul.txtlink{
	margin: 1em 0 0.75em 1.5em;
}

#open_close01 div.detailArea ul.txtlink li {
	border-bottom: 1px solid #d2d2d2;
	padding: 0px 0 10px 10px;
	margin: 9px 13px 0 16px;
	font-size: 1.15em;
	background: url(/support/share/images/arrow_black.png) no-repeat left .4em;
    float: none;
}

#open_close01 div.detailArea ul.txtlink li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#open_close01 .Gray:hover, .Gray:active {
    text-decoration: none;
    opacity: 0.5;
}

#open_close01 .Gray:focus {
    outline: thin dotted;
    opacity: 0.5;
	outline-offset: -1px;
}



