<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
aqtag.css
Description:aqtag用CSS、2010
Author: tgoto
Version: 1.2
Tags: 
*/

/* =============================================================== 
見出し
テキスト属性
color: #000;
font-size: 0.75em;
line-height: 1.5em;
letter-spacing: 0.03em;
word-spacing:0.5em;
font-weight: bold;
padding-left: -20px;
text-align: left;
===============================================================
h3.main, h3.main a, h3.main a:link, h3.main a:visited, h3.main a:hover
{
font-weight: bold;
margin: 30px 0 20px 0;
padding: 0px 0 4px 0;
font-size: 18px;
line-height: 1.5em;
letter-spacing: 1px;
text-align: left;
border-bottom: solid 4px #777;
}
h4.main, h4.main a, h4.main a:link, h4.main a:visited, h4.main a:hover
{
font-weight: bold;
margin: 20px 0 10px 0;
font-size: 16px;
line-height: 1.5em;
letter-spacing: 0.3px;
text-align: left;
 color:#00B5CA;
}
 */
/* =============================================================== 
.clearfix
=============================================================== */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* =============================================================== 
スペーサー
&lt;div class="spacer10"&gt;&amp;nbsp;&lt;/div&gt;
=============================================================== */
.spacer1 {
clear: both;
width: auto;
height: 1px;
}
.spacer5 {
clear: both;
width: auto;
height: 5px;
}
.spacer10 {
clear: both;
width: auto;
height: 10px;
}
.spacer20 {
clear: both;
width: auto;
height: 20px;
}
.spacer40 {
clear: both;
width: auto;
height: 40px;
}
/* =============================================================== 
#news01 dt と dd を横並びにした定義リスト
=============================================================== */
dl.news01 {
width: 100%;
}
dl.news01 dt {
font-size: 12px;
line-height: 1.4em;
letter-spacing: 0.2px;
clear: left;
float: left;
margin: 0 0 0 0em;
width: 6.5em;
border-left: solid 4px #ccc;
padding-left: 8px;
}
dl.news01 dd {
line-height: 1.4em;
letter-spacing: 0.2px;
margin-bottom: 1.2em;
margin-left: 7em;
}

/* =============================
#keireki01 dt と dd を横並びにした定義リスト
============================= */
div.keireki01 {
width: 100%;
}
div.keireki01 dl {
padding: 0;
}
div.keireki01 dt {
line-height: 1.3em;
letter-spacing: 0.2px;
clear: left;
float: left;
margin: 0 0 0 1em;
width: 6em;

}
div.keireki01 dd {
line-height: 1.3em;
letter-spacing: 0.2px;
margin-left: 7em;
}

/* =============================
#interviews01 dt と dd を横並びにした定義リスト
============================= */
div.interviews01 {
width: 100%;
}
div.interviews01 dl {
padding: 0;
}
div.interviews01 dt {
line-height: 1.3em;
letter-spacing: 0.2px;
clear: left;
float: left;
margin: 0 0 0 1em;
width: 8em;

}
div.interviews01 dd {
line-height: 1.3em;
letter-spacing: 0.2px;
margin-left: 9em;
}
/* =============================================================== 
list123 olと li,dlとdd 
=============================================================== */
ol.list123 li {
  margin-top: 1em;
  margin-left: 0em;
  margin-bottom: 0em;
  list-style: decimal;
  font-size: 24px;
  font-style: italic;
  color: #aaa;
line-height: 20px;
}

ol.list123 li dl {
  font-size: 14px;
  font-style: normal;
  color: #333
}

ol.list123 li dl dd {
  font-size: 12px;
  font-weight: normal;
  color: #666;
}

* html ol.list123 li dl { /*for IE6 */
  display: inline;
}

*:first-child+html ol.list123 li dl { /*for IE7 */
  display: inline;
}

