@charset "UTF-8";
/*
	================================================================================================
		support software share css common.css
	================================================================================================
*/
/*
	====================================
		Contents ALL style
	====================================
*/
/*
	-------------------------
		basic style
	-------------------------
*/
p {
	color : #333;
}
.contents p {
    margin: 0 1em 1.25em;
}
div.pagetop {
    margin: 0 0 30px auto;
    width: 76px;
    height: 10px;
}
@media screen and (max-width: 640px) {
	.contents p {
	    margin: 0 .25em 1.25em;
	}
}

/*
	-------------------------
		layout
	-------------------------
*/
.contents ol li div.pct img {
    margin-top: .75em;
    margin-left: 0;
}
.mq-show {
	display: none;
}
@media screen and (max-width: 640px) {
	.mq-show {
		display: block;
	}
}

/*
	-------------------------
		left-navi
	-------------------------
*/
#tmp-localnavigation ul.menulist li.active {
	text-decoration: none;
	font-weight: 700;
}


/* added on May 16, 2016 */

ul.cascade_menulist li ul.accordion_list,
ul.cascade_menulist li ul.accordion_list li,
ul.cascade_menulist li ul.submenu,
ul.cascade_menulist li ul.submenu li {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.cascade_menulist {
	background: transparent url(/www/disoft/int/playmemories-home/common/images/bg_bnrlist.gif) no-repeat scroll left bottom;
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
ul.cascade_menulist li {
	margin: 10px 0;
	padding: 0;
}
ul.cascade_menulist li a,
ul.cascade_menulist li span {
	background: url(/www/disoft/int/playmemories-home/common/images/arrow_black.png) no-repeat 10px 5px;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
}
ul.cascade_menulist li ul.accordion_list {
	margin: 10px 0 0;
	padding: 0;
}
ul.cascade_menulist li ul.accordion_list li.trigger {
	cursor: pointer;
	margin: 0;
	padding: 10px 5px 10px 15px;
}
ul.cascade_menulist li ul.accordion_list li span:hover {
	text-decoration: underline;
}

ul.cascade_menulist li ul.submenu li {
	margin: 0;
	padding: 5px 5px 5px 10px;
}
ul.cascade_menulist li ul.accordion_list li.pc:hover {
	background-color: rgba(87, 135, 244, .25);
}
ul.cascade_menulist li ul.submenu.mobile {
	background-color: #f5f5f5;
	margin-top: 10px;
}
ul.accordion_list li ul.desktop {
	-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .25);
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .25);
	background: rgba(255, 255, 255, .95);
	border: solid 1px #ccc;
	position: absolute;
	top: 7px;
	left: 165px;
	width: auto;
	z-index: 1000;
}
ul.accordion_list li ul.desktop {
	 *background: #fff;
	 background: #fff\9;
}
ul.cascade_menulist li ul.desktop li {
	margin: 0;
	padding: 10px 20px 10px 5px;
	white-space: nowrap;
	width: 100%;
}
@media screen and (max-width: 640px) {
	ul.cascade_menulist {
		background: none;
		border: 1px solid #cacaca;
	}
}
/*
	-------------------------
		title
	-------------------------
*/
#pageHeader #headerTitle a {
	cursor: auto;
}
#pageHeader #headerTitle a:hover img {
    opacity: 1;
}
div.contents h2 {
    clear: both;
    color: #000;
    margin-bottom: 15px;
    border-bottom: 1px solid #D0D0D0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 13px;
    font-size: 18px;
    font-weight: 700;
}
div.contents h3 {
    font-size: 14px;
    font-weight: 700;
    clear: both;
    color: #000;
    border-bottom: 1px solid #343434;
    padding: 0 0 5px 13px;
	margin-bottom: 15px;
}
div.contents h4 {
    background-color: #e3e3e3;
    font-size: 15px;
    font-weight: 700;
    clear: both;
    color: #000;
    padding: 3px 10px;
	margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
	div.contents h2,
	div.contents h3 {
		padding-left: 5px;
	}
}

