/* kaizentop */

/*.mod_area_prcontent_ a { border:dotted 1px; }*/

#kaizentop {
	width: 1000px;
	margin: 0 auto 0;
	font-size: 14px;
	}
#kaizentop #hdr-area {
	margin-bottom: 60px;
	}
	
#kaizentop #hdr_link01 {
	top: 440px;
	left: 196px;
	width: 604px;
	height: 133px;
	}
	
#kaizentop #point_link01 {
	top: 724px;
	left: 44px;
	width: 914px;
	height: 91px;
	}
	
#kaizentop #point-area {
	margin-top: 50px;
	}


/* count-area */

#kaizentop .count-area {
	padding: 5px 10px;
	background: #FFF6E5;
	font-size: 18px;
	}
#kaizentop .count-area em {
	font-size: 24px;
	margin: 0 5px;
	}


/* new-area */
	
#kaizentop #new-area {
	background: url('/page/kaizen2/img/kaizentop_bg.gif') repeat;
	padding: 40px 40px 20px;
	}
	
#kaizentop #new-area .newQA {
	margin-bottom: 40px;
	}
	
#kaizentop #new-area .new-q img.imgQ {
	float: left;
	width: 90px;
	margin-top: 5px;
	}
	
#kaizentop #new-area .new-q dl {
	float: left;
	width: 760px;
	background: #fff;
	padding: 20px 30px;
	border-radius: 15px;			/* CSS3‘ˆÄ */
	-webkit-border-radius: 15px;	/* Safari,Google Chrome—p */
	-moz-border-radius: 15px;		/* Firefox—p */
	}
	
#kaizentop #new-area .new-q dl dt {
	font-size: 20px;
	min-height: 61px;
	padding-right: 60px;
	line-height: 38px;
	margin-bottom: 10px;
	font-weight:bold;
	}
#kaizentop #new-area .catA .new-q dl dt {
	background: url('/page/kaizen2/img/kaizentop_iconA.gif') no-repeat top right;
	}
#kaizentop #new-area .catB .new-q dl dt {
	background: url('/page/kaizen2/img/kaizentop_iconB.gif') no-repeat top right;
	}
#kaizentop #new-area .catC .new-q dl dt {
	background: url('/page/kaizen2/img/kaizentop_iconC.gif') no-repeat top right;
	}
#kaizentop #new-area .catD .new-q dl dt {
	background: url('/page/kaizen2/img/kaizentop_iconD.gif') no-repeat top right;
	}
	
#kaizentop #new-area .new-q dl dd p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
	}
	
#kaizentop #new-area .new-q dl dd span {
	background: #efefef;
	border: 1px solid #ccc;
	border-radius: 5px;			/* CSS3‘ˆÄ */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome—p */
	-moz-border-radius: 5px;	/* Firefox—p */
	padding: 5px 10px;
	margin-right: 8px;
	}
	
#kaizentop #new-area .new-a {
	margin: 15px 0 0 150px;
	}
	
#kaizentop #new-area .new-a img.imgA {
	float: left;
	width: 95px;
	margin-top: 20px;
	}
	
#kaizentop #new-area .new-a img.desc {
	float: right;
	margin-left: 15px;
	border: solid 1px #ccc;
	}
	
#kaizentop #new-area .new-a dl {
	float: left;
	width: 610px;
	background: #fff;
	padding: 20px 25px;
	border-radius: 15px;			/* CSS3‘ˆÄ */
	-webkit-border-radius: 15px;	/* Safari,Google Chrome—p */
	-moz-border-radius: 15px;		/* Firefox—p */
	}
	
#kaizentop #new-area .new-a dl dd {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	}




/* #listpage */

#listpage {
	width: 960px;
	margin: 20px auto 40px;
	font-size: 15px;
	}

#kaizen-body a{
	color:#669966;
	}

#kaizen-body h1 {
	background: url('/page/kaizen2/img/list-hdr.gif') no-repeat 0 0;
	height: 142px;
	text-indent: -9999px;
	}
	
#kaizen-body .update{
	font-size: 14px;
	color: #666;
	font-weight:normal;
	}

/* list-section */

#list-section {
	margin-top: 42px;
	}
	
#list-section h3 {
	font-size: 1.2em;
	margin: 0 0 10px 28px;
	}
	
