<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
/*
	================================================================================================
		support software share css base_jp
	================================================================================================
*/
/*
	====================================
		basic css
	====================================
*/
html{
	background-color:#fff;
	color: #333;
}
div.js-category-header ul.txtlink {
	background: url(/support/ichigan/images/arrow_black2.gif) no-repeat left 0.4em;
	padding: 0px 0px 0px 10px;
}
:root div.js-category-header ul.txtlink {
	background: none;
	padding: 0;
}
#supporttop_link_guide .supporttop_link .arrow {
    background: url(/support/share/images/arrow_black.gif) no-repeat scroll 0 4px;
}
ul.menulist li {
	background: url(/support/share/images/arrow_black.gif) no-repeat scroll 0 4px;
}

/*
	====================================
		layout
	====================================
*/
#contents div.section_headline {
	margin-bottom: 2em;
	clear: both;
}
#contents .fltLeft { float: left; }
#contents .fltRight { float: right; }
#contents .fltCenter {
	margin-right: auto;
	margin-left: auto;
}
#contents .fltLeft:after,
#contents .fltRight:after,
#contents ol:after,
#contents ul:after,
#contents dl:after,
#contents div.section:after,
#contents div.section_headline:after,
div.fb-like:after { content: ''; display: block; clear: both; height: 0; }
ul.txtlink li {
	float: none;
}
a.textLink {
	display: inline;
	margin: 0 3px 0 7px;
	background-position: 0px;
}

/*
	====================================
		title
	====================================
*/
#contents p {
	margin: 0 1em 1.25em;
}
#contents h4.title {
    background-color: #e3e3e3;
    background-image: none;
    border: medium none;
    font-size: 15px;
    padding: 5px 15px 4px;
}
#contents h5 {
	margin: 4px 8px 10px;
	padding-top: 6px;
	padding-bottom: 2px;
	line-height: 1.25;
}
#contents h6 {
	margin: 4px 12px 10px;
	color: #444444;
	line-height: 1.25;
    font-size: 95%;
}
@media screen and (max-width: 640px) {
#contents p {
	margin: 0 5px 1.25em 5px;
}
#contents h5 {
	margin: 4px 2px 10px;
}
}

/*
	====================================
		list
	====================================
*/
#contents ul,
#contents ol {
	margin: 0 0 1em 2em;
	padding: 0.5em 0;
}
#contents dl {
	margin: 0;
	padding: 0.5em 0;
}
#contents li {
	margin-left: 0.5em;
	margin-bottom: .35em;
}
/* for IE8 */
#contents ul,
#contents ol {
	margin: 0 0 1em 1.5em\9;
	padding: 0.5em 0\9;
}
/* for IE6, IE7 */
#contents ul,
#contents ol {
	*margin: 0 0 1em 1.5em;
	*padding: 0.5em 0;
}
#contents ol {
	*padding: 0.5em 1em;
}
@media screen and (max-width: 640px) {
#contents ul,
#contents ol {
	margin: 0 0 1.5em 1em;
	margin-bottom: 1.5em\9;
}
#contents li {
	margin-left: 0.8em;
}
}

/*
	====================================
		list (annotation)
	====================================
*/
#contents ul.annotation li {
	list-style: none;
	text-indent: -0.7em;
	font-size: 0.9em;
}
#contents ul.annotation2 li {
	list-style: none;
	text-indent: -1.8em;
	font-size: 0.9em;
}
#contents ul.annotation2  {
	margin-left: 2.9em;
}
#contents ol li ul.annotation,
#contents ul li ul.annotation,
#contents dl dt ul.annotation,
#contents dl dd ul.annotation,
#contents ol li ul.annotation2,
#contents ul li ul.annotation2,
#contents dl dt ul.annotation2,
#contents dl dd ul.annotation2 {
	margin-left: 1em;
}
@media screen and (max-width: 640px) {
#contents ul.annotation  {
	margin-left: 1em;
}
#contents ul.annotation2  {
	margin-left: 2em;
}
#contents ol li ul.annotation,
#contents ul li ul.annotation,
#contents dl dt ul.annotation,
#contents dl dd ul.annotation,
#contents ol li ul.annotation2,
#contents ul li ul.annotation2,
#contents dl dt ul.annotation2,
#contents dl dd ul.annotation2 {
	margin-left: 0.5em;
}
}

