<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*
	================================================================================================
		tablet support contents format
	================================================================================================
*/

/*
	============================================================================
		base
	============================================================================
*/

/*
	====================================
		layout
	====================================
*/

#contents div.section {
	margin-bottom: 2em;
	clear: both;
}

#contents div.section_title {
	margin-bottom: 0;
	clear: both;
}

#contents .fltLeft { float: left; }
#contents .fltRight { float: right; }
#contents .fltCenter {
	margin-right: auto;
	margin-left: auto;
}

#contents .fltLeft,
#contents .fltRight,
#contents ol,
#contents ul,
#contents dl,
#contents div.section,
#contents div.section_title,
div.fb-like { /zoom: 1; }

#contents .fltLeft:after,
#contents .fltRight:after,
#contents ol:after,
#contents ul:after,
#contents dl:after,
#contents div.section:after,
#contents div.section_title:after,
div.fb-like:after { content: ''; display: block; clear: both; height: 0; }



/*
	====================================
		title
	====================================
*/

#column2-left760 #tmp-localnavi #inc-splocalnavi ul li.current a {
	font-weight: 700;
}

#container h1 img {
	margin: 1px 0 10px 16px;
}

#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
	color: #444444;
	line-height: 1.25;
}

#contents h2 {
	font-size: 140%;
	padding: 4px 17px 6px;
	border-bottom: 1px #ccc solid;
	background: url('/support/tablet/share/images/bg_h2_head.gif') repeat-x;
}

#contents h3.gray_band {
	font-size: 115%;
	padding: 5px 17px 4px;
	background-color: #e3e3e3;
	background-image: none;
}

#contents h3 {
	font-size: 115%;
	padding: 4px 17px 6px;
	background: url('/support/tablet/share/images/bg_h3_head.gif') no-repeat right bottom;
}

#contents h4.gray_line {
	font-size: 105%;
	padding: 4px 17px 6px;
	background: url('/support/tablet/share/images/bg_h3_head.gif') no-repeat right bottom;
}

#contents h4 {
	font-size: 105%;
	padding: 4px 17px 6px;
}

#contents h5.gray_line {
	padding: 4px 17px 6px;
	background: url('/support/tablet/share/images/bg_h3_head.gif') no-repeat right bottom;
}

#contents h5 {
	padding: 4px 17px 6px;
}

#contents h4,
#contents h5 {
	margin-bottom: 15px;
}

#contents p {
	margin: 0 1em 1.25em;
}


/*
	====================================
		tab
	====================================
*/
div#contents div.mode_tab3,
div#contents div.mode_tab4 {
	margin-left: 12px;
}

div#contents div.mode_tab3:after,
div#contents div.mode_tab4:after { content: ''; display: block; clear: both; height: 0; }

div#contents div.mode_tab3,
div#contents div.mode_tab4 { /zoom: 1; }

div#contents div.mode_tab3 ul,
div#contents div.mode_tab4 ul {
	list-style-type: none;
	width: 740px;
	height: 37px;
	margin: 0;
	padding: 0;
}

div#contents  div.mode_tab3 ul li {
	list-style-type: none;
	float: left;
	width: 243px;
	height: 37px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

div#contents  div.mode_tab4 ul li {
	list-style-type: none;
	float: left;
	width: 180px;
	height: 37px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

div#contents div.mode_tab3 ul li#tab3_02,
div#contents div.mode_tab3 ul li#tab3_03,
div#contents div.mode_tab4 ul li#tab4_02,
div#contents div.mode_tab4 ul li#tab4_03,
div#contents div.mode_tab4 ul li#tab4_04 {
	margin-left: 5px;
	_margin-left: 5px;	/* IE6 */
}

div#contents div.mode_tab3 ul li a {
	display: block;
	height: 37px;
	line-height: 37px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background: url("/support/tablet/share/images/tab/tab3_ot.jpg") no-repeat;
	width: 243px;
}

div#contents div.mode_tab4 ul li a {
	display: block;
	height: 37px;
	line-height: 37px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background: url("/support/tablet/share/images/tab/tab4_ot.jpg") no-repeat;
	width: 180px;
}

div#contents div.mode_tab3 ul li.on a {
	background: url("/support/tablet/share/images/tab/tab3_ov.jpg") no-repeat;
}

div#contents div.mode_tab4 ul li.on a {
	background: url("/support/tablet/share/images/tab/tab4_ov.jpg") no-repeat;
}

div#contents div.mode_tab3 ul li a:hover {
	text-decoration: none;
	background: url("/support/tablet/share/images/tab/tab3_ov.jpg") no-repeat;
}

div#contents div.mode_tab4 ul li a:hover {
	text-decoration: none;
	background: url("/support/tablet/share/images/tab/tab4_ov.jpg") no-repeat;
}


