@charset "utf-8";
@import "/css/header_style.css?20201109";

/* 
    Created on : 2018/12/07, 13:39:15
    Author     : miduho
*/
#animenews {
	min-height: 100%;
	height: auto;
	width: 985px;
	margin: 0 auto;
	padding: 35px 10px 0px 10px;
	overflow: hidden;
}
#animenews #left{
	float: left;
	overflow: hidden;
	margin-bottom: 0px;
	width: 650px;
}
#animenews #left .header_top_link {
    width: 645px;
    height: 40px;
    margin-top: 0px;
	background-color:#E6E6E6;
}
#animenews #left .title {
    font-size: 23px;
    line-height: 120%;
    font-weight: bold;
    margin: 20px 0px 20px 0px;
}
#animenews #left .title .date {
    display: block;
    text-align: right;
    font-size: 16px;
    color: #999999;
    margin: 0px 10px 0px 0px;
    vertical-align: bottom;
}
#animenews #left #news_area{
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	border-bottom:1px solid #747474;
}
#animenews #left #news_area .main_image{
	width:650px;
	max-height:640px;
	text-align:center;
}
#animenews #left #news_area .main_image img{
	max-width:650px;
	max-height:640px;
}
#animenews #left #news_area .sns_area{
	
}
#animenews #left #news_area .sns_area ul{
	text-align:right;
	margin:14px 0px;
}
#animenews #left #news_area .sns_area li{
	display:inline-block;
	list-style: none;
	margin: 0;
	padding: 0px 5px;
	display: inline-block;
	height: 28px;
	vertical-align:top;
}

#animenews #right {
    position: relative;
    float: right;
    width: 320px;
    background-color: #DDDDDD;
    font-size: 12px;
    padding-bottom: 32768px;
    padding-top: 10px;
    margin-bottom: -32768px;
}
#animenews #right .iframe {
    width: 320px;
    margin-top: -8px;
}

/* ここからtinyMCE対応スタイル */
#animenews #left #news_area .news_body {
    font-size: 16px;
    color: #444444;
    margin: 20px 0px 20px 0px;
	padding-bottom:10px;
	line-height:1.5;
}

#animenews #left #news_area .news_body em{
	font-style: italic;
	/* 但しメイリオ、ヒラギノは斜体のフォントがない */
}
/*#animenews #left #news_area .news_body em{
	font-family: Meiryo, "メイリオ", sans-serif !important;
   -webkit-transform: skewX(-15deg);
   -moz-transform: skewX(-15deg);
   -o-transform: skewX(-15deg);
   transform: skewX(-15deg);
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}/**/
#animenews #left #news_area .news_body strong{
	font-weight:bold;
}
