#header p.h1 {
	font-size:12px;
	line-height:18px;
	margin-left:5px;
	font-weight:normal;
}

p.h2 {
	background:url(../img/pic_001.gif) 0 0 no-repeat;
	padding-left:25px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
	margin-top:2em;
	margin-bottom:18px;
	letter-spacing:0;
}

.wrap {
	overflow:hidden;
}

.wrap dl {
	margin-top:10px;
	overflow:hidden;
}
	.wrap dl dt {
		clear:both;
		float:left;
		width:180px;
		margin-right:40px;
		font-size:16px;
		color:#1B79B0;
	}
	.wrap dl dd {
		width:680px;
		line-height:140%;
		font-size:15px;
		margin-bottom:2em;
		overflow:hidden;
	}
		.wrap dl dd .bg_color{
			background-color:#DDEBF3;
			padding:20px;
			margin-top:15px;
		}
		.wrap dl dd .bg_color p{
			margin-bottom:15px;
		}
		.wrap dl dd .bg_color .two_week{
			width:315px;
			float:left;
			margin-bottom:1em;
		}
		.wrap dl dd .bg_color .one_day{
			width:300px;
			float:right;
			margin-bottom:1em;
		}
			.wrap dl dd .bg_color .type_title{
				color:#1B79B0;
				font-size:16px;
			}
		.wrap dl dd .bg_color .bg_white{
			clear:both;
			background-color:#fff;
			padding:15px;
			margin:0;
		}

.sub_pre {
	margin-bottom:1.8em;
}

.left, .center, .right {
	float:left;
	width:275px;
	margin-right:35px;
}
.right {
	margin-right:0;
}
	.risk {
		float:right;
		width:140px;
		line-height:95px;
		color:#1B79B0;
		margin-bottom:10px;
	}
	.left .wrap img,
	.center .wrap img,
	.right .wrap img{
		float:left;
		width:127px;
	}

.detail{
	clear:both;
	font-size:14px;
	}


.arrow {
	text-align:center;
	margin:20px 0 10px 0;
}

.notice1 {
	width:423px;
	float:left;
}
.notice2 {
	width:423px;
	float:right;
}
.no1{
	background:url(../lens/img/sub_title_01.gif) 0 0 no-repeat;
}
.no2{
	background:url(../lens/img/sub_title_02.gif) 0 0 no-repeat;
}
	.notice_title {
		height:70px;
		margin-bottom:20px;
	}
	.notice_title p{
		color:#fff;
		font-size:17px;
		margin-left:50px;
		padding-top:15px;
	}
	.no2 .notice_title p{
		padding-top:20px;
	}
.kensa {
	position:relative;
	width:892px;
	height:212px;
	margin-bottom:30px;
}
	.kensa img{
		position:absolute;
		top:0;
		left:0;
	}
	.kensa p{
		position:absolute;
		width:230px;
		font-size:16px;
	}
	.kensa .text1{
		top:18px;
		left:20px;
	}
	.kensa .text2{
		top:98px;
		left:20px;
		width:210px;
	}
	.kensa .text3{
		top:178px;
		left:320px;
	}
	.kensa .text4{
		top:18px;
		left:620px;
	}
	.kensa .text5{
		top:98px;
		left:620px;
		width:240px;
	}
.flame {
	/*border:2px solid #1B79B0;
	padding:1.2em 2em;
	margin-bottom:2em;*/
	font-size:16px;
        margin-top: 1em;
}
	.flame span{
		color:#1B79B0;
	}


.news-box {
    border: 1px solid #1b79b0;
    padding: 1em;
}
.news-box h2 {
   margin-top: 0;
}
.news-box p {
    font-size: 16px;
    line-height: 1.6;
}
.news-box p span {
    color: #cf2300;
    font-weight: bold;
}
.lens-box {
    border: 2px solid #1B79B0;
    padding: 2em;
    border-radius: 15px;
    margin-bottom: 1em;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.lens-box p.pre {
   position: relative;
   padding: 0 0 1rem;
}
.lens-box p.pre :after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #1B79B0, #1B79B0 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #1B79B0, #1B79B0 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}