﻿/* 小画面用 */

html {
	font-size: 62.5%;
}

body.cover {
	font-family: "Meiryo", sans-serif;

	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 16px;
	height: 100%;
}

hr {
	margin-top: 1.5rem;
	margin-bottom: 2.0rem;
	margin-left: 0px;
	margin-right: 0px;
}

/*
** 一番、上の文字、タイトル　
** 聖書、書のインデックス、日々の光、インデックスの一番上
*/

p.msg_header {
	font-weight: bold;
	color: #8888ff;
	vertical-align: middle;

	font-size: 22px;
	line-height: 24px;

	text-align: right;

	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 140px;
	margin-right: 140px;

	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*
** 各ページ、上のグレーの帯
*/

h1.book_header {

	font-weight: bold;
	color: #8888ff;
	text-align: left;
	vertical-align: middle;

	font-size: 28px;
	line-height: 32px;

	/*font-size: 2.2rem;
	line-height: 2.4rem;*/

	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px;

	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h1.chapter_top {

	color: #333333;
	font-weight: bold;

	/* display: block; */
	background-color: #cccccc;
	vertical-align: middle;
	text-align: left;
	width: auto;

	font-size: 30px;
	line-height: 38px;

	margin-left: 140px;
	margin-right: 140px;
	margin-top: 10px;
	margin-bottom: 18px;

	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
}

h2.chapter_top {

	color: #333333;
	font-weight: bold;

	font-size: 28px;
	line-height: 36px;

	margin-left: 140px;
	margin-right: 140px;
	margin-top: 10px;
	margin-bottom: 18px;
}

h3.chapter_top {

	font-size: 26px;
	line-height: 34px;

	margin-left: 140px;
	margin-right: 140px;
	margin-top: 0px;
	margin-bottom: 2px;

	text-align: left;
	font-weight: bold;
	color: #555588;
}

h4.chapter_top {

	font-size: 24px;
	line-height: 32px;

	margin-left: 140px;
	margin-right: 140px;
	margin-top: 0px;
	margin-bottom: 2px;

	text-align: left;
	font-weight: bold;
	color: #333355;
}

h5.chapter_top {

	font-size: 24px;
	line-height: 30px;

	margin-left: 140px;
	margin-right: 140px;
	margin-top: 0px;
	margin-bottom: 2px;

	text-align: left;
	font-weight: bold;
	color: #333355;
}

/*
** 表紙の小さな画像
*/

img.icon {
	border: 0rem;
	margin-left: 0rem;
	margin-right: 0rem;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}

img.cover_bottom {
	border: 0rem;
	margin-left: 0rem;
	margin-right: 0rem;
	margin-top: 4.0rem;
	margin-bottom: 4.0rem;
}

img.cover {
	border: 0rem;
	margin-left: 0rem;
	margin-right: 0rem;
	margin-top: 6.0rem;
	margin-bottom: 16px;
}

/*
** 幅、可変のボックス
*/

span.books_list {
	font-weight: bold;

	font-size: 24px;
	height: 40px;
	line-height: 40px;

	display: inline-block;
	background-color: #aaaaaa;
	color: #111111;

	text-align: center;
	vertical-align: middle;

	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 2px;
	margin-right: 2px;

	padding-left: 24px;
	padding-right: 24px;
	padding-top: 18px;
	padding-bottom: 18px;
}

p.books_list {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 140px;
	margin-right: 140px;
}

span.chapters_list {
	font-weight: bold;

	font-size: 32px;
	height: 65px;
	line-height: 65px;

	width: 75px;

	display: inline-block;
	background-color: #aaaaaa;
	color: #111111;

	text-align: center;
	vertical-align: middle;

	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 1px;

	padding-left: 24px;
	padding-right: 24px;
	padding-top: 18px;
	padding-bottom: 18px;
}

/*
** 固定幅のボックス
*/

span.void_list {

	font-weight: bold;

	font-size: 32px;
	height: 65px;
	line-height: 65px;

	width: 75px;

	display: inline-block;
	background-color: #aaaaaa;
	color: #999999;

	text-align: center;
	vertical-align: middle;

	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 1px;

	padding-left: 24px;
	padding-right: 24px;
	padding-top: 18px;
	padding-bottom: 18px;
}

p.msg_link {
	font-family: "Meiryo", sans-serif;
	font-size: 28px;
	line-height: 34px;

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 8px;

	text-align: left;
	font-weight: normal;
	color: #111111;
}


br.seren_line {
	line-height: 32px;
}

hr.seren_line {
	line-height: 32px;
	margin-left: 140px;
	margin-right: 140px;
}


span.link_file {
	color: #333333;
	font-weight: bold;
	font-size: 28px;
}

img.download_btn {
	border: 0px;
	width: 32px;
	height: 32px;
	padding: 0px;
}

/*
** 白地のリンク文字　
*/

a.whitelinks:link {
	color: #333333;
	cursor: crosshair;
	text-decoration: none;
}

a.whitelinks:visited {
	color: #333333;
	cursor: crosshair;
	text-decoration: none;
}

a.whitelinks:hover {
	color: #4444ff;
	cursor: crosshair;
	text-decoration: none;
}

/*
** 白地のリンク文字　　新規
*/

a.whitelinks_new:link {
	color: #dd3333;
	cursor: crosshair;
	text-decoration: none;
}

a.whitelinks_new:visited {
	color: #dd3333;
	cursor: crosshair;
	text-decoration: none;
}

a.whitelinks_new:hover {
	color: #4444ff;
	cursor: crosshair;
	text-decoration: none;
}

/*
** リンク文字　目立たせたい
*/

a.whitelinks_note:link {
	color: #4444ff;
	cursor: crosshair;
	text-decoration: none;
}

a.whitelinks_note:visited {
	color: #4444ff;
	cursor: crosshair;
	text-decoration: none;
}

a.whitelinks_note:hover {
	color: #ff4444;
	cursor: crosshair;
	text-decoration: none;
}

/*
**　メッセージへのリンク文字　
*/

a.msg_links:link {
	color: #4444ff;
	cursor: 4444ff;
	font-weight: bold;
	text-decoration: none;
}

a.msg_links:visited {
	color: #ff44ff;
	cursor: crosshair;
	font-weight: bold;
	text-decoration: none;
}

a.msg_links:hover {
	color: #44ff44;
	cursor: crosshair;
	font-weight: bold;
	text-decoration: none;
}

/*
** 白抜きのリンク文字　
*/

a.blacklinks:link {
	color: #cccccc;
	cursor: crosshair;
	text-decoration: none;
}

a.blacklinks:visited {
	color: #cccccc;
	cursor: crosshair;
	text-decoration: none;
}

a.blacklinks:hover {
	color: #ffff44;
	cursor: crosshair;
	text-decoration: none;
}


/*
** 白抜き（personal）のリンク文字　
*/

a.personallinks:link {
	color: #333333;
	cursor: crosshair;
	text-decoration: none;
}

a.personallinks:visited {
	color: #333333;
	cursor: crosshair;
	text-decoration: none;
}

a.personallinks:hover {
	color: #555522;
	cursor: crosshair;
	text-decoration: none;
}


/*
** リンク文字 Ruhe
*/

a.whitelinks_home:link {
	color: #3333aa;
	cursor: crosshair;
	text-decoration: none;
}

a.whitelinks_home:visited {
	color: #3333aa;
	cursor: crosshair;
	text-decoration: none;
}

a.whitelinks_home:hover {
	color: #333333;
	cursor: crosshair;
	text-decoration: none;
}

/*
** リンク文字 Top
*/

a.whitelinks_top:link {
	color: #3333aa;
	cursor: crosshair;
	text-decoration: none;
}

a.whitelinks_top:visited {
	color: #3333aa;
	cursor: crosshair;
	text-decoration: none;
}

a.whitelinks_top:hover {
	color: #333333;
	cursor: crosshair;
	text-decoration: none;
}

/*
** リンク文字 Kashi
*/

a.kashilinks:link {
	color: #4444ff;
	cursor: crosshair;
	text-decoration: none;
}

a.kashilinks:visited {
	color: #ff44ff;
	cursor: crosshair;
	text-decoration: none;
}

a.kashilinks:hover {
	color: #ff4444;
	cursor: crosshair;
	text-decoration: none;
}


/*　ダウンロード・ボタンのあるセル　*/

td.download_cell {
	background: transparent;
	border-top: 1px solid #aaaaee;
	border-bottom: 0px;	
	border-left:0px;
	border-right:0px;
	
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	
	vertical-align: middle;
	text-align: center;

	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
}

/*
** ******************** 実際に使われている ********************
*/   

p.seren_bible {
	font-size: 24px;
	line-height: 32px;

	margin-left: 180px;
	margin-right: 140px;
	margin-top: 0px;
	margin-bottom: 4px;

	text-align: left;
	font-weight: normal;
	color: #1111ee;
}

p.seren_line {
	font-size: 24px;
	line-height: 32px;

	margin-left: 140px;
	margin-right: 140px;
	margin-top: 0px;
	margin-bottom: 4px;

	text-align: left;
	font-weight: normal;
	color: #111111;
}

p.hibi_note {
	font-size: 16px;
	line-height: 20px;

	margin-top: 4px;
	margin-bottom: 4px;

	text-align: left;
	font-weight: normal;
	color: #4444ee;
}

	
p.seren_title {
	font-size: 32px;
	line-height: 40px;

	margin-left: 140px;
	margin-right: 140px;
	margin-top: 8px;
	margin-bottom: 8px;

	text-align: left;
	font-weight: bold;
	color: #111111;
}


p.seren_section {
	font-size: 28px;
	line-height: 36px;

	margin-left: 140px;
	margin-right: 140px;
	margin-top: 4px;
	margin-bottom: 8px;

	text-align: left;
	font-weight: bold;
	color: #1111aa;
}


/*
** message list table
*/


table.msgs_files {
	width: auto;	
	margin-left: 140px;	
	margin-right: 140px;
	margin-top: 15px;	
	margin-bottom: 5px;
	
	border-bottom: 1px solid #aaaaee;
}

th.msgs_files {
	font-family: "Meiryo", sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #111111;
}

th.right_cell {
	font-family: "Meiryo", sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #111111;
}

td.msgs_files {
	border-top: 1px solid #aaaaee;
	border-bottom: 0px;	
	border-left:0px;
	border-right:1px solid #aaaaee;
	
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	
	text-align: left;
	vertical-align: middle;

	font-family: "Meiryo", sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #111111;
}

td.right_cell {	
	border-top: 1px solid #aaaaee;
	border-bottom: 0px;	
	border-left:0px;
	border-right:0px;
	
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	
	text-align: left;
	vertical-align: middle;

	font-family: "Meiryo", sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #111111;
}


td.msgs_search {
	border-top: 1px solid #aaaaee;
	border-bottom: 0px;	
	border-left:0px;
	border-right:1px solid #aaaaee;
	
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	
	text-align: left;
	vertical-align: top;

	font-family: "Meiryo", sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #111111;
}

td.right_search {	
	border-top: 1px solid #aaaaee;
	border-bottom: 0px;	
	border-left:0px;
	border-right:0px;
	
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	
	text-align: left;
	vertical-align: top;

	font-family: "Meiryo", sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #111111;
}

p.seren_line_table {
  margin-left: 5px;    
  margin-right: 5px;
  text-align: center;
}

table.kaminoai_7 {
  margin-left: 150px;	
  margin-right: 15px;
  margin-top: 15px;	
  margin-bottom: 5px;
  
  border-top: 0px solid #aaaaee;
  border-bottom: 0px solid #aaaaee;
  border-left: 0px solid #aaaaee;
  border-right: 0px solid #aaaaee;
  
  width: 600px;          /* ← HTML属性よりこっちを優先 */
  table-layout: fixed;   /* ← これが重要！固定レイアウトに */
}

td.kaminoai_7 {	
  border-top: 1px solid #aaaaee;
  border-bottom: 1px solid #aaaaee;
  border-left: 1px solid #aaaaee;
  border-right: 1px solid #aaaaee;
  
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 4px;
  padding-right: 4px;
  
  text-align: center;
  vertical-align: top;

  font-family: "Meiryo", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  color: #111111;
}



/*
** スマートフォン（縦長）での文字サイズ変更
*/

/* @media screen and (max-device-width: 720px) { */
@media screen and (max-device-width: 920px) {
	/*
	** 幅720px以下でスマホ画面とする
	*/
	
	p.seren_line {
		font-size: 32px;
		line-height: 44px;

		margin-left: 20px;
		margin-right: 20px;
		margin-top: 0px;
		margin-bottom: 1px;
	}
			
	p.seren_title {
		font-size: 34px;
		line-height: 44px;

		margin-left: 20px;
		margin-right: 20px;
		margin-top: 4px;
		margin-bottom: 4px;
	}

	p.seren_bible {
		font-size: 32px;
		line-height: 44px;

		margin-left: 60px;
		margin-right: 20px;
		margin-top: 0px;
		margin-bottom: 1px;
	}

	p.seren_section {
		font-size: 34px;
		line-height: 52px;
	
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 4px;
		margin-bottom: 4px;
	}
	
	hr.seren_line {
		line-height: 32px;
		margin-left: 20px;
		margin-right: 20px;
	}

	h1.chapter_top {
		margin-left: 20px;
		margin-right: 20px;
	}

	h2.chapter_top {
		font-size: 48px;
		line-height: 54px;
		margin-left: 20px;
		margin-right: 20px;
	}

	h3.chapter_top {
		font-size: 32px;
		line-height: 44px;
	
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 0px;
		margin-bottom: 2px;
	
		text-align: left;
		font-weight: bold;
		color: #3333ff;
	}

	span.chapters_list {
		font-size: 36px;
		height: 65px;
		line-height: 65px;

		width: 95px;
	}
	
	p.msg_header {
		margin-left: 20px;
		margin-right: 20px;
	}

	span.books_list {
		font-size: 32px;
		height: 48px;
		line-height: 48px;

		padding-left: 32px;
		padding-right: 32px;
	}

	p.books_list {
		margin-top: 2px;
		margin-bottom: 2px;
		margin-left: 20px;
		margin-right: 20px;
	}

	table.msgs_files {
		table-layout: fixed;
		margin-left: 10px;	
		margin-right: 10px;
	}
	
	td.msgs_files {
		font-size: 32px;
		line-height: 44px;
	}
	
	td.right_cell {	
		font-size: 32px;
		line-height: 44px;
	}
}

