@charset "UTF-8";
/* CSS Document */
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb40{
	margin-bottom: 40px;
}
.color-red {
	color: #F00;
}
#contents h2{
	background-color: #DCDCDC;
	font-size: 15px;
	border-bottom: 2px solid #099647;
	margin-bottom: 20px;
	padding: 5px 10px;
}
#contents h2.formtitle{
	background-color: #DCDCDC;
	font-size: 15px;
	border-bottom: none;
	margin-bottom: 20px;
	padding: 5px 10px;
}
#contents h3{
	border-bottom: 1px solid #DCDCDC;
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	text-align: left;
}
.inner ,#inner{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

#contents h3 p{
	border-left: 3px solid #099647;
	font-size: 13px !important;
	padding-left: 5px;
	text-align: left;
    line-height: 1.3;
    margin-bottom: 2px;
}
#contents h4{
	color: #099647;
	font-size: 11px;
	text-align: left;
}
#contents .inner p ,#contents #inner p {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.7em;
}

#contents span.textNotice {
    color: #999999;
    font-size: 90%;
	font-weight: normal;
}
#inner .onebook {
	width: 100%;
	border-bottom: 2px solid #DCDCDC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#inner .onebook .bookimg{
	float: left;
	width: 35%;
}

#inner .onebook img{
	float: left;
	width: 90%;
	margin-top: 10px;
}
#inner .onebook .rightcolumn{
	width: 65%;
	float: left;
}
#inner .onebook h3{
	border-bottom: none;
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: left;
}
#inner .onebook a.greenbtn , #inner .bookdetail a.greenbtn{
	background-color: #099647;
	color: #FFF;
	font-size: 13px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	float: left;
	margin-bottom: 10px;
}
#inner .onebook li a{
	float: left;
	font-size: 11px;
	text-decoration: none;
	line-height: 1.7;
}
#inner .onebook div.action_link {
	text-align: left;
	line-height: 14px;
}
#inner .onebook div.action_link a{
	font-size: 11px;
	text-decoration: none;
}
#inner .bookdetail {
	width: 100%;
}
#inner .bookdetail img{
	width: 50%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}
#inner .bookdetail h3{
	border-bottom: none;
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: left;
}
#inner .bookdetail ul li.html5 a{
	background-color: #7ABD3B;
    float: left;
    width: 50%;
    padding: 0;
    color: #FFF;
	text-decoration: none;
	margin-right: 1%;
	margin-bottom: 20px;
	font-size: 11px;
}
#inner .bookdetail ul li.flash a{
	background-color: #138E8E;
    float: left;
    width: 49%;
    padding: 0;
    color: #FFF;
	text-decoration: none;
	margin-bottom: 20px;
	font-size: 11px;
}
#inner .bookdetail ul.oder li{
	background-color: none;
    float: left;
    padding-right: 20px;
	text-decoration: none;
}
#inner .bookdetail ul.oder li img{
	width: 100%;
	margin-top: 0px;
	margin-left: none;
	margin-right: none;
}

.cateTree p.head {
	color: #FFF;
	font-size: 24px;
	padding: 5px 10px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	background: #009844;
}
.cateTree ul li a {
	display: block;
	color: #333;
	font-weight: bold;
	padding: 15px 0 15px 15px;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	text-align: left;
	
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.cateTree li.child:first-child a {
	border-top: 1px solid #6DA547;
	box-shadow: 0px 4px 3px -3px #678e43 inset;
	  -webkit-box-shadow: 0px 4px 3px -3px #678e43 inset;
	  -moz-box-shadow: 0px 4px 3px -3px #678e43 inset;
}

.cateTree li.child a {
	padding-left: 20px;
	border-bottom: 1px solid #6DA547;
	background: #cdeb8e; /* Old browsers */
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
}

.cateTree ul li a i {
	-webkit-transition: all 0.1s ease;
	  -moz-transition: all 0.1s ease;
	  -o-transition: all 0.1s ease;
	  -ms-transition: all 0.1s ease;
	  transition: all 0.1s ease;
}

.cateTree ul li a i.to_bottom {
	transform: rotate(90deg);
}

.cateTree ul.child_list {
	display: none;
}




