@charset "shift_jis";
	
/*===================================================
*
*	Base Style CSS
*	Site http://www.unitedcinemas.jp
*	Last Update 2018-10-03
*
====================================================*/


/*  Interview Style
-----------------------------------*/

dl,dt,dd,p {margin:0px;padding:0px;line-height:1.4;}

div#interviewContents em {
	font-style:normal;
	color:#13415C;
	font-weight:bold;
	font-size:92%;
}


/*-----------------------------------
 タイトル
-----------------------------------*/

p#titleArea {
	width:100%;
	display:block;
	margin-bottom:10px;
}

p.titleImg {
	vertical-align: top;
	float:left;
	margin-left:0px;
	margin-bottom:10px;
}

div#interviewContents dl {
	margin:0px 0px 10px 0px;
	padding:10px 0px 10px;
	display:inline-block;
	vertical-align: top;
	float:right;
	border-top:1px solid #909090;
	border-bottom:1px solid #909090;
	width:370px;
}

div#interviewContents dt {
	font-size:14pt;
	color:#ff3300;
	font-weight:bold;
	margin:0 0 14px;
}

div#interviewContents dd {
	margin:0px 0px;padding:0px;
	font-size:94%;
}
div#interviewContents dd.nameTxt {
	margin:6px 0 0;
	font-size:118%;
	color:#13415C;
	font-weight:bold;
	line-height:1.1;
}

p#sectionA {
	clear:both;
	width: 100%;
	padding:4px;
	border:1px solid #d8d8d8;
	background-color:#e6e6e6;
	line-height:1.6em;
}

p#sectionA span {
	font-size: 85%;
}


h2.headlineSub {
	font-size:118%;
	color:#ff3300;
	font-weight:bold;
	margin:12px 0;
	
}

div#interviewContents h3 {
	font-size:124%;
	color:#13415C;
	margin:22px 0 26px;
	padding:0px;	
}

/*-----------------------------------
 タイトル（インタビュー以外の場合）
 2018-10追加
-----------------------------------*/

div#interviewContents p.articleTitle {
	text-align:center;
	margin:0 auto 20px;
	border-top:1px solid #9b9b9b;
	padding-top:10px;
	font-size:28px;
	font-weight:bold;
}

div#interviewContents p.articleCatch {
	line-height:1.7em;
	border-top:1px solid #9b9b9b;
	border-bottom:1px solid #9b9b9b;
	padding:10px;
	text-align:center;
	font-size: 14pt;
	color: #ff3300;
	font-weight: bold;
}


/*-----------------------------------
 本文
-----------------------------------*/

/*---↓201707まで---*/

p.qaTxt {
	font-size:100%;
	color:#cc3300;
	margin:10px 0;
}

p.asTxt {
	font-size:100%;
	color:#000000;
	margin:10px 0;
}

/*---↑201707まで---*/

p.question {
	font-size:100%;
	color:#cc3300;
	margin:10px 0;
}

p.question:before {
	content: "\2500\2500\3000";
}
	

p.answer {
	font-size:100%;
	color:#000000;
	margin:10px 0;
}

p.answer span {
	font-weight:bold;
	padding-right:15px;
}

h4.profileTitle {
	background-color:#cdcdcd;
	color:#9696996;
	font-size:110%;
	margin:0px;
	padding:4px;
}

div.profile {
	background-color:#EDEDED;
	border:1px solid #696969;
	margin:26px 0 24px;
}

div.profile p{
	line-height:1.2;
	padding:6px;
}

strong {
	font-size:110%;
	margin:0 20px 0 0;
}

a.preview {
    background-image: url("/shop/book/image/chirami.gif");
    display: inline-block;
    height: 23px;
    margin-top: 4px;
    overflow: hidden;
    text-indent: -9999px;
    width: 100px;
}
a.sellamazon {
    background-image: url("/image/editor/amazon-buy.png");
    display: inline-block;
    height: 24px;
    margin-right: 4px;
    margin-top: 4px;
    overflow: hidden;
    text-indent: -9999px;
    width: 120px;
}
a.sellfujisan {
    background-image: url("/image/editor/fujisan-buy.png");
    display: inline-block;
    height: 24px;
    margin-top: 4px;
    overflow: hidden;
    text-indent: -9999px;
    width: 120px;
}


/*-----------------------------------
 差し込み画像
-----------------------------------*/

.photoRight {
	width: 250px;
    float: right;
    padding: 5px 0px 10px;
    margin: 0 0 0 8px;
}

.photoRight180 {
	width: 180px;
    float: right;
    padding: 5px 0px 10px;
    /*margin: 0 0 0 8px;*/
}

.photoRight .photoRight180 img {
	margin: 0 0 0 8px;
	border:1px solid #696969;
}

.photoLeft {
	width: 250px;
    float: left;
    padding: 5px 0px 10px;
    margin: 0 8px 0 0;
}

.photoLeft180 {
	width: 180px;
    float: left;
    padding: 5px 0px 10px;
    /*margin: 0 8px 0 0;*/
}

.photoLeft .photoLeft180 img {
	margin: 0 8px 0 0;
    border: 1px solid #696969;
}

.catch {
	background-color: #D8EBFF;
    margin-right: 9px;
	padding: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #003870;
}

/*-----------------------------------
 外部リンク
-----------------------------------*/

div.companyLink {
	border-top:1px solid #9b9b9b;
	margin:30px 0;
	padding:10px;
	line-height:1.4em;
}
