/* --------------------------  */
/* -- common ----------------  */
/* --------------------------  */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*font-family: BrandonGrotesque-Black;*/
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body{
	height: 100%;
	margin:0;
	
}
#Container{
	width:980px;
	margin:0 auto;

}
#body{
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #f2f2f2;
}

#bottom-adj{
	height:100px;
}

a{
	text-decoration:none;
	color:black;
}
a:hover{
	text-decoration:underline;
	color:black;
}

ul, ol {
    padding: 0;
    margin: 0;
}

#LayoutM{
	margin: 10px auto 0 auto;
}
#LayoutM > #Center{
	width:660px;
	float:left;
}
#LayoutM > #Sidebar{
	width:300px;
	padding-left:20px;
	float:left;
}

#LayoutM.column_layout {
	background-position: 669px 0;
	background-repeat: repeat-y;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///+Li4iwAAAAAAQABAAACAkwBADs=);
}

article{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}

.widget{
	margin-bottom:20px;
	position:relative;
}
.widget article{
	border-bottom:solid 1px #d3d3d3;
}
.widget article:last-child{
	border-bottom:solid 1px white;
}
.widget article h1{
	font-size:14px;
	line-height:20px;
	margin:10px 0;
}


article .serial_article{
  display: none;
}


span.eng{
	font-family: georgia,"times new roman",times,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	word-break: normal;
}
/* -------------------------- */
/* -- article_body ---------- */
/* -------------------------- */

body.article_content h1,
body.article_content h2,
body.article_content h3,
body.article_content h4,
body.article_content h5,
body.article_content h6,
article section.article_content h1,
article section.article_content h2,
article section.article_content h3,
article section.article_content h4,
article section.article_content h5,
article section.article_content h6{
	margin:0;
}
article#article_body {
	line-height:1.5;
}

article#article_body .article_subtitle p,
article#article_body .article_title p{
	margin:0;
}
a.to_cuerbo{
	color: inherit;
	border-bottom: dashed 1px;
	border-color: inherit;
	display: inline-block;
	text-decoration:none;
}
a.to_cuerbo:hover{
	text-decoration:none;
	color: inherit;
	border-bottom: solid 1px;
	border-color: inherit;
	display: inline-block;
	text-decoration:none;
}

/* -------------------------- */
/* -- header section -------- */
/* -------------------------- */

#header .box_wrap{
	width:980px;
	margin:0 auto;
}
#header .right_box{
	float:right;
}
#header .left_box{
	float:left;
}

#header .top{
	height:30px;
	padding:6px 0 6px 0;
	border-bottom:1px solid #d3d3d3;
}
#header .bottom{
	height:90px;
	padding:10px 0 10px 0;
}

#header .top .site_title{
	font-size:14px;
	line-height:30px;
	font-weight:normal;
	padding:0;
	margin:0;
}

/*
#header .bottom .left_box{
	padding:8px 0 8px 0;
}
*/
#header .top .right_box input,
#header .top .right_box a{
	margin-left:10px;
}

#header .sns_login_btn{
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}

#header form {
    margin: 0;
    display: inline;
}

/* -------------------------- */
/* -- global navigation ----- */
/* -------------------------- */
#nav{
	text-align:center;
	border-top:solid 2px black;
	border-bottom:solid 1px #d3d3d3;
	font-size:12px;
	line-height:12px;
}
#nav ul{
	padding:0;
	display:inline-block;
	margin: 3px 0 3px 0;
}
#nav ul li{
	float:left;
	display:block;
	text-align:left;
	margin:0 10px 0 10px;
	font-weight:bold;
}

#nav ul:after{
	clear:both;
	display:block;
	content: "\0020";
	overflow: hidden;
	visibility: hidden;
	height:0;
}


/* global navigation style start */
.top-nav{
	background-color: #333333;
	color: #ffffff;
	height: 25px;
	width:100%;
}	
.top-nav nav#nav{
	width:980px;
	margin: 0 auto;
	border:none;

}
.top-nav nav#nav ul{
	margin:0;
	padding:0;
}
.top-nav nav ul li{
	box-sizing:border-box;
	height:25px;
}
.top-nav nav ul li a{
	color:white;
	position:relative;
	line-height:25px;
	padding-left:15px;
	padding-right:5px;

}
.top-nav nav ul li a:before{
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -3.5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* global navigation style end */



/* -------------------------- */
/* -- sidebar --------------- */
/* -------------------------- */

#Sidebar .widget article h1{
	font-weight:normal;
	font-size:12px;
}

.side_title{
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	text-align: center;
	border-bottom: solid 1px #d3d3d3;
	padding: 10px 0 10px 0;
	margin:0;
}

/* -------------------------- */
/* -- sidebar widgets ------- */
/* -------------------------- */

/* youtube  */
#youtube #movie_frame{
	padding: 10px 0;
}
#Sidebar .widget span.readmore {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 10px;
	color: gray;
}


#cuerbo_sidebanner img{
  display: block;
  margin: 10px auto 7px;
}



#cuerbo_sidebanner .dict_search_button{
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 211, 211, 211 );
  border-radius: 2px;
  background-color: rgba( 211, 211, 211, 0.639 );
  width: 48px;
  height: 30px;
  margin-bottom: 2px;
}
#cuerbo_sidebanner .dict_search_box{
  width: 230px;
  margin-bottom: 5px;
}

#cuerbo_sidebanner .side_title{
  border-bottom: none;
  padding: 3px 0 15px;
}
#cuerbo_sidebanner a:hover{
	text-decoration:none;
}


/* -------------------------- */
/* ranking                    */
/* -------------------------- */
#ranking article a{
	float:left;
	width:255px;
	font-size:12px;

}
#ranking .rank{
	float:left;
	width:45px;
	font-size:28px;
	padding:12px 0 12px 0;
	text-align:center;
	font-family:georgia,"times new roman",times;
}

/* -------------------------- */
/* news                       */
/* -------------------------- */
#news article h1{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
  white-space: nowrap;
	width:280px;
	text-align:center;
}

/* -------------------------- */
/* -- center widgets -------- */
/* -------------------------- */
/* -------------------------- */
/* hot articles               */
/* -------------------------- */
#hot_article{
	height:335px;
	position:relative;
}
#hot_article img{
	width:390px;
	height:220px;
}

#hot_article .left_box{
	width:390px;
}
#hot_article .right_box{
	position:absolute;
	top:0;
	right:0;
	width:270px;
	height:220px;
	overflow: hidden;
}
#hot_article .right_box ul{
	margin:1px 0 0 0 ;
}

#hot_article .right_box ul li{
	padding:0 0 0 10px ;
	float:left;
	width:260px;
	height:54px;
}
#hot_article article{
	border-bottom:solid 1px #d3d3d3;
}

#hot_article .bottom_box article{
	border-bottom:none;
}

#hot_article article h1{
	font-weight:normal;
	margin:7px 0;
	padding-left: 8px;
}

#hot_article li.current{
	background-image:url(../images/v3/left-cret.png);
	background-repeat:no-repeat;
	background-position:5px 23px;
}

#hot_article .bottom_box h1,
#hot_article li.current h1{
	font-weight:bold;
}

#hot_article li h1{
    height: 40px;
}

#hot_article .bottom_box{
	font-size:12px;
}

#hot_article .bottom_box .hidden{
    display: hidden;
}

#hot_article .bottom_box .hot_summary{
    height: 60px;
}

#hot_article .bottom_box .date_tag{
	margin: 2px 0 8px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
  white-space: nowrap;
	width:660px;
	text-align:left;
}
/* -------------------------- */
/* pr articles                */
/* -------------------------- */
#pr_article{
	margin-bottom:20px;
}
#pr_article .title{
	font-size:12px;
	line-height:12px;
	padding: 10px 0 10px 0;
	font-weight:normal;
	border-bottom: solid 1px #d3d3d3;
	margin: 0;
	width:100%;
}

#pr_article h1{
	font-weight:bold;
}
#pr_article article{
	margin-top:10px;
	max-width:329px;
	position:relative;
	float: left;
}
#pr_article article h1{
	font-size:12px;
	line-height:16px;
	margin:0;
	text-align:left;
	width:319px;
}
#pr_article .date_tag{
	font-size:10px;
	line-height:10px;
	position:absolute;
	right:10px;
	bottom:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
  white-space: nowrap;
	width:212px;
}
#pr_article article hr{
	content: "";
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d3d3d3;
	height: 1px;
	background-color: #fff;
	margin:10px 0 0 0;
	width:319px;
}
#pr_article article:nth-child(odd) .description{
	padding-right:10px;
	border-right:solid 1px #d3d3d3;
}
#pr_article article:nth-child(even){
	margin-left:10px;
}
#pr_article article:nth-child(even) hr{
 float:right;
}

#pr_article article{
	border:none;
}



/* -------------------------- */
/* related articles            */
/* -------------------------- */
#related_article{
	margin-bottom:20px;
}
#related_article .title{
	font-size: 12px;
	line-height: 12px;
	padding: 10px 0 10px 0;
	font-weight: normal;
	border-bottom: solid 1px #d3d3d3;
	margin: 0;
	width:100%;
}

