@charset "UTF-8";

/* ===============通常コンテンツ定義============= */

#content {
	margin: 10px 0px;
	padding: 0px;
	line-height: 1em;
	text-align: left;	
	}

#content .column {
	margin: 0px 0px 18px 0px;
	padding: 12px;
	border: solid 1px #fff;
	background-color: #fff;	
	-webkit-box-shadow: #876 0px 0px 2px;
    -moz-box-shadow: #876 0px 0px 2px;
	box-shadow: #876 0px 0px 2px;
	line-height: 1em;
	}

#content h1 {
	margin: 3px;
	padding: 0px;
	font-family: "YuMincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Meiryo", "メイリオ", "MS Mincho", serif;
	font-size: 30px;
	font-weight: normal;
	color: #34a13b;
	line-height: 1.4em;
	letter-spacing: 3px;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
	}

#content h2 {
	margin: 10px 0px 5px 5px;
	padding: 0px;
	font-family: "Noto Sans Japanese", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #005620;
	line-height: 1.3em;
	letter-spacing: 3px;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
	}

	#content h2 a { color: #005620; text-decoration: none; }
	#content h2 a:hover { background-color: rgba(155, 255, 255, 0.5); color: #1c2087; text-decoration: underline; }
	#content h2.short { font-size: 20px; letter-spacing: 2px; }

#content h3 {
	margin: 3px 0px 1px 0px;
	padding: 1px 0px;
	background-repeat: no-repeat;
	background-position: right;
	font-family: "Century Gothic", "Droid Sans", "Verdana", "Meiryo", "メイリオ", "Arial", "Noto Sans Japanese", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "MS PGothic", sans-serif;;
	font-size: 18px;
	font-weight: normal;
	color: #a62c2c;
	letter-spacing: 2px;
	line-height: 1.1em;
	border-bottom: double 3px #39c;
	}

#content h3 a { color: #a62c2c; text-decoration: none; }
#content h3 a:hover { color: #743; background-color: #f0ecd7; text-decoration: underline; }
#content h3.jk { font-family: "JKG-L"; font-weight: bold; }

#content h4 {
	margin: 5px;
	padding: 0px;
	font-family: "Century Gothic",  "Droid Sans", "Verdana", "Arial", "Meiryo", "メイリオ", monospace;
	font-size: 18px;
	font-weight: bold;
	color: #069;
	line-height: 1.4em;
	letter-spacing: 1px;
	}

#content h4 a { color: #369; text-decoration: none; }
#content h4 a:hover { background-color: #fdc; color: #c63; text-decoration: underline; }

#content h5 {
	margin: 15px 0px 0px 5px;
	padding: 0px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4em;
	letter-spacing: 2px;
	}

/* ホーム＞更新情報用リスト
--------------------------- */
#content .news {
	border: solid 1px #69c;
	-webkit-box-shadow: #367 0px 0px 2px;
    -moz-box-shadow: #367 0px 0px 2px;
	box-shadow: #374 0px 0px 2px;
	line-height: 1em;
	}

#content .news ul {
	margin: 0px;
	padding: 0px;
	color: #333;
	list-style-type: none;
	}

#content .news ul li {
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #d0d9df;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5em;
	}

#content .news ul li a { padding: 3px; color: #222; text-decoration: none; display: block; }
#content .news ul li a:hover { background-color: rgba(155, 255, 255, 0.5); color: #1c2087; text-decoration: underline; }
#content .news ul li a .date { font-family: "Droid Sans", "Arial", "Meiryo", "メイリオ", monospace; font-size: 12px; color: #777; }
#content .news ul li a:hover .date { color: #1c2087; text-decoration: underline; }

/* ホーム＞更新情報用リスト
--------------------------- */
#content .summary {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	}

#content .summary p {
	margin: 10px 5px 5px 15px;
	padding: 0px;
	font-size: 15px;
	color: #333;
	letter-spacing: 1px;
	line-height: 1.9em;
	}

#content .summary p a { color: #36c; text-decoration: none; }
#content .summary p a:hover { background-color: rgba(155, 255, 255, 0.5); color: #1c2087; text-decoration: underline; }
#content .summary p.en { font-family: "Georgia", "Times New Roman"; text-justify: auto; line-height: 1.7em; }
#content .summary p.num { font-family: "Palatino", "Times New Roman"; text-justify: auto; line-height: 1.7em; }

#content .summary ul {
	margin: 10px 0px 10px 30px;
	padding: 0px;
	color: #333;
	list-style-type: circle;
	}

#content .summary ul li {
	margin: 5px 0px;
	padding: 0px;
	font-size: 15px;
	color: #333;
	letter-spacing: 1px;
	line-height: 1.8em;
	}

#content .summary ul li a { color: #36c; text-decoration: none; }
#content .summary ul li a:hover { background-color: #fdc; color: #c63; text-decoration: underline; }

#content .summary ol {
	margin: 12px 0px 12px 36px;
	padding: 0px;
	color: #333;
	list-style-type: decimal;
	}

#content .summary ol li {
	margin: 6px 0px;
	padding: 0px;
	font-size: 15px;
	color: #333;
	letter-spacing: 1px;
	line-height: 1.8em;
	}

#content .summary ol li a { color: #36c; text-decoration: none; }
#content .summary ol li a:hover { background-color: #fdc; color: #c63; text-decoration: underline; }

