﻿@charset "utf-8";



.support-column {
	padding: 12px 15px;
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.support-column-simple,
.support-column-multi {
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.support-column-multi {
	padding-bottom: 40px;
}

.support-column-multi:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
*+html .support-column-multi {
	display: inline-block;
}

.ttl_underline{
	text-decoration:  underline;
}

p.indent-1 {
padding-left:1em;
text-indent:-1em;
}


/* ---------------------------------------------------------------------------------------------------- */

.support-column .title-group {
	margin: 0 0 12px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.support-column h2 {
	margin: 0;
	color: #00a8b5;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0;
}


.support-column-multi .title-group {
	margin-top: -5px;
}
.support-column-multi h2 {
	color: #555;
}


.support-column .title-group .comment {
	margin: 10px 0 5px;
	color: #f00;
	line-height: 1.5;
	font-size: 12px;
}


.support-column .title-group-slim {
	margin-top: -5px;
}
.support-column .title-group-slim h2 {
	color: #555;
}



.support-column .subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #00a8b5;
}




/* ---------------------------------------------------------------------------------------------------- */


.support-column dl {
}
.support-column dt {
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold !important;
	line-height: 1.6;
}
.support-column dd {
	font-size: 12px;
	line-height: 1.6;
}

.support-column dd + dd {
	margin-top: 1em;
}

.support-column dl + dl {
	margin-top: 20px;
}

/* ---------------------------------------------------------------------------------------------------- */


.attention-column {
	margin: 20px 0;
	padding: 15px 18px;
	color: #fff;
	border: 2px solid #666;
	background: #000;
}
.attention-column dl {
	margin-left: 30px;
	padding-bottom: 15px;
}
.attention-column dt {
	margin: 0;
	font-size: 14px;
}
.attention-column dd {
	font-size: 12px;
}

.attention-column a dl {
	padding-bottom: 0;
}
.attention-column a dl dt {
	color: #fff;
}

.attention-column i {
	float: left;
	width: 26px;
	font-size: 24px;
	line-height: 1;
	color: #fbff00;
}

.attention-column dd i {
	float: none;
	display: inline-block;
	width: auto;
	margin-right: 4px;
	font-size: 12px;
	color: #00a8b5;
}

.attention-column dl:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
*+html { display: inline-block; }

.attention-column ul {
	font-size: 12px;
}
.attention-column ul + ul {
	margin-top: 20px;
}
.attention-column li + li {
	margin-top: 8px;
}

.attention-column .notice {
	margin: 8px 0;
	color: #fbff00;
	font-weight: bold;
}



.attention-banner {
	margin: 15px 0;
}



.faq-list ul.shift{
	margin-left: 1em !important;
}

.faq-list li a {
	display: inline-block;
	padding-left: 1.5em;
	text-indent:  -1.5em;
}

.faq-list li a span.break{
	white-space: nowrap;
}

.faq-list li a.shift{
	margin-left: 1.5em !important;
}

/* ---------------------------------------------------------------------------------------------------- */

.support-extra {
	margin: 30px 0;
}

.support-extra h3 {
	color: #f00;
	font-size: 14px;
	font-weight: bold;
}

.support-extra p,
.support-extra ul,
.support-extra dl {
	font-size: 12px;
	line-height: 1.5;
}

.support-extra p + p,
.support-extra p + dl,
.support-extra p + ul,
.support-extra dl + p,
.support-extra dl + dl,
.support-extra dl + ul,
.support-extra ul + p,
.support-extra ul + dl,
.support-extra ul + ul {
	margin-top: 12px;
}

.support-extra dt {
	margin-bottom: 4px;
}

.support-extra dd {
	margin-left: 8px;
}
.support-extra dd + dt {
	margin-top: 8px;
}
.support-extra dd + dd {
	margin-top: 6px;
}


.support-extra .image-group {
	margin: 10px 0;
}

.support-extra .image-group img + p {
	margin-top: 10px;
}


.support-extra .img-box:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
.support-extra .img-box span {
	display: block;
}
.support-extra .img-box p {
	margin: 6px 0 18px;
	font-size: 11px;
}


/* ---------------------------------------------------------------------------------------------------- */

.support-column-simple .title-group,
.support-column-multi .title-group {
	border: none;
}

.support-column-simple {
	line-height: 1.5;
}

.support-column-simple p,
.support-column-simple ul,
.support-column-simple ol,
.support-column-simple dl {
	margin: 15px 0;
	font-size: 12px;
}
.support-column-simple li + li {
	margin: 3px 0 0;
}

.support-column-simple .marker li {
	padding-left: 12px;
	background: url(/xperia/shared/img/format_global01/arrow_mini.gif) 0 0.5em no-repeat;
}


.support-column-simple dt {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: bold !important;
}

.support-column-simple .notice {
	font-weight: bold;
}

.support-column-simple .box-1 {
	margin: 0 0 10px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.support-column-simple .box-1 dt {
	margin: 0 0 10px;
}

.support-column-simple .box-2 .col-1,
.support-column-simple .box-2 .col-2,
.support-column-simple .box-2 .col-3 {
	border: 2px solid #ccc;
}

/* ---------------------------------- */
/*.support-column-simple .box-2 .col-3 {
	border: 2px solid #1fa9b6;
}*/
/* ---------------------------------- */

.support-column-simple .box-2 p,
.support-column-simple .box-2 ul,
.support-column-simple .box-2 dl,
.support-column-simple .box-3 p,
.support-column-simple .box-3 ul,
.support-column-simple .box-3 dl {
	margin: 14px 12px;
	line-height: 1.5;
}
.support-column-simple .box-2 dl ul,
.support-column-simple .box-2 dl p,
.support-column-simple .box-3 dl ul,
.support-column-simple .box-3 dl p {
	margin: 0;
}

.support-column-simple .box-2 dl dd p,
.support-column-simple .box-3 dl dd p {
	margin-top: 15px;
}

.support-column-simple .box-2 dt,
.support-column-simple .box-3 dt {
	margin-bottom: 15px;
}

.support-column-simple .box-2 li,
.support-column-simple .box-3 li {
	padding-left: 10px;
	background: url(/xperia/support/shared/img/format_set01/dot.gif) 0 0.55em no-repeat;
}

.support-column-simple .box-2 dl p + p,
.support-column-simple .box-3 dl p + p {
	margin-top: 8px;
}


.support-column-simple .box-2 .col-2 {
	margin-top: 20px;
}

/* ---------------------------------- */
.support-column-simple .box-2 .col-3 {
	margin-top: 20px;
}
/* ---------------------------------- */

.support-column-simple .box-2:after,
.support-column-simple .box-3:after {
	clear: both;
	display: block;
	content: "";
	visibility: hidden;
}

.support-column-simple .box-3 {
	border: 2px solid #ccc;
}

*+html .support-column-simple .box-2 {
	display: inline-block;
}




.support-column-simple .note-1 {
	margin: 0 0 30px;
	font-size: 12px;
}

.support-column-simple .section {
	margin: 20px 0;
}
.support-column-simple .section h3 {

}

.support-column-simple .supply {
	color: #999;
}



.support-column-simple .tel {
	color: #294ea2;
}


.support-column-simple table {
	width: 100%;
	margin: 15px 0;
	table-layout: fixed;
}
.support-column-simple th,
.support-column-simple td {
	vertical-align: top;
	padding: 3px 3px 3px 0;
}

.support-column-simple td a {
	word-break: break-all;
}

.support-column-simple table.rep-table {
	padding: 2px;
    font-weight: normal;
    border: 2px solid #CCC;
}
.support-column-simple .rep-table tr,
.support-column-simple .rep-table th {
	padding: 2px;
    font-weight: normal;
    border: 2px solid #CCC;
}
.support-column-simple .rep-table .rep-list {
	font-size: 12px;
	text-indent: -1.3em;
	margin-left: 1.3em;
	margin-bottom: 0.2em;
	padding: 0;
}
.support-column-simple .rep-table p {
	text-indent: -1em;
	margin-left: 1em;
	margin: 0;
	padding: 0;
}

.support-column-simple p + h3,
.support-column-simple ul + h3,
.support-column-simple dl + h3,
.support-column-simple a + h3 {
	margin-top: 40px;
}

.support-column-simple ol > li {
	margin-left: 20px;
	list-style: outside decimal;
}
.support-column-simple ol.list-unstyled > li{
	margin-left: 0px;
	list-style-type: none!important;
}

.support-column-simple p.lite {
	margin-bottom: 0;
}
.support-column-simple p.lite + ul,
.support-column-simple p.lite + ol {
	margin-top: 2px;
}

.support-column-simple ul.circle > li {
	margin-left: 20px;
	list-style: outside circle;
}


.support-column p.figure {
	text-align: center;
}

.support-column .compact {
	max-width: 550px;
}

.support-column-simple .section-box + .section-box {
	margin-top: 40px;
}

.support-column-simple .section-box h2 + ul.circle {
	margin-top: 5px !important;
}





/* ---------------------------------------------------------------------------------------------------- */

.support-column-multi {
	font-size: 12px;
	line-height: 1.6;
}
.support-column-multi .column-2 {
	margin-top: 40px;
}




.support-column-multi p + *,
.support-column-multi dl + *,
.support-column-multi ul + *,
.support-column-multi ol + * {
	margin-top: 15px;
}
.support-column-multi h3 {
	margin-top: 10px;
}
.support-column-multi * + h3 {
	margin-top: 40px;
}

.support-column-multi h4 {
	font-size: 13px;
	font-weight: bold;
}

.support-column-multi dd + dd {
	margin-top: 8px;
}

.support-column-multi ul > li {
	margin-left: 20px;
	list-style: outside circle;
}
.support-column-multi ol > li {
	margin-left: 20px;
	list-style: outside decimal;
}


.support-column-multi ol > li + li {
	margin-top: 6px;
}
.support-column-multi ol li p,
.support-column-multi ol li p + * {
	margin: 6px 0;
}


.support-column .download {
	padding: 15px;
	line-height: 1.3;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.support-column .download + .download{
	margin:  15px 0 0 0;
}
.support-column .download .subtitle {
	margin: 0 0 10px;
}
.support-column .download .button {
}





/* 2016.01.21 行間修正 */
.support-column .download .button a {
	position: relative;
	display: block;
	padding: 10px 20px 10px 15px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 1px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #00a8b5;
	color: #fff;
}
/* 2016.01.21 行間修正 */

/*
.support-column .download .button a {
	position: relative;
	display: block;
	padding: 10px 20px 10px 15px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 1px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #00a8b5;
	color: #fff;
}
*/
.support-column .download .button a i {
	position: absolute;
	width: 10px;
	right: 10px;
	top: 10px;
	display: block;
}

.support-column .download .button a:hover {
	background: #ccc;
}


.support-column .download p {
	margin: 15px 0 0;
}

.support-column .download p + p {
	margin-top: 8px;
}
.support-column .pulldown {
	position: relative;
	min-height: 30px;
	margin: 0 0 24px;
}

.support-column .subtitle + .pulldown {
	margin-top: 12px;
	padding: 12px 0 0;
	border-top: 1px solid #ccc;
}

.support-column .pulldown + p {
	margin-top: 5px;
}
.support-column .pulldown .mininav-head {
	position: relative;
	display: block !important;
	border: 1px solid #ccc;
	width: 100%;
	color: #333;
}
.support-column .pulldown .mininav-head em {
	display: block;
	padding: 8px;
}
.support-column .pulldown .mininav-head i {
	position: absolute;
	width: 10px;
	right: 12px;
	top: 10px;
	color: #666;
}

.support-column .pulldown ul {
	margin: 0;
}
.support-column .pulldown .mininav-menu li {
	margin: 0;
	list-style: none;
}
.support-column .pulldown .mininav-menu li a {
	display: block;
	padding: 8px 12px;
	font-size: 12px;
	border: 1px solid #ddd;
	border-top: none;
}





.support-sar .section h2 {
	color: #555;
	font-size: 12px;
}
.support-sar .section p {
	margin: 0;
}
.support-sar .section.links dl * {
	font-size: 12px;
}
.support-sar .section.links dt {
	margin: 0;
}
.support-sar .section.links dl + dl {
	margin-top: 10px;
}



#content-wrap.full,
#content-wrap.full .support-column {
	max-width: 100% !important;
	width: 100% !important;
	left: 0 !important;
}




.section-box div.step{
	text-align: left !important;
}
/*.section-box h3{
	font-weight: bold;
	font-size: 14px;
}
*/

.step{
	margin: 25px auto 0!important;
	width: 70%;
	vertical-align: top;
}
.step0{
	margin: 25px auto 0!important;
	width: 70%;
	vertical-align: top;
}
.step p.stepttl{
	font-weight: bold;
}

.section-box .specTable,
.specTable th,
.specTable td,
.section-box .specTable02,
.specTable02 td{
	padding: 2px;
	font-weight: normal;
	border: 2px solid #ccc;
	width: auto;
}
.section-box .specTable.w100p{
	width:100%!important;
}
.section-box .specTable th.w30p,
.section-box .specTable td.w30p{
	width: 30%!important;
}
.section-box .specTable th.w32p,
.section-box .specTable td.w32p{
	width: 32%!important;
}
.section-box .specTable th.w35p,
.section-box .specTable td.w35p{
	width: 35%!important;
}
.section-box .specTable th.w65p,
.section-box .specTable td.w65p{
	width: 65%!important;
}
.section-box .specTable th.w68p,
.section-box .specTable td.w68p{
	width: 68%!important;
}
.section-box .specTable th.w70p,
.section-box .specTable td.w70p{
	width: 70%!important;
}
.section-box .specTable th.w72p,
.section-box .specTable td.w72p{
	width: 72%!important;
}
.section-box .specTable th.w75p,
.section-box .specTable td.w75p{
	width: 75%!important;
}
.section-box .specTable th.w77p,
.section-box .specTable td.w77p{
	width: 77%!important;
}
.section-box .specTable th.w80p,
.section-box .specTable td.w80p{
	width: 80%!important;
}
.section-box .specTable th.w82p,
.section-box .specTable td.w82p{
	width: 82%!important;
}
@media screen and (max-width: 767px) {
	.section-box .specTable th.w82p,
	.section-box .specTable td.w82p{
		width: 72%!important;
	}
}

.section-box .specTable02 th{
	background-color:#ddd;
	text-align:center;
	border: 2px solid #ccc;
}


.section-box .specTable03 th{
	background-color:#fff;
	text-align:center;
	border: 1px solid #aaa;
		font-weight: normal;


}


.section-box .specTable03 td{
	background-color:#eee;
	text-align:center;
	border: 1px solid #aaa;
	padding:10px;
}

.section-box .specTable04 th,
.section-box .specTable04 td{
	background-color:#fff;
	text-align:center;
	border: 1px solid #aaa;
		font-weight: normal;
		padding:10px;

}




/* 2015.01.21左右枠組み追加 */
.support-column-multi .column-3 {
/*	float: left;
	width: 49%;*/
	padding: 10px 15px 15px;
	border: 3px solid #b7dee8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 20px;
}
.support-column-multi .column-4 {
/*	float: right;
	width: 49%; */
	margin-top: 0;
	padding: 10px 15px 15px;
	border: 3px solid #b7dee8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.support-column-multi .column-3 h2,
.support-column-multi .column-4 h2 {
	color: #00A8B5;
	margin-bottom: 10px;
}
/* 2015.01.21左右枠組み追加 */


	.support-column-multi .column-5 {
		padding: 10px 15px 15px;
	}
	.support-column-multi .column-6 {
		margin-top: 0;
		padding: 10px 15px 15px;
	}

	.support-column-multi .column-5 ul, .support-column-multi .column-6 ul {
		margin-left:0;
		padding-left:0;
	}

	.support-column-multi .column-5 li, .support-column-multi .column-6 li {
		list-style:none;
		margin-left:0;
		padding-left:0;

	}

.sp{
	display:inherit;
}

.pc{
	display:none;
}




/* ---------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 768px) {
	.support-column-simple {
		min-height: 300px;
		/*max-width: 550px;*/
	}

	/* 2016.01.21 高さ指定なし */
	.support-column-simple.no-h {
		min-height: auto;
		padding-bottom: 20px;
	}
	/* 2016.01.21 高さ指定なし */

	.attention-column dl {
		margin-left: 52px;
	}

	.attention-column i {
		width: 40px;
		font-size: 40px;
	}

	.support-extra .img-box span {
		float: left;
		width: 50%;
	}
	.support-extra .img-box p {
		float: right;
		width: 48%;
		margin: 0;
	}

	.support-column-simple .box-2 .col-1 {
		margin: 0;
		float: left;
		width: 49%;
	}
	.support-column-simple .box-2 .col-2 {
		margin: 0;
		float: right;
		width: 49%;
	}

	/* ----------------------------------- */
	.support-column-simple .box-2 .col-3 {
		margin-top: 10px;
		float: right;
		width: 49%;
	}
	/* ----------------------------------- */


	.support-column-multi .column-1 {
		float: left;
		width: 47.5%;
	}
	.support-column-multi .column-2 {
		float: right;
		width: 47.5%;
		margin-top: 0;
	}

	/* 2015.01.21左右枠組み追加 */
	.support-column-multi .column-3 {
		float: left;
		width: 49%;
		padding: 10px 15px 15px;
		border: 3px solid #b7dee8;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
	.support-column-multi .column-4 {
		float: right;
		width: 49%;
		margin-top: 0;
		padding: 10px 15px 15px;
		border: 3px solid #b7dee8;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}

	.support-column-multi .column-3 h2,
	.support-column-multi .column-4 h2 {
		color: #00A8B5;
		margin-bottom: 10px;
	}
	/* 2015.01.21左右枠組み追加 */

	.support-column .pulldown {
		margin-bottom: 0;
	}

	.support-column .pulldown .mininav-head em {
		display: inline;
		padding: 0;
	}
	.support-column .pulldown .mininav-head i {
		position: relative;
		width: auto;
		right: auto;
		left: 4px;
		top: 1px;
	}



	.step{
		margin: 0 10px 0 0 !important;
		width: 164px;
		display: inline-block;
		vertical-align: top;
	}
	.step0{
		width: 100%;
	}
	.step p.stepttl{
		font-weight: bold;
	}

	.support-column-multi .column-5 {
		float: left;
		width: 49%;
		padding: 10px 15px 15px;
	}
	.support-column-multi .column-6 {
		float: right;
		width: 49%;
		margin-top: 0;
		padding: 10px 15px 15px;
	}

	.support-column-multi .column-5 ul, .support-column-multi .column-6 ul {
		margin-left:0;
		padding-left:0;
	}

	.support-column-multi .column-5 li, .support-column-multi .column-6 li {
		list-style:none;
		margin-left:0;
		padding-left:0;

	}

    .sp{
	    display:none;
    }

    .pc{
	    display:inherit;
    }


}
/* --- //767px --- */


/* ---------------------------------------------------------------------------------------------------- */

/*.ny-info {
	float: right;
	width: 55%;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border: 2px solid #1fa9b6;
}

.ny-info dt {
    color: #ff0000;
    font-weight: bold !important;
    margin-bottom: 1em;
    margin-top: 1em;
}

.ny-info dt:first-child {
	margin-top: 0;
}

.ny-info-after {
	clear: both !important;
}
*/

.support-column-simple .box-2 .col-3 dt {
    color: #ff0000;
    font-weight: bold !important;
    margin-bottom: 1em;
    margin-top: 1em;
}

.support-column-simple .box-2 .col-3 dt:first-child {
	margin-top: 0;
}


.col-sm-12 address + .note {
	margin: 30px 0 0 0;
}



#sub-menu .panel-body dt a{
	position:relative;
}

#sub-menu .panel-body dt a strong {
	display: block;
	margin: 5px 0 0;
	font-weight: normal !important;

}
#sub-menu .panel-body dt a em {
	color: #00A8B5;
	cursor: pointer;
}
#sub-menu .panel-body dt a em:hover {
	color: #006169;
}
#sub-menu .list-group span.notice{
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4;
	color: #666;

}

