@charset "utf-8";

/* CSS Document */

* {
	margin:0;
	padding:0;
	font-style:normal;
}

body {
	margin:0 auto;
	padding:0;
	font-size:small;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
	background-color:#FFFFFF;
	line-height:1.3em;
	height:auto;
	color:#202020;
	/* font_color:#202020,title_color:#4E4E4E.theme_color:#AA0000,gray:#D7D7D7,blue-link:#1AB3F4 */
}

div,p,span,input,select,textarea,form,ul,ol,li,dl,dt,dd,tr,td,table {font-size:100%;}
h2 { font-size:140%; }
h3 { font-size:120%; }

strong {
	font-weight:bold;
}

a, label {color:#1b3a8c;text-decoration:none;}
a:hover, label:hover {color:#5C81D6;text-decoration:none;}

a img { border:none; }

br.clear {
	clear:both;
	font-size : 0px ;
}

div.clear {
	clear:both;
	float:none;
	font-size:0px;
	overflow:hidden;
	height:1px;
	width:1px;
}

.fbox {
	zoom: 100%;
}

.fbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

p {
	margin-bottom:17px;

}

sup {
	position:relative;
	top:7px;
	_top:0px;
}


/* ul,ol,li format */

li {list-style-type:none;}

.hd {
	text-indent : -9999px ;
	text-decoration : none ;
	font-size : 0px ;
	display:block;
}

.hdr {
	text-indent : 9999px ;
	text-decoration : none ;
	font-size : 0px ;
	display:block;
}

.rad6 {
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

/* main layout */

body { background-color:#ffffff; }

#container {
	margin:0 auto;
	width:100%;
	height:100%;
}

header {
	width:100%;
	height:127px;
	border-top:5px solid #FF7F27;
	border-bottom:5px solid #F3F3F3;
	margin:0;
	position:relative;
	overflow:visible;
}

header>div {
	width:1200px;
	height:127px;
	margin:0 auto;
	position:relative;
}


/* ヘッドラインブロック headline js module */
section.headline {

	font-size:100%; /* フォントサイズの調整はここで行ってください */

	width:100%; /* この値で横幅の最大値を調整します */
	min-width:1000px; /* この値で横幅の最低値を調整します */
	height:1.3em;
	margin:0; /* この値で上右下左のマージンを調整してください */
	padding: 0;
	overflow:hidden;
	position:absolute;
	bottom:20px;
}

.headline div.headline_module_label {
	float:left;
	width:7em;
	color:#9a9a9a;
	height:1.4em;
	line-height:1.4em;

	margin-left:3px;
}

.headline.nolabel div.headline_module_label  {
	display:none;
}

.headline ul#headline_module_body {
	float:left;
	margin-top:0em; /* 初期値 */
	display:block;

	width:-webkit-calc(100% - 7em - 3px);
	width:calc(100% - 7em - 3px);
}

.headline.nolabel ul#headline_module_body {
	margin-left:3px;
	width:-webkit-calc(100% - 3px);
	width:calc(100% - 3px);
}

.headline ul#headline_module_body>li {

	width:100%;
	position:relative;
	height:3em;
	line-height:1.5em;
	display:block;
	overflow:hidden;
	zoom: 100%;
}

.headline ul#headline_module_body>li:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.headline ul#headline_module_body>li>a {
	max-width:-webkit-calc(100% - 7.2em);
	max-width:calc(100% - 7.2em);
	height:1.4em;
	overflow:hidden;
	display:block;
	float:left;

	color:#000000;

	word-wrap: break-word;
	overflow-wrap: break-all;
}

.headline #headline_module_body>li>a>span.red { /* 速報 */
	color:#FF3333;
	margin-right:.2em;
}

.headline #headline_module_body>li>a>span.b.red { /* 太字 */
	font-weight:bold;
}

.headline #headline_module_body>li>span.date { /* 日付 */
	width:7em;
	margin-left:.2em;
	float:left;
	text-align:center;
	color:#9a9a9a;
}



#contents {
	width:1200px;
	margin:0 auto;
	padding-top:20px;
	background-color:#ffffff;
	zoom: 100%;
	height:100%;

	text-align:left;
	position:relative;
}

