<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ResetStyle CSS */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0; padding: 0;}
table {	border-collapse:collapse;	border-spacing:0;	font-size:inherit; font:100%;}
ol, ul, dl { text-indent: 0;}
li { list-style: none;}
a { cursor: pointer; text-decoration: none;}
img { border: 0; vertical-align: bottom;}
br { letter-spacing:normal;}


/* 全体 */
#interview { font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#373737;
	margin: 0 ;
	max-width: 630px;
	min-width: 630px;
}

#interview .copyright {
	padding: 10px 0 20px;
	font-size: 12px;
	color: #999;
	text-align: center;
	font-style: normal;
}
.hidden-txt {
	text-indent: -9999px;
}

/* メイン */

.intMain_box {
	width: 630px;
    height: 780px;
    margin: 0px 0 30px;
    padding: 0;
    background: #dcdcdc;
}

/* 画像のhover（ボタン） */
.btn a:hover img {
 	filter: alpha(opacity=80); /*For IE*/
 	opacity: 0.8; /*Opera!|Safari*/
 	-moz-opacity: 0.8; /*For FireFox*/
}

/* 画像リスト */
#interviewThumb  {
	width: 628px;
    border: solid 1px #ccc;
    background: #dcdcdc;
}

#interviewThumb li { width: 202px; margin: 10px 3px; float: left; text-align: center; overflow: hidden;}
#interviewThumb li:first-child { margin-left: 5px;}
#interviewThumb a img { width: 200px; border: 1px #ffffff solid;}
#interviewThumb a:hover img { border: 1px #d05478 solid;}

#interview .imgList img {
	max-width: 200px;
	max-height: 150px;
}

/* 画像のhover（ボタン） */
.btn a:hover img {
 	filter: alpha(opacity=80); /*For IE*/
 	opacity: 0.8; /*Opera!|Safari*/
 	-moz-opacity: 0.8; /*For FireFox*/
}

#interview .gallLink {
	width: 300px;
	height: 30px;
	margin: 0 auto;
	text-align:center;
	margin: 175px auto 20px;

}


#interview .gallLink a  {
    display: block;
    font-size: 14px;
	font-weight: 600;
	background: #434343;
	padding:8px 20px;
}

#interview .gallLink a:link{color: #fff;}
#interview .gallLink a:visited{ color: #fff;}
#interview .gallLink  a:hover, a:active, a:focus { color: #fff;}


/*
#interview .br-sp {
		display:none; 
	}*/

/* 画像リスト */
/*#interviewThumb li { 
width: 150px; 
height: 100px;
margin: 10px 3px;
float: left;
text-align: center;
overflow: hidden;
}
#interviewThumb li:first-child { margin-left: 6px;}
#interviewThumb a img { width: 144px; border: 3px #ffffff solid;}
#interviewThumb a:hover img { border: 3px #d05478 solid;}

#interview .thumb img {
	max-width: 154px;
	max-height: 104px;
}*/


/* ------------------------------
photo
------------------------------ */
img.photo1 { 
	float: left; 
	border: none;
	vertical-align: top;
	margin: 0 10px 10px 15px;
	
}

img.photo2 { 
	float: right; 
	border: none;
	vertical-align: top;
	margin: 0 15px 10px 10px;
}

.clearLeft { clear: left; }
.clearRight { clear: right; }

.photo img {
	width: 100%;
	margin: 0 auto;
}



/* ------------------------------
 基本
------------------------------ */

#interview p{
	/*width:630px;*/
	line-height: 1.8;
    font-size: 15px;
	color:#373737;
	/*font-weight: bold;*/
	margin:0px ;
}

#interview p.lead{
	margin:10px 0;
}

#interview .question {
	/*width:630px;*/
	font-size:145x;
	line-height:1.8;
	color:#535353;
	font-weight: bold;
	margin:20px 0 20px;
	/*background:pink;*/
	display:block;
	clear:both;
}

#interview .question p.qTxt {
	font-size:145x;
	line-height:1.8;
	color:#535353;
	font-weight: bold;
	margin:0 auto;
	/*background:pink;*/
	display:block;
	clear:both;
}

#interview .padding40 {
	padding-top: 40px;
}


#interview p span.intName_A {
	color:#6ecdfa;
	font-weight:bold;
}

#interview p span.intName_B {
	color:#eb6877;
	font-weight:bold;
}

#interview .profile {
	width:630px;
	height:auto;
	margin:20px 0px;
	padding: 10px 0;
	border:#CCCCCC solid 1px;
	background:#FFFFFF;
}


#interview .profile p{
	width:610px;
	font-size: 13px;
    line-height: 1.6em;
	color:#373737;
	padding:10px 10px;
}

#interview .photoLeft{
	width:320px;
	height: auto;
	float:left;
	margin:0 auto;
}

#interview .photoLeft img{
	border: 1px #dfdfdf solid;
}

#interview .photoRight{
	width:320px;
	height: auto;
	float:right;
	margin: 0 auto;
}

#interview .photoRight img{
	border: 1px #dfdfdf solid;
	
}

#interview .right_text{
	width:290px;
	/*background:red;
	margin:0 0px 0 10px;*/
	padding:0 10px 0 0px;
	float:left;
	
}

#interview .left_text{
	width:290px;
	/*background:red;
	margin:0 0px 0 10px;*/
	padding:0 0 0 10px;
	float:right;
}


/*----------------------------------------------------
	#story（ストーリー）
----------------------------------------------------*/
.intStory {
	width:630px;
	margin:20px 0;
	overflow:hidden;
	background:#eee;
	padding:5px 0 0 0;

}

.intStory strong {
	width: 630px;
	color:#ef858c;
	font-weight:bold;
	font-size: 1.4em;
	line-height: 1.6em;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0 10px;
}

#interview .storyImg {
	width:220px;
	height:147px;
	margin:5px 15px 25px;
	padding: 0;
	float:left;
}

#interview .intStory_right {
	width:380px;
	float:right;
	/*background:#CCCCFF;*/
}

#interview .intStory_right p{
	width: 355px;
    font-size: 13px;
    line-height: 1.5em;
    color: #373737;
    padding: 0px 5px 15px 5px;
}

.profile  a:link { color: #16649b; text-decoration: none; }
.profile  a:visited{ color: #2d85c4}
.profile  a:hover, a:active, a:focus { color: #fa4a67;}


/* 記事リンク */
.articleLink {
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/articleLinkBg.gif);
}
.articleLink a { color: #333;}
.articleLink a:hover { text-decoration: underline;}
.articleLink span {
	padding-right: 6px;
	background: url(../img/articleLinkArw.png) no-repeat right 2px;
}
.articleLink span i {
	padding: 2px 3px 2px 10px;
	font-size: 10px;
	color: #FFF;
	background-color: #FF3366;	
}

.backBtn { margin-bottom: 15px; text-align: right; font-size: 14px;}

/*------------------------------------- Button Alpha */
.btn a:hover img {
	filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)"; -moz-opacity:0.70; opacity:0.70;
}
/* clearfix
------------------------------------- */
.clearfix:after {
  content: ".";  /* ���������Ǥ��� */
  display: block;  /* �֥�å���٥����Ǥ� */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { min-height: 1px;}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#interview .copyright {
	width:630px;
	font-size:11px;
	line-height:1.3em;
	color:#373737;
	margin: 10px auto;
	text-align:center;
}




</pre></body></html>