@charset "utf-8";

/* =============================================================================
    term.css
============================================================================= */
.term_title_1{
	margin-bottom:15px;
	color:#149842;
	font-weight:bold;
}

.term_title_2{
	margin-bottom:20px;
	padding:7px 15px 6px;
	border-bottom:1px solid #54bd55;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	color:#5c5c5c;
	background:-webkit-linear-gradient(top, #fff, #f5fdf5);
	background:linear-gradient(to bottom, #fff, #f5fdf5);
	box-shadow:0 2px 1px #e3e3e3;
	background-color:#f5fdf5;
	font-size:112.5%;
	font-weight:bold;
	line-height:1.2;
}

.term_init_under{
	margin-bottom:15px;
	font-weight:bold;
	line-height:1.5;
}

.term_class{
	margin:0 5px 20px;
	font-weight:bold;
}

.term_class span{
	padding:1px 3px 0;
	display:inline-block;
	background-color:#279705;
	color:#fff;
}

.term_description{
	margin:0 5px 20px;
}

.term_list_left,
.term_list_right{
	float:left;
	width:50%;
}

.term_list_class{
	margin:0 0 20px 15px;
}

.term_list_class li{
	background:url(../images/icon_maru.gif) no-repeat left 5px;
	padding-left:18px;
	margin-bottom:2px;
}

.term_list_init{
	margin:0 0 20px 15px;
}

.term_list_wordsline{
	width:2.5em;
}

.term_list_Separate,
.term_list_words{
	 width:1em;
	 text-align:center;
}

.term_link{
	margin:0 5px 30px;
}

.term_link_word{
	margin:0 5px;
}

.term_link_init{
	margin:0 5px 20px;
}

.term_link li,
.term_link_word li,
.term_link_init li{
	float:left;
	white-space:nowrap;
}

.back{
	margin:50px 5px 20px;
	text-align:left;
}

.term_box{
	margin-top:50px;
	padding:5px 10px;
	border:1px dashed #4a4a4a;
}

@media screen and (max-width: 767px) {
	.term_title_2{
		font-size:112.5%;
	}
	
	.term_list_left,
	.term_list_right{
		float:none;
		width:100%;
	}
	
	.term_list_right{
		margin-left:0;
	}
	
	.term_list_class li{
		font-size:87.5%;
	}

	.term_list_init{
		font-size:87.5%;
	}
	
	.term_link li{
		font-size:87.5%;
	}
	
	.term_description{
		font-size:87.5%;
	}
	
	.back{
		font-size:87.5%;
	}
	
	.term_class,	
	.term_box{
		font-size:87.5%;
	}
}