@charset "utf-8";
@import url(/css/common.css);

/* ------------------------------ info */
.info .boxHeaderArea03 .headerMainVisual {
    background-image: url("/img/img_privacy_mainvisual.jpg");
}
.info #pageBody {
    background: none repeat scroll 0 0 #fff;
    margin: 0 0 0 60px;
}
.info .contentsArea {
	margin: 0 0 80px;
}
.info .contentsArea:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.info .linkLeft a {
	color: #333;
}

/**
 * mainCol
 */
.boxEditableHeader {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 35px;
	padding: 0 0 16px;
}
.boxEditableHeader:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.boxEditableHeader h1 {
	font-size: 185%;
	line-height: 1.4;
	margin: 0 0 12px;
}
.boxSNSArea {
	float: left;
}
.boxSNSArea span {
	display: inline-block;
	margin: 0 0 0 10px;
}
.boxSNSArea span:first-child {
	margin: 0;
}
#___plusone_0 {
	width:65px !important;
}
iframe.twitter-share-button {
	width: 105px!important;
}
.postedDate {
	float: right;
	line-height: 1.4;
	padding: 5px 0 0;
}
.boxEditableArea {
	clear: both;
	font-size: 116%;
	margin: 0 0 30px;
}
.boxEditableArea img {
	margin: 0 0 30px;
}

/**
 * sideCol
 */
.boxInfoList {
	 background: url("/img/info/line_info_sidecol.gif") no-repeat scroll 0 top rgba(0, 0, 0, 0);
}
.boxInfoList h2 {
	border-bottom: 1px solid #e5e5e5;
	padding: 17px 0;
}
.boxInfoList li {
	background: url("/common/img/arrow_link_black.gif") no-repeat scroll 0 1em rgba(0, 0, 0, 0);
	border-bottom: 1px dotted #e5e5e5;
	font-size: 85%;
	line-height: 1.4;
	padding: 8px 0 8px 11px;
}
.boxInfoList li a {
	color: #333;
}

/**
 * list
 */
.contentsArea .section {
	clear: both;
	margin: 0 0 80px;
}
.contentsArea .section:last-child {
	margin: 0;
}
.boxInformation {
	color: #000;
	margin: 0 0 50px;
	width: 700px;
}
.boxInformation ul li {
	clear: both;
	margin: 0 0 15px;
}
.boxInformation ul li:last-child {
	margin: 0;
}
.boxInformation li:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.boxInformation ul li div {
	float: left;
}
.boxInformation ul li .date {
	float: left;
	line-height: 1.4;
	width: 116px;
}
.boxInformation ul li div {
	float: left;
}
.boxInformation ul li .ttl {
	background: url("/common/img/arrow_link_black.gif") no-repeat scroll 0 0.4em rgba(0, 0, 0, 0) !important;
	line-height: 1.4;
	padding: 0 0 0 10px;
	width: 509px;
}
.info.detail .boxEditableArea a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}



/*
.boxSNSArea {
	overflow: hidden;
}
.boxSNSArea span {
	float: left;
	margin-right: 4px;
}
.boxSNSArea span iframe {
	margin: 0 !important;
}
*/
/* ------------------------------ Clearfix */
.cfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: " ";
}
* html .cfix {
	zoom: 1;
}
*:first-child+html .cfix {
	zoom: 1;
}