@charset "utf-8";

/*
==========================================================================
高さ制御アコーディオン表示
========================================================================== */
.accrodion_height .hide-text {
	height: 215px;
}

.accrodion_height .gradation-text {
	overflow: hidden;
}

.accrodion_height .gradation-text-open {
	display: block;
	height : auto;
}

.accrodion_height .control-area {
	text-align: center;
	text-decoration: none;
	margin-bottom: 5px;
	display: none;
}

.accrodion_height .control-area span {
	position:relative;
	border: 1px solid #CCC;
	border-radius:5px;
	margin:auto;
	width:100px;
	cursor: pointer;
}

.accrodion_height .control-area .more {
	display: block;
}

.accrodion_height .control-area .close {
	display: none;
}