#contents:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#left_pane {
	width:860px;
	margin-right:40px;
	margin: 0 40px 0px 0;
	float:left;
}

#right_pane {
	width:300px;
	float:left;
	padding-bottom:40px;
	background-color:#F1F1F1;
}


#footer {
	width:100%;
	height:75px;
	position:relative;
}

/** header **/

header>div>h1>a {
	display:block;
	width:210px;
	height:100px;
	position:absolute;
	margin:auto;
	top:7px; left:0px;
	background:url(../images_PC/rc_logo.png) left top no-repeat;
}


#searchbox {
	position:absolute;
	right:10px;
	top:24px;
	background:url(../images_PC/ic_loupe.png) 5px center no-repeat;
	width:350px;
	height:38px;
	border: 1px solid #DEDEDE;
}

#searchbox #search_selector {
	position:absolute;
	left:32px;
	top:12px;
	cursor:pointer;
	background:url(../images_PC/ic_pulldown.png) right center no-repeat;
	padding-right:9px;
}

#searchbox input[type="text"] {
	position:absolute;
	left:130px;
	top:6px;
	width:148px;
	height:28px;
	background:none;
	border:none;
}

#searchbox button {
	background-image:url(../images_PC/bt_search.png);
	background-position: 0 0;
	width:64px;
	height:28px;
	position:absolute;
	right:4px;
	top:5px;
	border:none;
	cursor:pointer;
}
#searchbox button:hover { background-position: 0 -28px; }
#searchbox button:active { background-position: 0 -56px; }

/* menu */
header>div>nav {
	position:absolute;
	left:250px;
	top:40px;
	width:470px;
	text-align:left;
}

header>div>nav>ul {
	vertical-align:top;
}

header>div>nav>ul>li {
	display:inline-block;
	position:relative;
	margin-right:50px;
}

header>div>nav>ul>li:last-child {
	margin-right:0;
}

header>div>nav>ul>li>a,
header>div>nav>ul>li>label,
header>div>nav>ul>li>ul>li>a {
	color:#999;
	cursor:pointer;
	font-size:115%;
}

header>div>nav>ul>li>label:after {
	content:"▼";
	font-size:60%;
	position:absolute;
	top:1.6em;
	left:calc(50% - 0.3em );
}

header>div>nav>ul>li>input[type="checkbox"] {
	display:none;
}

header>div>nav>ul>li>ul {
	position:absolute;
	top:2.4em;
	left:0;
	display:none;
	z-index:10;
	width:8em;
	background-color:#FFF;
	border:1px solid #DEDEDE;
	border-top:0;
}

header>div>nav>ul>li>input[type="checkbox"]:checked+ul {
	display:block;
}

header>div>nav>ul>li>ul>li {
	height:2em;
	line-height:2em;
	padding-left:1em;
}

/* ヘッドライン */
#headline {
	position:absolute;
	top:96px;
	left:100px;
	width:1000px;
	text-align:left;
}

/** コンテンツ **/

/**** ad ****/


.ad728 { /* ad area for ads with 728px width */
	width:728px;
	margin: 20px auto;
	clear:both;
}

.ad728:last-child{
	margin-bottom:0;
}

.ad728 img {
	display:block;
}

#left_pane .ad728:first-child {
	margin-top:0px;
}

.ad300x2 {
	width:692px;
	margin:20px auto 20px auto;
}

.ad300x2>div {
	float:left;
	width:336px;
	margin-right:20px;
}

.ad300x2>div:last-child {
	margin-right:0px;
}

/* もっと見るボタン */

div.bt_readmore_box {
	text-align:right;
}

div.bt_readmore_box a.bt_readmore {
	background-color:#FE9619;
	color:#FFFFFF;
	padding:4px 8px;
	font-weight:bold;
}


/*** right_pane ***/

#scroll_follow_block {
	position:relative;
}

#right_pane div.ad300, #right_pane div.block {
	width:300px;
	margin-bottom:17px;
}

#right_pane div.side_cont,
#right_pane div.block_body {
	width:280px;
	padding:0 10px;
	margin-bottom:17px;
}

#right_pane .compass-fit-ad {
	width:280px;
	margin:0 10px;
}

#right_pane div.ad300 {
	text-align:left;
	background-color:#f1f1f1;
}