#related_article h1{
	font-weight:bold;
}
#related_article article{
	margin-top:10px;
	max-width:329px;
	position:relative;
	float: left;
}
#related_article article h1{
	font-size:12px;
	line-height:16px;
	margin:0;
	text-align:left;
	width:319px;
}
#related_article .date_tag{
	font-size:10px;
	line-height:10px;
	position:absolute;
	right:10px;
	bottom:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
  white-space: nowrap;
	width:212px;
}
#related_article .description{
	/*border-right:solid 1px #d3d3d3;*/
}
#related_article .description img{
//	float:left;
//	width:87px;
//	height:48px;
//	margin-right:10px;
}
#related_article article hr{
	content: "";
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d3d3d3;
	height: 1px;
	background-color: #fff;
	margin:10px 0 0 0;
	width:319px;
}
#related_article article:nth-child(odd) .description{
	padding-right:10px;
	border-right:solid 1px #d3d3d3;
}
#related_article article:nth-child(even){
	margin-left:10px;
}
#related_article article:nth-child(even) hr{
 float:right;
}

/*
#related_article article:nth-child(even){
	margin-left:10px;
}
#related_article article:nth-child(odd){
	margin-right:10px;
}
#related_article article:nth-child(even) .description{
	border-right: none;
}
*/
#related_article article{
	border: none;
}

/* -------------------------- */
/* series articles            */
/* tag related                */
/* recomend article           */
/* -------------------------- */
/*
#series_article .title,
#recomend_article .title,
#tag_related_article .title{
	font-size: 12px;
	line-height: 12px;
	padding: 10px 0 10px 0;
	font-weight: normal;
	border-bottom: solid 1px #d3d3d3;
	margin: 0;
}
#series_article h1,
#recomend_article h1,
#tag_related_article h1{
	font-weight:normal;
}
#series_article .series_top{
	float:right;
}
*/

/* -------------------------- */
/* related tags               */
/* -------------------------- */
#related_tags .title{
	font-size: 12px;
	line-height: 12px;
	padding: 10px 0 10px 0;
	font-weight: normal;
	border-bottom: solid 1px #d3d3d3;
	margin: 0;
}
#related_tags article{
	border:solid 1px black;
	float:left;
	margin:10px 10px 0 0;
}
#related_tags article h1{
	font-weight:normal;
	line-height:30px;
	font-size:14px;
	margin:0;
	padding:0 10px;
}

/* -------------------------- */
/* related tags               */
/* -------------------------- */
#social_share{
	//margin-bottom:20px;
}
#social_share .box_wrap{
	margin-left: 20px;
}
#social_share .shares{
	display: none;
	font-size:60px;
	line-height:60px;
	text-align:center;
	float:left;
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	padding: 10px 0 10px;
	margin-right:30px;
}
#social_share .shares span{
	font-size:14px;
	line-height:14px;
	color:#d3d3d3;
}
#social_share .shares .count{
	font-size:34px;
	line-height:34px;
	color:#FF0052;
}

#social_share .share_btn{
	padding: 10px 0 10px;
}
#social_share .social_btns {
    //padding: 10px ;
	//border-top:solid 1px #d3d3d3;
}



/* -------------------------- */
/* pagenation                 */
/* -------------------------- */
#pagenation .box_wrap{
	display:inline-block;
}
#pagenation {
	text-align:center;
	width:100%;
	font-family:"times new roman",times,serif;
	padding:20px 0;
}
#pagenation .disable,
#pagenation .current,
#pagenation a{
	float:left;
	display:inline-block;
	padding:0 7px;
	font-size:12px;
	line-height:20px;
	border:solid 1px black;
	margin:0 2px 10px 0;
}
#pagenation .ellipsis{
	float:left;
	display:inline-block;
	padding:0 7px;
	line-height:20px;
	margin:0 2px 10px 0;
	border:solid 1px white;
}

#pagenation .current{
	background-color:black;
	color:white;
}
#pagenation .disable{
	border:solid 1px #d3d3d3;
	color:#d3d3d3;
}
/* -------------------------- */
/*-----category widget------- */
/* -------------------------- */
/*
#category_body{
	margin-bottom: 20px;
}
#category_body .category_title{
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	line-height:21px;
	font-size:18px;
	font-weight:normal;
	border-bottom:solid 1px #d3d3d3;
}
*/
/* -------------------------- */
/*-----article body---------- */
/* -------------------------- */
/*
#article_body{
	margin-bottom:20px;
}
#article_body .article_title{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	line-height:42px;
	font-size:36px;
	font-weight:bold;
	border-bottom:solid 1px #d3d3d3;
}
#article_body .article_subtitle{
	font-size:18px;
	line-height:28px;
}

#article_body .date_tag{
	font-size:12px;
	line-height:20px;
	min-width:455px;
	margin:5px 0 10px 0;
	text-align:left;
	max-width:660px;
}
#article_body .date_tag a{
	word-break:keep-all;
	white-space:nowrap;
}
#article_body .eyecatch{
	width:100%;
	margin-bottom:10px;
}

.search_no_result{
	margin-top:20px;
	font-size:18px;
}
*/




/* -------------------------- */
/*-----favorite button------- */
/* -------------------------- */
.favorite_button {
  width: 108px;
  height: 28px;
  background-image: url("../images/favorite_btn.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  cursor:pointer;
  margin-left:3px;
  float:left;
}
.favorite_button:hover {
  background-position: -116px 0px;
}
.favorite_button.unfavorite {
  background-image: url("../images/unfavorite_btn.png");
}

.fav_favorite_button_ballon {
  position:relative;
  float:left;
  width:46px;
  height: 21px;
  background-image: url("../images/favorite_btn_bbl.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}


.favorite_button_ballon {
  margin-left:5px;
  margin-top:3px;
  position:relative;
  float:left;
  width:46px;
  height: 21px;
  background-image: url("../images/favorite_btn_bbl.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.num_fav_btn {
  position: absolute;
  left: 7px;
  top: 0;
  width: 38px;
  text-align: center;
  font-size:9px;
}

#num_fav_btn {
  position: absolute;
  left: 7px;
  top: 0;
  width: 38px;
  text-align: center;
  font-size:9px;
}


div.pocket-btn {
  display: inline;
}

div.pocket-btn iframe{
  margin-top:5px;
  margin-left: 10px;
}

.favorite_button_grp{
  display: inline;
  float: right;
}

.crossword_img {
    width: 300px;
    height: 250px;
    background-image: url("../images/v3/crosss-wrod-banner.gif");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}











/* for XML contents */
.PhotoCenter_2 {
margin:5px;
}

.PhotoCenterWrap_2 {
width: 100%;
margin:0 auto;
text-align:center;
}
.PhotoCenterWrap_2 img {
margin:2px;
max-width:100%;
}


.PhotoCenterWrap_3{
width:100%;
text-align:center;
}
.PhotoCenter_3{
width:100%;
margin:5px;
}
.PhotoCenterWrap_3 > div{
  width:23.75%;
  float:left;
  margin:2px;
}

.PhotoCenterWrap_3_2{
width:100%;
text-align:center;
}
.PhotoCenterWrap_3_2 > div{
  width:19%;
  float:left;
  margin:2px;
}


.PhotoLefttWrap_4{
text-align:center;
}


.PhotoRightWrap_5{
text-align:center;
}
.PhotoRight_5{
float:right;
width:50%;
margin:5px;
}

.PhotoRightWrap_6{
text-align:center;
}
.PhotoRight_6{
float:left; 
width:30%; 
margin:5px 10px;
}

.PhotoLefttWrap_7{
}
.PhotoRightWrap_7{
text-align:center;
}
.PhotoRight_7{
float:right; 
width:22%; 
margin:5px 10px;
}
.PhotoLeft_7{
float:left; 
width:20%; 
margin:5px 10px;
}

.PhotoBottomWrap_8{
width:71.428571428571%;
margin:0 auto;
text-align:center;
}
.PhotoLefttWrap_8{
}
.PhotoBottom_8{
float:right;
width:42%;
margin:5px 10px;
}
.PhotoLeft_8{
float:left; 
width:50%; 
margin:5px 10px;
}

.p_c_wrap_9{
float:left;
}
.Caption_9{
float:left; 
margin:10px 3px;
}
.PhotoWrap_9{
float:left;
width:60px;
}
.ContentRight_9{
float:right;
margin:5px 10px;
width:440px;
}
.PhotoTop_9{
float:left;
margin:5px 10px;
width:440px;
}
.PhotoLeft_9{
position:relative;
float:left;
margin:5px 10px;
text-align:center;
}

















/* --------------------------  */
/* -- common ----------------  */
/* --------------------------  */

body{
	height: 100%;
	margin:0;
}
#body{
	min-height: 100%;
	height: auto;
}

#bottom-adj{
	height:100px;
}

a{
	text-decoration:none;
	color:black;
}
a:hover{
	text-decoration:underline;
	color:black;
}

/*
#Contents_X > #Contents{
	width:650px;
	float:left;
	//border: solid 1px;
}
#Contents_X > #SidebarL{
	width:300px;
	//padding-left:20px;
	margin-right: 10px;
	float:left;
	border: solid 1px;
}
#Contents_X > #SidebarR{
	width:200px;
	//padding-left:20px;
	float:right;
	//border: solid 1px;
}

#Contents_XL > #Contents{
	width:850px;
	float:left;
	//border: solid 1px;
}
#Contents_XL > #SidebarR{
	width:300px;
	//padding-left:20px;
	float:right;
	//border: solid 1px;
}
*/

/*
.articleListR4Top
{
	margin-bottom:20px;
	position:relative;
}

.articleListR4Top article
{
	border-bottom:solid 1px #d3d3d3;
}

.articleListR4Top article:last-child
{
	border-bottom:solid 1px white;
}

.articleListR4Top article h1
{
	font-size:14px;
	line-height:20px;
	margin:10px 0;
}
*/





.scotch_rule {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  display: block;
  border-top: 2px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  height: 1px;
  background-color: #fff;
  margin: 0;
}



/* -------------------------- */
/* -- header section -------- */
/* -------------------------- */
#header .box_wrap{
	width:1280px;
	margin:0 auto;
}
#header .right_box{
	float:right;
}
#header .left_box{
	float:left;
}

