﻿@charset "UTF-8";

/* サイト内全ページで共通して使うCSS */

/* ================= 目次 =====================

【1】タイトル関連
【2】リストマーク関連
【3】囲み関連
【4】フォント関連
【5】テーブル関連

============================================ */



/* =============================================================
　■□■ 1. タイトル関連 ■□■
============================================================= */

/* ----- h1 ----- */

/* ----- h2 ----- */

/* ----- h3 ----- */

/* ----- h4 ----- */
#main .entry h4
{
	border-left: 4px solid #77AB6A;
	background: url(/img/dotline.gif) repeat-x left bottom;
	padding-left: 7px;
	line-height: 1.3;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

/* ----- h5 ----- */
#main .entry h5
{
	background: url(/img/dotline.gif) repeat-x left bottom;
	padding-bottom: 3px;
	margin-bottom: 4px;
}

/* ----- h6 ----- */
#main .entry h6
{
	margin-bottom: 7px;
	border-left: 6px solid #ACACAC;
	line-height: 1.3;
	padding: 0 0 0 8px;
}

/* ------------- tit-main ------------- */
#main #tit-main
{
	margin-bottom: 24px;
}

/* ------------- tit-main01 ------------- */
#main #tit-main01
{
	margin-bottom: 20px;
	border-bottom: 2px solid #ACACAC;
	padding: 0 5px 5px 0;
	font-size: 113%;
}

#main #tit-main01 img
{
	vertical-align: middle;
	margin-right: 10px;
	padding-bottom: 1px;
}

#main #tit-main01 span
{
	font-weight: normal;
	font-size: 77%;
	float: right;
	padding-top: 5px;
}

/* ------------- tit-main02 ------------- */
#main #tit-main02
{
	margin-bottom: 15px;
}

/* ------------- tit-sub ------------- */
#main .tit-sub
{
	margin-bottom: 15px;
}

/* ------------- tit-sub01 ------------- */
#main .tit-sub01
{
	margin-bottom: 20px;
	border-bottom: 2px solid #ACACAC;
	padding: 0 5px 5px 5px;
}

/* ------------- tit-sub02 ------------- */
#main .tit-sub02
{
	margin-bottom: 10px;
	border-bottom: 2px solid #ACACAC;
	padding: 0 5px 5px 5px;
}

/* ------------- tit-tab01 ------------- */
#main #tit-tab01
{
	clear: both;
	margin-bottom: 20px;
	background: url(/img/bk_tab.gif) repeat-x left bottom;
	height: 30px;
	padding-left: 4px;
}

#main #tit-tab01:after
{
	content: "";
	display: block;
	clear: both;
	height: 0px;
}

#main #tit-tab01 li,
#main .entry #tit-tab01 li
{
	height: 30px;
	float: left;
	margin-right: 5px;
	display: inline; /* For IE Only */
	background: url(/img/bk_offtab-left.gif) no-repeat left top;
	padding: 0;
}

#main #tit-tab01 li h2,
#main #tit-tab01 li h3
{
	font-weight: normal;
}

#main #tit-tab01 li a
{
	display: block;
	float: left;
	padding: 5px 10px 0 10px;
	height: 25px;
	background: url(/img/bk_offtab-right.gif) no-repeat right top;
}

html[xmlns*=""] body:last-child #main #tit-tab01 li a /* For Only Safari */
{
	font-size: 88%;
}

#main #tit-tab01 li.on
{
	background: url(/img/bk_ontab-left.gif) no-repeat left top;
}

#main #tit-tab01 li.on a
{
	background: url(/img/bk_ontab-right.gif) no-repeat right top;
}

/* ------------- tit-tab02（高い） ------------- */
#main #tit-tab02
{
	clear: both;
	margin-bottom: 20px;
	background: url(/img/bk_tab.gif) repeat-x left bottom;
	height: 47px;
	padding-left: 4px;
	line-height: 1.3;
}

#main #tit-tab02:after
{
	content: "";
	display: block;
	clear: both;
	height: 0px;
}

#main #tit-tab02 li
{
	height: 42px;
	float: left;
	margin-top: 5px;
	margin-right: 4px;
	display: inline; /* For IE Only */
	background: url(/img/bk_offtab02-left.gif) no-repeat left top;
}

#main #tit-tab02 li h1,
#main #tit-tab02 li h2
{
	font-weight: normal;
}

html[xmlns*=""] body:last-child #main #tit-tab02 li a /* For Only Safari */
{
	font-size: 88%;
}

#main #tit-tab02 li a
{
	display: block;
	float: left;
	padding: 4px 8px 0 8px;
	height: 38px;
	background: url(/img/bk_offtab02-right.gif) no-repeat right top;
}

#main #tit-tab02 li.wide a
{
	width: 75px;
}

#main #tit-tab02 li.wide47 a
{
	width: 47px;
}

#main #tit-tab02 li.wide37 a
{
	width: 37px;
}

#main #tit-tab02 li.on
{
	background: url(/img/bk_ontab02-left.gif) no-repeat left top;
}

#main #tit-tab02 li.on a
{
	background: url(/img/bk_ontab02-right.gif) no-repeat right top;
}


/* =============================================================
　■□■ 2. リストマーク関連 ■□■
============================================================= */

/* ----- 基本パターン ----- */

#main .entry ul li,
#main ul.list01 li,
#main p.list01
{
	background: url(/img/ico_attn01.gif) no-repeat 0 0.5em;
	padding-left: 12px;
}

/* ----- 基本パターン（横並び） ----- */

#main ul.list02 li
{
	display: inline;
	background: url(/img/ico_attn01.gif) no-repeat 0 0.3em;
	padding-left: 12px;
	padding-right: 15px;
}

/* ----- 基本パターン03 ----- */

#main ul.list03 li
{
	background: url(/img/ico_attn03.gif) no-repeat 0 0.5em;
	padding-left: 15px;
}

/* ----- 点 (・) ----- */

#main ul.list-dot li
{
	
}

/* ----- マークなし ----- */

#main ul.list-none li
{
	padding-left: 0;
	background: none;
}

/* ----- PDF ----- */

#main ul.list-pdf li,
#main li.list-pdf,
#main p.list-pdf
{
	background: url(/img/ico_pdf.gif) no-repeat 0 0.2em;
	padding: 5px 0 5px 28px;
	width: 555px;
}

/* ----- Word ----- */

#main ul.list-word li,
#main li.list-word,
#main p.list-word
{
	background: url(/img/ico_msword.gif) no-repeat 0 0.4em;
	padding: 3px 0 3px 22px;
}

/* ----- RSS ----- */

#main ul.list-rss li
{
	background: url(/img/ico_rss.gif) no-repeat 0 0.2em;
	padding: 2px 0 2px 26px;
	width: 550px;
}

/* ----- 注意書き (※) ----- */

#main ul.list-attn li
{
	color: #666666;
	text-indent: -1.5em;
	padding-left: 0;
	background-image: none;
}

/* ----- ？ ----- */

#main p.list-help,
#main span.list-help
{
	background: url(/img/ico_question.gif) no-repeat 0.1em 0.4em;
	padding: 2px 0 2px 15px;
	font-size: 88%;
	color: #8A8A8A;
}


/* =============================================================
　■□■ 3. 囲み関連 ■□■
============================================================= */

/* ----- box-01 ----- */
#main .box-01
{
	border: 1px solid #BCBAB8;
	padding: 5px 10px;
	background-color: #F7F6F3;
	height: 100%;
}

#main .box-01:after
{
	content: "";
	display: block;
	clear: both;
	height: 0px;
}

#main .box-01 h4
{
	margin-bottom: 4px;
}

#main .box-01 ul
{
	margin-bottom: 0;
}

#main .box-01 ul li
{
	float: left;
	width: 4em;
	display: inline; /* For IE Only */
	margin: 0 5px 0 0;
	line-height: 1.4;
}

/* ----- box-02 ----- */
#main .box-02
{
	border: 1px solid #BCBAB8;
	padding: 5px 10px;
	background-color: #F7F6F3;
	width: 350px;
}

/* ----- box-03 ----- */
#main .box-03
{
	border: 1px solid #BCBAB8;
	padding: 7px 10px;
	background-color: #F7F6F3;
}


/* =============================================================
　■□■ 4. フォント関連 ■□■
============================================================= */

/* ----- フォントサイズ【小】10px ----- */
#main .font-s { font-size: 82%; }

/* ----- フォントサイズ【中】11px ----- */
#main .font-m { font-size: 88%; }

/* ----- フォントサイズ【大】14px ----- */
#main .font-l { font-size: 113%; }

/* ----- フォントサイズ【中】11px／グレイ ----- */
#main .font-m-gray
{
	font-size: 88%;
	color: #666666;
}

/* ----- フォント赤 ----- */
#main .font-red { color: red; }

/* ----- フォントグレー ----- */
#main .font-gray { color: #666666; }


/* =============================================================
　■□■ 5. テーブル関連 ■□■
============================================================= */

/* ----- 基本パターン ----- */
#main table
{
	width: 100%;
	border-right: 1px solid #BCBAB8;
	border-bottom: 1px solid #BCBAB8;
}

#main table tr th
{
	font-weight: normal;
	border-top: 1px solid #BCBAB8;
	border-left: 1px solid #BCBAB8;
	padding: 4px 10px;
	background: #F4F3EF url(/img/bk_table.gif) repeat-x left top; /* --- 画像・サイズ調整要 --- */
}

#main table tr td.long, #main table tr th.long /* --- 改行禁止 --- */
{
	white-space: nowrap;
}

#main table tr td.short, #main table tr th.short /* --- 英単語等も強制改行 --- */
{
	word-break: break-all;
}

#main table tr th.none /* --- 背景・ボーダーなし --- */
{
	border: none;
	background-color: #FFFFFF;
	background-image: none;
}

#main table tr td
{
	border-top: 1px solid #BCBAB8;
	border-left: 1px solid #BCBAB8;
	padding: 4px 10px;
}

/* ----- パターン01 ----- */

#main table.tbl-01
{
	line-height: 1.3;
}

#main table.tbl-01 tr th
{
	font-weight: bold;
	padding: 3px 5px;
}

#main table.tbl-01 tr th.head
{
	text-align: center;
	padding: 5px;
}

#main table.tbl-01 tr td
{
	padding: 3px 5px;
}


/* =============================================================
　■□■ 6. リンク関連 ■□■
============================================================= */

/* ----- 外部リンク ----- */
.external
{
	padding: 0 15px 0 0;
	background: url(/img/ico_externalLink.gif) no-repeat right center;
	margin-right: 2px;
}

.external02
{
	padding: 0 0 0 16px;
	background: url(/img/ico_externalLink.gif) no-repeat left 0.15em;
}