#list-section .kaizen-list {
	clear: both;
	}
	
#list-section .kaizen-list dl {
	clear: both;
	width: 800px;
	cursor: pointer;
	
	border-radius: 15px;			/* CSS3‘ˆÄ */
	-webkit-border-radius: 15px;	/* Safari,Google Chrome—p */
	-moz-border-radius: 15px;		/* Firefox—p */
	border: 1px solid #ccc;
	
	margin: 0 auto 10px;
	padding: 20px 30px;
	}
#list-section .kaizen-list dt, .kaizen-list dd {
	}
#list-section .kaizen-list dt {
	font-size: 18px;
	font-weight: bold;
	
	}

#list-section .kaizen-list .question {
	}
	
#list-section .kaizen-list .question p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
	}
	
#list-section .kaizen-list .question span {
	background: #efefef;
	border: 1px solid #ccc;
	border-radius: 5px;			/* CSS3‘ˆÄ */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome—p */
	-moz-border-radius: 5px;	/* Firefox—p */
	padding: 5px 10px;
	margin-right: 8px;
	}
	
#list-section .kaizen-list .answer {
	/*display: none;*/
	
	border-radius: 15px;			/* CSS3‘ˆÄ */
	-webkit-border-radius: 15px;	/* Safari,Google Chrome—p */
	-moz-border-radius: 15px;		/* Firefox—p */
	border: 1px solid #ccc;
	background-color: #FFF6E5;
	
	margin: 20px 0 5px 0;
	padding: 20px 30px;
	
	font-weight: bold;
	}
	
#list-section .kaizen-list .answer img.desc {
	float: right;
	margin-left: 15px;
	border: solid 1px #ccc;
	}
	
#list-section .kaizen-list:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}


/* cat-menu */

.cat-allow {
	background: url('/page/kaizen2/img/icon-allow.gif') no-repeat center 0;
	height: 16px;
	}

.cat-menu {
	height: 130px;
	text-indent: -9999px;
	position: relative;
	
	margin: 20px 0 30px;
	*margin-top: 50px;
	}
	
.cat-menu a {
	position: absolute;
	display: block;
	height: 55px;
	width: 200px;
	top: 50px;
	}
	
.cat-menu a.link-catA { left: 56px;  }
.cat-menu a.link-catB { left: 270px; }
.cat-menu a.link-catC { left: 484px; }
.cat-menu a.link-catD { left: 699px; }

.cat-menu00 { background: url('/page/kaizen2/img/menu00.gif') no-repeat center 0; }
.cat-menu01 { background: url('/page/kaizen2/img/menu01.gif') no-repeat center 0; }
.cat-menu02 { background: url('/page/kaizen2/img/menu02.gif') no-repeat center 0; }
.cat-menu03 { background: url('/page/kaizen2/img/menu03.gif') no-repeat center 0; }
.cat-menu04 { background: url('/page/kaizen2/img/menu04.gif') no-repeat center 0; }
.cat-menu05 { background: url('/page/kaizen2/img/menu05.gif') no-repeat center 0; }

.return-btn {
	padding-left: 195px;
	}
.return-btn a {
	height: 70px;
	width: 269px;
	float: left;
	margin-right: 30px;
	}
.link-returnA { background: url('/page/kaizen2/img/btn-toppage.gif') no-repeat center 0; }
.link-returnB { background: url('/page/kaizen2/img/btn-listpage.gif') no-repeat center 0; }


.info-tel {
	margin: 80px auto;
	background: url('/page/kaizen2/img/info-tel.gif') no-repeat 0 0;
	height: 110px;
	text-indent: -9999px;
	}


/* pager */

.pager {
	float: right;
	margin: 15px 20px 20px 0;
	_margin-right: 9px;
	}
.pager li {
	list-style-type: none;
	float: left;
	background: #eee;
	padding: 5px;
	margin: 2px;
	cursor: pointer;
	display: inline-block;
	}
.pager .hover,.pager .active {
	background-color: #666;
	color: #fff;
	}

/* for PConly or SPonly */
.cngimgsp {
	display: none!important;
}
@media ( max-width : 768px ) {
.cngimgpc {
display: none!important;
}
.cngimgsp {
display: block!important;
}

}