﻿/* インタビュー */

/* タイトル */
.intvtitle { font-size: 14pt; color: #99cc66;font-weight: bold;}

/* 小タイトル */
.intvstitle { font-size: 12pt; color: #666666;}

/* 説明 */
.intstext { font-size: 12pt; color: #99cc66;line-height: 120%;}

/* 本テキスト */
.intvtext { font-size: 11pt; color: #666666;line-height: 150%;}
.intvtexts { font-size: 10pt; color: #666666;line-height: 150%;}

/* 青枠 */
.intvwaku2 {border-style:double;border-width:2px;border-color:#49ccf8;}
.intvdott {border-color:#49ccf8;border-style:dotted;border-width:2px}
.intvdash {border-color:#49ccf8;border-style:dashed;border-width:2px}

/* 橙枠 */
.intvdwaku2 {border-style:double;border-width:2px;border-color:#ffc488;}
.intvddott {border-color:#ffc488;border-style:dotted;border-width:2px}
.intvddash {border-color:#ffc488;border-style:dashed;border-width:2px}

/* 緑枠 */
.intvgwaku2 {border-style:double;border-width:2px;border-color:#d2ffa6;}
.intvgdott {border-color:#d2ffa6;border-style:dotted;border-width:2px}
.intvgdash {border-color:#d2ffa6;border-style:dashed;border-width:2px}


/* リンク大 */
a.intvlink:link { color: #99cc66; text-decoration: none; font-size: 12pt;} 
a.intvlink:visited { color: #99cc66; text-decoration: none; font-size: 12pt;} 
a.intvlink:hover { color: #ff9900; text-decoration: none; font-size: 12pt;} 
a.intvlink:active { color: #99cc66; text-decoration: none; font-size: 12pt;} 