/*
	====================================
		link
	====================================
*/
#contents span.link_out {
    background: url(/support/software/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;
}
ul.link_movie li,
#contents ul.link_movie li {
	margin-bottom: 1em;
}
ul.link_movie img,
#contents ul.link_movie img {
	margin-right: 5px;
}
/*	txtlink &gt; annotation  */
#contents ul.txtlink li ul.annotation li {
	background: none;
	padding-left: 0;
}
/*	link_movie &gt; annotation  */
#contents ul.link_movie li ul.annotation li,
#contents ul.link_movie li ul.annotation2 li{
	background: none;
	text-indent: -10px;
}

/*===========================================
	attentionArea
=============================================*/
div.attentionArea {
	border:1px #CCCCCC solid;
	background:#F5F5F5;
	margin: 15px 0px 30px 5px;
	padding: 10px;
	clear:both;
}
div.attentionArea div.attentionBox {
	background:url(/support/software/share/images/ico_attention.png) no-repeat;
	margin: 0px;
	padding: 10px 0px 0px 40px;
	min-height: 25px;
}
#contents div.attentionArea div.attentionBox p{
	  margin: 0 1em 0.8em;
}
@media screen and (max-width: 640px) {
div.attentionArea {
	padding: 3px;
}
div.attentionArea div.attentionBox {
	padding: 2px 0px 0px 40px;
}
#contents div.attentionArea div.attentionBox p{
	  margin-left: 0.5em;
}
div.attentionArea ul li {
	margin-left: 1em!important;
}
}

/*===========================================
	pointArea
=============================================*/
div.pointArea {
	background:#FAF5C8;
	margin: 15px 0px 30px 5px;
	padding: 10px;
	clear:both;
}
div.pointArea div.pointBox {
	background:url(/support/software/share/images/ico_point.png) no-repeat;
	margin: 0px;
	padding: 10px 0px 0px 40px;
	min-height: 25px;
}
#contents div.pointArea div.pointBox p{
	  margin: 0 1em 0.8em;
}
@media screen and (max-width: 640px) {
div.pointArea {
	padding: 3px;
}
div.pointArea div.pointBox {
	padding: 2px 0px 0px 40px;
}
div.img-point img {
	width: 80%;
	height: auto;
}
#contents div.pointArea div.pointBox p{
	  margin-left: 0.5em;
}
div.pointArea ul li {
	margin-left: 1em!important;
}
}

/*===========================================
	pregArea
=============================================*/
div.pregArea {
	width: 750px;
	margin: 0 0 0 10px;
	padding: 0px;
}
div.pregArea div.pregBox {
	margin: 15px 0px 30px 0px;
	padding: 0px;
}
div.pregArea div.pregBox div.leftArea {
	width:350px;
	margin:0px;
	padding:0px;
	float:left;
}
div.pregArea div.pregBox div.rightArea {
	width:350px;
	margin:0px;
	padding:0px;
	float:right;
}
@media screen and (max-width: 640px) {
div.pregArea {
	width: auto;
	margin: 0;
}
div.pregArea div.pregBox div.leftArea {
	width:auto;
	float: none;
}
div.pregArea div.pregBox div.rightArea {
	width:auto;
	float: none;
}
}

/*===========================================
	dotArea
=============================================*/
div.dotArea {
	margin:0 0 30px 15px;
	padding:0 0 30px 0;
	background: url(/support/software/share/images/dotline.gif) repeat-x bottom;
	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.line-none {
	background: none;
	clear:both;
	padding: 0;
	margin: 0 0 0 15px;
}
@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.img img {
  width: 100%;
  height: auto;
}
}

/*
	====================================
		image
	====================================
*/
#contents .section div.pct img {
	margin: 10px 0 30px 15px;
}
#contents img.icon {
	vertical-align: middle;
	margin: 0px 3px;
}
img.pct_line {
  border: 1px solid #666;
}
@media screen and (max-width: 640px) {
#contents .section div.pct img {
margin: 10px 0 30px;
}
.resizeimg {
	min-width: 134px;
}
.resizeimg img {
	width: 94%;
	height: auto;
}
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;}
}

