@charset "UTF-8";
/*::information::::::::::::::::::::::::::::::::::::
File name ：introduction.css
Site name：東北がんネットワーク
Summary：「特殊放射線治療」で使用しています。
:::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*===================================================*/

/*特殊放射線治療トップメニュー*/
ul#introductionList{ display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
ul#introductionList li {
 width: 32%;
 display: block;
 margin-bottom: 7px;
 font-size: 1em;
 line-height: 100%;
 text-align: center;
 vertical-align: middle;
 background-color: #0099FF;
}

ul#introductionList li a{
 color: #FFFFFF;
 display:block;
 padding-top: 12px;
 padding-bottom: 12px;
 text-decoration: none;
 border: 1px solid #0099FF;
}
ul#introductionList li a:hover {
 text-decoration: underline;
 font-weight: bold;
 color: #0099FF;
 background-color: #FFFFFF;
} 
ul#introductionList li#aOn {
 border: 1px solid #0099FF;
 background-color: #FFFFFF;
	
}   
ul#introductionList li#aOn a{
 font-weight: bold;
 color: #0099FF;	
}
ul#introductionList li.blank{
visibility: hidden; /* 見えないようにする */
}
p.h3Title02{
	display: flex;
		align-items: center;
}
p.h3Title02 img{
	margin: 0 2px;
}

/*共通table*/
caption{ text-align: center; }
table#commonTbale{
 background-color: #CCCCCC;
 font-size: 0.8em;
	width: 980px;
	margin: 0 auto 80px;
	box-sizing: border-box;
}
table#commonTbale th{
 background-image: url(../img/table_th_bg.gif);
 background-repeat: repeat;
 line-height: 110%;
 text-align: center;
 font-weight: bold;
 background-color: #FFFFFF;
 padding-top: 8px;
 padding-bottom: 8px;
 padding-right: 0px;
 padding-left: 0px;
}
table#commonTbale td{
 background-color: #FFFFFF;
 line-height: 120%;
 padding-top: 8px;
 padding-right: 0px;
 padding-bottom: 8px;
 padding-left: 5px;
}
.bgThColor{
}

.bgColor{
 background-image: url(../img/table_bg.gif);
 background-repeat: repeat;
}
table#commonTbale td ul.img{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
}
table#commonTbale td ul.img li{
	margin-right: 5px;
}

/*table th td*/
/*県名*/
th.ken{ width: 41px; }
/*年間実施件数*/
td.jissi{
 width: 94px;
 text-align: center;
}
/*他院からの紹介*/
td.syoukai{
 width: 82px;
 text-align: center;
}
/*217*/

/*89ストロンチウムによる骨転移の治療*/
.suHospital{
 width: 150px;
}
.suContact{
 width: 607px;
}
/*ヨード131*/
.yoHospital{
 width: 140px;
}
.yoContact{
 width: 486px;
}
.yoInfo{
 width: 130px;
}
/*IMRT*/
.imHospital{
 width: 145px;
}
.imTarget{
 width: 95px;
}
.imContact{
 width: 400px;
}
.imInfo{
 width: 115px;
}
/*体幹部定位放射線治療*/
.taHospital{
 width: 145px;
}
.taTarget{
 width: 95px;
}
.taContact{
 width: 400px;
}
.taInfo{
 width: 115px;
}
/*陽子線治療*/
.youHospital{
 width: 150px;
}
.youContact{
 width: 607px;
}
/*90イットリウムによる悪性リンパ腫*/
.yttHospital{
 width: 145px;
}
.yttTarget{
 width: 275px;
}
.yttContact{
 width: 336px;
}
/*RALS（高線量率小線源治療）*/
.raHospital{
 width: 155px;
}
.raTarget{
 width: 100px;
}
.raContact{
 width: 385px;
}
.raInfo{
 width: 115px;
}
/*低線量率小線源治療*/
.teHospital{
 width: 155px;
}
.teTarget{
 width: 110px;
}
.teContact{
 width: 340px;
}
.teInfo{
 width: 150px;
}
/*脳定位放射線治療*/
.noHospital{
 width: 155px;
}
.noTarget{
 width: 130px;
}
.noContact{
 width: 370px;
}
.noInfo{
 width: 100px;
}
/*トモセラピー*/
.toHospital{
 width: 155px;
}
.toTarget{
 width: 110px;
}
.toContact{
 width: 370px;
}
.toInfo{
 width: 120px;
}
/*加速乳房部分照射（APBI）*/
.apHospital{
 width: 140px;
}
.apContact{
 width: 486px;
}
.apInfo{
 width: 130px;
}