/*
	-------------------------
		list
	-------------------------
*/
.contents ol {
    margin: 0 0 1em 2em;
    padding: .5em 0;
}
.contents ol li,
.contents ul li {
    margin-left: .5em;
    margin-bottom: .35em;
}
.contents ul {
    margin: 0 0 1em 2em;
    padding: .5em 0;
    list-style: disc;
}
.contents ol li p,
.contents ol li div.pct img,
.contents ol li .attention_area,
.contents ol li .onepoint_area,
.contents ul li p,
.contents ul li div.pct img,
.contents ul li .attention_area,
.contents ul li .onepoint_area {
	margin-left: 0;
}
.contents ol li ol,
.contents ol li ul,
.contents ul li ol,
.contents ul li ul {
	margin-left: 1em;
}
.contents ol li ul.txtlink,
.contents ul li ul.txtlink {
	margin-left: .5em;
}
.contents ol li dl,
.contents ul li dl {
	margin-bottom: 0;
} 
.contents ol li dl dt,
.contents ul li dl dt { 
	margin-left: 0;
}
.contents ol li dl dd,
.contents ul li dl dd { 
	margin-left: 1em;
}
@media screen and (max-width: 640px) {
.contents ol,
.contents ul {
    margin: 0 0 1em 1em;
}
}

/*
	-------------------------
		definition
	-------------------------
*/
.contents dl { 
	margin: 0 0 20px 0;
	padding: 0.5em 0;
}
.contents dl dt { 
	margin-left: 1.5em;
	font-weight: 700;
}
.contents dl dd { 
	margin-left: 2.5em;
	margin-bottom: 1em; 
}
@media screen and (max-width: 640px) {
.contents dl { 
	margin-left: .25em; 
}
.contents dl dt { 
	margin-left: 0; 
}
.contents dl dd { 
	margin-left: 0.5em; 
}
}
dt.disc {
    padding: 0 0 0 12px;
    background: url(/www/disoft/int/share/images/ico_disc.gif) no-repeat left .5em;
}

/*
	-------------------------
		images
	-------------------------
*/
div.pct img {
	margin: 0 1em 1.5em;
}
@media screen and (max-width: 640px) {
	div.pct img {
		margin: 0 .25em 1.5em;
	}
	div.img200 {max-width: 200px;}
	div.img220 {max-width: 220px;}
	div.img240 {max-width: 240px;}
	div.img260 {max-width: 260px;}
	div.img280 {max-width: 280px;}
	div.img300 {max-width: 300px;}
	div.img320 {max-width: 320px;}
	div.img340 {max-width: 340px;}
	div.img360 {max-width: 360px;}
	div.img380 {max-width: 380px;}
	div.img400 {max-width: 400px;}
	div.img420 {max-width: 420px;}
	div.img440 {max-width: 440px;}
	div.img460 {max-width: 460px;}
	div.img480 {max-width: 480px;}
	div.img500 {max-width: 500px;}
	div.img520 {max-width: 520px;}
	div.img540 {max-width: 540px;}
	div.img560 {max-width: 560px;}
	div.img580 {max-width: 580px;}
	div.img600 {max-width: 600px;}
	img.resize {
		width: 100%!important;
		max-width: 100%!important;
		height: auto!important;
	}
}