/* =============================================================== 
Q&amp;A 交互に背景色を入れたリスト
=============================================================== */
ul.list_qa {
margin: 0 0px 0px 0px;
}
ul.list_qa li {
margin: 0 10px 1px 0px;
padding: 10px 15px 10px 60px;
list-style: none;
line-height: 1.5em;
letter-spacing: 0.2px;
}

ul.list_qa li.odd {
  background: #f4f4f4 url(./images/Q.png) no-repeat 10px 6px;
}

ul.list_qa li.even {
  background: #fff url(./images/A.png) no-repeat 10px 6px;
}
/* =============================================================== 
標準リスト .standard_list
=============================================================== */
.standard_list ul {
margin: 16px 0px 0px 0px;
}
.standard_list ul  li {
padding: 0px 15px 5px 30px;
list-style: none;

line-height: 1.3em;
letter-spacing: 0.2px;
}

.standard_list ul  li {
background-image: url(./images/arrow002.png);
background-repeat: no-repeat;
background-position: 0px 0px 0px 0px;
}


/* =============================================================== 
banners01　複数のバナーを配置
=============================================================== */
div.banners01 {
  margin: 1em 0;
}

div.banners01 ul {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
div.banners01 ul li {
	display: block;
	float: left;
	margin:  0px 7px 4px 0px;
	padding: 0;
	border: 0;
	z-index: 5;
	background:none;
}
div.banners01 ul li a img {
  border: none;
}
/* =============================================================== 
rightimg
=============================================================== */
div.rightimg {
margin: 1em 0 0;
width: 100%;
overflow: hidden; /* clear float */
}
div.rightimg h3 {
margin: 1em 0;
padding: 0px 10px;
border-bottom: 1px #555 dotted;
}
div.rightimg p {
margin: 0;
}
div.rightimg  .figure {
float: right; /* 画像を左寄せにする場合は left */
display: inline; /* for IE6,7 */
margin: 0 0 1em 20px;
}
/* =============================================================== 
righticon
=============================================================== */
div.righticon {
float: right; /* 画像を左寄せにする場合は left */
display: inline; /* for IE6,7 */
padding: 0 10px 0 10px;
}

/* =============================================================== 
画像に回りこむテキスト（left）
=============================================================== */
div.leftimg01 {
  margin: 0em 0 0 0;
  width: 100%;
  overflow: hidden; /* clear float */
}
div.leftimg01 h3 {
  margin: 1em 0;
  padding: 0px 10px;
  border-bottom: 1px #555 dotted;
  color: #555;
}
div.leftimg01 p {
  margin: 0;
}
div.leftimg01 .figure {
  float: left; /* 画像を右寄せにする場合は right */
  display: inline; /* for IE6,7 */
  margin: 0 16px 0em 0px;
}
/* =============================================================== 
画像に回り込まないテキスト（left）カスタム
=============================================================== */
div.leftimg02 {
  margin: 0em 0 0 0;
  width: 100%;

}
div.leftimg02 h3 {
  margin: 1em 0;
  padding: 0px 10px;
  border-bottom: 1px #555 dotted;
  color: #555;
}
div.leftimg02 .kei {
  overflow: auto;	/* for modern browser */
  zoom: 1;	/* for ie6 */
  margin: 0;
}
div.leftimg02 .figure {
  float: left; /* 画像を右寄せにする場合は right */
  display: inline; /* for IE6,7 */
  margin: 0 16px 0em 0px;
}
/* =============================================================== 
.footnotes
=============================================================== */
.footnotes {
padding: 10px 30px 0px 30px;
margin: 0 20px 0 20px;
 font-size: 1em;
line-height: 1.6em;
 color: #666;
 border: 1px dotted #ccc;
 background-color: #f5f5f5;
 }
.footnotes dt {
font-weight: bold;
}
.footnotes dd {
 font-size: 0.85em;
}
sup {
color: red;
 }

/* ============================= 
banners-h　画像を横に並べる
============================= */
div.banners-h {
margin: 0px 0px 0px 0px;
}
div.banners-h ul {
 display: block;
 margin: 0;
 padding: 0;
 border: 0;
 list-style-type: none;
}
div.banners-h ul li {
 display: block;
 float: left;
 margin:  0px ;
 padding:  0px 7px 7px 0px;
 border: 0;
 z-index: 5;
}
div.banners-h ul li a img {
border:0;
vertical-align:top;
}
/* ============================= 
banners-v　画像を縦に並べる
============================= */
div.banners-v {
margin: 0px 0px 0px 0px;
}
div.banners-v ul {
 display: block;
 margin: 0;
 padding: 0;
 border: 0;
 list-style-type: none;
}
div.banners-v ul li {
 display: block;
 margin:  0px 7px 7px 0px;
 padding: 0;
 border: 0;
 z-index: 5;
}
div.banners-v ul li a img {
border:0;
vertical-align:top;
}

/* =============================================================== 
workinfo(table)
=============================================================== */
div.workinfo {
margin: 0px;
padding: 10px 0;
font-size: 0.75em;
line-height: 1.3em;
float: right;
width: 60%;
}
div.workinfo table {
padding:  0;
}
div.workinfo table tr td {
padding: 6px 10px 6px 10px;
border: 1px #ccc dotted;
}


/* =============================================================== 
officeinfo(table)
=============================================================== */
div.officeinfo {
margin: 0px;
padding: 10px 0;
font-size: 1em;
line-height: 1.3em;
float: left;
width: 90%;
}
div.officeinfo table {
padding:  0;
}
div.officeinfo table tr td {
padding: 10px 12px 10px 12px;
border: 1px #ccc solid;
font-weight: normal;
}
/* =============================
artevent
border: 1px #ccc dotted;
============================= */
div.artevent {
margin: 0 0 20px 0;
padding: 0px 30px 10px 30px;
}
div.artevent h3 {
font-size: 16px;
}
div.artevent h3  a:hover{
color: #1A7ED1;
}
div.artevent p {
font-size: 13px;

}
div.artevent table {
width: 100%;
border-collapse: collapse;
}
div.artevent tr{
line-height: 1.8em;
}
div.artevent td{
font-size: 12px;
padding: 2px 10px 2px 10px;
}
/* =============================
artcurriculum
============================= */
div.artcurriculum {
margin: 0 0 20px 0;
padding: 0px 30px 10px 30px;
}
div.artcurriculum h3 {
font-size: 16px;
}
div.artcurriculum h3  a:hover{
color: #1A7ED1;
}
div.artcurriculum p {
font-size: 13px;

}
div.artcurriculum table {
line-height: 1.5em;
width: 100%;
border-collapse: collapse;
}
div.artcurriculum tr{

}
div.artcurriculum td{
font-size: 12px;
padding: 2px 10px 2px 10px;
border: 1px #ccc dotted;
}

/* ============================= 
写真を横に並べる
親の枠の幅を変更すれば 1行のアイテムの数を変更できます
div.text p{width:300px;}
p.image{width:300px;display:table-row-group;
}
=============================  */
ul.sample{
width:670px;
padding:0;
}
ul.sample li{
vertical-align:top;
display:-moz-inline-box; /* Firefox 2 and older */
display:inline-block;
width:300px;
margin:10px 20px 10px 0px;
list-style:none;
line-height: 1.2em;
}
* html ul.sample li{ /* IE 6 */
display:inline;
zoom:1;
}
*:first-child+html ul.sample li{ /* IE 7 */
display:inline;
zoom:1;
}
/* code for "-moz-inline-box" [BEGIN] */
div.text{
display:table-row-group;
}
ul.sample div.text{
width:300px;
font-size: 11px;
}
div.image{
width:300px;
display:table-row-group;
}
/* code for "-moz-inline-box" [END] */</pre></body></html>