#header .top{
	height:30px;
	padding:6px 0 6px 0;
	border-bottom:1px solid #d3d3d3;
}
#header .bottom{
	height:90px;
	padding:10px 0 10px 0;
}

#header .top .site_title{
	font-size:14px;
	line-height:30px;
	font-weight:normal;
	padding:0;
	margin:0;
}

/*
#header .bottom .left_box{
	padding:8px 0 8px 0;
}
*/
#header .top .right_box input,
#header .top .right_box a{
	margin-left:10px;
}

#header .sns_login_btn{
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}

#header form {
    margin: 0;
    display: inline;
}

/* -------------------------- */
/* -- global navigation ----- */
/* -------------------------- */
#nav{
	text-align:center;
	border-top:solid 2px black;
	border-bottom:solid 1px #d3d3d3;
	font-size:12px;
	line-height:12px;
}
#nav ul{
	padding:0;
	display:inline-block;
	margin: 3px 0 3px 0;
}
#nav ul li{
	float:left;
	display:block;
	text-align:left;
	margin:0 10px 0 10px;
	font-weight:bold;
}

#nav ul:after{
	clear:both;
	display:block;
	content: "\0020";
	overflow: hidden;
	visibility: hidden;
	height:0;
}













#Left, #Center, #Top{
  overflow: visible;
}
div#Contents{
  overflow: visible;
}

#Sabres .Top_XL{
  margin-bottom: 45px;
}
#Sabres .Top_X{
  margin-bottom: 45px;
}

/*for Sabres*/
#Sabres #Contents{
  background-color: #f2f2f2;
}


#Sabres .articleListTagR4Top,
#Sabres .articleSerialListR4Top,
#Sabres .articleListR4Top,
#Sabres .articleListByStaffR4Top,
#Sabres .articleR4Top{
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
#Sabres .articleListTagR4Contents,
#Sabres .articleSerialListR4Contents,
#Sabres .articleListR4Contents,
#Sabres .articleListByStaffR4Contents,
#Sabres .articleSearchR4Contents{
  width: 850px;
}
#Sabres .articleR4Contents{
  width: 660px;
}

#Sabres .articleListTagR4SideMenuR,
#Sabres .articleSerialListR4SideMenuR,
#Sabres .articleListR4SideMenuR,
#Sabres .articleListByStaffR4SideMenuR,
#Sabres .articleR4SideMenuR,
#Sabres .articleSearchR4SideMenuR{
  width: 300px;
}

#Sabres .articleListTagR4Bottom,
#Sabres .articleSerialListR4Bottom,
#Sabres .articleListR4Bottom,
#Sabres .articleListByStaffR4Bottom,
#Sabres .articleR4Bottom,
#Sabres .articleSearchR4Bottom{
  width: 1200px;
}





/* tag description */
#Sabres #category_body .category_title{
}




/* article infor */
#Sabres #Contents_XL .DearBArticleInfor{
  width: 850px;
}




/* article list */
#Sabres .DearBArticleListByStaff,
#Sabres .DearBArticleList{
  background-color: white;
}
#Sabres .DearBArticleListByStaff,
#Sabres .DearBArticleList{
  padding: 25px;
  box-shadow: 0px 0px 10px 0px rgba( 0, 0, 0, 0.1 );
  //box-shadow: 0 0 5px lightgray;
}
#Sabres .DearBArticleListByStaff .article_list_title,
#Sabres .DearBArticleList .article_list_title{
  //height: 60px;
  width: 100%;
  
  //margin: 20px 0 0;
  text-align: center;
  position: relative;
  background-position: 0 16px;
  background-repeat: repeat-x;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///+Li4iwAAAAAAQABAAACAkwBADs=);
}
#Sabres .DearBArticleListByStaff .article_category_title,
#Sabres .DearBArticleList .article_category_title{
  height: 60px;
  width: 100%;
  
  //margin: 20px 0 0;
  text-align: center;
  position: relative;
  background-position: 0 24px;
  background-repeat: repeat-x;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///+Li4iwAAAAAAQABAAACAkwBADs=);
}
#Sabres .DearBArticleListByStaff .article_list_title h3,
#Sabres .DearBArticleList .article_list_title h3{
  margin: 0;
}
#Sabres .DearBArticleListByStaff .article_list_title img,
#Sabres .DearBArticleList .article_list_title img{
  //margin: 0 auto;
  width:  182px;
  height: 16px;
  
  margin: 10px 0;
  padding: 0 15px;
  z-index: 2;
  background-color: white;
}
#Sabres .DearBArticleListByStaff .article_category_title img,
#Sabres .DearBArticleList .article_category_title img{
  display: inline-block;
  margin: 10px 0;
  padding: 0 15px;
  z-index: 2;
  background-color: white;
}
#Sabres .DearBArticleListByStaff .article_list_title .title_temp,
#Sabres .DearBArticleList .article_list_title .title_temp{
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  //margin: 10px 0;
  padding: 0 15px;
  z-index: 2;
  background-color: white;
  font-size: 22px;
  white-space: nowrap;
}
#Sabres .DearBArticleListByStaff hr,
#Sabres .DearBArticleList hr{
  margin: 0;
}


#Sabres .DearBArticleListByStaff .article,
#Sabres .DearBArticleList .article{
  margin: 33px 0;
  //border-bottom: solid 1px gray;
  position:relative;
  height: 189px;
  width: 100%;
  display: inline-block;
}
#Sabres .DearBArticleListByStaff #article_list a:hover,
#Sabres .DearBArticleList #article_list a:hover{
  opacity: 0.6;
}
#Sabres .DearBArticleListByStaff .article_image,
#Sabres .DearBArticleList .article_image{
  width: 252px;
  height:189px;
  
  position:absolute;
  top:  0px;
  left: 0px;
  overflow:hidden;
  background-color: black;
}
#Sabres .DearBArticleListByStaff .article_description,
#Sabres .DearBArticleList .article_description{
  top:  0px;
  left: 285px;
  position: absolute;
  margin: 1px;
}

#Sabres .DearBArticleListByStaff .article_main_tag,
#Sabres .DearBArticleList .article_main_tag{
  background-color: #FF0052;
  padding: 2px 10px;
  border-radius: 3px;
}
#Sabres .DearBArticleListByStaff .article_main_tag .main_tag,
#Sabres .DearBArticleList .article_main_tag .main_tag{
  padding: 1px 10px;
  color: white;
  font-weight: bold;
  background-color: #FF0052;
  border-radius: 3px;
}
#Sabres .DearBArticleListByStaff .article_description h4,
#Sabres .DearBArticleList .article_description h4{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    left: 0px;
    top: 40px;
    width: 515px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0;
}
#Sabres .DearBArticleListByStaff .article_description h4 p,
#Sabres .DearBArticleList .article_description h4 p{
  margin: 0;
}
#Sabres .DearBArticleListByStaff .article_description .article_lead,
#Sabres .DearBArticleList .article_description .article_lead{
  left:  0px;
  top: 108px;
  width:  515px;
  height:  48px;
  overflow: hidden;
  position: absolute;

  font-size: 12px;
  line-height: 1.417;
}
#Sabres .DearBArticleListByStaff .article_description .date_tag,
#Sabres .DearBArticleList .article_description .date_tag{
  left:  0px;
  top: 175px;
  width:  515px;
  height:  30px;
  overflow: hidden;
  position: absolute;

  font-size: 13px;
  color: rgb( 158, 158, 159 );
}
#Sabres .DearBArticleListByStaff hr,
#Sabres .DearBArticleList hr{
  margin: 0;
}