#right_pane div.ad300>div {
	margin: 0 auto;
}

#right_pane div.ad300>a, #right_pane div.ad300>a>img{
	margin:0 auto;
	display:block;
	height:250px;
}

#right_pane div.block h4 {
	width:283px;
	height:33px;
	background:#9DAFDF;
	display:block;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	line-height:33px;
	padding-left:17px;
	margin-bottom:10px;
}

/** フッター  **/
footer {
	width:100%;
	padding:15px 0;
	text-align:center;
	border-top:1px solid #FF9A55;
	position: relative;
}

footer ul.links {
	margin-bottom:1em;
}

footer ul.links > li {
	display:inline;
	font-size:15px;
}

footer ul.links > li a {
	color:#8a8a8a;
	padding:0 1em;
}

footer ul.links > li:before {
  content:" |  ";
  color:#8a8a8a;
}

footer ul.links > li:first-child:before {
  content:"";
}

footer div#copyright { color:#8a8a8a; }



/* side ranking*/

ul.side_ranking li {
    zoom: 100%;
    margin-bottom:5px;
    padding-bottom:5px;
    border-bottom:1px solid #D7D7D7;
}
ul.side_ranking li:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


ul.side_ranking li em {
	font-size:1.2em;
	font-weight:bold;
	float:left;
	width:1.5em;
}

ul.side_ranking li:nth-child(1) em,
ul.side_ranking li:nth-child(2) em,
ul.side_ranking li:nth-child(3) em { color:#AA0000; }

ul.side_ranking li a.image {
	width:80px;
	margin-right:6px;
	vertical-align:top;
	float:left;
	text-align:center;
}

ul.side_ranking li span.date {
	display:block;
	text-align:right;
	color:#555;
}



ul.side_topics_list li {
	padding:6px 0 4px 8px;
	background:url(https://www.recordchina.co.jp/images_PC/ic_tri_right.gif) left 12px no-repeat;
	border-bottom:1px solid #D7D7D7;
}

/* ページトップのメッセージ枠 */
.msg_box1 {
    border: 2px solid #e04433;
    border-radius: 4px;
    margin:  1em auto;
    padding: 1em;
    position: relative;
	width: 800px;
}
.msg_box1::before {
    background-color: #fff;
    color: #e04433;
    content: "緊急のお知らせ";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -0.7em;
}

.msg_box2 {
    border: 2px solid #3344e0;
    border-radius: 4px;
    margin:  1em auto;
    padding: 1em;
    position: relative;
	width: 800px;
}
.msg_box2::before {
    background-color: #fff;
    color: #3344e0;
    content: "お知らせ";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -0.7em;
}


/* アンケート(20150622added) */

div.side_cont.enq .enq_now .enq_head {
	display:block;
	float:left;
	width:50px;
	font-size:80%;
	color:#FFFFFF;
	background-color:#0C57F2;
	margin-right:10px;
	text-align:center;
	margin-top:.7em;
}

div.side_cont.enq .enq_now .enq_title {
	width:240px;
	display:block;
	float:left;
	color:#0030C1;
}

div.side_cont.enq .enq_now .enq_description {
	margin-top:8px;
}

div.side_cont.enq .enq_now .enq_count {
	text-align:right;
	font-weight:bold;
	color:#000;
	margin-top:8px;
	cursor:pointer;
}

div.side_cont.enq .enq_now a.enq_vote { /* a */
	width:137px;
	display:block;
	line-height:37px;
	padding-left:115px;
	height:37px;
	background:url(https://img.recordchina.co.jp/images_PC/bt_enq_vote.png);
/*	background:url(./images_PC/bt_enq_vote.png);*/
	margin:8px auto;
	border:none;
	cursor:pointer;
}

div.side_cont.enq .enq_now button.enq_vote { /* button */
	width:252px;
	display:block;
	text-align:left;
	font-weight:bold;
	color:#2c3e6c;
	line-height:37px;
	padding-left:115px;
	height:37px;
	background:url(https://img.recordchina.co.jp/images_PC/bt_enq_vote.png);
/*	background:url(./images_PC/bt_enq_vote.png);*/
	margin:8px auto;
	border:none;
	cursor:pointer;
}

div.side_cont.enq .enq_now button.enq_vote:hover {
	text-decoration:underline;
}

div.side_cont.enq .enq_past {
	border-top:1px solid #d7d7d7;
	padding:8px 0 0 0;
	margin:8px 0 0 0;
}

div.side_cont.enq .enq_past li {
	border-bottom:1px solid #d7d7d7;
	padding-bottom:8px;
	margin-bottom:8px;
}


div.side_cont.enq .enq_past .enq_head {
	display:block;
	float:left;
	width:50px;
	font-size:80%;
	color:#FFFFFF;
	background-color:#6C6C6C;
	margin-right:10px;
	text-align:center;
	margin-top:.7em;
}

div.side_cont.enq .enq_past .enq_title {
	width:240px;
	display:block;
	float:left;
	color:#0030C1;
}

div.side_cont.enq .enq_list {
	margin-left: 70px;
	border-style: solid ;
	border-width: 1px;
	padding: 5px 2px 2px 2px;
	width: 150px;
	border-color: #0C57F2;
	color: green;
	background-color: lavender;
	text-align:center;
	margin-bottom:8px;
}

/* rc_dlg */
.rc_dlg {
	position:absolute;
	display:none;
}

ul#search_selector_chip {
    background-color: #e0e0e0;
    border: 1px solid #888888;
    z-index: 100;
}
ul#search_selector_chip li {
    background-color: #e0e0e0;
    padding: 0 5px;
    text-align: left;
}
ul#search_selector_chip li a {
    color: #202020;
}
ul#search_selector_chip li:hover {
    background-color: #ffffff;
}
ul#search_selector_chip li a:hover {
    color: #0000ff;
    text-decoration: none;
}