div#contents div.mode_tab3 ul li a span,
div#contents div.mode_tab3 ul li.on a span, 
div#contents div.mode_tab4 ul li a span,
div#contents div.mode_tab4 ul li.on a span {
	color: #43677e;
	margin-left: 5px;
	padding-left: 10px;
	background: transparent url("/support/tablet/share/images/tab/arrow_black.gif") no-repeat 0 4px;
}




/*
	====================================
		list
	====================================
*/

#contents ul,
#contents ol {
	margin: 0 0 0 2em;
	padding: 0.5em 0;
}

#contents dl {
	margin: 0;
	padding: 0.5em 0;
}

#contents li {
	margin-left: 1em;
	margin-bottom: .35em;
}

#contents ul li,
#contents ol ul li {
	list-style: disc outside;
}

#contents ol li {
	list-style: decimal outside;
}

#contents ul li span {
	color: #999999;
}

/* for IE6, IE7 */

#contents ul,
#contents ol {
	/margin: 0 0 0 1.5em;
	/padding: 0.5em 0;
}

#contents li {
	/margin-left: 2.5em;
}

/* for IE8 */

#contents ul,
#contents ol {
	margin: 0 0 0 1.5em\9;
	padding: 0.5em 0\9;
}

#contents li {
	margin-left: 2.5em\9;
}


/*
	====================================
		list (index)
	====================================
*/

#contents #index_list ul {
	margin: 0;
	padding: 0;
}

#contents #index_list li {
	list-style: none outside;
	float: left;
	margin-left: 0 0 13px;
}


/* for IE6, IE7 */

#contents #index_list li {
	/margin-left: 1em;
}

/* for IE8 */

#contents #index_list li {
	margin-left: 1em\9;
}

/*
	====================================
		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;
}


/*
	====================================
		list (btn_area)
	====================================
*/

div#contents ul.btn_area li {
	list-style: none outside none;
}
div#contents ul.btn_area {
	margin-left: 0;
}

div#contents ul.btn_area li {
    float: left;
    height: 42px;
    padding: 0;
    width: 171px;
}

.clear {
    clear: both;
}



/* for IE6, IE7 */

div#contents ul.btn_area li {
	/margin-left: 1em;
}

/* for IE8 */

div#contents ul.btn_area li {
	margin-left: 1em\9;
}


/*------select model-----*/

div#contents div#select_model ul.btn_area li {
    float: left;
    height: 300px;
    padding: 0;
    width: 350px;
    margin-bottom: 13px;
}

/*------systemupdate banner-----*/

div#contents div#systemupdate {
	margin: 10px auto 50px auto;
}

div#contents div#systemupdate ul {
    margin-left: 0;
}

div#contents div#systemupdate ul.bnr_area li {
    float: left;
    height: 86px;
    padding: 0;
	margin-bottom: 1em;
    width: 360px;
	list-style: none outside none;
}

/* for IE6, IE7 */

div#contents div#systemupdate ul.bnr_area li {
	/margin-left: 1em;
}

/* for IE8 */

div#contents div#systemupdate ul.bnr_area li {
	margin-left: 1em\9;
}

/*------/systemupdate banner-----*/

/*
	====================================
		link
	====================================
*/

ul.menulist li.current a {
	color: #000;
}

#contents ul.link_in,
#contents ul.link_movie {
	margin-left: 1em;
}

#contents ul.link_movie {
	/margin-left: 0;	/* for IE6, IE7 */
	margin-left: 0\9;	/* for IE8 */
}

#contents ul.link_in li,
#contents ul.link_movie li {
	list-style: none;
	background: url('/share/images/arrow_black.gif') no-repeat 0 .5em;
	text-indent: 0;
	padding-left: 10px;
}

#contents a.link_in {
	padding-left: 10px;
	background: url('/share/images/arrow_black.gif') no-repeat 2px .5em;
}

#contents ul.link_in li {
	margin-bottom: 0.7em;
}

#contents ul.link_movie li {
	margin-bottom: 1em;
}


#contents ul.link_movie img {
	margin-right: 5px;
}

#contents span.link_out {
    background: url('/support/tablet/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;
}


#contents ul.link_page li {
	list-style: none;
	background: url('/support/tablet/share/images/icon_under_arrow.gif') no-repeat 0 .4em;
	text-indent: 0;
	padding-left: 12px;
}

/* for IE6, IE7 */

#contents ul.link_in {
	_margin-left: 0em;
}

/* for IE8 */

#contents ul.link_in {
	margin-left: 0em\9;
}

/*
	====================================
		definition
	====================================
*/

#contents dl dd h3,
#contents dl dd h4,
#contents dl dd h5 {
	font-size: 93%;
	margin-bottom: .1em;
}

#contents dl { 
	margin: 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; }


/*
	====================================
		box_info_area
	====================================
*/

