@charset "UTF-8";

a:link { color: blue; } /*←リンク先表示前の色を指定*/
a:visited { color: #006600; } /*リンク先表示後の色を指定*/
a:hover { color: #c100fc; } /*カーソルを合わせた時の色を指定*/
a:active { color: red; } /*クリックした時の色を指定*/

/* fontsize と background */
body {font-size: 16px;
  }

  .cau{
	font-size:14px;
	text-align: center;
	} 

/* 上部右側homeリンクのスタイル */
p.home { font-size: small;
  text-align: right;}

 /* 大枠テーブル */
table.main1{ width: 650px;
            border:none;
            margin-left: auto;
           margin-right: auto;
            }

/* 第3章　テーブルスタイル(原稿提出後の関連情報ページのテーブルスタイル） */
table.main3{ width: 600px;
            border:none;
            margin-left: 30px;}

 /* リンクしてある項目 */
td.koumoku { font-size: 16px;
  padding-left: 10px;
  font-weight: bold;}
/* リンクしてない項目 */
td.koumoku2 { font-size: 16px;
  padding-left: 2px;
  font-weight: bold;}
/* 章部分文字位置など */
h4 { font-size: 18px;
     font-weight: bold;
     margin-left: 20px;
     margin-bottom: 0em;}

/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}