/*
	-------------------------
		button
	-------------------------
*/
ul.btn_area {
	margin: 0 0 30px 0!important;
	padding:0;
}
ul.btn_area li {
    list-style-type: none;
	float: left;
	clear: none;
	margin:0 0 5px 10px;
	padding: 0px;
}
.mod-linkButton {
    background: url("/www/disoft/int/share/images/bg_mod-linkButton.jpg") repeat-x left center;
    border: 1px solid #bcbcbc;
    border-radius: 6px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: auto;
    letter-spacing: 0.01em;
    line-height: 1.4;
    transition: opacity 0.2s ease-in 0s;
    vertical-align: middle;
    width: 235px;
}
.mod-linkButton.autoWidth {
    width: auto;
}
.mod-linkButton a {
    color: #333;
    display: block;
    padding: 10px;
    transition: opacity 0.2s ease-in 0s;
}
.mod-linkButton a:hover {
    letter-spacing: 0.01em;
    opacity: 0.5;
    text-decoration: none;
}
.mod-linkButton a .figure {
	float: left;
    display: inline-block;
    height: 40px;
    margin-right: 5px;
    margin-top: 5px;
    width: 40px;
}
.mod-linkButton a .figure img {
    height: auto;
    vertical-align: middle;
    width: 100%;
}
.mod-linkButton a .content {
    cursor: pointer;
    display: inline-block;
    margin-left: 0;
}
.content {
    background: url("/support/share/images/arrow_black.png") no-repeat scroll left 2px;
    line-height: 16px !important;
    margin-left: 60px;
    padding-left: 12px;
}
.mod-button-wrap {
    margin: 0 30px 0 0;
    padding: 0;
    text-align: right;
    width: auto;
}
.mod-button {
    background-color: #f2f2f2;
    background-image: url("/share4/images/mod-button/ico_01.png"), linear-gradient(to bottom, #f5f5f5 0px, #efefef 100%);
    background-position: 16px 48%;
    background-repeat: no-repeat !important;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    color: #1a1a1a;
    display: inline-block !important;
    font-size: 13px;
    padding: 0.5em 20px 0.5em 28px;
    text-decoration: none;
    transition: opacity 0.2s ease-in 0s;
}
.mod-button-wrap a:hover .mod-button {
    background-color: #f5f5f5;
    background-image: url("/share4/images/mod-button/ico_01.png"), linear-gradient(to bottom, #f8f8f8 0px, #f5f5f5 100%);
    background-position: -984px 48%;
    color: #999;
    cursor: pointer;
    opacity: 0.7;
    text-decoration: none;
}
@media (max-width: 640px) {
	ul.btn_area li {
		float: none;
		margin-left: 0;
		padding-bottom: 5px;
	}
	.mod-button-wrap {
	    margin: 0 auto;
	    padding: 15px 0;
	    text-align: center;
	    width: auto;
	}
	.mod-button {
	    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	    font-size: 14px !important;
	}
}
.buttonA a {
    padding: 5px;
}
.buttonA a::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.buttonA .content {
    background-position: left 17px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-top: 13px;
    width: 170px;
}
.buttonA.one-line .content {
    background-position: left 23px;
    padding-bottom: 15px;
    padding-top: 18px;
}
.buttonA .content, x:-moz-any-link {
    background-position: left 17px !important;
}
* + html .buttonA .content {
    background-position: left 17px !important;
}
.buttonA.one-line .content, x:-moz-any-link {
    background-position: left 23px !important;
}
* + html .buttonA.one-line .content {
    background-position: left 23px !important;
}
.buttonB a {
    height: 45px;
}
.buttonB .content {
    background-position: left 8px;
    padding-top: 5px;
}
.buttonB.one-line .content {
    background-position: left 20px;
    padding-bottom: 14px;
    padding-top: 14px;
}
.buttonB .content, x:-moz-any-link {
    background-position: left 8px !important;
}
* + html .buttonB .content {
    background-position: left 8px !important;
}
.buttonB.one-line .content, x:-moz-any-link {
    background-position: left 20px !important;
}
* + html .buttonB.one-line .content {
    background-position: left 20px !important;
}
.buttonC a {
    height: 60px;
    padding: 5px;
}
.buttonC a::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.buttonC .figure {
    margin-right: 5px;
    margin-top: 18px;
}
.buttonC .content {
    background-position: left 7px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-top: 3px;
    width: 114px;
}
.buttonC.three-line .content {
    background-position: left 15px;
    padding-bottom: 15px;
    padding-top: 10px;
}
.buttonC .content.adj {
    background-position: left 5px;
    padding-top: 0;
}
.buttonC .content, x:-moz-any-link {
    background-position: left 7px !important;
}
* + html .buttonC .content {
    background-position: left 7px !important;
}
.buttonC.three-line .content, x:-moz-any-link {
    background-position: left 15px !important;
}
* + html .buttonC.three-line .content {
    background-position: left 15px !important;
}
.buttonC .content.adj, x:-moz-any-link {
    background-position: left 5px !important;
}
* + html .buttonC .content.adj {
    background-position: left 5px !important;
}
.buttonD a {
    height: 35px;
    padding: 5px;
}
.buttonD a::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.buttonD a .figure {
    margin-top: -3px;
}
.buttonD a .content {
    background-position: left 7px;
    padding-bottom: 0;
    padding-left: 8px;
    padding-top: 3px;
    width: 170px;
}
.buttonD.wide {
    width: 720px;
}
.buttonD.wide a .content {
    width: auto;
}
.buttonD.one-line a .content {
    background-position: left 13px;
    padding-bottom: 0;
    padding-top: 9px;
}
.buttonD a .content, x:-moz-any-link {
    background-position: left 7px !important;
}
* + html .buttonD a .content {
    background-position: left 7px !important;
}
.buttonD.one-line a .content, x:-moz-any-link {
    background-position: left 13px !important;
}
* + html .buttonD.one-line a .content {
    background-position: left 13px !important;
}
.buttonD.no-icon a {
	height: 25px;
    padding: 10px;
}
.buttonD.no-icon a .content {
    background-position: left 9px;
    padding-left: 12px;
    padding-top: 5px;
}
.buttonD.no-icon a .content, x:-moz-any-link {
    background-position: left 9px !important;
}
* + html .buttonD.no-icon a .content {
    background-position: left 9px !important;
}
.buttonD.no-icon.two-line a {
    height: 35px;
    padding: 5px 10px;
}
.buttonD.no-icon.two-line a .content {
    background-position: left 7px;
    padding-top: 3px;
    width: auto;
}
.buttonD.no-icon.two-line a .content, x:-moz-any-link {
    background-position: left 7px !important;
}
* + html .buttonD.no-icon.two-line a .content {
    background-position: left 7px !important;
}
@media (max-width: 640px) {
	.mod-linkButton {
	    background-size: auto 100%;
	    box-sizing: border-box;
	    display: block;
	    height: auto;
	    margin-right: 0;
	    width: auto;
	}
	.buttonD.wide {
	    width: auto !important;
	}
	.mod-linkButton a {
	    height: auto !important;
	}
	.mod-linkButton .figure {
	    height: 40px !important;
	    margin-right: 10px !important;
	    margin-top: 0 !important;
	    width: 40px !important;
	}
	.mod-linkButton .content {
	    background-position: left 9px !important;
	    padding-bottom: 5px !important;
	    padding-top: 6px !important;
	    width: auto !important;
	}
	.mod-linkButton.buttonD .content {
	 	width: 75% !important;
	}
	.buttonA .content, .buttonD .content {
	    margin-top: 8px;
	}
	.buttonD.no-icon .content {
	    margin-top: 0;
	 	width: auto !important;
	}
	.buttonA .content br, .buttonB .content br {
	    display: none;
	}
	.buttonD.no-icon.two-line a {
	    padding: 10px;
	}
	.buttonA .content, .buttonA.one-line .content, .buttonB .content, .buttonB.one-line .content, .buttonC .content, .buttonC .content.adj, .buttonC.three-line .content, .buttonD a .content, .buttonD.no-icon a .content, .buttonD.one-line a .content, .mod-linkButton .content, x:-moz-any-link {
	    background-position: left 9px !important;
	}
}
/*anchor*/
ul.anchorBtnA,
ul.anchorBtnB {
	margin: 0 0 30px 0;
	padding:0;
	list-style:none;
}
ul.anchorBtnA li {
	margin:0 0 5px 15px;
    padding: 0 0 0 15px;
	border: solid 1px #CCCCCC;
	list-style:none;
    float: left;
    width: 335px;
    text-indent: -15px;
    background: url("/www/disoft/int/share/images/bg_mod-linkButton.jpg") repeat-x left center;
	/* behavior: url(./css/PIE.htc); */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.anchorBtnB li {
	margin:0 0 5px 15px;
    padding: 0 0 0 15px;
	border: solid 1px #CCCCCC;
	list-style:none;
    width: 705px;
    text-indent: -15px;
    background: url("/www/disoft/int/share/images/bg_mod-linkButton.jpg") repeat-x left center;
	/* behavior: url(./css/PIE.htc); */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.anchorBtnA li a,
ul.anchorBtnB li a {
	padding: 0px;
	color: #333;
	padding: 10px;
	display: block;
    transition: opacity 0.2s ease-in 0s;
	
	/* behavior: url(./css/PIE.htc); */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.anchorBtnA li span,
ul.anchorBtnB li span {
	background: url("/www/disoft/int/share/images/ico_arrowdown.gif") no-repeat 0 0.4em;
    padding: 0 0 0 15px;
}
ul.anchorBtnA li p,
ul.anchorBtnB li p {
	margin-left:15px;
}
ul.anchorBtnA li a:hover,
ul.anchorBtnB li a:hover {
    opacity: 0.5;
    text-decoration: none;
}
@media screen and (max-width: 640px) {
ul.anchorBtnA li {
	margin-left: 0;
	width: auto;
	float: none;
}
ul.anchorBtnB li {
	margin-left: 0;
	width: auto;
}
}

/*
	-------------------------
		attention_area
	-------------------------
*/
.attention_area {
    margin: 10px 0 30px 20px;
    border: 1px solid #666;
    background-color: #eee;
    padding: 1em 10px 0;
}
.attention_area p.ttl {
	font-weight: 700;
	margin-bottom: 0.5em;
}
.attention_area p.ttl img {
	vertical-align:text-bottom
}

/*20190918*/
 .notice {
	border: 1px solid #f00;
	margin: -40px 0 1em 10px;
	padding: 1em;
	margin-left: 11px;
}
#purposeArea ul.list {
	margin: 10px 0 0px 20px;
	padding: 0;
}
#purposeArea ul li.nolg {
	float: none;
	padding: 0;
	width: auto;
	list-style: disc;
}

#purposeArea .notice p {
    margin: 0 1em 0 5px;
}

@media screen and (max-width: 640px) {
	.attention_area {
    	margin: 10px 0 30px 0px;
	}
}

/*
	-------------------------
		onepoint_area
	-------------------------
*/
.onepoint_area {
    margin: 10px 0 30px 20px;
    background-color: #FAF5C8;
    padding: 15px 0.8em 5px;
}
.onepoint_area p.ttl {
	font-weight: 700;
	margin-bottom: 0.5em;
}
.onepoint_area p.ttl img {
	vertical-align:text-bottom
}
@media screen and (max-width: 640px) {
	.onepoint_area {
    	margin: 10px 0 30px 0px;
	}
}

/*
	-------------------------
		dotArea
	-------------------------
*/
div.dotArea {
	margin:0 0 30px 15px;
	padding:0 0 20px 0;
	background: url("/www/disoft/int/share/images/dotline.gif") repeat-x bottom;
	clear:both;
}
div.line-none {
	background: none;
	clear:both;
}
div.dotArea div.stepArea {
	margin:10px 0 0 35px;
}
div.dotArea div.stepArea div.leftArea,
div.dotArea div.stepArea div.leftArea-2 {
	width:325px;
	float:left;
	margin:0 0 20px 0;
}
div.dotArea div.stepArea div.rightArea,
div.dotArea div.stepArea div.rightArea-2 {
	width:325px;
	float: right;
	margin:0;
}
div.dotArea div.stepArea p,
div.dotArea div.stepArea div.pct img,
div.dotArea div.stepArea .attention_area,
div.dotArea div.stepArea .onepoint_area {
	margin-left: 0;
}
div.dotArea div.stepArea ol,
div.dotArea div.stepArea ul {
	margin-left: 1em;
}
div.dotArea div.stepArea ul.txtlink {
	margin-left: .5em;
}
.contents div.dotArea div.stepArea dl dt { 
	margin-left: 0;
}
.contents div.dotArea div.stepArea dl dd { 
	margin-left: 1em;
}
@media screen and (max-width: 640px) {
div.dotArea {
	margin:0 0 30px 0;
}
div.dotArea div.stepArea div.leftArea,
div.dotArea div.stepArea div.leftArea-,
div.dotArea div.stepArea div.rightArea,
div.dotArea div.stepArea div.rightArea-2 {
	width: auto;
	float:none;
}
div.dotArea div.stepArea {
	margin:10px 0 0 5px;
}
div.dotArea div.img img {
  width: 100%;
  height: auto;
}
}

/*
	-------------------------
		lineArea
	-------------------------
*/
div.lineArea {
	border:#999999 1px solid;
	margin: 15px 0px 0px 0px;
	padding: 15px;
}
.dot_line {
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: #999 1px dotted;
}

/*
	-------------------------
		no
	-------------------------
*/
.no1 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/www/disoft/int/share/images/no_01.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no2 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/www/disoft/int/share/images/no_02.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no3 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/www/disoft/int/share/images/no_03.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no4 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/www/disoft/int/share/images/no_04.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no5 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/www/disoft/int/share/images/no_05.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no6 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/www/disoft/int/share/images/no_06.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no7 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/www/disoft/int/share/images/no_07.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no8 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/www/disoft/int/share/images/no_08.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no9 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/www/disoft/int/share/images/no_09.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no10 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/www/disoft/int/share/images/no_10.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no11 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/www/disoft/int/share/images/no_11.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no12 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/www/disoft/int/share/images/no_12.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no13 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/www/disoft/int/share/images/no_13.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no14 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/www/disoft/int/share/images/no_14.gif) no-repeat 0px 0px;
	font-weight:bold;
}
/* num */
.num_01 {
	margin-top: 20px;
	margin-left: 20px;
	padding:20px 0 3px 27px;
	background: url(/www/disoft/int/share/images/num_01.gif) no-repeat 0 20px;
}
.num_02 {
	margin-top: 20px;
	margin-left: 20px;
	border-top: #999 1px dotted;
	padding:20px 0 3px 27px;
	background: url(/www/disoft/int/share/images/num_02.gif) no-repeat 0 20px;
}
.num_03 {
	margin-top: 20px;
	margin-left: 20px;
	border-top: #999 1px dotted;
	padding:20px 0 3px 27px;
	background: url(/www/disoft/int/share/images/num_03.gif) no-repeat 0 20px;
}
.num_04 {
	margin-top: 20px;
	margin-left: 20px;
	border-top: #999 1px dotted;
	padding:20px 0 3px 27px;
	background: url(/www/disoft/int/share/images/num_04.gif) no-repeat 0 20px;
}
.num_05 {
	margin-top: 20px;
	margin-left: 20px;
	border-top: #999 1px dotted;
	padding:20px 0 3px 27px;
	background: url(/www/disoft/int/share/images/num_05.gif) no-repeat 0 20px;
}
.num_06 {
	margin-top: 20px;
	margin-left: 20px;
	border-top: #999 1px dotted;
	padding:20px 0 3px 27px;
	background: url(/www/disoft/int/share/images/num_06.gif) no-repeat 0 20px;
}
.num_07 {
	margin-top: 20px;
	margin-left: 20px;
	border-top: #999 1px dotted;
	padding:20px 0 3px 27px;
	background: url(/www/disoft/int/share/images/num_07.gif) no-repeat 0 20px;
}
.num_08 {
	margin-top: 20px;
	margin-left: 20px;
	border-top: #999 1px dotted;
	padding:20px 0 3px 27px;
	background: url(/www/disoft/int/share/images/num_08.gif) no-repeat 0 20px;
}
@media screen and (max-width: 640px) {
.num_01,.num_02,.num_03,.num_04,.num_05,.num_06,.num_07,.num_08 {
	margin-left: 0;
padding:45px 0 3px 0;
}
}

