@charset "utf-8";
/* CSS Document */
#contents section article .red {
	color:#f00;
}
#contents section article .bgGray {
	background: #ecf3f2;
	padding: 10px;
	overflow:hidden;
}

#contents section article dl.appealPoint {
	background: #fff;
	padding: 10px;
}
#contents section article dl.appealPoint dt {
	padding: 5px 10px;
	color: #0067cb;
	margin-bottom: 10px;
	border-bottom: 3px solid #0067cb;
}
#contents section article dl.appealPoint dd {
	clear:both;
}
#contents section article > div > div h3 {
	margin: 15px 0 15px;
	line-height: 1.3;
	font-size: 16px;
	border-left: 0;
	padding-left: 6px;
	font-weight: bold;
	background:#fb0202;
	color:#fff;
	padding: 10px;
}
#contents section article .int01 {
	max-width:100%;
	float:left;
	margin-top:20px;
	margin-left:5px;
	margin-right:30px;
}
#contents section article .int01 img {
	border-radius:5px;
}
#contents section article .int01 .left {
	width:50px;
	float:left;
}
#contents section article .int01 .right .name {
	padding-left:65px;
}
#contents section article .int01 .right .name span.point {
	background: #F00;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
	font-size:12px;
	padding:0px 3px;
	margin-right:4px;
	line-height:0;
}
#contents section article .int01 .right .balloon {
	position: relative;
	max-width:100%;
	margin-left:65px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	background:#FFFFFF;
	color:#000;
}
#contents section article .int01 .right .balloon:before {
    content: '';
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -9px;
    top: 5px;
}
#contents section article .int01 .right .red {
	border:3px solid #e11818;
}
#contents section article .int01 .right .red:before {
    border-right: 7px solid #e11818;
}
#contents section article .int01 .right .blue {
	border:3px solid #0067cb;
}
#contents section article .int01 .right .blue:before {
    border-right: 7px solid #0067cb;
}
#contents section article .int02 {
	max-width:100%;
	float:right;
	margin-top:20px;
	margin-left:30px;
	margin-right:5px;
	margin-bottom:20px;
}
#contents section article .int02:after {
	content: '';
	border-bottom: 3px dotted #999;
	display: block;
	margin-left: -24px;
	padding-top: 20px;
}
#contents section article .int02 .right {
	width:50px;
	float:right;
}
#contents section article .int02 .left .name {
	padding-right:65px;
}
#contents section article .int02 .left .name span.ng {
	background: #999;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
	font-size:12px;
	padding:2px 4px;
	margin-right:4px;
}
#contents section article .int02 .left .balloon span.ba{
	color:#f00;
	font-size:16px;
	font-weight:bold;
	display:block;
}
#contents section article .int02 .left .balloon {
	position: relative;
	max-width:100%;
	margin-right:65px;
	padding: 10px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	background:#FFFFFF;
	color:#000;
}
#contents section article .int02 .left .balloon:before {
    content: '';
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: -9px;
    top: 5px;
}
#contents section article .int02 .left .red {
	border:3px solid #e11818;
}
#contents section article .int02 .left .red:before {
    border-left: 7px solid #e11818;
}
#contents section article .int02 .left .blue {
	border:3px solid #0067cb;
}
#contents section article .int02 .left .blue:before {
    border-left: 7px solid #0067cb;
}
#contents section article > div > div .img01 {
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-top: 10px;
}
#contents section article > div p.btn01 a {
	background: rgb(255,170,86); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,170,86,1) 0%, rgba(254,139,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,170,86,1)), color-stop(100%,rgba(254,139,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,170,86,1) 0%,rgba(254,139,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,170,86,1) 0%,rgba(254,139,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,170,86,1) 0%,rgba(254,139,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,170,86,1) 0%,rgba(254,139,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa56', endColorstr='#fe8b0e',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	color:#fff;
	padding:10px;
	border:1px solid #FC8200;
	font-weight:bold;
}
#contents section article > div p.btn02 a {
	background: rgb(153,186,100); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(153,186,100,1) 0%, rgba(118,177,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,186,100,1)), color-stop(100%,rgba(118,177,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(153,186,100,1) 0%,rgba(118,177,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(153,186,100,1) 0%,rgba(118,177,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(153,186,100,1) 0%,rgba(118,177,33,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(153,186,100,1) 0%,rgba(118,177,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ba64', endColorstr='#76b121',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	color:#fff;
	padding:10px;
	border:1px solid #69AF00;
	font-weight:bold;
}
#contents section article > div p.btn01 a:hover,
#contents section article > div p.btn02 a:hover {
	text-decoration:none;
}
#contents section article > div p.btn01 a:after,
#contents section article > div p.btn02 a:after {
	content:'>';
	font-weight:bold;
	color:#fff;
	float: right;
	margin-top: -13px;
}
