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

body{
	height: 100%;
	margin:0;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Arial,Helvetica,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-weight: 500;
	background: #f7f7f7;
}
#Container{
	width:1120px;
	margin:0 auto;
	padding: 0 30px;
	background:white;

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

#bottom-adj{
	height:100px;
}

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

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

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

article{
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Arial,Helvetica,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

.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;
}

.left_box .widget{
	margin-bottom:0px;
}


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 h5,
body.article_content h6,
article section.article_content h1,
article section.article_content h2,
article section.article_content h5,
article section.article_content h6{
	margin:0;
}
body.article_content h3,
article section.article_content h3,
body.article_content h4,
article section.article_content h4{
	margin:10px;
}


article#article_body {
	line-height:1.75;
	word-break: normal;
}

section.article_content h4
{
	line-height: normal;
}

body .article_content,
.article_content{
font-size:18px;
line-height: 1.75;
}

.article_content h5{
	font-size:18px;
	line-height:1.75;
}


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;*/
	width: 100%;
	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 5px;
	font-weight:bold;
	padding: 5px 0;
}

#nav ul li:nth-child(1),
#nav ul li:nth-child(2),
#nav ul li:nth-child(3) {
	background-color: #ff0066;
	padding: 5px 5px;
}
#nav ul li:nth-last-child(1) {
	background-color: #0000aa;
	padding: 5px 5px;
}
#nav ul li:nth-child(1) a,
#nav ul li:nth-child(2) a,
#nav ul li:nth-child(3) a {
	color: white;
}
#nav ul li:nth-last-child(1) a {
	color: white;
}

#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 */



/* -------------------------- */
/* -- footer ---------------- */
/* -------------------------- */
#footer{
	margin-top:10px;
	height:90px;
	text-align:center;
	font-size:12px;
}
#footer .box_wrap{
	width:980px;
	margin:0 auto;
}

.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;
}

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

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

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

#Sidebar .widget article h1{
	font-weight:500;
	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 ------- */
/* -------------------------- */

/* -------------------------- */
/* social links               */
/* -------------------------- */
#social-links{
	margin-left:40px;
}
#social-links img{
	float:left;
}

/* today's phrase */
#today_phrase article{
	font-size:14px;
	line-height:28px;
	padding:10px 0 10px 0;
	text-align:center;
	font-family:georgia,"times new roman",times,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';

}

section#today_phrase span.eng{
	font-size:20px;
}

/* 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:10px 0 10px 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:415px;
	position:relative;
}
#hot_article img{
	width:530px;
	height:300px;
}

#hot_article .left_box{
	width:530px;
}
#hot_article .right_box{
	position:absolute;
	top:0;
	right:0;
	width:270px;
	height:278px;
	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;
    overflow: hidden;
}

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

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

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

#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:389px;
	position:relative;
	float: left;
}
#pr_article article h1{
	font-size:12px;
	line-height:16px;
	margin:0;
	text-align:left;
	width:389px;
}
#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:280px;
}
#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:380px;
}
#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:389px;
	position:relative;
	float: left;
}
#related_article article h1{
	font-size:12px;
	line-height:16px;
	margin:0;
	text-align:left;
	width:389px;
}
#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:280px;
}
#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:380px;
}
#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 tags2              */
/* -------------------------- */
#related_tags2 .title{
	font-size: 12px;
	line-height: 12px;
	padding: 10px 0 10px 0;
	font-weight: normal;
	border-bottom: solid 1px #d3d3d3;
	margin: 0;
}
#related_tags2 article{
	border: none;
	float:left;
	margin:10px 10px 0 0;
	background-color: #ff0066;
}
#related_tags2 article h1{
	font-weight:normal;
	line-height:20px;
	font-size:16px;
	margin:0;
	padding:10px 10px;
}

#related_tags2 article{
	width: auto;
}
#related_tags2 article a{
	color: white;
}
#related_tags2 article a:hover{
	text-decoration: none;
}



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

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


/* -------------------------- */
/* article list               */
/* -------------------------- */
#article_list article{
	border-bottom:1px solid #d3d3d3;
	padding-bottom: 10px;
	
	border: solid 1px lightgray;
	box-shadow: 0px 3px 15px -5px rgba(0, 0, 0, 0.5);
	margin: 10px 0 0 0;
}
#article_list h1{
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin-left:5px;
}
#article_list .date_tag_wrapper{
	margin:5px 0 0 5px;
}
#article_list .lead,
#article_list .date_tag{
	float:left;
	font-size:14px;
	line-height:24px;
	min-width:455px;
	margin:0;
	text-align:left;
	/*max-width:660px;*/
	font-weight: 500;
}
#article_list .description img{
	float:left;
	width:195px;
	height:110px;
	margin-right:10px;
}