/**** bread crumb ****/
ul#bc {
	margin-bottom:10px;
}

ul#bc > li {
	display:inline;
	font-size:140%;
	font-weight:bold;
}

ul#bc > li:first-child {
	padding-left:2px;
}

ul#bc > li:before {
  content:" > ";
}

ul#bc > li:first-child:before {
  content:"■ ";
  color:#FF0000;
}

ul#bc > li > a {
	color:#000000;
}

/* share buttons */

#article_content aside.share {
	width:112px;
	float:left;
	position:relative;
	margin-right:20px;
	margin-bottom:20px;
}

#article_content aside.share > a {
	padding-left:30px;
	display:block;
	height:48px;
	line-height:48px;
	font-size:110%;
	border-bottom:1px solid #d7d7d7;
	background-size: 16px 16px;
	background-position:5px center;
	background-repeat:no-repeat;
}

#article_content aside.share > a#share_email {
	background-image:url(../images_PC/ic_share_email.png);
}

#article_content aside.share > a#share_facebook {
	background-image:url(../images_PC/ic_share_fb.png);
}

#article_content aside.share > a#share_twitter {
	background-image:url(../images_PC/ic_share_tw.png);
}

#article_content aside.share > a#share_comment {
	padding-left:0;
	width:112px;
	text-align:center;
}

#article_content aside.share > li:last-child > a {
	border-bottom:none;
}

/* article_content */
#article_content > article {
	position:relative;
}

#article_content > article > h1 {
	font-size:150%;
	line-height:1.4em;
}

#article_content > article > section.data {
	margin-top:10px;
}
#article_content > article > section.data > div {
	width:50%;
	float:left;
	color:#666666;
}

#article_content > article > section.data > div.date {
	text-align:right;
	margin-bottom:20px;
}

#article_content > article > #entry_body {
	width:728px;
	float:left;

	margin-bottom:30px;
}

#article_content > article > #entry_body > .photo_and_excerpt_box {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	width:364px;
}

#article_content > article > #entry_body > .photo_and_excerpt_box > a.photo {
	width:364px;
	height:273px;
	display:block;
	border:1px solid #cccccc;
	position:relative;
}

#article_content > article > #entry_body > .photo_and_excerpt_box > a.photo > img {
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	left:0px;
	right:0px;
	top:0;
	bottom:0;
}

#article_content > article > #entry_body > .photo_and_excerpt_box > a.photo > div.zoom {
	position:absolute;
	display:block;
	right:0;
	bottom:0;
	background-color:#FF994F;
	padding:14px 20px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:120%;
	opacity: 0.5;
}

