@charset   "UTF-8";

/* ヘッダー*/
.maintitle {
	font-size: 16px;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
	font-family: Times New Roman;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 2px;
	text-align: center;
	color : white;
	background : url(../Image/titleback1.jpg) repeat;
}

.subtitle {
	font-size: 15px;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
	font-family: Times New Roman;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: center;
	color : white;
	background : url(../Image/titleback1.jpg) repeat;
}

/* 小タイトル（右） */
.right {
	background-color: navy;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: white;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: right;
	padding-right: 10px;
}

/* 小タイトル（左） */
.doc-left {
	background-color: navy;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: white;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 10px;
}

/*    */
div {
	margin: 0px 0px 10px 0px;
}

/* サブタイトル */
.doc-subtitle {
	color: white;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: left;
	text-decoration:none;
	padding-left : 24px;
	background: url(../Image/titleback1.jpg) no-repeat;
}

/*  コメント表示用 */
.hyoleft-bk{
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align : middle;
	border: 1px solid #b9b9b9;
	padding: 6px 10px 6px 20px;
}

/*  画像表示用 */
.hyocenter-bk{
	font-size: 13px;
	font-family: Arial;
	text-align: center;
	line-height: 20px;
	letter-spacing: 1px;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}

/*  コメント   */
.center{
	font-size: 13px;
	font-family: Arial;
	text-align: center;
	line-height: 20px;
	letter-spacing: 1px;
	border: 1px solid #b9b9b9;
}

/*  閉じるボタン表示用 */
.left{
	height: 40px;
	text-align: left;
}

/* イメージ・コメント用テーブル*/
.photopanel{
  border-collapse: collapse;
}
.photopanel th{
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	text-align: center;
	line-height: 20px;
	letter-spacing: 1px;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.photopanel td{
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align : middle;
	border: 1px solid #b9b9b9;
	padding: 6px 10px 6px 20px;
}

/* コンテンツ選択用テーブル*/
.Con_select{
	border-collapse: collapse;
}
.Con_select th{
	font-size: 13px;
	font-family: Arial;
	text-align: center;
	vertical-align: middel;
	line-height: 18px;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.Con_select td{
	font-size: 13px;
	font-family: Arial;
	text-align: left;
	vertical-align: middel;
	line-height: 18px;
	padding-left: 8px;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}

/*   スクロールトップボタン   */
#page_top{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 50;
	bottom: 10px;
	background: #462fe8;
	opacity: 0.6;
}

#page_top a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
}

#page_top a::after{
	content: '▲';
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}