/*--------201603追加　Xperia Configurator---------------*/

#agreement {
			width: auto;
			margin-top: -15px;
		}
		#agreement p:first-child {
			margin-bottom: 20px;
		}
		#agreement p a { text-decoration: underline;}
		#agreement p a:hover { text-decoration: none;}

input[type="text"] {
			float: left;
			width: 200px;
			height: 22px;
			padding: 4px;
			border: 1px solid #ccc;
			-webkit-appearance: none;
			border-radius: 0;
		}
input[type="submit"] {
			height: auto;
	        border: 1px solid #ccc;
	        background: #00a8b5;
	        color: #fff;
			transition: background-color .2s;
			cursor: pointer;
			-webkit-appearance: none;
            -webkit-border-radius: 4px;
	        -moz-border-radius: 4px;
	        border-radius: 4px;
		    letter-spacing: 0.5px;
			font-weight: bold;
	        line-height: 1.4;
		    padding: 10px 30px 10px 15px;
	        display: block;
	        position: relative;
			width:100%;
			text-align: left;
		}
input[type="submit"]:hover {
			background-color: #59b1eb;
		}
input[type="submit"][disabled] {
			background-color: #ccc;
			cursor: default;
		}
input[type="checkbox"]{
            line-height:normal;
			margin-top:1px;

}

