@charset "utf-8";
/* CSS Document */
body {
	font-family: "OpenSans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #333;
	background:#fff;
}
a {
	text-decoration: none;
	color: #1abc9c;
}
a:hover {
	text-decoration: underline;
}
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
ul {
	list-style: none;
}
li {
	float: left;
}
img {
	border: 0px;
}
.header {
	width: 100%;
	float: left;
	 background-color: #364829;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #455a37), color-stop(100%, #364829));
    background: -webkit-linear-gradient(top, #455a37, #364829);
    background: -moz-linear-gradient(top, #455a37, #364829);
    background: -o-linear-gradient(top, #455a37, #364829);
    background: linear-gradient(top, #455a37, #364829);
	border:1px solid #5e832c;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	position: relative;
}
.page_width {
	width: 100%;
	max-width: 1046px;
	padding: 0 10px;
	margin: 0 auto;
}
.header .logo a {
	width: 100%;
	max-width: 314px;
	background: url(logo.png) no-repeat center center;
	background-size: 100% auto;
	height: 32px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.header .mainnav {
	float: left;
	padding: 0 0 0 100px;
}
.header .mainnav ul li {
	position: relative;
}
.header .mainnav ul li:hover .subnav {
	display: block;
}
.header .mainnav a {
	color: #fff;
	font-size: 14px;
	padding: 25px 15px;
	float: left;
	margin: 0 1px;
}
.header .mainnav a span {
	float: left;
}
.header .mainnav a i {
	background: url(icon_arrow.png) no-repeat left top;
	width: 11px;
	height: 5px;
	float: left;
	margin: 9px 0 0 3px;
}
.header .mainnav a.current {
	color: #1abc9c;
	font-weight: bold;
}
.socials {
	float: right;
	margin: 18px 0 0 0;
}
.socials a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #666;
	float: left;
	margin-left: 5px;
	text-align: center;
}
.socials a:hover {
	background: #1abc9c;
	border: 1px solid #1abc9c;
}
.article h1, .review_page h1 {
	font-size: 32px;
	padding: 15px 0;
}
.review_page h1 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}
.article p {
	padding: 5px 0;
}
.page {
	padding: 15px 0 25px 0;
}
.pagenav {
	padding: 10px 0 0 0;
	float: left;
	width: 100%;
}
.pagenav span {
	color: #1abc9c;
}
.page_left {
	float: left;
	width: 758px;
}
.pagenav a {
	color: #666;
	font-style: italic;
	text-shadow: 0 1px #efefef;
	font-weight: bold;
}
.pagenav a:hover {
	color: #1abc9c;
}
.sidebar {
	float: right;
	width: 270px;
}
.sidebarbox, .article, .review_page, .bloglist {
	background: #fff;
	float: left;
	padding: 15px 18px;
	margin: 10px 0;
	border-top: 3px solid #68a440;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	border-radius: 5px;
}
.bloglist ul{
	float:left;
	width:100%;
	padding:0;
	margin:15px 0 0 0;
	border-top:1px solid #ccc;
}
.bloglist ul li{
	width:100%;
	float:left;
	padding:20px 0;
	border-bottom:1px dashed #ccc;
}
.bloglist ul li h3{
	font-size:12px;
	color:#ccc;
	font-weight:normal;
}
.bloglist ul li label{
	width:100%;
	max-width:200px;
	float:left;
	
}
.bloglist ul li label img{
	width:100%;
	height:auto;
}
.bloglist ul li div{
	margin:0 0 0 220px;
}
.sidebarbox {
	width: 100%;
}
.sidebarbox h2 {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
}
.sidebar_bloglist li {
	padding: 3px 0;
	width: 100%;
	border-bottom: 1px solid #efefef;
}
.sidebar_bloglist a {
	color: #333;
	background: url(icon_link.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
.sidebarbox a:hover {
	color: #1abc9c;
}
.footer {
	width: 100%;
	padding: 55px 0 25px 0;
	background: #364829;
	float: left;
	margin-top: 20px;
	color: #fff;
}
.footer ul li {
	width: 50%;
	padding: 0 70px 0 0;
}
.footer ul li p {
	color: #acacac;
}
.footer ul li div a {
	width: 100%;
	float: left;
	color: #acacac;
}
.footer ul li div a:hover {
	color: #1abc9c;
}
.footer ul li h2 {
	line-height: 41px;
	font-size: 14px;
}
.star {
	background: url(rating.png) no-repeat left bottom;
	width: 84px;
	height: 15px;
	display: inline-block;
}
.star.star_5 {
	background-position: left bottom;
}
.star.star_4half {
	background-position: left -137px;
}
.star.star_4 {
	background-position: left -122px;
}
.star.star_3half {
	background-position: left -107px;
}
.star.star_3 {
	background-position: left -92px;
}
.star.star_2half {
	background-position: left -76px;
}
.star.star_2 {
	background-position: left -62;
}
.star.star_1half {
	background-position: left -47px;
}
.star.star_1 {
	background-position: left -31px;
}
.star.star_0half {
	background-position: left -16px;
}
.star.star_0 {
	background-position: left top;
}
.sidebar_review li {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #efefef;
}
.sidebar_review li label {
	width: 90px;
	float: left;
}
.sidebar_review li label img {
	width: 100%;
	height: auto;
}
.sidebar_review li label a {
	padding: 18px 5px;
	float: left;
	border: 1px solid #efefef;
}
.sidebar_review li label a:hover {
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.2);
}
.sidebar_review li div {
	margin: 0 0 0 100px;
}
.sidebar_review li div p{
	width:100%;
	float:left;
}
.sidebar_review li div h3 {
	font-size: 14px;
	margin: -5px 0 0 0;
	padding-bottom: 5px;
}
.sidebar_review li div p span {
	float: left;
}
.sidebar_review li div p b {
	float: left;
	margin: -3px 0 0 3px;
}
.sidebar_review li div p a {
	font-size: 12px;
	color: #1abc9c;
}
.sidebar_review li div p a:hover {
	text-decoration: underline;
}
.subnav {
	background: #1abc9c;
	color: #fff;
	width: 2200px;
	left: 50%;
	margin-left: -1168px;
	padding: 20px 0;
	float: left;
	position: absolute;
	top: 70px;
	box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 3px 2px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
	display: none;
	z-index:999;
}
.subnav ul li label {
	width: 100%;
	text-align: center;
	float: left;
}
.subnav ul li a {
	padding: 0px!important;
	float: none!important;
	display: block;
}
.subnav ul li p a {
	padding: 5px 0!important;
	margin-top: 10px!important;
	float: left!important;
}
.subnav h2 {
	border-bottom: 3px solid #119d81;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}
.subnav ul li {
	width: 18%;
	padding: 5px;
	margin: 15px 1% 0px 1%;
	border: 1px solid #119d81;
	text-align: center;
}
.subnav ul li h3 {
	font-size: 14px;
	padding-bottom: 5px;
}
.subnav ul li p {
	line-height: 16px;
	font-size: 12px;
	width: 100%;
}
.subnav ul li p a {
	width: 100%;
	background: #119d81;
	padding: 5px 0;
	text-align: center;
	float: left;
	color: #fff;
	margin-top: 10px;
}
.subnav ul li p a:hover {
	background: #0a8f75;
}
.copyright {
	text-align: center;
	width: 100%;
	float: left;
	padding-top: 15px;
	margin-top: 55px;
	border-top: 1px solid #3b6b1e;
	color: #acacac;
}
.tab01 {
	width: 100%;
}
.tab01 tr td {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.tab01 tr td:last-child {
	border: 0px;
	border-top: 1px solid #ccc;
}
.tab01 .teb01_tit {
	background: #efefef;
	font-weight: bold;
}
.tab01 tr td {
	width: 25%;
	padding: 10px;
	text-align: center;
}
.tab01 .tab_man,
.tab01 .tab_couple {
	border-right: 1px solid #ccc;
	text-align: center;
	float: left;
	width: 50%;
}
.tab01 .tab_woman {
}
.tab01 .tab_man i, .tab01 .tab_woman i,
.tab01 .tab_couple i {
	width: 24px;
	height: 24px;
	float: left;
	background: url(da-sprites-19.png) no-repeat -95px -105px;
}
.tab01 .tab_couple i{
	background-position:-95px -131px;
}
.tab01 .tab_woman i {
	background-position: -122px -105px;
}
.tab01 .icon_price {
	background: url(da-sprites-19.png) -61px -107px;
	width: 10px;
	height: 8px;
	display: inline-block;
	margin-right: 5px;
}
.review_category ul li {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 10px 0;
	box-shadow: 0 0px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 0px 2px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 0px 3px rgba(34, 25, 25, 0.4);
	position: relative;
}
.review_category ul li .num, .review_category ul li .arrow {
	position: absolute;
	left: -16px;
	top: 10px;
	background: url(da-sprites-19.png) no-repeat -187px -110px;
	width: 33px;
	height: 35px;
	float: left;
}
.review_category ul li .arrow {
	width: 48px;
	height: 155px;
	background-position: left -134px;
	left: -50px;
	top: 52px;
}
.review_category ul li .score {
	position: absolute;
	right: -27px;
	top: 7px;
	background: url(da-sprites-19.png) no-repeat -255px -211px;
	width: 178px;
	height: 32px;
	color: #333;
}
.review_category ul li .score.top {
	background-position: -59px -210px;
	width: 184px;
	height: 48px;
	color: #fff;
}
.review_category ul li .score p {
	padding: 10px;
}
.review_category ul li .score b {
	font-size: 14px;
}
.review_category h2 {
	padding: 0 25px;
}
.review_category .box_middle {
	padding: 0 20px 15px 20px;
}
.review_category .box_middle .t_left {
	float: left;
	width: 155px;
}
.review_category .box_middle .t_left a img{
	padding:5px;
	border-radius:5px;
	width:100%;
	max-width:180px;
	height:auto;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}
.review_category .box_middle .t_left a.btn_green {
	background: url(da-sprites-19.png) no-repeat -54px -160px;
	width: 156px;
	height: 37px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.review_category .box_middle .t_right {
	margin: 0 0 0 170px;
}
.review_category .box_middle .t_right p {
	padding: 0 0 9px 0;
	line-height: 20px;
}
.category_pagenav {
	background: #efefef;
	text-align: center;
	padding: 5px;
	width: 100%;
	margin-top: 15px;
	float: left;
}
.category_pagenav a.current {
	color: #333;
	font-weight: bold;
}
.detail_site {
	float: left;
	width: 300px;
}
.detail_site ul {
	width: 100%;
	float: left;
}
.detail_site ul li {
	padding: 5px 10px;
	width: 100%;
	background: #f5f5f5;
	color: #333;
	margin: 2px;
	font-weight: bold;
	text-transform: uppercase;
}
.detail_site ul li label {
	width: 100%;
	background: #fff;
	text-align: center;
	float: left;
}
.detail_site ul li .t_left {
	float: left;
}
.detail_site ul li .t_right {
	float: right;
	font-weight: normal;
	color: #666;
}
.detail_site ul li .t_right b {
	color: #333;
	font-size: 18px;
}
.detail_site ul li.overall-rating {
	background: #999;
}
.detail_site ul li.overall-rating .t_left {
	color: #fff;
	font-size: 18px;
	padding: 11px 0 0 0;
}
.detail_site ul li.overall-rating .t_right {
	text-align: right;
	color: #fff;
}
.detail_site ul li.overall-rating .t_right b {
	color: #fff;
	font-size: 18px;
}
.detail_site ul li.overall-rating .t_right p {
	padding: 0px;
	margin: 0px;
}
.detail_site ul li i {
	background: url(full-review-sprite.png) no-repeat -2px top;
	width: 18px;
	height: 16px;
	float: left;
	margin: 3px 5px 0 0;
}
.detail_site ul li i.icon_features {
	background-position: -22px top;
}
.detail_site ul li i.icon_value {
	background-position: -40px top;
}
.detail_site ul li i.icon_safety {
	background-position: -58px top;
}
.detail_site ul li i.icon_ease {
	background-position: -77px top;
}
.detail_item {
	float: left;
	margin: 20px 0;
}
.detail_item h2 {
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	width: 100%;
	padding: 5px 0;
	float: left;
	margin-bottom: 10px;
}
.detail_item h2 span {
	float: left;
}
.detail_item h2 i {
	float: right;
	background: url(full-review-sprite.png) no-repeat left top;
 width:
}
.detail_item p {
	padding: 7px 0;
	float: left;
	width: 100%;
}
.detail_item.detail_item02 {
	margin: 10px 25px;
	float: none;
	margin: 0 0 0 320px;
}
.detail_item p.article_link01 {
	background: #efefef;
	padding: 10px 10px;
	margin-top: 20px;
}
.detail_item p.article_link01 a {
	padding: 0 10px;
}
.ul_databreakdown {
	width: 100%;
}
.ul_databreakdown li {
	float: left;
	width: 32.3%;
}
.ul_databreakdown li .t_bottom {
	line-height: 18px;
	padding: 10px 0 0 0;
	float: left;
}
.ul_databreakdown li .t_top a {
	width: 100%;
	float: left;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.ul_databreakdown li .t_top {
	background: #f5f5f5;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	padding: 20px 10px;
	float: left;
	width: 100%;
	height: 100px;
}
.ul_databreakdown li .t_top b {
	float: left;
	width: 100%;
	float: left;
	text-align: center;
	color: #999;
}
.margin_both {
	margin: 0 1.5%;
}
.ul_databreakdown li .t_top .tab_man, .ul_databreakdown li .t_top .tab_woman,
.ul_databreakdown li .t_top .tab_couple {
	float: left;
	width: 50%;
}
.ul_databreakdown li .t_top .tab_man,
.ul_databreakdown li .t_top .tab_couple {
	border-right: 1px solid #ccc;
}
.ul_databreakdown li .t_top .tab_man i, .ul_databreakdown li .t_top .tab_woman i,
.ul_databreakdown li .t_top .tab_couple i {
	background: url(full-review-sprite.png) no-repeat -111px top;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 5px 5px 0 0;
}
.ul_databreakdown li .t_top .tab_couple i {
	background-position:-234px top
}
.ul_databreakdown li .t_top .tab_woman i {
	background-position: -132px top;
}
.detail_item h3 {
	width: 100%;
	padding: 10px 0;
	float: left;
}
.ul_list {
	list-style: outside;
	padding: 0 0 0 50px;
}
.ul_list li {
	padding: 5px 0;
	width: 100%;
}
.review_pros, .review_cons {
	padding: 10px 0;
	float: left;
	width: 100%;
}
.review_pros .t_right, .review_cons .t_right {
	border: 1px solid #ccc;
	background: #efefef;
	margin: 0 0 0 50px;
	overflow: hidden;
}
.review_pros .t_right h4, .review_cons .t_right h4 {
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding: 5px 15px;
}
.review_pros label, .review_cons label {
	background: url(full-review-sprite.png) no-repeat -156px top;
	width: 32px;
	height: 40px;
	float: left;
}
.review_cons label {
	background-position: -190px top;
}
.detail_bottom {
	width: 758px;
	background:#68a440 ;
	float: left;
	padding: 15px 10px 10px 10px;
	margin: 0 -18px -17px;
}
.detail_bottom .logo {
	text-align: center;
	background: #fff;
	width: 120px;
	border-radius: 5px;
	padding: 5px;
	overflow: hidden;
	float: left;
}
.detail_bottom .logo img {
	width: 100%;
	height: auto;
}
.detail_bottom .score {
	color: #ddd;
	float: left;
	width: 190px;
}
.detail_bottom .score b {
	color: #fff;
	font-size: 48px;
	float: left;
	margin: 9px 3px 0 10px;
}
.detail_bottom .btns {
	float: right;
	padding: 9px 0 0 0;
}
.btn01, .btn02 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 25px;
	border-radius: 5px;
	background-color: #2f82ac;
	border: 1px solid #1f5470;
	margin-left: 10px;
	cursor: hand;
	cursor: pointer;
}
.btn02 {
	background: #74b84e;
	border: 1px solid #74b84e;
}
.btn01:hover {
	text-decoration: none;
	background: #247097;
}
.btn02:hover {
	background: #5fa339;
	text-decoration: none;
}
.btn02 i {
	background: url(full-review-sprite.png) no-repeat left -20px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px 0 0;
}
.img_around {
	float: left;
	padding: 0 15px 15px 0;
}
.userreviews, .writereviews {
	width: 100%;
	float: left;
	margin: 15px 0;
}
.userreviews h2, .writereviews h2 {
	width: 100%;
	border-bottom: 1px solid #1abc9c;
	float: left;
}
.writereviews h2 {
	margin-bottom: 25px;
}
.userreviews h2 span, .writereviews h2 span {
	background: #1abc9c;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 14px;
	padding: 5px 15px;
	float: left;
}
.userreviews .averagestar {
	padding: 25px;
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.userreviews ul li {
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
}
.userreviews ul li h4 {
	padding: 0 0 5px 0;
}
.userreviews ul li h4 .star {
	margin-right: 10px;
}
.userreviews ul li p {
	padding: 5px 0;
}
.userreviews ul li .t_footer {
	color: #ccc;
}
.ratetable {
	width: 90%;
	margin: 25px 5%;
}
.ratetable tr td {
	padding: 5px;
}
.writecol_left {
	width: 150px;
}
.ratetable tr td input, .ratetable tr td textarea, .ratetable tr td select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	width: 100%!important;
}
@media screen and (max-width:768px){
.page.page_width{
	width:100%;
	padding:0 10px;
}
.page_left,
.sidebar{
	width:100%;
}
.footer ul li{
	width:100%!important;
	padding-bottom:25px;
}
.article h1, .review_page h1{
	line-height:46px;
}
.copyright{
	margin-top:15px;
}
.header .logo a{
	float:none;
	display:block;
	margin:25px auto 0 auto;
}
.header .mainnav{
	padding:0px 0 20px 0;
	width:100%;
}
.header .mainnav a{
	padding:10px 10px;
}
.header .mainnav ul{
	display:table;
	width:100%;
	text-align:center;
}
.header .mainnav ul li{
	display:table-cell;
	text-align:center;
	overflow:hidden;
	float:none;
}
.header .mainnav ul li a{
	float:none;
}
.header .mainnav a i{
	float:none;
	display:inline-table;
}
.header .mainnav a span{
	float:none;
}
.socials{
	float:none;
	width:177px;
	padding:15px 0;
	display:block;
	overflow:hidden;
	margin:0px auto;
}
.img_around{
	width:100%;
	max-width:500px;
	height:auto;
}
.detail_site,
.detail_item.detail_item02{
	width:100%;
	margin:0px;
}
.detail_site{
	margin-bottom:15px;
}
.detail_item p.article_link01 a{
	padding:5px 1px;
}
.detail_bottom{
	width:106%;
	background:#004fa1;
}
}
@media screen and (max-width:414px){
	.header .mainnav a{
	padding:10px 2px;
}
.img_around{
	padding-right:0px;
}
.review_category .box_middle .t_left{
	width:100%;
	padding-top:50px;
}
.review_category .box_middle .t_right{
	margin:0px;
	width:100%;
}
.review_category ul li .score{
	right:auto;
	left:25px;
	top:50px;
}
.tab01 tr td{
	width:25%;
	word-break:break-all;
	padding:0px;
	
}
.tab01 .icon_price{
	display:none;
}
.tab01 .tab_man{
	width:100%;
	border:0px;
	border-bottom:1px solid #ccc;
}
.ul_databreakdown li{
	width:100%;
	margin:2px 0;
}
.detail_bottom .btns{
	float:left;
	padding:15px 0;
}
.detail_bottom .btns a{
	margin:0 10px 0 0;
	font-size:12px;
}
.detail_bottom{
	width:111.5%;
	background:#004fa1;
}
.bloglist ul li label{
	width:100%;
	text-align:center;
}
.bloglist ul li div{
	float:left;
	width:100%;
	margin:10px 0 0 0px;
}

}
@media screen and (max-width:320px){
.detail_bottom{
	width:114%;
}
.review_category h2 a img{
width:100%;
height:auto;
}
}