/*
	====================================
		option
	====================================
*/
#contents .notice {
	border: 1px solid #ee0000;
	margin: 0 0 1em;
	padding:1.25em 1.25em 0 1.25em;
}
#contents .notice_b {
	border: 1px solid #000;
	margin: 0 0 1em;
	padding:1.25em 1.25em 0 1.25em;
}
#contents .notice_gray {
	border: 1px solid #CCCCCC;
	margin: 0 0 1em;
	padding:1.25em 1.25em 0 1.25em;
    overflow: hidden;
}
#contents .notice_gray_b {
	background: none repeat scroll 0 0 #EBEBEB;
	border: 1px solid #999999;
	margin: 0 0 1em;
	padding:1.25em 1.25em 0 1.25em;
}
#contents .notice_blue {
	border: 2px solid #4C96C8;
	margin: 0 0 1em;
	padding:1.25em 1.25em 0 1.25em;
}
#contents .accent {
	color: #ff0000;
}
#contents .notice p,
#contents .notice_b p,
#contents .notice_gray p,
#contents .notice_gray_b p,
#contents .notice_blue p,
#contents .accent p {
	margin-left: 0;
}

/*===========================================
	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(/support/software/share/images/no_01.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no2 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/support/software/share/images/no_02.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no3 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/support/software/share/images/no_03.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no4 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/support/software/share/images/no_04.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no5 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/support/software/share/images/no_05.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no6 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/support/software/share/images/no_06.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no7 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/support/software/share/images/no_07.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no8 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/support/software/share/images/no_08.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no9 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/support/software/share/images/no_09.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no10 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/support/software/share/images/no_10.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no11 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/support/software/share/images/no_11.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no12 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/support/software/share/images/no_12.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no13 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/support/software/share/images/no_13.gif) no-repeat 0px 0px;
	font-weight:bold;
}
.no14 {
	padding: 3px 0px 3px 35px;
	margin-left: 0 !important;
	background: url(/support/software/share/images/no_14.gif) no-repeat 0px 0px;
	font-weight:bold;
}
/* num */
.num_01 {
	margin-top:20px;
	padding:1px 0 3px 27px;
	background: url(/support/software/share/images/num_01.gif) no-repeat;
}
.num_02 {
	margin-top:20px;
	border-top: #999 1px dotted;
	padding:20px 0 3px 27px;
	background: url(/support/software/share/images/num_02.gif) no-repeat 0 20px;
}
.num_03 {
	margin-top:20px;
	border-top: #999 1px dotted;
	padding:20px 0 3px 27px;
	background: url(/support/software/share/images/num_03.gif) no-repeat 0 20px;
}
.num_04 {
	margin-top:20px;
	border-top: #999 1px dotted;
	padding:20px 0 3px 27px;
	background: url(/support/software/share/images/num_04.gif) no-repeat 0 20px;
}
.num_05 {
	margin-top:20px;
	border-top: #999 1px dotted;
	padding:20px 0 3px 27px;
	background: url(/support/software/share/images/num_05.gif) no-repeat 0 20px;
}
.num_06 {
	margin-top:20px;
	border-top: #999 1px dotted;
	padding:20px 0 3px 27px;
	background: url(/support/software/share/images/num_06.gif) no-repeat 0 20px;
}
.num_07 {
	margin-top:20px;
	border-top: #999 1px dotted;
	padding:20px 0 3px 27px;
	background: url(/support/software/share/images/num_07.gif) no-repeat 0 20px;
}
.num_08 {
	margin-top:20px;
	border-top: #999 1px dotted;
	padding:20px 0 3px 27px;
	background: url(/support/software/share/images/num_08.gif) no-repeat 0 20px;
}