/* article serial list */
#Sabres .DearBArticleSerialList{
  background-color: white;
}
#Sabres .DearBArticleSerialList{
  padding: 25px;
  box-shadow: 0px 0px 10px 0px rgba( 0, 0, 0, 0.1 );
  //box-shadow: 0 0 5px lightgray;
}
#Sabres .DearBArticleSerialList .article_list_title{
  //height: 60px;
  width: 100%;
  
  //margin: 20px 0 0;
  text-align: center;
  position: relative;
  background-position: 0 16px;
  background-repeat: repeat-x;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///+Li4iwAAAAAAQABAAACAkwBADs=);
}
#Sabres .DearBArticleSerialList .article_category_title{
  height: 60px;
  width: 100%;
  
  //margin: 20px 0 0;
  text-align: center;
  position: relative;
  background-position: 0 24px;
  background-repeat: repeat-x;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///+Li4iwAAAAAAQABAAACAkwBADs=);
}
#Sabres .DearBArticleSerialList .article_list_title h3{
  margin: 0;
}
#Sabres .DearBArticleSerialList .article_list_title img{
  //margin: 0 auto;
  width:  182px;
  height: 16px;
  
  margin: 10px 0;
  padding: 0 15px;
  z-index: 2;
  background-color: white;
}
#Sabres .DearBArticleSerialList .article_category_title img{
  display: inline-block;
  margin: 10px 0;
  padding: 0 15px;
  z-index: 2;
  background-color: white;
}
#Sabres .DearBArticleSerialList .article_category_title h1{
  font-size: 1.5em;
  font-weight: bold;
  display: inline-block;
  margin: 10px 0;
  padding: 0 15px;
  z-index: 2;
  background-color: white;
  text-rendering: auto;
}

#Sabres .DearBArticleSerialList .article_list_title .title_temp{
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  //margin: 10px 0;
  padding: 0 15px;
  z-index: 2;
  background-color: white;
  font-size: 22px;
}
#Sabres .DearBArticleSerialList hr{
  margin: 0;
}


#Sabres .DearBArticleSerialList .article{
  margin: 33px 0;
  //border-bottom: solid 1px gray;
  position:relative;
  height: 189px;
  width: 100%;
  display: inline-block;
}
#Sabres .DearBArticleSerialList #article_list a:hover{
  opacity: 0.6;
}
#Sabres .DearBArticleSerialList .article_image{
  width: 252px;
  height:189px;
  
  position:absolute;
  top:  0px;
  left: 0px;
  overflow:hidden;
  background-color: black;
}
#Sabres .DearBArticleSerialList .article_description{
  top:  0px;
  left: 285px;
  position: absolute;
  margin: 1px;
}

#Sabres .DearBArticleSerialList .article_main_tag{
  background-color: #FF0052;
  padding: 2px 10px;
  border-radius: 3px;
}
#Sabres .DearBArticleSerialList .article_main_tag .main_tag{
  padding: 1px 10px;
  color: white;
  font-weight: bold;
  background-color: #FF0052;
  border-radius: 3px;
}
#Sabres .DearBArticleSerialList .article_description h4{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    left: 0px;
    top: 40px;
    width: 515px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0;
}
#Sabres .DearBArticleSerialList .article_description h4 p{
  margin: 0;
}
#Sabres .DearBArticleSerialList .article_description .article_lead{
  left:  0px;
  top: 108px;
  width:  515px;
  height:  48px;
  overflow: hidden;
  position: absolute;

  font-size: 12px;
  line-height: 1.417;
}
#Sabres .DearBArticleSerialList .article_description .date_tag{
  left:  0px;
  top: 175px;
  width:  515px;
  height:  30px;
  overflow: hidden;
  position: absolute;

  font-size: 13px;
  color: rgb( 158, 158, 159 );
}

}
#Sabres .DearBArticleSerialList hr{
  margin: 0;
}







/* article serial list */
#Sabres .DearBSerialArticle{
}
#Sabres #series_article{
  background-color: white;
  padding: 25px;
  box-shadow: 0px 0px 10px 0px rgba( 0, 0, 0, 0.1 );
  margin-bottom: 30px;
}
#Sabres .DearBSerialArticle .series_article_title{
  height: 50px;
  width: 100%;
  
  //margin: 20px 0 0;
  text-align: center;
  position: relative;
  background-position: 0 16px;
  background-repeat: repeat-x;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///+Li4iwAAAAAAQABAAACAkwBADs=);
}
#Sabres .DearBSerialArticle .series_article_title h3{
  margin: 0;
}
#Sabres .DearBSerialArticle .series_article_title img{
  //margin: 0 auto;
  width: 221px;
  height: 16px;
  
  margin: 10px 0;
  padding: 0 15px;
  z-index: 2;
  background-color: white;
}


#Sabres .DearBSerialArticle .article{
  margin: 24px 0;
  //border-bottom: solid 1px gray;
  position:relative;
  height: 150px;
  width: 100%;
  display: inline-block;
}
#Sabres .DearBSerialArticle .article_image{
  width: 200px;
  height:150px;
  
  position:absolute;
  top:  0px;
  left: 0px;
  overflow:hidden;
  background-color: black;
}
#Sabres .DearBSerialArticle .article_description{
  top:  0px;
  left: 225px;
  position: absolute;
  margin: 1px;
}

#Sabres .DearBSerialArticle .article_main_tag{
  padding: 1px 10px;
  background-color: #FF0052;
  border-radius: 3px;
}
/*
#Sabres .DearBSerialArticle .article_main_tag .main_tag{
  padding: 1px 10px;
  color: white;
  font-weight: bold;
  background-color: #FF0052;
  border-radius: 3px;
}
*/

#Sabres .DearBSerialArticle .article_description h4{
  -webkit-margin-before: 0em;
  -webkit-margin-after:  0em;
  left: 0px;
  top: 50px;
  width: 365px;
  height: 45px;
  overflow: hidden;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
}
#Sabres .DearBSerialArticle .article_description h4 p{
  margin: 0;
}
#Sabres .DearBSerialArticle .article_description .article_lead{
  left:  0px;
  top: 108px;
  width:  365px;
  height:  48px;
  overflow: hidden;
  position: absolute;
}
#Sabres .DearBSerialArticle .article_description .date_tag{
  left:  0px;
  top:    125px;
  width:  365px;
  height:  30px;
  overflow: hidden;
  position: absolute;
  font-size: 13px;
  color: rgb( 158, 158, 159 );
}
#Sabres .DearBSerialArticle hr{
  margin: 0;
}
#Sabres .DearBSerialArticle .read_more{
  margin-top: 20px;
  height:40px;
  text-align: center;
}
#Sabres .DearBSerialArticle .read_more img{
  width: 90px;
  height:40px;
}








#Sabres .DearBSearch{
  width: 300px;
  height: 50px;
  margin-bottom:25px;
}
#Sabres .DearBSearch form,
#Sabres .DearBSearch input {
  margin: 0;
}
#Sabres .DearBSearch form {
  position: relative;
}
#Sabres .DearBSearch input[type="search"] {
  background-color: white;
  border: 0;
  height: 50px;
  width: 250px;
  padding: 0 40px 0 10px;
  position: absolute;
  left: 0;
  top: 0; 
  box-sizing: content-box;
  border-radius: 0;
  box-shadow: 0px 0px 10px 0px rgba( 0, 0, 0, 0.1 );
}
#Sabres .DearBSearch input[type="image"] {
  border: 0;
  padding: 0;
  width:  24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 13px;
}
#Sabres .DearBSearch input[type="submit"] {
  background-image: url(/opArticlePlugin/images/search03.png); 
  border: solid 0px #000000; 
  background-size: 24px 24px;  
  position: absolute;  
  right: 10px;  
  top: 13px; 
  width:24px; 
  height:24px; 
  background-color: white;
}



#Sabres .DearBPCMenuWidget{
  background-color: white;
}


/* site catch */
#Sabres .articleListTagR4Top.sitecatchHead,
#Sabres .articleListR4Top.sitecatchHead,
#Sabres .articleR4Top.sitecatchHead{
  //width: 1440px;
  //height: auto;
}



#Sabres #Container{
	//width:1440px;
	width:1200px;
	margin:0 auto;
	//padding: 0 120px;
}

#Sabres #Contents{
//	width:660px;
	float:left;
}

#Sabres.article #Contents{
	width:660px;
	float:left;
	margin-left: 190px;
}

#Sabres.article #SidebarL{
  width: 170px;
  float: left;
  margin-right: -190px;
}
#Sabres #SidebarR{
  width: 300px;
  float: right;
}

#Sabres .Bottom_XL,
#Sabres .Bottom_X{
	width:100%;
	min-width: 1200px;
	margin:0 auto;
}


#Sabres .FreedispWidget{
  margin: 0 auto;
}



#Sabres .articleR4Contents.article{
  margin: 0 0 25px;
  padding: 20px;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba( 0, 0, 0, 0.1 );
  overflow: hidden;
}



/* DearBRelatedArticles */
#Sabres .articleR4Contents.DearBRelatedArticles{
  margin: 25px 0;
  padding: 25px;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba( 0, 0, 0, 0.1 );
}
#Sabres .DearBRelatedArticles h4{
  //line-height: normal;
  overflow: visible;
  margin: 0;
  font-size: 10px;
  line-height: 1.75;
}
#Sabres .DearBRelatedArticles .DearBRelatedArticles_body a:hover{
  opacity: 0.6;
}
#Sabres .articleR4Contents.DearBRelatedArticles .DearBRelatedArticles_description{
  width: 185px;
  height:160px;
  float: left;
  margin-bottom: 20px;
  position:relative;
}