#contents .box_info_area {
	margin: .5em 5px 1em 5px;
	padding: 0 0 9px;
	/padding: 0;
	background: #f3f3f3 url('/support/tablet/share/images/box/info-201br.gif') no-repeat bottom right;
}

#contents .box_info_area * { border: none; }

#contents .box_info_area dl {
	width: 100%;
	list-style: none;
	margin: 0;
	/margin: 0 0 9px;
	padding: 0;
	background: transparent url('/support/tablet/share/images/box/info-202tr.gif') no-repeat top right;
}

#contents .box_info_area dl dt {
	float: right;
	width: 100%;
	height: 40px;
	padding: 0;
	margin-left: 0;
	background: transparent url('/support/tablet/share/images/box/info-203tl.gif') no-repeat top left;
}

#contents .box_info_area dl dd {
	float: left;
	margin: -38px 0 -9px;
	/margin: -36px 0 0;
	padding: 16px 0 0 54px;
	/padding: 16px 8px 0 54px;
	background: transparent url('/support/tablet/share/images/box/info-204bl.gif') no-repeat bottom left;
}

#contents .box_info_area dl dt.caution img,
#contents .box_info_area dl dt.info img {
	position: absolute;
	margin: 12px 16px;
}

#contents .box_info_area dl dd ul,
#contents .box_info_area dl dd ol {
	margin: 0 1em 0.5em 1em;
}

#contents .box_info_area dl dd ol {
	padding-left: .6em;
}

/*
	====================================
		table
	====================================
*/

#contents table {
	margin: 0em 1em 2em 1em;
	padding: 0;
}

#contents table th {
	background-color: #6E6E6E;
	color: #FFF;
	font-weight: 300;
	text-align: center;
}

#contents th,
#contents td {
	border: 1px solid #000;
	padding: .5em;
}

#contents th {
	font-weight: bold;
	text-align: center;
}

#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;
}



/*
	============================================================================
		Q&amp;A / pagenavi
	============================================================================
*/
div#faq,
div#pagenavi {
	background-color: #f3f3f3;
	border: 1px solid #d2d2d2;
}

div#faq ul,
div#pagenavi ul {
	padding-top: 8px;
}

div#faq ul.link_in li,
div#pagenavi ul.link_in li {
	padding: 5px 0 5px 10px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #d2d2d2;
    width: 710px;
    background: url("/share/images/arrow_black.gif") no-repeat scroll 0 0.9em transparent;
    list-style: none outside none;
    text-indent: 0;
}
 
div#faq ul li.bottom,
div#pagenavi ul li.bottom {
    border-bottom: none;
    margin-bottom: 0px;
}

div#faq li.current a,
div#pagenavi li.current a {
	font-weight: 700;
    color: #000000;
}


/*
	====================================
		image
	====================================
*/

#contents .section div.pct img {
	margin: 15px 0 30px 15px;
}

#contents .section img.pct_line {
	border: 1px solid #666;
}

#contents .section img.sImg {
	margin: 15px 0px 0px 0px;
}

#contents img.icon {
	vertical-align: middle;
	margin: 0px 2px;
}

.pct_cnt {
	text-align: center;
	margin-bottom: 30px;
}
/*
	====================================
		option
	====================================
*/
#contents .notice {
	border: 1px solid #f00;
	margin: 0 0 1em;
	padding: 1em;
}

#contents .notice_b {
	border: 1px solid #000;
	margin: 0 0 1em;
	padding: 1em;
}

#contents .accent {
	color: #ff0000;
}

#contents .page_top {
	text-align: right;
}

div#contents div.backtotop {
    text-align: center;
}

div#contents span.new {
	color: #FF0000;
	font-weight: bold;
	margin-left: 3px;
}

    
/*
	====================================
		support_model
	====================================
*/


div#contents div.support_xtzxtst {
	width: 434px;
	height: 22px;
	margin: 0.7em 0 1.3em 326px;
	background: url("/support/tablet/share/images/pct_support_xtzxtst.gif") no-repeat right top;
}

div#contents div.support_xtzxt {
	width: 314px;
	height: 22px;
	margin: 0.7em 0 1.3em 446px;
	background: url("/support/tablet/share/images/pct_support_xtzxt.gif") no-repeat right top;
}

div#contents div.support_xtzst {
	width: 302px;
	height: 22px;
	margin: 0.7em 0 1.3em 458px;
	background: url("/support/tablet/share/images/pct_support_xtzst.gif") no-repeat right top;
}

div#contents div.support_xtst {
	width: 302px;
	height: 22px;
	margin: 0.7em 0 1.3em 458px;
	background: url("/support/tablet/share/images/pct_support_xtst.gif") no-repeat right top;
}

div#contents div.support_xtz {
	width: 182px;
	height: 22px;
	margin: 0.7em 0 1.3em 578px;
	background: url("/support/tablet/share/images/pct_support_xtz.gif") no-repeat right top;
}

