@charset "utf-8";

#btn_article_profile {
	cursor: pointer;
}
.pagenation {
	margin-bottom:30px;
	padding-top:5px;
}
/* 著者情報・コラム紹介 */
div.apple_overlay { 
	background-position:0 0;
	padding-bottom:15px;
	width:500px;
	text-aling:left;
	position:absolute;
	display:none;
	z-index: 10;
}
div.apple_overlay.black { 
	color:#fff;
	background-color:#000;
}

/* 本体部分 */
div.apple_overlay div.inner {
	font-size:85.7%;
	background-color:#333;
	text-align:left;
	margin:40px 0 0 15px;
	padding:15px 15px 10px;
	width:438px;
	height:325px;
	clear:both;
	overflow:auto;
}
* html div.apple_overlay div.inner {
	margin-left:10px;
	width:468px;
	height:335px;
}
div.apple_overlay .profile  {
	margin-bottom:30px;
	overflow: hidden;
	_zoom:1;
}
div.apple_overlay .profile .img {
	width:60px ;
	float: left;
}
div.apple_overlay .profile .txt {
	text-align:left;
	width:350px;
	float:right;
}
div.apple_overlay .column h4 {
	font-size:15px;
	margin:10px 0;
}
div.apple_overlay .column .link {
	text-align:right;
	padding-top:10px;
	display: block;
}
div.apple_overlay .column .link a {
	color: #FFF;
}
/* default close button positioned on upper right corner */
div.apple_overlay .close {
	background:url(../../images/v2/gendai/close.gif) no-repeat 0 0;
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	height:16px;
	width:16px;
	display: block;
}


/*
 ***********************
 文字色&サイズ
 ***********************
 */
#editor {
	padding: 0 20px 17px;
}
#editor p {
	font-size: 100%;
	line-height: 1.8;
	margin: 18px 0;
}
#editor p.read {
	padding: 20px;
	background-color: #f9f5f0;
}
#editor h4 {
	color:#C00;
	font-size: 128.6%;
	font-weight:normal;
	line-height:1.2;
	background: transparent url(../../images/v2/article/h_bulet.png) 0 0 no-repeat;
	padding-left: 25px;
	margin: 35px 0 15px;
	clear: both;
}
#editor p.next-info {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.font-s {
	font-size: 12px;
	line-height: 14px;
}
.red {
	color: #7f0045;
}
.green {
	color: #007131;
}
.blue {
	color: #0074a9;
}
.red2 {
	color: #c2121f;
}
#editor hr {
	border-width: 1px 0 0 0;
	border-color: #b4b4b4;
	border-style: dotted;
	clear: both;
	margin: 16px 0 18px;
}
/*
 ************************
 記事内シカケ
 ************************
 */
#editor .figure {
	float: right;
	margin: 0 0 25px 25px;
}
#editor .figure-right {
	float: right;
	margin: 0 0 25px 25px;
}
#editor .figure-left {
	float: left;
	margin: 0 25px 25px 0;
}
#editor .figure-center {
	margin: 0 auto 25px;
	text-align: left;
}
#editor .figure, #editor .figure-right, #editor .figure-left, #editor .figure-center {
	border: solid 5px #F0F0F0;
	background-color: #F0F0F0;
}
#editor .figure-no-border {
	border-width: 0 !important;
	background: none !important;
}
#editor .figure img, #editor .figure-right img, #editor .figure-left img, #editor .figure-center img {
	border: 1px solid #C8C8C8;
	vertical-align: bottom;
}
#editor .figure-no-border img {
	border-width: 0 !important;
}
#editor .figure span, #editor .figure-right span, #editor .figure-left span, #editor .figure-center span {
	font-size: 12px;
	line-height: 140%;
	display: block;
	text-align: left;
	margin-top: 5px;
}
#editor .figure span.right, #editor .figure-right span.right, #editor .figure-left span.right, #editor .figure-center span.right {
	color: #666;
	float: none;
}

