@charset "utf-8";

/* *********************************************************
other.css
MTで生成していないコンテンツ
********************************************************* */
@import "common.css?v=260130";

/* 共通
--------------------------------------------------------- */
.pg-other .section {
	padding: 0 5px;
	line-height: 1.7;
}
.pg-other .section a {
	color: #0065a9;
	text-decoration: underline; 
}
.pg-other .section a:hover,
.pg-other .section a:focus { text-decoration: none; }
.pg-other .section h2 {
	margin-bottom: 1em;
	padding: .6em 0 .6em 8px;
	border-left: 6px solid #7ab1c3;
	border-top: 1px dotted #d3d8dd;
	font-size: 108%;
	font-weight: bold;
	line-height: 1.3;
}
.pg-other .section h3 {
	color: #5a91a6;
	font-weight: bold;
}
.pg-other .section p { margin-bottom: 1.2em; }
.pg-other .section em { color: #cb1800; }
.pg-other .attention {
	margin-bottom: 2em;
	background: #e1e6eb url(/common/img/bg_dot_1px_ffffff.png);
	color: #333c45;
	padding: 18px;
}
.pg-other .attention li {
	margin-bottom: .9em;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}

.pg-other .fanmovie .notes{
	margin-top:-1.0em;
	margin-bottom:0;
}
.pg-other .fanmovie .attention{
	margin-bottom:1em;
	margin-top:-0.2em;
}
.pg-other .fanmovie .notes li{
	margin-bottom:0;	
}

/* リンク
--------------------------------------------------------- */
.linkBox li {
	margin-bottom: .8em;
	zoom: 1; 
}
.linkBox li:after { content: ""; display: block; clear: both; height: 0; }
@media print {
.imgList a:after:after { height: 1px; margin-bottom: -1px; visibility: hidden; }
}
.linkBox li img {
	float: left;
	margin-right: 5px;
	vertical-align: top;
}
