@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;
    -moz-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;
	display: block;
}
.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;
    display: block;
}
.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;
}




img {
	max-width: 100%;
	height:auto;
}
.imgcap_w450{
	display:block;
	text-align:left;
	line-height:1.3;
	padding-top:5px;
}
.bold{
	font-weight:bold;
}
.contents section {
	overflow: hidden;
	color:#444;
}
/* メインカラム */
.contents section article h2{
	color: #fff;
	line-height: 1.7;
	font-size:15px;
	padding:20px 10px 23px;
	background:#000;
	width:100%;
	box-sizing:border-box;
	/* border-bottom: 8px solid #fb0202; */
	display: none;
}
.contents section article h2.small{
}
.contents section article > div{
	/* border: 2px solid #fb0202; */
	/* padding:12px; */
	font-size: 16px;
}
.contents section article > div dl dt{
	float:left;
	font-weight:bold;
}
.contents section article > div dl dd{
	margin-bottom:1em;}

/* 記事フッター */
.contents section article > div > footer {
	margin-top:20px;
}
.contents section article > div > footer .socialBtn{
	text-align:right;
	margin:10px 0 20px;
	display:none;
}
.contents section article > div > footer .socialBtn li{
display:inline-block;
width:100px;
}
.contents section article > div > footer .social{
	display:inline;
}
.contents section article > div > footer dl{
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	border-left:2px solid #000;
	overflow:hidden;
}
.contents section article > div > footer dt{
	background:url(../images/bg_writer.png) no-repeat 5px bottom #262626;
	background-size:25px 25px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding-left:35px;
	height:26px;
	line-height:26px;
}
.contents section article > div > footer dl .dd01{
	float:left;
	margin:10px;
}
.contents section article > div > footer dl .dd02{
	margin-left:30px;
	padding:10px 0;
}
.contents section article > div > footer dl .dd02 ul {
	overflow:hidden;
}
.contents section article > div > footer dl .dd02 ul li{
	display: inline-block;
}
.contents section article > div > footer dl .dd02 .li01{
	float:left;
	height:16px;
	font-size:16px;
	margin-right:14px;
	margin-bottom:5px;
}
.contents section article > div > footer dl .dd02 .li02{
	width:16px;
	margin-bottom:5px;
}

.contents section article > div > footer dl .dd02 .li03{
	padding-right:10px;
}

/* 画像とテキストの設定（ベース） */
.contents section article > div > div {
	margin-bottom:38px;
}
.contents section article > div > div:last-child{
	margin-bottom:0;
}
.contents section article > div > div h3{
	margin:15px 0 15px;
	line-height: 1.3;
	font-size: 16px;
	border-left: 6px solid #fb0202;
	padding-left:6px;
	font-weight:bold;
}
.contents section article > div > div h4{ /* 20141022号にて追加 */
	margin:0 0 10px 0;
	height:auto;
	line-height:25px;
	font-size:18px;
	font-weight:bold;
}
.contents section article > div > div p{
	margin-bottom:15px;
}
.contents section article > div > div p.txt{
}
.contents section article > div > div p.img{
	text-align:center;
}

/* pt02（画像中） */
.contents section article > div > div.pt02 > div p img{
	max-width:75%;
}
/* pt03（画像中2枚） */
.contents section article > div > div.pt03 > ul li{
	text-align:center;
	margin-bottom:15px;
}
.contents section article > div > div.pt03 > ul li:last-child{
	margin-bottom:0;
}
