@charset "UTF-8";

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

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

【1】タイトル関連
【2】リストマーク関連
【3】囲み関連
【4】フォント関連
【5】テーブル関連
【6】リンクカラー
【7】その他

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

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

#inner h1{
	font-size: 189%;
	color: #f47700;
	margin-bottom: 20px;
}

.tit01,
#inner h2{
	clear: both;
	margin: 10px 0 18px 0;
	padding: 5px 15px;
	background: #FFF url(/img/bg-h2.gif) no-repeat left bottom;
	border: #AAA solid 1px;
	font-size:108%;
	font-weight: bold;
}

.tit02,
#inner h3{
	clear: both;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(/img/bg-h3.gif) no-repeat left bottom;
	font-size:108%;
	font-weight: bold;
}

.tit03,
#inner h4{
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	background: url(/img/bg-tit01.gif) no-repeat left bottom;
	font-weight: bold;
}

#inner hr{
	display: block;
	clear: both;
	margin: 0;
	padding: 5px 0;
	height: 1px;
	border: none;
	border-top: 1px #ccc solid;
}

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

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

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

/* ----- →（小） ----- */

ul.list01 li{
	background: url(/img/icon-list01.gif) 0.5em 0.5em no-repeat;
	padding: 0 5px 0px 20px;
}

/* ----- →（大） ----- */

ul.list02 li{
	margin-top: 10px;
	background: url(/img/icon-list02.gif) 0em 0.15em no-repeat;
	padding: 0 5px 0px 20px;
}


/* ----- ● ----- */

ul.list03{
	background: #FFF;
}

ul.list03 li{
	background: #FFF url(/img/icon-list03.gif) 0.5em 0.58em no-repeat;
	padding: 5px 5px 5px 25px;
}

ul.list03 li ul li{
	background: url(/img/icon-list01.gif) 0.5em 0.5em no-repeat;
	padding: 0 5px 0px 20px;
}

/* ----- 任意の文字 ----- */
ul.list04{
}

ul.list04 li{
	padding: 0 5px 0 0;
}

ul.list04 .mark{
	float: left;
}
ul.list04 .txt{
	display: block;
	overflow: hidden;
}

.list04 li:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.list04 li{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .list04 li {height: 1%;}
.list04 li {display: block;}
/* End hide from IE-mac */


/* ----- underline_点線 ----- */

.linedot li,
.linedot dd,
p.linedot{
	margin-top: 8px;
	padding-bottom: 5px;
	background: url(/img/line_dot.gif) repeat-x left bottom;
}

p.linedot{
	margin-top: auto;
	padding-bottom: 15px;
}

.linedot dd{
	margin-top: 2px;
	margin-bottom: 10px;
}



/* ----- underline_点線 ----- */
ul.list-float{
	margin-top: 20px;
}

ul.list-float li{
 float: left ;
	display: inline; /* For IE Only */
}

/* ----- dl_dt/dd横並び_underline点線 ----- */

.dl-linedot dl{
	clear: both;
	margin-top: 10px;
	padding-bottom: 8px;
	background: url(/img/line_dot.gif) repeat-x left bottom;
}

.dl-linedot dt{
	width: 9em;
}

.dl-linedot dd{
	margin: -1.18em 0 0 9em;
}

/* リンク先がpdfの場合 */

.pdflink{
	background: url(/img/icon-pdf.gif) no-repeat top left;
	padding-left: 38px;
}

.blanklink{
	display: inline-block;
	padding-right: 15px;
	padding-bottom: 2px;
	background: url(/img/icon_window.gif) no-repeat right 0.2em;
}


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

.box{
	margin-bottom: 40px;
}

.box-gray{
	clear: both;
	margin-top: 15px;
	padding: 15px;
	background: #EFEFEF;
	border: #CCC solid 1px;
}

.box-green{
	clear: both;
	margin-top: 15px;
	padding: 10px;
	background: #FFF;
	border: #7ac01f solid 3px;
}

#inner .box-blue {
	background: #fff;
	border: 3px solid #b5c7e5;
	width: 520px;
	padding: 20px 30px;
	margin: 0 auto 30px;
}

#inner .box-blue.type02 {
	background: #fff;
	float: left;
	border: 3px solid #b5c7e5;
	width: 500px;
	padding: 20px 20px;
	margin: 0 auto 30px;
}

#inner .box-blue .tit{
	background: none;
	border: none;
	color: #555;
	font-size: 131%;
	margin: 0;
}

#inner .box-blue .tel{
	font-size: 230%;
	color: #005bac;
	margin-bottom: 10px;
}

#inner .box-blue .txt{
}


.box-excel{
	margin: 10px 0;
	padding: 20px;
	background: #EFEFEF url(/img/bg-excel.gif) no-repeat right bottom;
	border: #CCC solid 1px;
}

.box-pdf{
	margin: 10px 0;
	padding: 20px;
	background: #EFEFEF url(/img/bg-pdf.gif) no-repeat right bottom;
	border: #CCC solid 1px;
}

