@charset "UTF-8";
.button   {
	width: 100px;
	height: 23px;
	text-align: center;
	background-color: #0A2482;
	-webkit-border-radius: 47;
	-moz-border-radius: 47;
	border-radius: 47px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-box-shadow: 1px 3px 5px #595959;
	box-shadow: 1px 3px 5px #595959;
	font-size: 13px;
	float: right;
	margin-right: 40px;
	margin-bottom: 10px;
}


.button:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	color: #EBE9E9;
	background-color: #091F6D;
	position: relative;
	top: 2px;
}


#text_area .package {
	width: 130px;
	height: auto;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	float: left;
	-webkit-box-shadow: 1px 3px 5px #828282;
	box-shadow: 1px 3px 5px #828282;
	background-color: #FFFFFF;
}




.move #text_area .system_02 {
	width: 100%;
	height: auto;
	margin-top: 50px;
	float: left;
}
.wrapper .comment .space {
	margin-bottom: 10px;
}
.move #text_area .page_title {
	height: 80px;
}
.wrapper .comment .list_sys li {
	float: left;
	margin-right: 20px;
}
.wrapper00 {
	width: 95%;
	background-color: rgba(255,255,255,0.50);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #9D0002;
	margin-bottom: 20px;
	border-radius: 5px;
}

.comment .wrapper00 .list_sys {
	margin-top: 5px;
	margin-bottom: 5px;
}
@media (min-width:901px){
	#text_area .wrapper {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
#text_area h2 {
	font-size: 18px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.wrapper .comment {
	float: left;
	width: 600px;
}
.comment .wrapper00 h3 {
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #9D0002;
	padding-top: 5px;
	padding-bottom: 5px;
}
}
