@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2013-12-02
 * Editor:    contents kinoshita
 * Modified:  2014-00-00 by:
 *
 * ***********************************************************
 */


/* Font-size Adjustment
--------------------------------------------------------------
 *
 *    77% = 10px  |  122% = 16px  |	167% = 22px
 *    85% = 11px  |  129% = 17px  |	174% = 23px
 *    92% = 12px  |  136% = 18px  |	182% = 24px
 *    100% = 13px |  144% = 19px  |	189% = 25px
 *    107% = 14px |  152% = 20px  |	197% = 26px
 *    114% = 15px |  159% = 21px  |
 *
--------------------------------------------------------------
*/


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

	Information

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


/*	list
------------------------------------------------------------*/
#container { background:url(../images/information/category_bg.jpg) no-repeat center 132px; }

#category {
	width:1000px;
	margin:0px auto;
}
.infoList { margin:0px 20px; }

.infoList dt { float:left; }

.infoList dd {
	margin-bottom:1.0em;
	padding:0px 0px 1.0em 6.8em;
	border-bottom:1px dotted #C8C8E0;
}
.pagination { text-align:center; }

.pagination li {
	display:inline;
	padding-left:35px;
}
.pagination li:first-child {
	padding:0px 35px 0px 0px;
	border-right:1px solid #222;
}
.pagination li.first-child { /*IE-expression (first-child) */
	padding:0px 35px 0px 0px;
	border-right:1px solid #222;
}
.pagination li　{ /* IE-expression (first-child) */
	behavior: expression(
	this.className += (this.previousSibling == null) ? " first-child" : "",
	this.style.behavior = "none"
	);
}


/*	detail
------------------------------------------------------------*/
h3.tit {
	margin-bottom:0.5em;
	padding-bottom:0.3em;
	border-bottom:2px solid #222284;
	font-size:152%;
}
.date { margin-bottom:1.5em; }

.info { line-height:160%; }

.bak {
	margin-top:2.0em;
	padding:1.0em;
	border-top:1px dotted #C8C8E0;
	text-align:center;
}


/*	WYSIWYG
------------------------------------------------------------*/
/* ---------- 見出し ----------- */
.infoe h1 {
	margin:0 !important;
	font-size:240% !important;
	line-height:1.5em;
}
.info h2 {
	margin:0 !important;
	font-size:180% !important;
	line-height:1.5em;
}
.info h3 {
	margin:0 !important;
	font-size:140% !important;
	line-height:1.5em;
}
.info h4 {
	margin:0 !important;
	font-size:120% !important;
	line-height:1.5em;
}
.info h5 {
	margin:0 !important;
	font-size:100% !important;
	line-height:1.5em;
}
.info h6 {
	margin:0 !important;
	font-size:82% !important;
	line-height:1.5em;
}


/* ---------- リスト ----------- */
.info ol li{
	list-style:decimal;
	list-style-position:inside; 
}
.info ul li{
	list-style:disc;
	list-style-position:inside; 
}


/* ---------- インデント ----------- */
.info blockquote { padding-left:1em; }


/* ---------- テーブル ----------- */
#kakikae table {
	font-size:100%;
	border-collapse:separate !important;
}
.info table tr,
.info table th,
.info table td { border-collapse:separate !important; }


/* ---------- 線 ----------- */
.info hr { display:block; }


/* ---------- 太文字 ----------- */
.info strong { font-weight:bold; }

.info em {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	font-style:italic !important;
	font-weight:bold !important;
}

