@charset "UTF-8";



/* --------------------------------------------------
 Other Classes
-------------------------------------------------- */
/* クリアーフィックス --------------- */
.clearFix:after{
content: "";
clear: both;
display: block;
}

/* クリアー --------------- */
.clear{
clear:both;
}

/* 非表示 --------------- */
.hidden{
position:absolute;
text-indent:-9999px;
overflow:hidden;
}

/* フォーカスで変形 --------------- */
.boxExpand {
transition: all 1s ease-in-out;
border:solid 1px lightgrey;
background:white;
}

.boxExpand:focus {
outline:none;
border:solid 1px #39c;
box-shadow:#39C 0px 0px 5px;
transition: all 0.5s ease-in-out;
}

/* 画像装飾 --------------- */
.imgDeco{
border:#cccccc solid 1px;
background:#FFFFFF;
padding:1px;
}

/* 下ボーダー --------------- */
.lineUnder{
border-bottom:#999 dotted 1px;
margin:0px 0px 20px;
padding:0px 0px 20px;
}

/* 右寄せ --------------- */
.rightBox{
margin:15px 0px 15px;
text-align:right;
}

/* PDFアイコン --------------- */
.icnPdf{
vertical-align:bottom;
margin:0px 5px;
}