#article_list article .date_tag a{
	word-break:keep-all;
	white-space:nowrap;
}
#article_list article:last-child{
	border-bottom:solid 1px white;
}

/* -------------------------- */
/* 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;
}


.ad_page_3_14{
  margin-left: 90px;
}





/* -------------------------- */
/*-----Mail Regist widget---- */
/* -------------------------- */
.mailmagazine_img {
    width: 300px;
    height: 250px;
    background-image: url("/opMailMagazinePlugin/images/mail-magazine-banner.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

#MailRegistWidget{
  padding: 10px;
}
#MailRegistWidget li{
  margin: 10px 0;
}
#MailRegistWidget li label{
  display: inline;
}
#MailRegistWidget li input{
  margin: 0;
}

#MailRegistWidget #mail_regist_form_mail_address{
  margin: 0 0 0 25px;
}
#MailRegistWidget .mail_regist_form_send{
  margin: 10px;
}



/* YCD Widget */
.articleYCDList{
  margin: 30px 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%);
 }


 b.kids_online_accent{
  color: #F00098;
  font-weight:bold;
 }



/* -------------------------- */
/*---Serial Latest widget---- */
/* -------------------------- */

#serial_latest{
  text-align: center;
}
.serial_84{
  position:relative;
  display: inline-block;
}

.serial_84 .message{
  top: 3px;
  left: -5px;
  transform: rotate(-7deg);
  font-size: small;
  padding: 0 5px;
  background-color: #555555;
  opacity: 0.7;
}


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

.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:568px;
	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:  768px;
	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 .welcometocheerupenglish {
	position: absolute;
  z-index: 3;
  top:  28px;
  right:28px;
}

#welcome-modal-content .welcometocheerupenglish2 {
	position: absolute;
  top:  90px;
  left:200px;
}

#welcome-modal-content .welcome_modal_logo{
	position: absolute;
	bottom: 55px;
  z-index: 2;
}

#welcome-modal-content .crossword{
	position: absolute;
  top:  150px;
  right:67px;
}

#welcome-modal-content .cuerboeedict{
	position: absolute;
  top:  209px;
  right:107px;
}

#welcome-modal-content .cuerbodict{
	position: absolute;
  top:  280px;
  right:107px;
}

#welcome-modal-content .welcome_text_wrapper{
	position: absolute;
  top:   350px;
  right: 103px;
  width: 152px;
  height:132px;
}

#welcome-modal-content .welcome_text_inner{
  text-align: center;
  line-height: 44px;
  height:    44px;
  font-size: 18px;
}

#welcome-modal-content .adsection{
	position: absolute;
	top:  143px;
	left: 255px;
	//border: solid 1px;
}


.CLOSE {
}







/*自動生成リスト用*/
article .body .auto_creator_square_btn>img{
	margin: 0 !important;
	display: inline-block !important;
}