#article_content > article > #entry_body > .photo_and_excerpt_box > div.excerpt > div.count {
	position:relative;
	display:inline;
	margin-left:1em;
}

#article_content > article > #entry_body > .photo_and_excerpt_box > div.excerpt {
	position:relative;
	width:354px;
	border:none;
	border-top:0;
	padding: 8px 5px;
	font-size:100%;
	color:#666666;
	line-height:1.5em;
}

#article_content > article > #entry_body > section#text {
	display:inline;
	font-size:120%;
	line-height:1.8em;
}

#article_content > article > #entry_body > section#text h2 {
	margin:1em 0;
	font-size:110%;
}

#article_content > article > #entry_body section#text p {
	margin-bottom:0;
}

#article_content > article > #entry_body section#text p + p {
	margin-top:1em;
}

#article_content > article > #entry_body section#text blockquote {
	margin:1.7em 0 !important;
}

/* comment */
aside.comsns_box {
	margin-bottom:30px;
	margin-left:132px;
	clear:left;
}
aside.comsns_box img.ic_comment {
	width:25px;
	height:25px;
	display:inline-block;
	vertical-align:top;
}

aside.comsns_box img.ic_comment + span {
	height:25px;
	line-height:25px;
	display:inline-block;
}

aside.comsns_box img.ic_comment + span + div {
	width:300px;
	display:inline-block;
	margin-left:30px;
	margin-bottom:10px;
}

aside.comsns_box img.ic_comment + span + div > input[type="checkbox"] {
	width:19px;
	height:19px;
	margin:3px;
	vertical-align:middle;
}

aside.comsns_box img.ic_comment + span + div > input[type="checkbox"] + label {
	color:#000000;
	cursor:pointer;
}

/* RC お知らせ */
.rc_notice {
	background-color: #eaeaea;
	font-size: 120%;
	padding: 8px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 16px 8px 8px 8px;

	line-height:1.8em;
	margin-bottom:20px;
	margin-left:132px;
}

/* 関連記事 */

.category_news_block h1 {
	border-left:16px solid #FF7F27;
	font-size:160%;
	line-height:1em;
	display:block;
	height:1em;
	padding:10px 0 10px 10px;
}

.category_news_block {/* リスト用2pane枠。再利用可能 */
	padding-bottom:20px;
	zoom: 100%;
}

.category_news_block:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.category_news_block>h2 {
	margin-bottom:10px;
}

.category_news_block>article {
	position:relative;
	padding:12px 0;
}

.category_news_block>article.original {
	background-color:#F1F1F1;
}

.category_news_block>article:first-child {

}

.category_news_block>article>a:first-child {
	display:block;
	width:240px;
	height:180px;
	border:1px solid #DFDFDF;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	float:left;
	margin-right:20px;
}

.category_news_block>article>h3,
.category_news_block>article>a+h3 {
	font-size:18px;
	line-height:1.3em;
	margin-bottom:0.5em;
	display:inline;
}

.category_news_block>article>h3 {
	width:100%;
}
.category_news_block>article>a+h3 {
	width:598px;
}

.category_news_block>article>p {
	display:inline-block;
	width:100%;
	line-height:1.8em;
	font-size:16px;
	color:#999;
}

.category_news_block>article>a+h3+p {
	width:598px;
}

.category_news_block>article>.data {
	position:relative;
	right:0;
	bottom:8px;
	width:100%;
}

.category_news_block>article>a+h3+p+.data {
	position:absolute;
	width:598px;
}

.category_news_block>article>.data>div {
	float:left;
	padding:4px 4px;
}

.category_news_block>article>.data>.origin {
	background-color:#999999;
	color:#FFFFFF;
	text-align:center;
}

.category_news_block>article>.data>a.readmore {
	background-color:#FF7F27;
	padding:4px 8px;
	position:absolute;
	right:8px;
	top:0;
	color:#FFFFFF;
}

/* paginate */
nav.paginate {
	margin:0;
	text-align:center;
	padding-bottom:20px;
}

nav.paginate ul {
	display:inline-block;
}

nav.paginate ul li {
	display:block;
	float:left;
	margin-right:8px;
}