/*テーブル 共通*/
#editor table {
	margin-bottom: 30px;
	border-collapse: collapse;
	border-spacing: 0;
}
#editor table tr th, #editor table tr td {
	font-size: 12px;
	line-height: 160%;
	text-align: left;
	padding: 10px;
}
#editor table tr th {
	white-space: nowrap;
}
/*テーブル1*/
table.tb1 {
	width: 100%;
}
table.tb1 tr th, table.tb1 tr td {
	border-bottom: solid 1px #fff;
}
table.tb1 tr th {
	background-color: #3465b1;
	color: #fff;
}
table.tb1 tr td {
	background-color: #f4f8fd;
}
/*テーブル2*/
table.tb2 {
	border-top: solid 1px #c8c8c8;
	width: 100%;
}
table.tb2 tr {
	border-bottom: solid 1px #c8c8c8;
}
/*テーブル3*/
table.tb3 {
	width: 100%;
}
table.tb3 tr.tb-head th {
	text-align: center !important;
	background-color: #B32B35;
	color: #fff;
}
table.tb3 tr th, table.tb3 tr td {
	border: solid 1px #fff;
}
table.tb3 tr th {
	background-color: #FEC1C6;
}
table.tb3 tr td {
	background-color: #FDEFEF;
}

/*テーブル4*/
table.tb4 {
	width: 100%;
}
table.tb4 tr.tb-head th {
	text-align: center !important;
	background-color: #3465b1;
	color: #fff;
}
table.tb4 tr th, table.tb4 tr td {
	border: solid 1px #fff;
}
table.tb4 tr th {
	background-color: #d1e0f8;
}
table.tb4 tr td {
	background-color: #f4f8fd;
}

/*テーブル 共通*/
#editor table {
	margin-bottom: 30px;
	border-collapse: collapse;
	border-spacing: 0;
}
#editor table tr th, #editor table tr td {
	font-size: 12px;
	line-height: 160%;
	text-align: left;
	padding: 10px;
}
#editor table tr th {
	white-space: nowrap;
}
/*テーブル1*/
table.tb1 {
	width: 100%;
}
table.tb1 tr th, table.tb1 tr td {
	border-bottom: solid 1px #fff;
}
table.tb1 tr th {
	background-color: #B32B35;
	color: #fff;
}
table.tb1 tr td {
	background-color: #FDEFEF;
}
/*テーブル2*/
table.tb2 {
	border-top: solid 1px #c8c8c8;
	width: 100%;
}
table.tb2 tr {
	border-bottom: solid 1px #c8c8c8;
}
/*テーブル4*/
table.tb4 {
	width: 100%;
}
table.tb4 tr.tb-head th {
	text-align: center !important;
	background-color: #B32B35;
	color: #fff;
}
table.tb4 tr th, table.tb4 tr td {
	border: solid 1px #fff;
}
table.tb4 tr th {
	background-color: #FEC1C6;
}
table.tb4 tr td {
	background-color: #FDEFEF;
}
/*リスト*/
#editor ul.list1 li {
	font-size: 14px;
	line-height: 140%;
	background: url("/common/images/v2/common/icon02.png") no-repeat scroll 3px 9px transparent;
	padding-left: 20px;
	margin-bottom: 7px;
}
#editor ul.list2, #editor ol.list2 {
	padding-left: 2.5em;
}
#editor ul.list2 li, #editor ol.list2 li {
	font-size: 14px;
	line-height: 140%;
	list-style-type: decimal;
	margin-bottom: 7px;
}

#editor p a.link {
	background: url("/common/images/v2/common/icon01.png") no-repeat scroll left 6px transparent;
	padding-left: 7px;
	display: block;
}

/*
 ***********************
 著作権について
 ***********************
 */
body.page_cc #editor {
}
body.page_cc #editor h4 {
	font-size:142.9%;
	background:none;
	margin-top:0;
	padding-top:30px;
	padding-left:0;
}

body.page_cc #editor ul.list {
	background-color:#F1F1F1;
	padding: 10px 15px 5px;
}
body.page_cc #editor ul.list li {
	line-height:1.2;
	background: url(../../images/v2/article/bulet.png) 0 0.5em no-repeat;
	margin-bottom:0.5em;
	padding-left:15px;
}
/*
 ************************
 記事内シカケ
 ************************
 */
.figure {
	margin-bottom: 25px;
}
.figure-right {
	float: right;
	margin: 0 0 25px 25px;
}
.figure-left {
	float: left;
	margin: 0 25px 25px 0;
}
.figure-center {
	margin: 0 auto 25px;
	text-align: left;
}

.figure, .figure-right, .figure-left, .figure-center {
	border: solid 5px #F0F0F0;
	background-color: #F0F0F0;
}
.figure-no-border {
	border-width: 0 !important;
	background: none !important;
}
.figure img, .figure-right img, .figure-left img, .figure-center img {
	border: 1px solid #C8C8C8;
	vertical-align: bottom;
}
.figure-no-border img {
	border-width: 0 !important;
}
.etoki {
	border: solid 5px #f0f0f0;
	background-color: #f0f0f0;
}
.etoki span {
	font-size: 12px;
	line-height: 100%;
	display: block;
}