#Sabres .articleR4Contents.DearBRelatedArticles .description_left,
#Sabres .articleR4Contents.DearBRelatedArticles .description_center{
  margin-right: 20px;
}

#Sabres .articleR4Contents.DearBRelatedArticles .DearBRelatedArticles_title{
  height: 60px;
  width: 100%;
  
  //margin: 20px 0 0;
  text-align: center;
  position: relative;
  background-position: 0 16px;
  background-repeat: repeat-x;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///+Li4iwAAAAAAQABAAACAkwBADs=);
}
#Sabres .articleR4Contents.DearBRelatedArticles .DearBRelatedArticles_title h3{
  margin: 0;
}
#Sabres .articleR4Contents.DearBRelatedArticles .DearBRelatedArticles_title img{
  //margin: 0 auto;
  width: 241px;
  height: 16px;
  
  margin: 10px 0;
  padding: 0 15px;
  z-index: 2;
  background-color: white;
}
#Sabres .articleR4Contents.DearBRelatedArticles .DearBRelatedArticles_img_wrapper{
  width:185px;
  height:103px;
  overflow:hidden;
  position:relative;
  float:left;
}
#Sabres .articleR4Contents.DearBRelatedArticles .main_tag_name{
  z-index: 2;
  position: absolute;
  left:   10px;
  bottom: 10px;
  color: white;
  display: inline-block;
  padding: 1px 10px;
  background-color: #FF0052;
  border-radius: 3px;
}

#Sabres .articleR4Contents.DearBRelatedArticles .article_title{
    top: 120px;
    height: 45px;
    position: absolute;
}

/* DearBStaffWidget */
#Sabres .articleR4SideMenuL.DearBStaffWidget{
  width: 170px;
}




/* FriendsWidget */
#Sabres .DearBFriendsWidget{
  background-image: url( "/opArticlePlugin/images/v4/staff_back.jpg" );
  background-size: 300px 829px;
  color: white;
  margin-bottom: 25px;
}
#Sabres .DearBFriendsWidget #Sabres_staff_list{
  border: solid 1px;
  padding: 0 16px;
  margin: 25px 0;
}
#Sabres .DearBFriendsWidget #Sabres_staff_list_title{
  height: 60px;
  position: relative;
  text-align: center;
}
#Sabres .DearBFriendsWidget #Sabres_staff_list_title h3{
  margin: 0;
}
#Sabres .DearBFriendsWidget #Sabres_staff_list_title .friends_img{
  width: 97px;
  height: 16px;
  margin-top: 22px;
}
#Sabres .DearBFriendsWidget #Sabres_staff_list_title .readmore{
  position: absolute;
  right: 0px;
  top:   14px;
  background-color: white;
  color: #FF0052;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 7px;
  border-radius: 1px;
}
#Sabres .DearBFriendsWidget #Sabres_staff_list_title .readmore img{
  width:  45px;
  height: 20px;
}
#Sabres .DearBFriendsWidget .staff_infor{
  padding: 20px 0;
  height: 124px;
  border-top: solid 1px gray;
  position: relative;
}
#Sabres .DearBFriendsWidget .staff_pict{
  width:  84px;
  height: 84px;
  float:  left;
}
#Sabres .DearBFriendsWidget .staff_pict img {
  width: 84px;
  border-radius: 84px;
  -webkit-border-radius: 84px;
  -moz-border-radius: 84px;
}
#Sabres .DearBFriendsWidget .staff_infor_text{
  position:absolute;
  left: 115px;
  top:   50px;
  overflow: hidden;
}
#Sabres .DearBFriendsWidget .staff_infor_text p{
    color: white;
    font-size: 20px;
    font-weight: bold;
    word-break: normal;
    line-height: 1.25em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#Sabres .DearBFriendsWidget .staff_handle_text{
  position:absolute;
  left: 115px;
  top:   30px;
  overflow: hidden;
  width: 150px;
  height: 15px;
}
#Sabres .DearBFriendsWidget .staff_handle_text p{
    color: white;
    font-size: 12px;
    word-break: normal;
    line-height: 1.25em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#Sabres .DearBFriendsWidget #Sabres_staff_list_body a:hover{
}






/* DearBStaffWidget */
#Sabres .articleR4SideMenuL.DearBStaffWidget{
  background-color: #707070;
  padding: 20px;
}
#Sabres .articleR4SideMenuL.DearBStaffWidget .staff_title{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: white;
}
#Sabres .articleR4SideMenuL.DearBStaffWidget .staff_title img{
  width: 78px;
  height: 14px;
}
#Sabres .articleR4SideMenuL.DearBStaffWidget .staff_pict{
  width:  100%;
  text-align: center;
  height: 110px;
}
#Sabres .articleR4SideMenuL.DearBStaffWidget .staff_pict img {
  margin: 10px auto 0;
  width: 84px;
  border-radius: 84px;
  -webkit-border-radius: 84px;
  -moz-border-radius: 84px;
}
#Sabres .articleR4SideMenuL.DearBStaffWidget .staff_handle{
  color: white;
  font-size: 12px;
}
#Sabres .articleR4SideMenuL.DearBStaffWidget .staff_name{
  border-bottom: solid 2px gray;
  padding: 12px 0 15px 0;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
}
#Sabres .articleR4SideMenuL.DearBStaffWidget .staff_name a{
    width: 130px;
    color: white;
    word-break: keep-all;
    display: block;
    line-height: 1.25em;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

#Sabres .articleR4SideMenuL.DearBStaffWidget .staff_description{
    padding: 20px 0 10px 0;
    color: lightgray;
    font-size: 11px;
    line-height: 1.5em;
}


#Sabres .articleR4SideMenuL.DearBStaffWidget .staff_buttons{
  width: 130px;
  height: 10px;
  position: relative;
  margin-top:    10px;
  margin-bottom: 20px;
}
#Sabres .articleR4SideMenuL.DearBStaffWidget .articles_img {
  width: 44px;
  height: 8px;
  position: absolute;
  top:  0px;
  left: 0px;
}
#Sabres .articleR4SideMenuL.DearBStaffWidget .web_img{
  width: 21px;
  height: 8px;
  position: absolute;
  top:  0px;
  left: 59px;
}
#Sabres .articleR4SideMenuL.DearBStaffWidget .social_img{
  width: 35px;
  height: 8px;
  position: absolute;
  top:  0px;
  left: 95px;
}
#Sabres .articleR4SideMenuL.DearBStaffWidget .articles_img:hover {
  opacity: 0.6;
}
#Sabres .articleR4SideMenuL.DearBStaffWidget .web_img:hover {
  opacity: 0.6;
}
#Sabres .articleR4SideMenuL.DearBStaffWidget .social_img:hover {
  opacity: 0.6;
}


#Sabres .articleR4SideMenuL.DearBStaffWidget .facebook{
  padding: 0 0 10px 0;
}
#Sabres .articleR4SideMenuL.DearBStaffWidget .twitter{
  padding: 0 0 10px 0;
}
#Sabres .articleR4SideMenuL.DearBStaffWidget .share_plus{
  padding: 0 0 10px 0;
  cursor: pointer;
}
#Sabres .articleR4SideMenuL.DearBStaffWidget .staff_widget_social_btns img{
  vertical-align: baseline;
}







/* today's phrase */
#Sabres .DearBOnePhrase{
  border: solid 2px #FF0052;
  margin-bottom: 25px;
}
#Sabres .DearBOnePhrase #DearB_today_phrase {
  background-color: white;
  position: relative;
}
#Sabres .DearBOnePhrase .Sabres_one_phrase_title_bar{
  height: 50px;
  position: relative;
  background-color: #FF0052;
  text-align: center;
}
#Sabres .DearBOnePhrase .Sabres_one_phrase_title_bar::after {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
}
#Sabres .DearBOnePhrase .Sabres_one_phrase_title_bar::after {
  border-width: 8px;
  border-top-color: #FF0052;
  margin-left: -8px;
  left: 50%;
  bottom: -15px;
}
#Sabres .DearBOnePhrase .Sabres_one_phrase_title_bar h3{
  display: inline-block;
  //overflow: hidden;
  margin: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
  line-height: normal;
  width: 140px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  
}
#Sabres .DearBOnePhrase .Sabres_one_phrase_title_bar .Sabres_one_phrase_title img{
  width: 139px;
  height: 23px;
  margin-top: 15px;
}

