﻿/*複数指定：　半角スペースかセミコロンを入れる*/


body
{
font-family:"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo, Osaka,Arial,Verdana
,"ＭＳ Ｐゴシック",sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/*背景①*/
.back-image {
background-image:url('../back3.jpg');
background-attachment: fixed;
}


/*背景②（特捜隊）*/
.back-image2 {
background-image:url('syoyuusya/tokusou5-1.JPG');
background-attachment: fixed;
}


.back-white {
background-color: white;
}


h1 {
color: blue;
}

h2 {
color: blue;
	margin-bottom: 19px;
}

h3 {
color: blue;
}

.center {
text-align: center;
	margin-top: 0px;
}

.left {
text-align: left;
}

.right {
text-align: right;
}


/*-表：　中央　*/
.table-center{ 
margin-left : auto;
margin-right : auto;
}

/*-表：　右寄せ　*/
.table-right{ 
margin-left : auto;
margin-right : 0%;
}

/*表内セル色：ベージュ　*/
.td-beige {
background-color: #FFFF80;
}

/*表内セル色：紺、フォント：白Bold　*/
.td-navy {
background-color: #000080;
color: #FFFFFF;
font-weight:bold;
text-align:center;
font-size:small;
}


/*表内セル色：黒、フォント：緑*/
.td-black {
background-color: #000000;
color: #00FF00;
}


/*表内セル色：白*/
.td-white {
background-color: white;
}

/*注意用表内セル色：黄色、フォント：赤Bold*/
.td-yellow {
background-color: #FFFF00;
color: #FF0000;
font-weight:bold;
}

/*BBS表内ヘッダーセル色：ブルー*/
.th-BBS-title {
background-color: #0099FF;
font-weight:bold;
}


/*表線無し*/
.border-0 {
border: 0
} 

/*表線1*/
.border-1 {
border: thin #c0c0c0 solid
} 

/*表線2*/
.border-2 {
border: medium #c0c0c0 solid
} 


/*表内セル：　内側余白　上下と左右　*/
.padding-1 {
padding: 10px 20px;
}

/*表内セル：　上揃え　*/
.vertical-top {
vertical-align: top
}

/*フォント*/
.font-size7 {
font-size: xx-large;
}

.font-size3 {
font-size: small;
}

.font-size2 {
font-size: x-small;
}

.font-size1 {
font-size: xx-small;
}


.font-red {
color:#FF0000;
}

img.img-30 {
height: 30%;
zoom: 30%;
border="0";
}

img.img-50 {
height: 50%;
zoom: 50%;
border="0";
}

img.img-70 {
height: 70%;
zoom: 70%;
	width: 70%;
}

img.img-90 {
height: 90%;
zoom: 90%;
}


/*リスト　マーカー　英語大文字*/
.list-type-upper-alpha {
list-style-type:upper-alpha;
}

/*リスト　マーカー　英語大文字*/
.list-type-lower-alpha {
list-style-type:lower-alpha;
}

/*リスト　マーカー　大文字ローマ数字*/
.list-type-upper-roman {
list-style-type:upper-roman;
}

/*リスト　マーカー　大文字ローマ数字*/
.list-type-lower-roman {
list-style-type:lower-roman;
}


/*トップへ戻る*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #0000ff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #0000ff;
}
