@charset "UTF-8";

body{word-wrap: break-word;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
body {zoom: 1.0;-moz-transform: scale(1.0);}

.en{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.en_b{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.ja{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.ja_b{
transform:rotateZ(0.03deg);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*======*/
.txt_limit{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;-webkit-text-overflow: ellipsis;-o-text-overflow: ellipsis;}
.border{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.li_yajirusi{display:inline-block;width:auto;height:auto;background:url(../img/common/li_colorful.png) no-repeat;background-size:8px 8px;background-position:0% 50%;padding-left:25px;}
	dl.recruitment div dt h3 span.li_yajirusi{padding-left:15px;}
.error{width:calc(100% - 20px);height:auto;line-height:1.4;padding-top:20px;}

/*======*/
ul.type{width:100%;padding-top:7px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
ul.type li{width:48.5%;background:#ffffff;color:#ec4b7d;line-height:1.7;border-radius:9px;-webkit-border-radius:9px;-moz-border-radius:9px;}
#contents_in_right ul.type li{background:#eeeae6;}
ul.type li p{line-height:1.8;font-size:11px;padding-top:1px;}
ul.type li:nth-of-type(1){margin-left:0px;}
ul.type li:nth-of-type(2){margin-right:0px;}
			@media all and (max-width: 768px) {
				ul.type li p{font-size:10px;}
			}

/*======*/
a.voice_submit_link:link , 
a.voice_submit_link:link span ,
a.voice_submit_link ,
a.voice_submit_link span 
	{color:#29b7d3;text-decoration:none;}

	@media all and (min-width: 1025px) {
		a.voice_submit_link:visited{color:#29b7d3;text-decoration:none;}
		a.voice_submit_link:hover , 
		a.voice_submit_link:hover span
			{color:#29b7d3;text-decoration:underline;}
		a.voice_submit_link:active{color:#29b7d3;text-decoration:none;}
	}

/*======*/
.radi{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}

/*======*/
.pager {padding-top:10px;line-height:1;}
.pager span{display:inline-block;background:#eeeae6;line-height:1;padding:6px 7px 5px 7px;font-weight:normal;color:#49393f;}
.pager span b{font-weight:normal;}
.pager a{display:inline-block;background:#ec5876;line-height:1;padding:6px 7px 5px 7px;font-weight:normal;color:#ffffff;}
	@media all and (min-width: 1025px) {
		.pager a:hover{opacity:0.9;filter: alpha(opacity=95);}
	}

/*===動画アイコン===*/
@keyframes pikopiko {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.pikopiko{
  animation: pikopiko 1s infinite ease-in-out;
}

/*===新人・ツイッターアイコン===*/
.x_new_icon{width:75px;height:auto;}
.x_new_icon li{width:100%;height:19px;text-align:left;margin-bottom:4px;}
.x_new_icon li img{width:auto;height:100%;}
.today_in .x_new_icon{position:absolute;top:32px;left:8px;}
.top_banner_in_pickup .x_new_icon{position:absolute;top:9px;left:8px;}
.newface_in .x_new_icon{position:absolute;top:8px;left:13px;}
.ranking_in .x_new_icon{position:absolute;top:37px;left:8px;}

#contents_in_right .x_new_icon{position:absolute;bottom:5px ;left:4px;top:auto;}
#contents_in_right .x_new_icon{width:65px;height:auto;vertical-align:bottom;}
#contents_in_right .x_new_icon li{width:100%;height:16px;text-align:left;margin-top:4px;margin-bottom:0px;}
#contents_in_right .x_new_icon li img{width:auto;height:100%;}

/*===clearfix===*/
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