#Sabres .DearBOnePhrase .Sabres_one_phrase_title_bar .Sabres_one_phrase_title{
  margin: 0 auto;
  width: 140px;
}
#Sabres .DearBOnePhrase .Sabres_one_phrase_title_bar .readmore{
  position: absolute;
  right: 14px;
  top:   14px;
  background-color: white;
  color: #FF0052;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 7px;
  border-radius: 1px;
}
#Sabres .DearBOnePhrase .Sabres_one_phrase_title_bar .readmore img{
  width:  45px;
  height: 20px;
}
#Sabres .DearBOnePhrase .div_article{
  margin-top: 28px;
  height: 84px;
  background-color: white;
  text-align: center;
  line-height: 1.8em;
  word-break: normal;
  overflow: hidden;
}
#Sabres .DearBOnePhrase .div_article p{
  margin: 0;
  overflow: visible;
}
#Sabres .DearBOnePhrase .div_article .eng{
  font-size: 23px;
  color: rgb( 0, 0, 0 );
  margin-bottom: 10px;
}
#Sabres .DearBOnePhrase .div_article .japanese{
  font-size: 12px;
  color: rgb( 89, 88, 88 );
}







/* social link button */
#Sabres socialLinkButtons{
  margin: 25px 0 25px 0;
}




/* ranking */
#Sabres .DearBRanking{
  margin-bottom: 25px;
  padding: 16px 16px;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba( 0, 0, 0, 0.1 );
}
#Sabres .DearBRanking a{
  display: inline-block;
}
#Sabres .DearBRanking a:hover{
  opacity: 0.6;
}
#Sabres .DearBRanking .ranking_title{
  text-align: center;
}
#Sabres .DearBRanking .ranking_title img{
  width: 105px;
  height: 16px;
}
#Sabres .DearBRanking .main_tag_name{
  z-index: 2;
  background-color: #FF0052;
  position: absolute;
  right:   10px;
  top: 10px;
  padding: 2px 10px;
  color: white;
  display: inline-block;
  border-radius: 1px;
}
#Sabres .DearBRanking .main_tag_name_img{
  padding: 1px 10px;
  background-color: #FF0052;
  border-radius: 3px;
  z-index: 2;
  position: absolute;
  right:   10px;
  top: 10px;
  display: inline-block;
}


#Sabres .DearBRanking .ranking_each_contents{
  position: relative;
  margin: 18px 0;
}
#Sabres .DearBRanking .div_article {
    position: absolute;
    bottom: 0px;
    height: 60px;
    width: 100%;
    color: white;
    opacity: 0.6;
    background-color: black;
    padding-top: 8px;
    overflow: hidden;
}  
#Sabres .DearBRanking .rank{
  position: absolute;
  bottom: 12px;
  color: white;
}
#Sabres .DearBRanking .article_ranking_title{
    position: absolute;
    width: 220px;
    bottom: 10px;
    left: 45px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.7em;
    text-align: left;
}
#Sabres .DearBRanking .article_ranking_title p{
  margin: 0;
}





/* weekly recommend article */
#Sabres .DearBWeeklyRecommendArticle{
}
#Sabres .DearBWeeklyRecommendArticle #weekly_recommend_article{
  width:1200px;
  //height:560px;
  margin-bottom: 60px;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendBox_title{
  width:1200px;
  height: 70px;
  text-align: center;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendBox_title img{
  margin: 0 auto;
  width: 362px;
  height: 22px;
}
#Sabres .DearBWeeklyRecommendArticle h3{
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  height: 22px;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendBox{
  width:1200px;
  height:450px;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba( 0, 0, 0, 0.1 );
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendBox .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0px;
  border: none;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendBox .bx-wrapper .bx-prev {
	left: 0px;
	background: url(/opArticlePlugin/images/v4/carousel_left.png) no-repeat;
	background-size: 50px;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendBox .bx-wrapper .bx-next {
	right: 0px;
	background: url(/opArticlePlugin/images/v4/carousel_right.png) no-repeat;
	background-size: 50px;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendBox .bx-wrapper .bx-controls-direction a{
  width:  50px;
  height: 50px;
  margin-top: -25px;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendBox li{
  overflow: hidden;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendEachBox{
  width:300px;
  height:450px;
  float:left;
  overflow:hidden;
  position:relative;
}
#Sabres .DearBWeeklyRecommendArticle a:hover{
  opacity: 0.6;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendEachBox .wr_content.upper,
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendEachBox .wr_content.bottom{
  width:300px;
  height:225px;
  padding: 20px;
  position: relative;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendEachBox .image_upper,
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendEachBox .image_bottom{
  position:relative;
  width: 300px;
  height:225px;
  background-color: black;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendEachBox .wr_content.upper::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendEachBox .wr_content.upper::before {
  z-index: 1;
  border-width: 16px;
  border-top-color: white;
  margin-left: -16px;
  left: 50%;
  bottom: -31px;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendEachBox .wr_content.bottom::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendEachBox .wr_content.bottom::before {
    z-index: 1;
    border-width: 16px;
    border-bottom-color: white;
    margin-left: -16px;
    left: 50%;
    top: -31px;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendEachBox .wr_content .main_tag_name{
  z-index: 2;
  background-color: #FF0052;
  position: absolute;
  left:   20px;
  top:    20px;
  padding: 2px 10px;
  color: white;
  display: inline-block;
  border-radius: 1px;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendEachBox .wr_content .main_tag_name_img{
  background-color: #FF0052;
  padding: 2px 10px;
  border-radius: 3px;
  z-index: 2;
  position: absolute;
  left:   20px;
  top:    20px;
  display: inline-block;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendEachBox .wr_content .WeeklyRecommend_title{
  position: absolute;
  left:   20px;
  top:    60px;
  width:  260px;
  height: 40px;
  overflow: hidden;
  
  font-size: 13px;
  font-weight: bold;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendEachBox .wr_content .WeeklyRecommend_title p{
  margin: 0;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendEachBox .wr_content .WeeklyRecommend_lead{
  position: absolute;
  left:   20px;
  top:   120px;
  width:  260px;
  height:  55px;
  overflow: hidden;

  font-size: 11px;
}
#Sabres .DearBWeeklyRecommendArticle .WeeklyRecommendEachBox .wr_content .WeeklyRecommend_date{
  position: absolute;
  left:   20px;
  top:   190px;
  width:  260px;
  /*height:  55px;*/
  overflow: hidden;

  font-size: 13px;
  color: rgb( 158, 158, 159 );
}









/* weekly recommend article */
#Sabres .DearBPRArticle{
  width:660px;
  //height:480px;
  margin-bottom: 60px;
}
#Sabres .DearBPRArticle #DearBPRArticle{
  width: 660px;
  //height:330px;
}
#Sabres .DearBPRArticle .DearBPRArticle_title{
  height: 50px;
  width: 100%;
  text-align: center;
  position: relative;
  background-position: 0 16px;
  background-repeat: repeat-x;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///+Li4iwAAAAAAQABAAACAkwBADs=);
}
#Sabres .DearBPRArticle .DearBPRArticle_title img{
  width: 223px;
  height: 16px;
  
  margin: 10px 0;
  padding: 0 15px;
  z-index: 2;
  background-color: #f2f2f2;
}
#Sabres .DearBPRArticle h3{
  margin: 0;
}
#Sabres .DearBPRArticle .PRBox{
  width: 660px;
  height:330px;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba( 0, 0, 0, 0.1 );
}
#Sabres .DearBPRArticle .PRBox ul a:hover{
  opacity: 0.6;
}
#Sabres .DearBPRArticle .PRBox .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0px;
  border: none;
}
#Sabres .DearBPRArticle .PRBox .bx-wrapper .bx-prev {
	left: 0px;
	background: url(/opArticlePlugin/images/v4/carousel_left.png) no-repeat;
	background-size: 50px;
}
#Sabres .DearBPRArticle .PRBox .bx-wrapper .bx-next {
	right: 0px;
	background: url(/opArticlePlugin/images/v4/carousel_right.png) no-repeat;
	background-size: 50px;
}
#Sabres .DearBPRArticle .PRBox .bx-wrapper .bx-controls-direction a{
  width:  50px;
  height: 50px;
  margin-top: -25px;
}
#Sabres .DearBPRArticle .PRBox li{
  overflow: hidden;
}
#Sabres .DearBPRArticle .PREachBox{
  width: 220px;
  height:330px;
  float:left;
  overflow:hidden;
  position:relative;
}
#Sabres .DearBPRArticle .PREachBox .pr_content{
  width: 220px;
  height:165px;
  position: relative;
}
#Sabres .DearBPRArticle .PREachBox .image_upper,
#Sabres .DearBPRArticle .PREachBox .image_bottom{
  position:relative;
  width: 220px;
  height:165px;
  background-color: black;
}
#Sabres .DearBPRArticle .PREachBox .pr_content.upper::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
}
#Sabres .DearBPRArticle .PREachBox .pr_content.upper::before {
  z-index: 1;
  border-width: 16px;
  border-top-color: white;
  margin-left: -16px;
  left: 50%;
  bottom: -31px;
}
#Sabres .DearBPRArticle .PREachBox .pr_content.bottom::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
}
#Sabres .DearBPRArticle .PREachBox .pr_content.bottom::before {
    z-index: 1;
    border-width: 16px;
    border-bottom-color: white;
    margin-left: -16px;
    left: 50%;
    top: -31px;
}
#Sabres .DearBPRArticle .PREachBox .pr_content .main_tag_name{
  z-index: 2;
  background-color: #FF0052;
  position: absolute;
  left:   20px;
  top:    30px;
  padding: 2px 10px;