label{
	display : inline-flex;
	margin-bottom:5px;
	font-weight:700;
	padding-left:5px;
	letter-spacing:1px;
	width:auto;
}

/*--------20170621 サポート改修---------------*/

div.list-group{
	position: relative;
}

div.list-group i{
	position: absolute;
	display: block;
	top: 50%;
	right:0;
	margin: -6px 11px 0 0;
	color: #ccc;
}
div.list-group span i{
	top:inherit;
}
/*#sub-menu .list-group a{
	padding: 0;
	font-weight: 500;
}*/
#sub-menu .list-group a.list-group-item{
	padding: 14px 15px;
/*
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
*/
}

#sub-menu .panel-body a{
	padding: 12px 15px;
}

.support-top-h2 h2{
	color: #555555;
}
#sub-menu .sub-menu-head{
	color: #555;
}
.support-column h2{
	color: #555555;
}
th{
	padding: 10px;
}
td{
	width: 33.3%;
	padding: 10px;
}
.support-column-simple th, .support-column-simple td{
	padding: 5px;
	vertical-align: middle;
}

.support-column-simple th:first-child{
	/*width: 62.5%;*/
	width: inherit;
}
.support-column-simple th[rowspan="2"]{
	width: 25%;
}
.support-column-simple th[rowspan] + td{
	width: 37.5%;
}
.support-column-simple .shortVer th:first-child{
	width: 25%;
}
.support-column-simple th{
	width: 60%;
}