/*
	-------------------------
		link
	-------------------------
*/
ul.txtlink li {
    margin: 0 30px 0 0;
    padding: 0 0 0 10px;
    list-style: none;
    background: url(/www/disoft/int/share/images/arrow_black.gif) no-repeat left .4em;
}
span.link_out {
    background: url(/www/disoft/int/share/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;
}

/*
	-------------------------
		enquete
	-------------------------
*/
.enq {
	clear: both;
	margin-bottom: 30px;
}

/*
	============================================================================================================
	============================================================================================================
	============================================================================================================
*/
/*
	====================================
		QA style
	====================================
*/
/*
	-------------------------
		layout
	-------------------------
*/
div.ttl_area {
	margin-bottom: 50px;
}
div.ttl_area p.ans {
    margin: 5px 0 30px 0;
    padding: 2px 15px 0px 30px;
    background: url(/www/disoft/int/share/images/ttl_ico_a.gif) left top no-repeat;
    font-size: 15px;
    font-weight: normal;
}

/*
	-------------------------
		title
	-------------------------
*/
div.contents.qa h2 {
    margin: 5px 0 10px 0;
    padding: 2px 15px 5px 30px;
    background: url(/www/disoft/int/share/images/ttl_ico_q.gif) left top no-repeat;
    font-size: 16px;
    border-bottom: 1px #ccc solid ;
}

/*
	-------------------------
		list
	-------------------------
*/
div.ttl_area ul.anchor {
    margin: 5px 0 30px 50px;
}
div.ttl_area ul.anchor li {
    margin-bottom: 5px;
    list-style: url(/www/disoft/int/share/images/ico_arrowdown.gif) ;
    padding-left: 5px;
}
div.ttl_area ul.anchor ul {
    margin: 5px 0 15px 15px;
}
div.ttl_area ul.anchor ul li {
    list-style: disc;
    margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
	div.ttl_area ul.anchor {
	    margin: 5px 0 30px 20px;
	}
	div.ttl_area ul.anchor li,
	div.ttl_area ul.anchor ul li {
	    margin-bottom: 0;
	}
}

/*
	-------------------------
		attention_area
	-------------------------
*/
.qa .attention_area {
	margin: 15px 0 30px 1em;
	padding: 0;
	border: solid 3px #c74f4d;
	background-color: #fff;
}
.qa .attention_area dt {
	padding: 4px 6px;
	margin: 0;
	color: #fff;
	background-color: #c74f4d;
	font-weight: bold;
}
.qa .attention_area dd {
	padding: 15px 10px 0 10px;
	margin: 0;
}
@media screen and (max-width: 640px) {
.qa .attention_area {
	margin: 15px 0 30px;
	}
}

/*
	-------------------------
		onepoint_area
	-------------------------
*/
.qa .onepoint_area {
	margin: 15px 0 30px 1em;
	padding: 0;
	border: solid 3px #376092;
	background-color: #fff;
}
.qa .onepoint_area dt {
	padding: 4px 6px;
	margin: 0;
	color: #fff;
	background-color: #376092;
	font-weight: bold;
}
.qa .onepoint_area dd {
	padding: 15px 10px 0 10px;
	margin: 0;
}
@media screen and (max-width: 640px) {
.qa .onepoint_area {
	margin: 15px 0 30px;
	}
}