@charset "utf-8";
/* CSS Document */

.tit01{
	background-image: url(../images/tcard/headingBgBlue.png);
	color: #4d4d4d;
}
.tit02{
	border-bottom-color: #00b9ef;
	background-image: url(../images/tcard/titleBg03sky.png);
	color: #0068b6;
}
.mt-20{
	margin-top: -20px;
}

.aboutTcardSection{
	margin: 25px 0 0;
	padding: 0 25px;
}
.aboutTcardSection h3{
	padding: 8px 15px 6px;
	border-radius: 5px;
	background-color: #004098;
	color: #fff200;
	font-size: 16px;
	font-weight: bold;
}
.aboutTcardSection .body{
	margin: 15px 0 0;
	padding: 0 0 0 75px;
	background: url(../images/tcard/imgTcard.png) no-repeat 0 0;
}
.aboutTcardSection .campaign{
	padding: 0 0 5px 80px;
	background: url(../images/tcard/imgThisMonth.png) no-repeat 0 0;
}
.aboutTcardSection p strong{
	color: #003f97;
	font-size: 18px;
}


#ecoPoint{
	margin: 30px 0 0;
	background: url(../images/tcard/ecoPointBody.png) repeat-y 0 0;
}
#ecoPoint h3{
	padding: 30px 0 0 110px;
	height: 42px;
	background: url(../images/tcard/ttlEcoPoint.png) no-repeat  0 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#ecoPoint .body{
	padding: 0 40px 25px;
	background: url(../images/tcard/ecoPointBottom.png) no-repeat 0 bottom;
}
#ecoPoint .body > div{
	margin: 15px 0 0;
}
#ecoPoint .body > div p{
	margin: 10px 5px 0;
}
#ecoPoint .body strong{
	color: #003f97;
}
.kome{
	padding: 0 0 0 1em;
	text-indent: -1em;
}
#ecoPointThinking{
	padding: 0 190px 0 0;
	background: url(../images/tcard/imgEcoPoint01.png) no-repeat right 30px;
}

.tcardSuppot{
	margin: 15px 0 0;
	padding: 10px 15px;
	background: url(../images/tcard/contentsBgSky.png);
	color: #0068b6;
}
.tcardSuppot dt{
	font-weight: bold;
}
.tcardSuppot dd{
	font-weight: bold;
}


#categoryNavi h2{
	background: url(../images/tcard/sideHeadingBgBlue.png);
}
#categoryNavi ul li{
	border-bottom-color: #004098;
}
#categoryNavi ul li a{
	background-image: url(../images/tcard/arrow01sky.png);
	color: #004098;
}
#categoryNavi ul li a:hover{
	background-color: #9adcf7;
}

#sideBanner h2{
	background: url(../images/tcard/sideHeadingBgSky.png);
}
#sideBanner ul{
	border-color: #00b9ef;
	border-top: none;
}
.color-attention{
    color: #e50012;
	font-weight: bold;
}
ul.disc{
    list-style-type: disc;
    padding: 0 0 0 1.5em;
}
.pc_img{
    display: block;
}
.sp_img{
    display: none;
}