/*================================================
	Button
================================================*/
#contents ul.btn_area_text {
	margin: 0 0 30px 0;
	padding:0;
}
.btn_area_text li {
    list-style-type: none;
	float: left;
	clear: none;
	margin:0 0 5px 15px;
	padding: 0px;
}
.mod-linkButton {
    background: url("/support/software/share/images/bg_mod-linkButton.jpg") repeat-x scroll 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) {
	#contents ul.btn_area_text li {
		float: none;
		padding-bottom: 5px;
		margin-left: 0;
	}
	.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
================================================*/
.anchor_box {
    margin-bottom: 30px;
    overflow: hidden;
}
.anchor_box .anchor_box_inner {
    margin-top: 20px;
    padding: 10px;
}
.anchor_box li {
    float: left;
    list-style: outside none none;
    margin-bottom: 10px;
    margin-right: 7px;
    padding-right: 20px;
}
.anchor_box_inner li {
    float: left;
    margin-bottom: 10px;
    margin-right: 7px;
}
.anchor_box .anchorlink {
    background: url("/support/share/images/arrow_underline.gif") no-repeat scroll left 0.4em;
    margin: 0 0 15px;
    padding: 0 0 3px 10px;
}
ul.series {
    margin-left: 0;
}
.series li {
    list-style: outside none none;
}
.series li .anchorButtonA {
    width: 190px;
}
.anchor_box_02 {
    margin-bottom: 30px;
    overflow: hidden;
}
.anchor_box_02 .anchor_box_inner {
    padding: 10px;
}
.anchor_box_02 li {
    float: left;
    list-style: outside none none;
    padding-right: 20px;
}
.anchor_box_02 .anchorlink {
    background: url("/support/share/images/arrow_underline.gif") no-repeat scroll left 0.4em;
    margin: 0 0 15px;
    padding: 0 0 3px 10px;
}
span.arrowButtonA {
    background: url("/support/share/images/bg_btnA.png") no-repeat scroll 0 52%;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    padding: 2px 18px 2px 26px;
    transition: opacity 0.2s ease-in 0s;
}
a.anchorButtonA, span.anchorButtonA {
    background: url("/support/share/images/bg_btnB.png") repeat-x scroll 0 52%;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    padding: 2px 18px 2px 26px;
    transition: opacity 0.2s ease-in 0s;
}
a.anchorButtonA, a.arrowButtonA, a:hover span.anchorButtonA, a:hover span.arrowButtonA {
    color: #333;
    opacity: 0.5;
    text-decoration: none;
}
a.anchorButtonA.big, a.arrowButtonA.big, span.anchorButtonA.big, span.arrowButtonA.big {
    padding: 10px 18px 10px 26px;
}
@media (max-width: 640px) {
	.anchor_box .anchor_box_inner {
	    padding-left: 10px;
	}
	.anchor_box_inner li {
	    float: none;
	    margin-bottom: 8px;
	    margin-right: 0;
	    width: 100%;
	}
	.anchor_box_inner　li .anchorButtonA {
	    box-sizing: border-box;
	    width: 100%;
	}
	.anchor_box_02 li {
	    float: none;
	    list-style: outside none none;
	    padding-bottom: 10px;
	    padding-right: 20px;
	}
	.series li .anchorButtonA {
	    box-sizing: border-box;
	    width: 100%;
	}
}

/*================================================
	border_box
================================================*/
.border_box {
    border: 1px solid #ccc;
}
.border_box h3 {
    font-size: 108%;
    padding: 1em;
}
.border_box ul {
    padding: 0 1em 1em 0;
}
.border_box li {
    list-style-position: outside;
    list-style-type: disc;
    margin: 0 0 10px 3em;
}
@media (max-width: 640px) {
	.border_box li {
	    margin-left: 2.2em;
	}
}

/*================================================
	tabBtn
================================================*/
ul.tabBtn {
    margin: 15px auto 0;
    padding: 0;
    width: auto;
}
ul.tabBtn li {
    cursor: pointer;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 370px;
}
ul.tabBtn li#tabRightBtn {
    float: right;
}
ul.tabBtn li#tabLeftBtn {
    float: left;
}
ul.tabBtn li img {
    vertical-align: bottom;
}
.tabArea .title-2 {
    width: auto;
}
@media (max-width: 640px) {
	ul.tabBtn {
	    display: none;
	}
}