nav.paginate ul li a {
	display:block;
	padding:12px 18px;
	background-color:#FF7F27;
	color:#FFFFFF;
	border-bottom:4px solid #B55B1C;
	font-size:16px;
}

nav.paginate ul li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

nav.paginate ul li.nolink a {
	cursor:default;
	background-color:#999999;
	border-bottom:4px solid #5E5E5E;
}

nav.paginate ul li.nolink a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


nav.paginate ul li.new a {
	background-color:#FF421C;
	border-bottom:4px solid #AD2B11;
}

/***** right person list */

#right_pane div.block h4 a {
	color:#FFFFFF;
}

#right_pane div.side_cont.topics,
#right_pane div.side_cont.sns {
	padding:0 0 10px 0;
}

ul.side_topics_list {
	display:block;
	padding-left:10px;
	width:280px;
}

ul.side_topics_list li {
}

.person_topics {
	width:100%;
	margin:5px 0;
	border-bottom: solid 1px #aaaaaa;
}

.person_topics:first-child {
	padding-top:10px;
}

.person_topics .photo_block {
	margin-right:10px;
	float:left;
	width:63px;
	height:63px;
	position:relative;
}

.person_topics .photo_block img.photo {
	display:block;
	width:63px;
	height:63px;
}

.person_topics .photo_block div.mask {
	display:block;
	width:63px;
	height:63px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/mask_personal_ss.png);
}

.person_topics .info_block {
	float:left;
	width:290px;
	margin-bottom:5px;
}

.person_topics .info_block h3 {
	font-size: 13px;
	font-weight:normal;
	color:#000000 !important;
	margin-top:2px;
	margin-bottom:2px;
	line-height:1.4em;
	padding-right:8px;
}

.person_topics .info_block .basic_info {
	font-weight:bold;
}

.person_topics .info_block .basic_info span {
	margin-right:8px;
}

.person_topics .info_block .basic_info span:last-child {
	margin-right:0px;
}

/* popIn cancel */
#_popIn_category_ranking ._popIn_recommend_art_title {
	width:180px !important;
}

._popIn_recommend_header {
	display:none;
}


/* UZOU レコメンド */
#uzou_recommend {
	margin-bottom:30px;
	display:block;
}



div.sequel {
	display:block;
	margin:20px 50px 20px 100px;
	height:50px;
	text-align:center ;
}
div.sequel .prev {
	position:absolute;
	display:inline-block;
	left : 180px;
	width: 200px;
	height:20px;
	line-height:40px;
	padding:10px;
	border:1px solid #6666aa;
}
div.sequel .prev a{
	display: block;
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
div.sequel .prev a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

div.sequel .next {
	position:absolute;
	display:inline-block;
	left : 550px;
	width: 200px;
	height:20px;
	line-height:40px;
	padding:10px;
	border:1px solid #6666aa;
}
div.sequel .next a{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
div.sequel .next a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* rcからのお知らせ */

.rc_info {
	padding:10px 20px;
	font-size:100%;
	line-height:1.4em;
	background-color:#e8e8e8;
	margin-bottom:20px;
}


/* 下部ページナビゲーション */

ul.pagenav {
	display:block;
	margin:40px auto;
	text-align:center;
}

ul.pagenav li {
	display:inline-block;
}

ul.pagenav li>a {
	padding:5px 10px;
	border:1px solid #999999;
	margin-right:10px;
}

ul.pagenav li>a:last-child {
	margin-right:0;
}

ul.pagenav li.now a {
	background-color:#ec0702;
	border-color:#ec0702;
	color:#ffffff;
}

ul.pagenav li a:hover {
	background-color:#EA7775;
	border-color:#EA7775;
	color:#ffffff;
}

ul.pagenav li.far:first-child:after {
	content:" ... ";
}

ul.pagenav li.far:last-child:before {
	content:" ... ";
}



div.news_notes  {
	padding:3px 6px;
	background-color:transparent;
	display:inline-block;
	font-weight:normal;
	font-size:11px;
	color:#999999;
	margin-top:10px;
}


a.jumptoarticle {
	padding:12px 0;
	display:block;
	background-color:#4299FF;
	color:#FFFFFF;
	border-bottom:4px solid #3375C6;
	font-size:16px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin: 20px auto;
	text-align:center;
	width:60%;
}

a.jumptoarticle:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