#content .summary blockquote {
	margin: 10px;
	padding: 5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #dee;
	font-size: 15px;
	font-weight: normal;
	color: #222;
	letter-spacing: 1px;
	line-height: 1.8em;
	}

#content .summary blockquote p {
	margin: 8px 0px 5px 5px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #222;
	letter-spacing: 1px;
	line-height: 1.7em;
	}

/* 右寄せ署名用
--------------------------- */
#content .sign {
	margin: 12px 6px;
	padding: 0px;
	font-size: 15px;
	color: #333;
	letter-spacing: 1px;
	line-height: 1.7em;
	text-align: right;
	}

/* moreボタン用（要clear）
--------------------------- */
#content .more {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	text-align: right;
	letter-spacing: 0px;
	clear: both;
	float: right;
	}

#content .more a { 
	margin: 0px;
	padding: 4px 8px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
	background-color: #cf244f;
	color: #fff; 
	text-decoration: none;
	display: block;
	}

#content .more a:hover { background-color: #34a13b; color: #fff; text-decoration: none; }

/* ===============全域コンテンツ定義（講義科目・サロンde人権）============= */

#all-content .column {
	margin: 0px 0px 18px 0px;
	padding: 12px;
	border: solid 1px #fff;
	background-color: #fff;
	-webkit-box-shadow: #876 0px 0px 2px;
    -moz-box-shadow: #876 0px 0px 2px;
	box-shadow: #876 0px 0px 2px;
	line-height: 1em;
	}

#all-content h2 {
	margin: 6px 0px;
	padding: 0px;
	font-family: "Noto Sans Japanese", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "MS PGothic", sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #000;
	line-height: 1.4em;
	letter-spacing: 3px;
	}

#all-content h3 {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	font-family: "Century Gothic",  "Droid Sans", "Verdana", "Arial", "Meiryo", "メイリオ", monospace;
	font-size: 18px;
	font-weight: bold;
	color: #743;
	letter-spacing: 2px;
	line-height: 1.1em;
	border-bottom: solid 2px #59b;
	text-decoration: none;
	}

#all-content h3 .en { line-height: 1.5em; letter-spacing: 0.5px; font-size: 15px; font-weight: 600; color: #069; text-decoration: none; float: right; }

#all-content h4 {
	margin: 20px 0px 0px 10px;
	padding: 0px;
	font-family: "Noto Sans Japanese", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #069;
	line-height: 1em;
	letter-spacing: 1px;
	}

#all-content p {
	margin: 12px 0px 0px 9px;
	padding: 0px;
	font-family: "Noto Sans Japanese", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #333;
	letter-spacing: 1px;
	line-height: 1.8em;
	}

#all-content p a { color: #369; text-decoration: none; }
#all-content p a:hover { background-color: #fdc; color: #c63; text-decoration: underline; }

#all-content table {
	width: 945px;
	margin: 10px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8em;
	}

#all-content th {
	margin: 0px;
	padding: 5px;
	border: solid 1px #b0b9bf;
	border-collapse: collapse;
	background-color: #e0e9ef;
	font-weight: bold;
	text-align: left;
	}

#all-content th.bg_thin { background-color: #eef6f9; }
#all-content th.th_center { text-align: center; }

#all-content td {
	margin: 0px;
	padding: 5px;
	border: solid 1px #b0b9bf;
	border-collapse: collapse;
	line-height: 1.6em;
	}
#all-content  blockquote {
	margin: 10px;
	padding: 5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #dee;
	font-size: 15px;
	font-weight: normal;
	color: #222;
	letter-spacing: 1px;
	line-height: 1.8em;
	}

#all-content blockquote p {
	margin: 8px 0px 5px 5px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #222;
	letter-spacing: 1px;
	line-height: 1.7em;
	}

/* ===============グリッド定義（定期刊行物）============= */

#grid-content {
	overflow: hidden;
	height: 0px;
	margin: -6px -9px 12px -9px;
	padding: 0px;
	clear: both;
	}

#grid-content .column {
	width: 233px;
	margin: 9px;
	padding: 0px;
	border: solid 1px #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
	background: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
	background: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
	background: -ms-linear-gradient(top, #f0f0f0, #e0e0e0);
	background: -o-linear-gradient(top, #f0f0f0, #e0e0e0);
	background: linear-gradient(top, #f0f0f0, #e0e0e0);
	-webkit-box-shadow: #876 0px 0px 2px;
    -moz-box-shadow: #876 0px 0px 2px;
	box-shadow: #876 0px 0px 2px;
	line-height: 1em;
	position: relative;
	}

#grid-content .column a {
	margin: 0px;
	padding: 9px 9px 8px 9px;

	background-color: rgba(220, 220, 220, 0.2);
	color: #234c71;
	text-decoration: none;
	display: block;
	}

#grid-content .column a:hover {
	background-color: rgba(104, 204, 204, 0.6);
	color: #ae5120;
	text-decoration: none;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
	}

#grid-content .column img { border: solid 1px #fff; }

#grid-content .column h2 {
	margin: 10px 0px 7px 0px;
	padding: 0px;
	color: #69213e;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 2px;
	}

#grid-content .column p {
	margin: 3px 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: none;
	}