.arrow_link{
	height: 10px;
	margin-right: 5px;
	margin-bottom: 3px;
}
#main sup{
	font-size: 90%;
	top:-.1em;
	right:.7em;
}
#main sup.basic{
	font-size: 100%;
	top: -.3em;
	right: 1em;
	left: .05em;
}
/*873: max-width: 550px; 非表示*/

/*--------20190129 title---------------*/

.masthead {
    overflow: hidden;
	position: relative;
	padding-top: 10px;
}
.masthead .title {
	display: inline-block;
	max-width: 140px;
/*	margin: 5px 20px 10px 0;*/
	margin: 5px 20px 2px 0;
	white-space: nowrap;
	line-height: 1.5;
	vertical-align: top;
	text-align: left;
	font-size: 30px;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
    .masthead .title {
	    margin-top: 0;
    	font-size: 22px;
    }
}
/* --------20190726 scroll-box----------------- */
.scroll-box{
	overflow-y: auto;
	display: block;
	padding: 1em;
	border:1px solid #ccc;
}
.scroll-box.row1{
	height: calc(25px + 18px * 1);
}
.scroll-box.row3{
	height: calc(25px + 18px * 3);
}
.scroll-box.row5{
	height: calc(25px + 18px * 5);
}
.scroll-box.row15{
	height: calc(25px + 18px * 15);
}
.scroll-box.row20{
	height: calc(25px + 18px * 20);
}
.scroll-box_wrap{
	margin: 0 !important;
	padding-bottom: 5px!important;
}
/* --------20190806 pulldown----------------- */
@media screen and (min-width: 768px) {
	.mCustomScrollBox>.mCSB_scrollTools {
		width: 16px!important;
	}
	.mCSB_scrollTools .mCSB_draggerRail {
		width: 16px!important;
	}
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
		width: 16px!important;
	}
}
/* --------20190904 list----------------- */
.ls-disc {
	margin-bottom: 0;
}
.ls-disc li {
	list-style: disc inside!important;
	padding-left: 1em;
	text-indent: -1em;
}
.ls-square li {
	list-style: square inside!important;
}
.va-m {
	vertical-align: middle;
}
#main sup.sup-normal {
	top: -.3em!important;
	right: 0!important;
}
.fz11.comment {
	color: #999;
}
@media screen and (min-width: 768px) {
	.pulldown.ce-doc .mininav-menu {
		width: 688px;
	}
	#sub-menu #menu-news a.selected {
		background: #eee !important;
	}

}

