@charset "utf-8";
body {
    padding: 15px 60px;
}
@media screen and (max-width: 767px) {
    body {
        padding: 16px 16px 20px 16px
    }
}
h1 {
	border-bottom: 3px solid #eeeeee;
	margin: 0 auto 15px auto;
	padding-bottom: 5px;
	font-size: 160%;
	width: auto;
}

img.widthAuto {
	width: auto;
}

img.maxWid50 {
	max-width: 50%;
}

img.maxWid70 {
	max-width: 70%;
}

img.maxWid90 {
	max-width: 90%;
}

a.linkArrowV3:link,
a.linkArrowV3:visited {
	color: #225383;
	text-decoration: none;
}

a.linkArrowV3 {
	position: relative;
	display: inline-block;
	padding-left: 9px;
	font-size: 12px;
}

a.linkArrowV3::before {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 4px;
	left: 0;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #e83416;
}

h2 {
	border-left: 8px solid #3e3e3e;
	padding: 7px;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	position: relative;
	font-weight: bold;
	padding: 8px 5px 8px 95px;
	margin: 20px 0 10px;
	font-size: 14px;
	color: #3e3e3e;
	border-bottom: 2px solid #595959;
}

h3 span {
	display: inline;
	position: absolute;
	width: 80px;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
	border-radius: 4px;
	padding: 5px 0;
	color: #fff;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	text-align: center;
	background-color: #595959;
}

/* TV */
.tvCnt h1 { color: #fa0089; }
.tvCnt h3 { color: #fa0089; border-bottom: 2px solid #fa0089; }
.tvCnt h3 span { background-color: #fa0089; }
/* NET */
.netCnt h3 { color: #0086cd; border-bottom: 2px solid #0086cd; }
.netCnt h3 span { background-color: #0086cd; }
/* PHONE */
.phoneCnt h3 { color: #00a33e; border-bottom: 2px solid #00a33e; }
.phoneCnt h3 span { background-color: #00a33e; }
/* MOBILE */
.mobileCnt h1 { color: #00a5a8; }
.mobileCnt h3 { color: #00a5a8; border-bottom: 2px solid #00a5a8; }
.mobileCnt h3.bdBotNone { border-bottom: none; }
.mobileCnt h3 span { background-color: #00a5a8; }
/* MOBILE */
.eleCnt h3 { color: #f18d00; border-bottom: 2px solid #f18d00; }
.eleCnt h3 span { background-color: #f18d00; }
/* wide */
h3.wide { padding: 8px 5px 8px 145px; }
h3.wide span { width: 130px; }

.isFs18 {
	font-size: 18px !important;
}

.isFs14 {
	font-size: 14px !important;
}

ul.default > li {
	list-style: disc;
	margin: 0 0 0 20px;
}

ol.default > li {
	list-style: decimal;
	margin: 0 0 0 20px;
}

/* ------------------------------------------------------------------
  表
------------------------------------------------------------------ */
table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

table.default th ,
table.default td {
	padding: 10px;
	vertical-align: middle;
	border :1px solid #dddddd;
}

table.default th {
	font-weight: normal;
	background: #f2f2f2;
	text-align: left;
}

.testWrap {
	position: relative;
}

.testBox {
	position: absolute;
	top:0;
	left:0;
	padding: 10px;
}

#newMainArea .data_box {
	list-style: none;
	overflow: hidden;
}
#newMainArea .data_box li {
	width: 50%;
	float: left;
	min-height: 40px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 50px;
	box-sizing: border-box;
	font-weight: bold;
}
#newMainArea .data_box li span {
	display: block;
	width: 40px;
	text-align: center;
	font-weight: normal;
	padding: 10px 0;
	border-radius: 5px;
	border: 2px solid #eeeeee;
	position: absolute;
	top: 0;
	left: 0;
}
/* new code 0727 */
#newMainArea .mobileTitle{
	color: #00a5a8;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.isFsBold {
	font-weight: bold !important;
}

.isColorDefault{
	color: #333333 !important;
}