//  color: white;
  display: inline-block;
  border-radius: 3px;
}
#Sabres .DearBPRArticle .PREachBox .pr_content .pr_title{
  position: absolute;
  left:   20px;
  top:    70px;
  width:  190px;
  height: 65px;
  display: inline-block;
  
  font-weight: bold;
  font-size: 13px;
  line-height: 1.654;
}

#Sabres .DearBPRArticle .PREachBox .pr_content .pr_title p{
  margin: 0;
}





/* instagram */
#Sabres .instagram{
  width: 1200px;
  height: 600px;
  margin: 25px auto 0;
}
#Sabres .instagram .instagram_title{
  height: 50px;
  text-align: center;
}
#Sabres .instagram .instagram_title h3{
  height: 22px;
}
#Sabres .instagram .instagram_title img{
  margin: 0 auto;
  width: 181px;
  height: 22px;
}
#Sabres .instagram .instagram_images{
  width: 1200px;
  height: 400px;
  overflow: hidden;
  margin-bottom: 25px;
}
#Sabres .instagram .instagram_image{
  width:  200px;
  height: 200px;
  float: left;
}
#Sabres .instagram .instagram_image img{
  height: 200px;
  max-width: 200px;
  width:  auto;
}
#Sabres .instagram .instagram_footer{
  height: 64px;
  text-align: center;
}
#Sabres .instagram .instagram_footer img{
  margin: 0 auto;
  width:  300px;
  height:  64px;
}








/* Article */
#Sabres .DearBArticlePage{
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba( 0, 0, 0, 0.1 );
  margin-bottom: 25px;
}

#Sabres .DearBArticlePage .head-image-wrap{
  padding: 20px;
}

#Sabres .DearBArticlePage .article_top_part{
  padding: 0 20px;
}

#Sabres .DearBArticlePage .main_tag{
  padding: 1px 10px;
  color: white;
  font-weight: bold;
  background-color: #FF0052;
  border-radius: 3px;
  display: inline-block;
  float: left;
}
#Sabres .DearBArticlePage .date_tag{
  font-size: 13px;
  color: rgb( 158, 158, 159 );
  float: right;
}
#Sabres .DearBArticlePage .tags_tag{
  text-align: center;
  color: #c7c7c7;
}
#Sabres .DearBArticlePage .tags_tag .indiv_tag{
  color: #FF0052;
}
#Sabres .DearBArticlePage .tag_and_date{
  margin-bottom: 20px;
}
#Sabres .DearBArticlePage .article_title{
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5em;
}
#Sabres .DearBArticlePage .article_subtitle{
    font-size: 18px;
    line-height: 28px;
}
#Sabres .DearBArticlePage .article_content{
  padding: 20px;
    font-size: 15px;
    line-height: 1.75em;
    word-break: normal;
}
#Sabres .DearBArticlePage #tag_infor{
  padding-bottom: 20px;
  border-bottom: solid 1px #c7c7c7;
  margin-bottom: 20px;
}
#Sabres .DearBArticlePage .series_article_prev_next{
  width: 100%;
  height: 30px;
  margin: 0 0 20px;
  //border: solid 1px;
}
#Sabres .DearBArticlePage .series_article_prev_next .prev_arrow{
  width:  57px;
  height: 13px;
  float:left;
}
#Sabres .DearBArticlePage .series_article_prev_next .title{
  width:  466px;
  height: 40px;
  float:left;
  text-align: center;
  margin: 0 20px;
  font-size: 13px;
  overflow: hidden;
  font-weight: bold;
}
#Sabres .DearBArticlePage .series_article_prev_next .next_arrow{
  width:  57px;
  height: 13px;
  float:right;
}
#Sabres .DearBArticlePage .pager_and_serial{
  margin: 0 20px;
}
#Sabres .DearBArticlePage #article_body{
  padding-bottom: 25px;
}







/* side menu */
#Sabres .DearBSocialLinkButtons{
  margin-bottom: 45px;
}
#Sabres .DearBSocialLinkButtons .social-links-title{
  height: 50px;
  width: 100%;
  
  text-align: center;
  position: relative;
  background-position: 0 16px;
  background-repeat: repeat-x;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///+Li4iwAAAAAAQABAAACAkwBADs=);
}
#Sabres .DearBSocialLinkButtons .social-links-title img{
  width: 167px;
  height: 15px;
  
  margin: 10px 0;
  padding: 0 15px 0 25px;
  z-index: 2;
  background-color: #f2f2f2;
}
#Sabres .DearBSocialLinkButtons .social-links-buttons{
  padding: 0 30px;
}
#Sabres .DearBSocialLinkButtons ul{
}
#Sabres .DearBSocialLinkButtons li{
  width: 25%;
  float: left;
  text-align: center;
}




/* youtube gadget */
#Sabres .DearBYoutube{
  margin-bottom: 25px;
}
#Sabres .DearBYoutube .youtube-title{
  height: 50px;
  width: 100%;
  
  text-align: center;
  position: relative;
  background-position: 0 16px;
  background-repeat: repeat-x;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///+Li4iwAAAAAAQABAAACAkwBADs=);
}
#Sabres .DearBYoutube .youtube-title img{
  width:  81px;
  height: 16px;
  
  margin: 10px 0;
  padding: 0 15px 0 15px;
  z-index: 2;
  background-color: #f2f2f2;
}






/* pagenation */
#Sabres .DearBPagenation{
  margin-top: 25px;
}
#Sabres .DearBPagenation .pager_wrapper{
  //background-color: white;
  //box-shadow: 0px 0px 10px 0px rgba( 0, 0, 0, 0.1 );
  height:50px;
  line-height:50px;
  width:320px;
  margin: 0 auto;
}


#Sabres .DearBPagenation .prev.page-numbers,
#Sabres .DearBPagenation .pager_pointerLeft_wrapper{
  z-index: 2;
  width: 50px;
  height:50px;
  float:left;
  //border-right: solid 1px rgb( 237, 237, 237 );
}

#Sabres .DearBPagenation .next.page-numbers,
#Sabres .DearBPagenation .pager_pointerRight_wrapper{
  z-index: 2;
  width: 50px;
  height:50px;
  float:right;
  //border-left: solid 1px rgb( 237, 237, 237 );
}

#Sabres .DearBPagenation .pager_pointerLeft {
  margin-top: 16px;
  margin-left:21px;
  width: 9px;
  height:17px;
  background-size: 9px 17px;
  background-image: url("/opArticlePlugin/images/v4/article_left_arrow.png");
}

#Sabres .DearBPagenation .pager_pointerRight {
  margin-top: 16px;
  margin-left:21px;
  width: 9px;
  height:17px;
  background-size: 9px 17px;
  background-image: url("/opArticlePlugin/images/v4/article_right_arrow.png");
}

#Sabres .DearBPagenation .pager_number_wrapper{
  /*
  margin-left:  -50px;
  margin-right: -50px;
  */
  //width:100%;
  float:right;
}
#Sabres .DearBPagenation .pager_number_contents{
  //position:relative;
  //margin:0 50px 0 50px;
  width: 220px;
}
#Sabres .DearBPagenation .page-numbers,
#Sabres .DearBPagenation .pager_number{
  //width:20%;
  width:22px;
  text-align:center;
  float:left;
  font-size:15px;
  font-weight:bold;
  color: #c7c7c7;
}

#Sabres .DearBPagenation .page-numbers.current{
  color: #FF0052;
}






/* pagenation */
#Sabres .DearBPagenationInArticle{
  margin: 25px 0;
}
#Sabres .DearBPagenationInArticle .pager_wrapper{
  //background-color: white;
  //box-shadow: 0px 0px 10px 0px rgba( 0, 0, 0, 0.1 );
  height:50px;
  line-height:50px;
  width:620px;
  margin: 0 auto;
  border: solid 1px rgb( 209, 209, 209 );
}


#Sabres .DearBPagenationInArticle .prev.page-numbers,
#Sabres .DearBPagenationInArticle .pager_pointerLeft_wrapper{
  z-index: 2;
  width: 50px;
  height:49px;
  float:left;
  border-right: solid 1px rgb( 209, 209, 209 );
}

#Sabres .DearBPagenationInArticle .next.page-numbers,
#Sabres .DearBPagenationInArticle .pager_pointerRight_wrapper{
  z-index: 2;
  width: 50px;
  height:49px;
  float:right;
  border-left: solid 1px rgb( 209, 209, 209 );
}

#Sabres .DearBPagenationInArticle .pager_pointerLeft {
  margin-top: 16px;
  margin-left:21px;
  width: 9px;
  height:17px;
  background-size: 9px 17px;
  background-image: url("/opArticlePlugin/images/v4/article_left_arrow.png");
}

#Sabres .DearBPagenationInArticle .pager_pointerRight {
  margin-top: 16px;
  margin-left:21px;
  width: 9px;
  height:17px;
  background-size: 9px 17px;
  background-image: url("/opArticlePlugin/images/v4/article_right_arrow.png");
}