.auto_creator_square_btn{
	display: block;
	text-decoration: none;
	border-radius: 4px;
	color: #ffffff;
	background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
	background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	border-bottom: solid 3px #5e7fca;
	margin: 0 auto;
	text-align: center;
	width: 50%;
	padding: 10px 0 10px 0;
}
.auto_creator_square_btn.orange{
	background-image: -webkit-linear-gradient(#fb6c00 0%, #ffd401 100%);
	background-image: linear-gradient(#fb6c00 0%, #ffd401 100%);
	border-bottom: solid 3px #bcd81e;
}
.auto_creator_square_btn:active{
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}
.auto_creator_list_inner{
	padding: 0 0 0 20px;
}
.auto_creator_school_top_cap {
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
	margin-bottom: 10px;
	border: solid 1px #cccccc;
}
@media screen and (max-width: 600px){
.auto_creator_square_btn{
	width: 100%
}
.auto_creator_list_inner{
padding: 0;
}
}


.auto_table_info{
	width: 100%;
	border-collapse: collapse;
}
.auto_table_info th{
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.auto_table_info td{
	text-align: left;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}
.auto_table_info .auto_table_info_inner{
	width: 25%;
}
h3.auto_creator_h3 {
	font-size: 20px;
	border-left: 2px solid #34495e;
	padding: 4px 15px;
	background-color: #F5ECCE;
}
h3.auto_creator_h3{
	margin-bottom:10px;
}
h4.auto_creator_h4{
	border-left: 2px solid #34495e;
	border-bottom: 2px solid #34495e;
	padding: 4px 15px;
	font-size: 18px;
	line-height: 32px;
	width: 80%;
}
h4.auto_creator_news {
	border-left: 2px solid red;
	border-bottom: 2px solid pink;
	padding: 4px 15px;
	font-size: 18px;
	line-height: 32px;
	width: 80%;
	margin-bottom:10px;
}
.auto_creator_list_inner h4 img{
	margin: 0 !important;
}
.auto_creator_list_inner .comment_title {
	font-weight: bold;
}
.auto_creator_list_inner .comment_point {
	color: #FFBF00;
}




/*online school ranking*/
.tester_comment{
margin-left: 10px;
}
.online-school-box {
overflow: visible;
border: solid 3px lightgreen;
border-radius: 5px;
padding: 15px 10px 10px;
position: relative;
}
.space30 {
height: 30px;
}
.online-school-box .logo-wrapper {
width: 200px;
height: 50px;
position: absolute;
top: -34px;
}
.online-school-box .logo-wrapper img {
background-color: white;
margin: 0 !important;
}
.online-school-box .online-click-wrapper {
    text-align: center;
    margin: 0;
}
.online-school-box h3 {
    font-size: large;
    display: inline;
}
.online-school-box .review {
    float: right;
    display: inline;
    margin: 10px 0 0 0;
}
.online-school-box .review a {
    color: blue;
}
.online-school-box .review_sub_title{
    width:50%;
    float:left;
}
.online-school-box .review_sub_point{
    width:40%;
    float:right;
    font-size:large;
    color:red;
}
.online-school-box hr {
    border: dashed 1px gray;
    width: 99%;
    margin: 15px auto;
}

.online-school-box .radar_image{
width:100%;
}

.testing-team{
padding: 10px;
border-radius:0 5px 5px 5px;
border:solid 1px;
}
.testing-team hr{
border: dashed 1px gray;
width: 50%;
margin: 20px auto;
}
.testing-team .review_link{
color:blue;
}

h3.e-starter-title,
h3.e-intermediate-title,
h3.e-upper-title{
display:inline;
padding: 5px 10px 3px;
border-top:   solid 1px;
border-right: solid 1px;
border-left:  solid 1px;
}

h3.e-starter-title,
.testing-team.e-starter{
background-color:#eeffff;
}
h3.e-intermediate-title,
.testing-team.e-intermediate{
background-color:#ffffee;
}
h3.e-upper-title,
.testing-team.e-upper{
background-color:#ffeeee;
}

h3.e-starter-title{
border-radius: 5px 5px 0 0;
}
h3.e-intermediate-title{
border-radius: 5px 5px 0 0;
}
h3.e-upper-title{
border-radius: 5px 5px 0 0;
}
.link-button-online-ranking {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	line-height: 1.5em;

	border: 2px solid #fff;
	background-color: #fff;
	border-color: #479fa3;
	color: #479fa3;
	text-decoration: none;
        text-shadow: none;
        font-weight: bold;

  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);

  padding: 10px 20px;
  width: 200px;
}

.link-button-tester {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    line-height: 1.5em;
    border: 2px solid #fff;
    background-color: #fff;
    border-color: #479fa3;
    color: #479fa3;
    text-decoration: none;
    text-shadow: none;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    padding: 10px 20px;
    width: 200px;
}
.link-button-tester.jump_lp {
    border-color: #034203;
    background-color: #49ad49;
    color: white;
    margin-top: 0px;
    margin-right: 0px;
    /*width: auto;*/
    width: 60%;
}
.link-button-online-ranking {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	line-height: 1.5em;

	border: 2px solid #fff;
	background-color: #fff;
	border-color: #479fa3;
	color: #479fa3;
	text-decoration: none;
        text-shadow: none;
        font-weight: bold;

  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);

  padding: 10px 20px;
  width: 200px;
}
.link-button-online-ranking.jump_lp {
    border-color: #034203;
    background-color: #49ad49;
    color: white;
    margin-top: 0px;
    margin-right: 0px;
    /*width: auto;*/
    width: 60%;
}
.link-button-online-ranking.jump_review {
    border-color: #034203;
    background-color: #6795fd;
    color: white;
    margin-bottom: 20px;
}

/*
.link-button-online-ranking::before,
.link-button-online-ranking::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: &#039;&#039;;
}
*/
.link-button-tester,
.link-button-tester:before,
.link-button-tester:after,
.link-button-online-ranking,
.link-button-online-ranking::before,
.link-button-online-ranking::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.link-button-online-ranking:hover {

	background-color: #479fa3;
	border: 2px solid #fff;
	color: #fff;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);

}

.table_ranking_info {
    width: 100%;
    border-collapse: collapse;
}
.table_ranking_info .table_ranking_info_inner {
    width: 25%;
}
.table_ranking_info th {
    padding: 6px;
    text-align: left;
    vertical-align: top;
    color: #333;
    background-color: #eee;
    border: 1px solid #b9b9b9;
}
.table_ranking_info td {
    text-align: left;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
}



/*通学型 school ranking*/
.offline-school-box {
overflow: visible;
border: solid 3px lightgreen;
border-radius: 5px;
padding: 15px 10px 10px;
position: relative;
}
.offline-school-box .logo-wrapper {
width: 200px;
height: 50px;
}
.offline-school-box .logo-wrapper img {
background-color: white;
margin: 0 !important;
}
.offline-school-box .offline-click-wrapper {
    text-align: center;
    margin: 0;
}
.offline-school-box h3 {
    font-size: large;
    display: inline;
}
.offline-school-box .review {
    float: right;
    display: inline;
    margin: 10px 0 0 0;
}
.offline-school-box .review a {
    color: blue;
}
.offline-school-box .review_sub_title{
    width:50%;
    float:left;
}
.offline-school-box .review_sub_point{
    width:40%;
    float:right;
    font-size:large;
    color:red;
}
.offline-school-box hr {
    border: dashed 1px gray;
    width: 99%;
    margin: 15px auto;
}

.offline-school-box .radar_image{
width:80%;
}
.link-button-online-ranking.jump_review {
    border-color: #034203;
    background-color: #6795fd;
    color: white;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    /*width: auto;*/
    width: 60%;
}
.offline-testing-team {
    padding: 10px;
    border-radius: 5px;
    border: solid 1px;
}
h3.e-starter-title,
.offline-testing-team.e-starter{
background-color:#eeffff;
}
h3.e-intermediate-title,
.offline-testing-team.e-intermediate{
background-color:#ffffee;
}
h3.e-upper-title,
.offline-testing-team.e-upper{
background-color:#ffeeee;
}
.link-button-tester.jump_review {
    border-color: #034203;
    background-color: #6795fd;
    color: white;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    width: auto;
}

.editorial-review {
    padding: 10px;
    background-color: lightgray;
    border-radius: 0 5px 5px 5px;
    border: solid 2px gray;
}



a:not([href^="/"]).link_icon:after,
a:not([href*="//english.cheerup.jp"]).link_icon:after,
.table_info a:not([href*="//english.cheerup.jp"]):after,
.e_school_inner .table_info a:not([href*="//english.cheerup.jp"]):after{
  font-weight:900;
  margin: 0 3px;
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  content: '\f35d';
}

a[href^="/"].link_icon:after,
a[href*="//english.cheerup.jp"].link_icon:after,
.table_info a[href*="//english.cheerup.jp"]:after,
.table_info a[href^="/"]:after,
.school_box_wrapper .school_infor td a:after,
.e_school_inner .table_info a[href*="//english.cheerup.jp"]:after,
.e_school_inner .table_info a[href^="/"]:after{
  font-weight:900;
  margin: 0 3px;
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  content: '\f0c1';
}




/* ad */
.articleListSideMenu.twitter{
margin-bottom: 50px;
}




/* bread crumb */
div.pc_breadcrumb{
	border: solid 1px lightgray;
	padding: 5px;
	margin-bottom: 5px;
}

.pc_breadcrumb{
	font-size:small;
}
ul.pc_breadcrumb{
	margin:0;
}
.pc_breadcrumb li:not(:first-child)::before {
	content: '/';
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.pc_breadcrumb li {
	float:left;
}

