@charset "utf-8";
/*------------------------------------------------------------
	用語辞典
------------------------------------------------------------*/
/* 共通スタイル */
#conts {
	line-height: 2em;
}

#conts .linkArea ul {
	margin-bottom: 30px;
	padding: 0 10px;
}

#conts .linkArea img {
	vertical-align: top;
}

#conts .linkArea ul li {
	width: 212px;
	float: left;
}

#conts .termList {
	margin-bottom: 40px;
}

#conts .termList ul.catList {
	padding: 0 18px;
}

#main #conts .termList ul.catList li {
	width: 319px;
	float: left;
}

#conts ul.linkArrow li {
	padding-left: 18px;
	width: auto;
	background: url(/assets/img/pc/dictionary/link_icon.gif) no-repeat 0 8px;
	float: none;
}

#conts .dictionaryTtl {
	padding-left: 18px;
	background: url(/assets/img/pc/dictionary/h2_bg.jpg) no-repeat;
	color: #FFF;
	font-size: 1.4em;
	line-height: 35px;
}

#conts p {
	margin-bottom: 20px;
}

/* categoryExamine */
#conts .categoryExamine {
	margin-bottom: 50px;
}

#conts .categoryExamine ul {
	padding: 0 18px;
}

#conts .categoryExamine ul li {
	width: 150px!important;
	float: left!important;
}

/*------------------------------------------------------------
	一覧
------------------------------------------------------------*/
/* dictionaryMainImg */
#dictionary-index .dictionaryMainImg {
	margin-bottom: 10px;
}

#dictionary-index .dictionaryMainImg img {
	vertical-align: top;
}

/* searchWord */
#dictionary-index .searchWord {
	padding: 0 18px;
	margin-bottom: 50px;
}

#dictionary-index #keyword {
	width: 250px;
	height: 22px;
	float: left;
}

#dictionary-index .searchWord ul li {
	padding-left: 20px;
}

#dictionary-index .searchWord ul li input {
	height: 28px;
}

/* newTerm */
#dictionary-index .newTerm {
	margin-bottom: 40px;
}

#dictionary-index .newTerm dl {
	padding: 0 18px;
}

#dictionary-index .newTerm dt {
	padding-left: 17px;
	background: url(/assets/img/pc/dictionary/link_icon.gif) no-repeat left 8px;
}

#dictionary-index .newTerm dd {
	margin-bottom: 15px;
	padding: 0 0 10px 17px;
	border-bottom: dotted 1px #333;
}

/*------------------------------------------------------------
	詳細
------------------------------------------------------------*/
#dictionary-detail #conts h2 {
	margin-bottom: 20px;
	padding: 7px 18px;
	border: solid 1px #CCC;
	background: #E1E1E1 url(/assets/img/pc/topics/bg_h2.jpg) repeat-x top;
	color: #0A752F;
	font-size: 1.5em;
	line-height: 1.3;
}

#dictionary-detail #conts h3 {
	margin-bottom: 10px;
	padding-left: 18px;
	background: url(/assets/img/pc/dictionary/h2_bg.jpg) no-repeat;
	color: #FFF;
	font-size: 1.2em;
	line-height: 35px;
}

/* termInfo */
#dictionary-detail .termInfo p {
	padding: 0 18px;
}

/* termGroup */
#dictionary-detail .termGroup {
	margin: 0 18px 30px;
	padding: 15px 0;
	border: solid 1px #F0F0F0 ;
	background: #F0F0F0;
}

#dictionary-detail .termGroup ul {
	margin-bottom: 0;
}

#dictionary-detail .termGroup ul li {
	margin-right: 3px;
	width: auto;
}

/* informationBanner */
#dictionary-detail .informationBanner {
	padding: 5px;
	margin: 0 40px 30px;
}

#dictionary-detail .informationBanner a {
	background-color: #fff;
	border: 1px solid #ccc;
	display: flex;
	color: #333;
	text-decoration: none;
	box-shadow: 0 0 0 5px #f0f0f0;
}

#dictionary-detail .informationText {
	padding: 25px 0 0 20px;
	flex: 1 0 auto;
}

#dictionary-detail .informationText p {
	margin-bottom: 10px;
}

#dictionary-detail .informationLink {
	padding-left: 20px;
	background: url(/assets/img/pc/dictionary/link_icon.gif) no-repeat left center;
	color: #609;
	text-decoration: underline;
}

#dictionary-detail .informationBanner a:hover .informationLink {
	color: #f60;
	text-decoration: none;
}

#dictionary-detail #conts .categoryExamine {
	margin-bottom: 40px;
}

#dictionary-detail #conts #cta {
	margin-bottom: 57px;
}