﻿@charset "utf-8";

/*サポート----------------------------------------*/
/*ニュース--------------------------------------------------*/
#supportTop .news {
	margin: 20px 0 0 0;
}
#supportTop .news h1 {
	border-left: solid 10px #004080;
	font-size: 100%;
	padding: 0 0 0 8px;
}
#supportTop .news ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#supportTop .news li a {
		display: block;
		padding: 5px;
		border-bottom: dotted 1px #aaa;
		color: #000;
		font-size: 88%;
		text-decoration: none;
}
#supportTop .news li a:hover {
	background-color: #eee;
}
#supportTop .news li a:after {
	content: "";
	display: block;
	clear: both;
}
#supportTop .news time {
	float: left;
	width: 100px;
	color: #000;
}
#supportTop .news .nM {
	font-size:75%;
	margin:3px 0 0 0;
	line-height:1.5em;
	float: left;
	width: 70px;
	text-align: center;
	font-weight:bold;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#supportTop .news .nPdt {
	background-color: #FF8800;
}
#supportTop .news .nInfo {
	background-color: #0066aa;
}
#supportTop .news .nEv {
	background-color: #dd0000;
}
#supportTop .news .nText {
	float: none;
	width: auto;
	margin-left: 180px;
}
/*各ページへのリンク-----------------------*/
.supportLink a.sLbtn {
	margin:20px 20px 0 0;
	float:left;
	width:200px;
	height:50px;
	display:block;
	line-height:50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	background-color:#004080;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.supportLink a.clm2 {
	padding:5px 0 5px 0;
	line-height:20px;
}

.supportLink a.sLbtn:hover {
	background-color:#2d5780;
}
.supportLink .sLbun {
	font-size:88%;
	width:600px;
	margin:20px 0 0 0;
	float:left;
}
.supportLink .sLbun ul {
	margin:0 0 0 20px;
}
.supportLink .sLbun ul li {
	list-style-type:square;
}
.supportLink .sLbun ul li a.sSbun {
	float:left;
	width:50px;
	height:20px;
	display:block;
	line-height:50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	background-color:#004080;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

.supportLink .sLbun .ctcList {
	padding: 0;
	line-height:1.3em;
	margin:0 0 10px 0;
}
.supportLink .sLbun .ctcList h1 {
	font-size:100%;
	margin:0;
	padding:0;
}
.supportLink .sLbun .ctcList .HTContact {
	margin:5px 0 0 10px;
}
.supportLink .sLbun .ctcList .HTContact a.fbtn {
	margin:0 0 0 0;
	padding:0 15px 0 15px;
	height:50px;
	display:block;
	line-height:50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	background-color:#004080;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.supportLink .sLbun .ctcList .HTContact a.fbtn:hover {
	background-color:#2d5780;
}
.supportLink .sLbun .ctcList .HTContact img {
	float:left;
	margin:0 10px 0 0;
}
.supportLink .sLbun .ctcList .HTContact p {
	height:50px;
	display: table-cell;
	vertical-align: middle;
}

/*このサイトの使い方(operation/index.html)-----------------------*/
.operationNavi a {
	margin:0;
	padding:0;
}
.operationNavi a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.operationNavi img {
	padding:0;
	margin:0 10px 10px 0;
	
}
.oprCts {
/*min-height:150px; */
/*height:auto !important; */
/*height:150px;*/
	margin:0 0 50px 0;
}
.oprCts h1 {
	border-left: solid 10px #004080;
	font-size: 100%;
	padding: 0 0 0 8px;
}
.oprCts ul li {
	font-size:88%;
	margin:0 0 0 40px;
	border-bottom:1px dotted #999;
}

/*よくある質問(faq/index.html)-----------------------*/
.faqCtg h1 {
	margin:40px 0 0 0;
	border-left: solid 10px #004080;
	font-size: 100%;
	padding: 0 0 0 8px;
}
.faqCtg h2 {
	margin:20px 0 0 15px;
	border:1px solid #ccc;
	padding:3px;
	font-size: 80%;
}
.faqCtg dl {
	margin:0 0 0 20px;
}
.faqCtg dt {
	font-size:88%;
	background:url('../../support/faq/images/q.png') no-repeat 0 0;
	margin:20px 0 0 0;
	padding:0 0 0 25px;
	color:#0033cc;
	text-decoration:underline;
}
.faqCtg dd {
	font-size:88%;
	background:url('../../support/faq/images/a.png') no-repeat 0 10px;
	width:800px;
	margin:0 0 30px 20px;
	padding:10px 0 0 25px;

}
.faqCtg dt span.newMark {
	display: inline-block;
	padding:0 2px 0 2px;
	font-weight:bold;
	color:#000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	background-color:#fd0;
}
.faqCtg dd ul {
	margin:0 0 0 20px;
}
.faqCtg dd .chui {
	font-size:82%;
	color:#666;
}
.faqCtg dd ol {
	margin:0 0 0 20px;
}
/*ご購入ガイド（buying-guide/index.html)----------------------*/
.konyuGuide {
}
.konyuGuide h1 {
	border-left: solid 10px #004080;
	font-size: 100%;
	padding: 0 0 0 8px;
	margin:30px 0 0 0;
}
.linkArea .linkAreaBox {

}
.linkArea h1 {
	font-size:110%;
	line-height:1.5em;
	color:#000;
	margin:20px 0 0 0;
}
.linkArea a {
	margin:0 0 0 10px;
}
.linkArea a:first-child {
	margin:0 0 0 0;
}
.linkArea a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.linkArea .linkAreaBox {
	width:420px;
	text-align:center;
	padding:10px 5px 10px 5px;
	margin:0 20px 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	background-color:#ffe;
	border:1px solid #666;
	float:left;
}
.linkArea .linkAreaBox img {
	margin:10px 0 0 0;
}
ol.konyuTejyun {
	margin:0 0 0 40px;
	font-weight:bold;
	font-size:88%;
}
ol.konyuTejyun li {
	margin:10px 0 0 0;
}
ol.konyuTejyun li:first-child {
}
ol.konyuTejyun li p {
	padding:0 0 10px 0;
	margin:0;
}
ol.konyuTejyun li p.liTitle {
	padding:0;
}
ol.konyuTejyun li p.liBun {
	font-weight:normal;
}

ul.HowToShiharai {
	margin:0 0 0 20px;
	padding:0;
	font-weight:normal;
	list-style-type:disc;
	line-height:1.3em;
}
ul.HowToShiharai li {
	margin:0;
	padding:0;
}
ul.HowToShiharai dl {
	margin:0;
	padding:0;
}
ul.HowToShiharai dl dt {
	width:120px;
	padding:5px 0 0 0;
	/* 左寄せ */
	  float : left;
	/* float解除 */
	  clear : both;

}
ul.HowToShiharai dl dd {
	margin:0 0 0 130px;
	padding:5px 0 0 0;
	width:700px;
}
ul.HowToShiharai dl dd span {
	color:#999;
	font-size:90%;
}
dl.kakunin {
	margin:0 0 0 10px;
}
dl.kakunin dt {
	padding :5px 0 0 0;
	clear:left;
	font-size:88%;
	width:160px;
	float:left;
}
dl.kakunin dd {
	padding :5px 0 0 0;
	font-size:88%;
	width:680px;
	float:left;
}


ul.kuro {
	margin:0 0 0 40px;
	list-style-type:disc;
}
ul.kuro li {
	font-size:88%;
}
.kgCHui {
	font-size:82%;
	margin:5px 0 0 15px;
}