#Sabres .DearBPagenationInArticle .pager_number_wrapper{
}
#Sabres .DearBPagenationInArticle .pager_number_contents{
  margin: 0 auto;
  //width: 220px;
  height: 50px;
  text-align: center;
}
#Sabres .DearBPagenationInArticle .page-numbers,
#Sabres .DearBPagenationInArticle .pager_number{
  padding: 0 10px;
  width:22px;
  text-align:center;
  //float:left;
  font-size:15px;
  font-weight:bold;
  color: #c7c7c7;
}

#Sabres .DearBPagenationInArticle .page-numbers.current{
  color: #FF0052;
}







/* footer */
#Sabres #footer{
  background-color: #1a1a1a;
}
#Sabres #footer .box_wrap{
	width:1440px;
	margin:0 auto;
}
#Sabres #footer ul{
	padding:0;
	display:inline-block;
	margin: 5px 0 30px 0;*/
	/*margin: 20px 0 30px 0;*/
}

#Sabres #footer_nav ul{
	padding:0;
	display:inline-block;
	margin: 20px 0 5px 0;*/
	/*margin: 20px 0 30px 0;*/
}

#Sabres #footer ul li{
	float:left;
	display:block;
	text-align:center;
	padding:0 10px 0 10px;
	border-left:solid 1px black;
	//line-height: 12px;
}
#Sabres #footer ul li:first-child{
	border:none;
}
#Sabres #footer ul li a{
  color: white;
}






#Sabres #gs_footer{
	width: 100%;
	background-color: #202020;
}
#Sabres #gs_footer .gs_footer_top{
	width: 100%;
	min-width: 1200px;
	height: 220px;
	position: relative;
	padding: 55px 0 0 0;
}
#Sabres #gs_footer .gs_footer_mid{
	//width: 100%;
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	//border-bottom: solid 1px rgb( 52, 52, 52 );
	position: relative;
}
#Sabres #gs_footer .gs_footer_bottom{
	width: 100%;
	min-width: 1200px;
	height: 140px;
	position: relative;
}
#Sabres #gs_footer .gs_footer_bottom a{
  color: white;
}

#Sabres #gs_footer .gs_footer_company a{
  color: white;
}
#Sabres #gs_footer .gs_footer_company{
	width: 100%;
	min-width: 1200px;
//	height: 140px;
	margin-top: 20px;
}
#Sabres #gs_footer .gs_footer_top img{
  display: block;
  margin: 0 auto;
  //width: 121px;
  //height: 50px;
}

#Sabres #gs_footer .gs_footer_top ul {
	margin-top: 42px;
	text-align: center;
}
#Sabres #gs_footer .gs_footer_top li {
  display: inline-block;
  color: white;
  font-weight: bold;
  width: 12.5%;
}
#Sabres #gs_footer .gs_footer_top li a{
  color: white;
}
#Sabres #gs_footer .GS_CUE{
  width: 135px;
  height: 80px;
  
  position: absolute;
  top:   35px;
  left: 140px;
}
#Sabres #gs_footer .GS_CROSSWORD{
  width: 171px;
  height: 26px;
  
  position: absolute;
  top:   60px;
  left: 335px;
}
#Sabres #gs_footer .GS_CUERBO_DICT{
  width: 115px;
  height: 40px;
  
  position: absolute;
  top:   60px;
  left: 560px;
}
#Sabres #gs_footer .GS_CUERBO_EE{
  width: 116px;
  height: 54px;
  
  position: absolute;
  top:   60px;
  left: 740px;
}
#Sabres #gs_footer .GS_GROOMEN{
  width: 162px;
  height: 32px;
  
  position: absolute;
  top:   60px;
  left: 910px;
}

#Sabres #gs_footer .gs_footer_bottom ul {
	margin-top: 42px;
	text-align: center;
}
#Sabres #gs_footer .gs_footer_bottom li {
  display: inline-block;
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 150px;
}
#Sabres #gs_footer .gs_footer_bottom div {
  width: 100%
  height: 30px;
  color: white;
  font-weight: bold;
  text-align: center;
}

#Sabres #gs_footer hr{
	background-color: rgb( 52, 52, 52 );
	height: 1px;
	border: none;
	margin:0;
}
#Sabres #gs_footer .gs_footer_bottom{
	width: 100%;
	min-width: 1200px;
	height: 140px;
	position: relative;
}



/* YCD Widget */
.DearBArticleYCDList{
  margin: 30px 0;
  background-color: white;
  padding: 10px;
}



/* Under line */
 b.under_line1{
  font-weight: normal;
  background: -webkit-linear-gradient(transparent 60%, #F09898 60%);
  background: -o-linear-gradient(transparent 60%, #F09898 60%);
  background: linear-gradient(transparent 60%, #F09898 60%);
 }
 b.under_line2{
  font-weight: normal;
  background: linear-gradient(transparent 60%, #EFF098 60%);
  background: -webkit-linear-gradient(transparent 60%, #EFF098 60%);
  background: -o-linear-gradient(transparent 60%, #EFF098 60%);
 }
 b.under_line3{
  font-weight: normal;
  background: -webkit-linear-gradient(transparent 60%, #98A2F0 60%);
  background: -o-linear-gradient(transparent 60%, #98A2F0 60%);
  background: linear-gradient(transparent 60%, #98A2F0 60%);
 }



/* 目次用 */
.dearb_contents_table{
display: inline-block;
border: 1px solid #cccccc;
padding: 10px;
}

.dearb_contents_table:after{
	clear:both;
}

.dearb_contents_table h4{
text-align: center;
}

.dearb_contents_table ol{
display: block;
list-style-type: decimal;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}

.dearb_contents_table ol ul,
.dearb_contents_table ul ol,
.dearb_contents_table ul ul,
.dearb_contents_table ol ol {
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
}





/*記事内アフィリエイト用*/

.amazon_video_affiliate,
.book_affiliate{
	border:solid 1px;
	margin: 5px;
	padding:5px;
	overflow:auto;
	/*width: 300px;*/
}
.amazon_video_affiliate .img_wrapper,
.book_affiliate .img_wrapper{
	float:left;
	width: 100px;
    margin-right: 10px;
}
.amazon_video_affiliate .img_wrapper img,
.book_affiliate .img_wrapper img{
	width: 100px;
}
.amazon_video_affiliate .release_date,
.book_affiliate .release_date{
}
.amazon_video_affiliate a,
.book_affiliate a{
color: blue;
}





/* Menu */
.dearb_top-nav{
	background-color: white;
}
.dearb_top-nav #dropmenu{
  list-style-type: none;
  width: 640px;
  height: 35px;
  margin: 0 auto;
  padding: 0;
  border-radius: 3px 3px 0 0;
}
.dearb_top-nav #dropmenu li{
  position: relative;
  width: 20%;
  height: 35px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 5;
}
.dearb_top-nav #dropmenu > li:hover{
  border-bottom: solid 5px #f2f2f2;
}
.dearb_top-nav #dropmenu li ul li:hover{
  border-bottom: 0;
}
.dearb_top-nav #dropmenu > li.current{
  border-bottom: solid 5px #f2f2f2;
}
.dearb_top-nav #dropmenu li ul li.current{
  border-bottom: 0;
}
.dearb_top-nav #dropmenu li a{
  display: block;
  margin: 0;
  //padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.dearb_top-nav #dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
}
.dearb_top-nav #dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
.dearb_top-nav #dropmenu li ul li{
  overflow: hidden;
  width: 150%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
.dearb_top-nav ul{
  overflow: visible;
}
.dearb_top-nav #dropmenu li ul li a{
  padding: 13px 15px;
  background: #808080;
  //background-color: #f2f2f2;
  color: white;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
.dearb_top-nav #dropmenu li:hover > a{
  color: #eff7b1;
}
.dearb_top-nav #dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
.dearb_top-nav #dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
}
.dearb_top-nav #dropmenu li:hover ul li:first-child{
  border-top: 0;
}
.dearb_top-nav #dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
.dearb_top-nav #dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}
.menu1{
	margin-top: 12px;
	width: 43px;
	height:10px;
}
.menu2{
	margin-top: 12px;
	width: 29px;
	height:10px;
}
.menu3{
	margin-top: 12px;
	width: 41px;
	height:10px;
}
.menu4{
	margin-top: 12px;
	width: 24px;
	height:10px;
}


/* Welcome Window */
#welcome-modal-content{
	width: 768px;
	height:600px;
	margin:0;
	//padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	position:fixed;
	display:none;
	z-index:20;
	left: 0px;
	top:  0px;
}
  
#modal-overlay{
	z-index:19;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}


.welcome-modal-footer{
	width:  764px;
	height:  55px;
	background-color: #d3d3d3;
	position: absolute;
	bottom: 0;
  
  font-size: 22px;
  font-family: "Meiryo";
  color: rgb( 255, 255, 255 );
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}


#welcome-modal-content .dearb_welcome_stamp {
	position: absolute;
  z-index: 3;
  top:  0px;
  left: 0px;
}

#welcome-modal-content .dearb_welcome_logo {
	position: absolute;
  z-index: 3;
  top:   30px;
  right: 65px;
}


#welcome-modal-content .adsection{
	z-index: 4;
	position: absolute;
	top:  175px;
	right: 30px;
}


.CLOSE {
}