/*
	============================================================================
		pagenavi
	============================================================================
*/
#contents div.pagenavi {
	background-color: #fff;
	border: 1px solid #d2d2d2;
	width: 450px;
	margin: 0 0 20px 20px;
}
#contents div.pagenavi div.ttl {
	background-color: #f3f3f3;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
	font-weight: 700;
	padding: 10px;
}
#contents div.pagenavi ul {
	margin: 0 0 0.5em 1em;
	padding-top: 8px;
}
#contents div.pagenavi ul.txtlink li {
	padding: 5px 0 5px 10px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #d2d2d2;
    width: 390px;
    background: url("/share/images/arrow_black.gif") no-repeat scroll 0 0.9em transparent;
    list-style: none outside none;
    text-indent: 0;
}
#contents div.pagenavi ul li.bottom {
    border-bottom: none;
    margin-bottom: 0px;
}
#contents div.pagenavi li.current a {
	font-weight: 700;
    color: #000000;
}

/*====================================
	definition
====================================*/
#contents dl dd h3,
#contents dl dd h4,
#contents dl dd h5 {
	font-size: 93%;
	margin-bottom: .1em;
}
#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 dt { margin-left: 0; }
#contents dl dd { margin-left: 0.5em; }
}

/*===========================================
	anchorBtn アンカーボタン
=============================================*/
#contents ul.anchorBtnA,
#contents ul.anchorBtnB {
	margin: 0 0 30px 0;
	padding:0;
	list-style:none;
}
#contents 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;
    word-break: break-all;
    background: url(/support/software/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	
	/* behavior: url(./css/PIE.htc); */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contents 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;
    word-break: break-all;
    background: url(/support/software/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	
	/* behavior: url(./css/PIE.htc); */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contents ul.anchorBtnA li a,
#contents ul.anchorBtnB li a {
	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;
}
#contents ul.anchorBtnA li a.one-line,
#contents ul.anchorBtnB li a.one-line {
    padding: 15px 10px;
}
#contents ul.anchorBtnA li span,
#contents ul.anchorBtnB li span {
	background: url(/support/software/share/images/arrow_black-b.png) no-repeat 0 0.5em;
    padding: 0 0 0 15px;
}
#contents ul.anchorBtnA li p,
#contents ul.anchorBtnB li p {
	margin-left:15px;
}
#contents ul.anchorBtnA li a:hover,
#contents ul.anchorBtnB li a:hover {
    opacity: 0.5;
    text-decoration: none;
}
@media screen and (max-width: 640px) {
#contents ul.anchorBtnA li {
	margin-left: 0;
	width: auto;
	float: none;
}
#contents ul.anchorBtnB li {
	margin-left: 0;
	width: auto;
}
#contents ul.anchorBtnA li a.one-line,
#contents ul.anchorBtnB li a.one-line {
    padding: 10px;
}
}

/*===========================================
	host_guest
=============================================*/
div.host {
  margin: 10px;
  padding: 5px;
  background-color: #deffff;
}
div.guest {
  margin: 10px;
  padding: 5px;
  background-color: #fbebeb;
}
@media screen and (max-width: 640px) {
div.host,
div.guest {
  margin: 10px 0 10px 0;
}
}

/*===========================================
	table 
=============================================*/
.table-wrap {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
	margin-left: 13px;
}
.table-wrap table {
	border-top: 0 none;
	height: auto;
	margin-top: 10px;
	text-align: left;
	width: 97%;
	margin-bottom: 10px;
}
.table-wrap table th,
.table-wrap table td {
    border: 1px solid #CCCCCC;
}
.table-wrap table th {
	background-color: #F6F6F6;
	font-weight: normal;
	padding: 10px;
	text-align: center;
}
.table-wrap table td {
	padding: 10px;
}
#contents table {
	margin: 0em 1em 2em 1em;
	padding: 0;
}
#contents th {
  background: #E3E3E3;
  padding: 7px 2px;
  border: #CCC 1px solid;
  text-align: center;
  font-weight: normal;
}
#contents td {
	border: 1px solid #CCC;
	padding: 1em;
}
#contents caption {
	margin-bottom: .5em;
	text-align: center;
}
#contents fieldset,
#contents table,
#contents pre { margin-bottom: 1em; }
#contents td ul.annotation,
#contents td ul.annotation2 {
	margin-left: 0.5em;
}
/* for IE6, IE7 */
#contents td ul.annotation,
#contents td ul.annotation2 {
	/margin-left: 0em;
}
/* for IE8 */
#contents td ul.annotation,
#contents td ul.annotation2 {
	margin-left: 0em\9;
}