table.layout-fixed {table-layout: fixed;}
.w100p{width:100/100%!important}


/* --------20210721 supportサイドメニュー改修----------------- */

#sub-menu .panel-body02 p.chat-attention {
	background-color: #E6E6E6;
}

.chat-attention a {
	color: #FF0000;
}

.chat-attention-container {
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(38,38,38,0.67);
	z-index: 1000;
}

.chat-attention-content {
	position: absolute;
	top: 25%;
	left: 10%;
	width: 80%;
	height: auto;
	padding: 30px;
	z-index: 2000;
	font-size: 13px;
}

/* --------20210728 support/software/update/info/20210712.html----------------- */
.sup-color-red {
	color: #FF0000;
}

/* --------20211015 support/software/update/----------------- */
.sup-mgl-1 {
	margin-left: 1em;
}

/* --------20220407 support/software/update/----------------- */
.sup-box-red {
	border: 1px solid #FF0000;
}

.sup-box-red p {
	margin: 14px 12px;
	line-height: 1.5;
	font-size: 12px;
}

/* --------20221102 support/customercenter/other.html----------------- */

.customercenter-others__flex{
	display: flex;
	margin-top:5px;
}


.customercenter-others__flex__heading__wrap{
	max-width: 100px;
    width: 20%;
	display: flex;
	justify-content: space-between;
	
}
.customercenter-others__flex__data{
    width: 80%;
	
}

.customercenter-others__text{
	margin-top:5px;
}

.customercenter-others__btn{
	background: linear-gradient(#FDFDFD, #F5F5F5);
	padding:15px;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	display: inline-block;
	margin:10px auto;
	color: #555555;
}

.customercenter-others__btn:hover{
	cursor: pointer;
	opacity: 0.7;
}

.customercenter-others__btn__text__mark{
	margin-right: 5px;
}