div#contents div.support_xt {
	width: 182px;
	height: 22px;
	margin: 0.7em 0 1.3em 578px;
	background: url("/support/tablet/share/images/pct_support_xt.gif") no-repeat right top;
}

div#contents div.support_st {
	width: 170px;
	height: 22px;
	margin: 0.7em 0 1.3em 590px;
	background: url("/support/tablet/share/images/pct_support_st.gif") no-repeat right top;
}



    
/*
	============================================================================
		index
	============================================================================
*/

div#index {
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 760px;
}

div#index div.indexhead {
	background: url("/support/tablet/share/images/box/index_head.gif") no-repeat;
    margin: 0;
    padding: 0;
    width: 760px;
}

div#index div.indexhead p {
    color: #ffffff;
    margin: 0;
    padding: 4px 0 0 38px;
    font-weight: bold;
}

div#index div.indexbody {
    margin: 0px;
    padding-top: 15px;
}

div#index div .indexbody img {
	margin: 0px;
}

div#index div.indexbody .indextitle p {
    float: left;
    margin: 0px;
    padding: 0 0 10px 10px;
    width: 47%;
}

div#index div.indexbody .clearindex {
    clear: both;
}

div#index div.indexbodyarea {
    background: url("/support/tablet/share/images/box/index_body.gif") repeat-x;
    border-color: #c6d3dc;
    border-style: solid;
    border-width: 0 1px;
    margin: px;
    padding: 0px;
    width: 758px;
}

div#index div.indexfoot {
    background: url("/support/tablet/share/images/box/index_foot.gif") no-repeat;
    height: 10px;
    margin: 0px;
    padding: 0px;
    width: 760px;
}


    
/*
	============================================================================
		Facebook
	============================================================================
*/

  
div.fb-like {
    display: block;
    padding-bottom: 15px;
    text-align: right;
    width: 700px;
	_text-align: left;		/* for IE6 */
	*width/*\**/: 730px\9;	/* for IE7 */
	width: 730px\9;			/* for IE8 */
}


/*
	============================================================================
		nest
	============================================================================
*/


/*  ol &gt; annotation  */

#contents ol ul,
#contents ol ol {
	margin-left: 0;
}

/*  ol &gt; annotation &gt; link_in  */

#contents ol ul.annotation li ul.link_in li,
#contents ol ul.annotation2 li ul.link_in li {
	padding-left: 10px;
}

/*	link_in &gt; annotation  */
#contents ul.link_in 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;
}

#contents ul.link_movie li ul.annotation,
#contents ul.link_movie li ul.annotation2{
	margin-left: 0;
}


/*  annotation &gt; li  */
#contents ol ul.annotation li ul li,
#contents ol ul.annotation2 li ul li {
	list-style: disc;
	padding-left: 5px;
	*padding-left: 0;	/* for IE6, IE7 */
	*padding-left: 0\9;	/* for IE8 */
	font-size: 1em;
}


/*  annotation &gt; link_in  */
#contents ul.annotation li ul.link_in li,
#contents ul.annotation2 li ul.link_in li {
	margin-left: 0;
	font-size: 1em;
	list-style: none;
}


/*  box_info_area &gt; li &gt; link_in  */
#contents .box_info_area dl dd ul li ul.link_in,
#contents .box_info_area dl dd ul li ul.link_in li {
	margin-left: 0;
}


/*  box_info_area &gt; li &gt; contents  */
#contents .box_info_area dl dd ul li ul.annotation,
#contents .box_info_area dl dd ul li ul.annotation2 {
	margin-left: 0;
	padding: 0;
}

/*  box_info_area &gt; li,ol  */
#contents .box_info_area dl dd ul,
#contents .box_info_area dl dd ol {
	*margin-left: 0;
}

/*  box_info_area &gt; dl  */
#contents .box_info_area dl dd dl,
#contents .box_info_area dl dd dl dt,
#contents .box_info_area dl dd dl dd {
	background: none;
}

/* 2013-06-20 */
#column2-left760 .inc-linkbox01 h2 span{
	display: none;
}
#inc-splocalnavi h2 span {
	display: none;
}

/*
	============================================================================
		chat_support
	============================================================================
*/
#contents div.chatsupport {
	width: 600px;
	border: 1px dotted #666666;
	background-color: #eeeeee;
	padding: 15px 15px 20px 15px;
	margin-bottom: 30px;
}
#contents div.chatbnr_left {
	width: 250px;
	float: left;
	margin-left: 15px;
}
#contents div.chatbnr_right {
	width: 320px;
	margin-left: 10px;
	float: left;
}
#contents div.chatbnr_right h5 {
	margin-bottom: 0px;
}
#contents div.chatbnr_clear {
	clear: both;
}</pre></body></html>