/*===========================================
	supportModel
=============================================*/
#contents div.pregArea dl.supportModel {
	margin: 15px 0 30px;
	padding: 0;
	border: solid 1px #cccccc;
}
#contents div.pregArea dl.supportModel dt {
	padding: 4px 6px;
	margin: 0;
	background-color: #eeeeee;
	border-bottom: solid 1px #cccccc;
	font-weight: bold;
}
#contents div.pregArea dl.supportModel dd {
	padding: 10px 10px 0 10px;
	margin: 0;
}
#contents div.pregArea dl.supportModel dd ul {
	margin-bottom: 0;
}
#contents li.ico_disc {
	list-style: none;
	padding-left: 1em;
	margin-left: 0;
	margin-bottom: 30px;
	background: url(/support/audio/download/images/ico_disc.gif) no-repeat 0px 6px !important;
}
#contents li.ico_disc p {
	margin-bottom: 0px;
}
#contents dl.targetModel {
	padding: 0;
}
#contents dl.targetModel dt,
#contents dl.targetModel dd {
	margin: 0;
}
#contents dl.targetModel dd li.ico_disc {
	margin: 0;
}

/*===========================================
	 comment List
=============================================*/
#contents ul.comment {
	margin: 0  0 30px 10px;
}
#contents ul.comment li {
	list-style: none;
    margin: 0 0 10px 0;
    text-indent: -2.5em;
    padding-left: 2.5em;
}
#contents dl.comment {
	margin: 0  0 30px 10px;
}
#contents dl.comment dt {
    margin: 0;
    text-indent: -2.5em;
    padding-left: 2.5em;
}
#contents dl.comment dd {
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 10px;
}
@media screen and (max-width: 640px) {
#contents ul.comment {
	margin: 0  0 30px 0;
}
}

/*===========================================
	margin
=============================================*/
.mt0 {
	margin-top: 0px !important;
}
.mt2{
	margin-top: 2px !important;
}
.mt3{
	margin-top: 3px !important;
}
.mt5{
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.ml0 { 
	margin-left:0 !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
/*
	--------------------------------------
		text
	--------------------------------------
*/
.colum2-right760 #contents {
	width: auto;
	word-break: break-all;
}

/*
	--------------------------------------
		line
	--------------------------------------
*/
.colum2-right760 #contents div.line {
    border:none;
    border-top:solid 1px #D0D0D0;
    height:1px;
	width: auto;
}
.colum2-right760 #contents div.line_dialogue_advice {
    border:none;
    border-top:solid 1px #E8E0D7;
    height:1px;
	width: auto;
}

/*
	--------------------------------------
	list_number
	--------------------------------------
*/
div.pregBox div.list_body {
	margin-left: 45px;
}
div.pregBox div.list_body_pct {
	margin-left: 45px;
}
div.pregBox div.leftArea_img400 {
	float: none;
	width: auto;
}
div.pregBox div.leftArea_img350 {
	float: none;
	width: auto;
}
div.pregBox div.leftArea_img300 {
	float: none;
	width: auto;
}
div.pregBox div.leftArea_img250 {
	float: none;
	width: auto;
}
div.pregBox div.leftArea_img200 {
	float: none;
	width: auto;
}
div.pregBox div.leftArea_img150 {
	float: none;
	width: auto;
}
}

/*===========================================
	movie
=============================================*/
#i_frame {
	width: 640px;
	margin: 0 auto 30px auto;
}
@media screen and (max-width: 640px) {
	#i_frame {
		width: auto;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
	}
	#i_frame iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}</pre></body></html>