.box-excel ul.list02 li,
.box-pdf ul.list02 li{
	width: 400px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	background: #FFF url(/img/icon-list02.gif) 0.25em 0.68em no-repeat;
}

.box-excel p
.box-pdf p{
	margin-top: 10px;
	width: 450px;
}

/* -------------------------------------------------------- */

.box-gray:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.box-gray
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .box-gray {height: 1%;}
.box-gray {display: block;}
/* End hide from IE-mac */

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

#size-m a{
	background: url(/img/size-m_on.gif) no-repeat left top;
}

#size-l a{
	background: url(/img/size-l.gif) no-repeat left top;
}

/* ----- フォントサイズ 10px ----- */
.font-10 { font-size:77%; }

/* ----- フォントサイズ 11px ----- */
.font-11 { font-size:85%; }

/* ----- フォントサイズ 13px ----- */
.font-13 { font-size:100%; }

/* ----- フォントサイズ 14px ----- */
.font-14 { font-size:108%; }

/* ----- フォントサイズ 16px ----- */
.font-16 { font-size:123.1%; }

/* ----- フォントサイズ 18px ----- */
.font-18 { font-size:138.5%; }

/* ----- フォントサイズ 25px ----- */
.font-25 { font-size:189%;	color: #f47700;	margin-bottom: 20px; }

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

/* ----- フォントカラ bold ----- */
.font-bold{
	font-weight: bold;
}

/* ----- フォントカラー　オレンジ ----- */
.font-orange{
	color: #FF4800;
}

/* ----- フォントカラー　青 ----- */
.font-blue{
	color: #005bac;
}

.text-blue25{
	margin-top: 10px;
	color: #005bac;
	font-size: 138.5%;
	font-weight: bold;
	text-align: center;
}

/* ----- フォントカラー　グリーン ----- */
.font-green{
	color: #006400;
}

/* ----- フォント　strong ----- */
.strong{
	margin-top: 10px;
	color: #FF4800;
	font-weight: bold;
	font-size: 138.5%;
}

/* ----- フォント　normal ----- */
.font-normal{
	font-weight: normal;
}

/* ----- フォント　文字サイズ固定 ----- */
.font-fix{
	font-size: 12px;
}

.font-fix .font-10{
	font-size: 10px;
}

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

/* ----- .table01 ----- */
table{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
}

table tr th,
table tr td{
	font-weight: normal;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 5px 3px;
	background: #EFEFEF;
}

table tr td{
	background: #FFF;
}

table th.nowrap{
	white-space: nowrap;
}

table tr td.center{
	text-align: center;
}

table .bg-blue{
	background: #4588be;
	color: #FFF;
	font-weight: bold;
}

table .bg-gray{
	background: #CCC;
}


/* =============================================================
　■□■ 6. リンクカラー ■□■
============================================================= */

/* ----- red ----- */
.link-red a:link,
.link-red a:visited /* リンク未訪問・訪問済みの色指定 */
{
	color: #ff4800;
	background-color: transparent;
	text-decoration: underline;
}

.link-red a:hover,
.link-red a:active{
	color: #ff7800;
	background-color: transparent;
	text-decoration: underline;
}

/* ----- gray ----- */
.link-gray a:link,
.link-gray a:visited /* リンク未訪問・訪問済みの色指定 */
{
	color: #555;
	background-color: transparent;
	text-decoration: underline;
}

.link-gray a:hover,
.link-gray a:active{
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}

/* ----- deco-none ----- */
.link-deconone a:link,
.link-deconone a:visited /* リンク未訪問・訪問済みの色指定 */
{
	color: #19519f;
	background-color: transparent;
	text-decoration: none;
}

.link-deconone a:hover,
.link-deconone a:active{
	color: #0f3161;
	background-color: transparent;
	text-decoration: none;
}

/* =============================================================
　■□■ 7. その他 ■□■
============================================================= */

/* ----- タブ ----- */
#tab-member{
	display: none;
	width: 100%;
	background: #4588be url(/img/bg-blue.gif) repeat-x bottom;
	margin: 10px 0 0 0;
}

#tab-member:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #tab-member {height: 1%;}
#tab-member {display: block;}
/* End hide from IE-mac */

ul#tab-member li{
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	border-left: #2057a1 solid 1px;
	border-right: #498ec3 solid 1px;
}

ul#tab-member li a{
	display: block;
	margin: 0;
	padding: 8px 20px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background: #4588be url(/img/bg-blue.gif) repeat-x bottom;
}

#tab-member li.on span{
	color: #FFFFFF;
	text-decoration: none;
}

#tab-member li.on a{
	color: #FFFFFF;
	text-decoration: none;
	background: #4588be url(/img/bg-blue_on.gif) repeat-x top;
}

.ico-pdf{
	margin-bottom: 4px;
	margin-right: 3px;
	margin-left: 3px;
}
