* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	line-height: 25px;
	font-family: "OpenSans", Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	margin: -50px 0 0 0;
	background: url(beautiful_step_bg.png) #fff;
}
h1, h2 {
	font-size: 20px;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
}
h1, h2, h3, h4, p {
	margin-bottom: 15px;
}
ul {
	margin: 0 0 15px 20px;
}
li {
	padding: 0 0 5px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #6ba1d6;
}
img {
	border: 0;
}
.cl {
	clear: both;
}
.left {
	float: left;
	margin: 0 20px 15px 0;
}
.right {
	float: right;
	margin: 0 0 0 10px;
}
.leftbutton a {
	float: left;
}
.shell {
	width: 100%;
	max-width: 1167px;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 auto;
}
#header {
	padding: 0;
	background: #514d4d;
	position: fixed;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
#logo {
	float: left;
	padding: 16px 0 7px 0px;
}
#navigation {
	float: left;
	padding: 8px 0 6px 80px;
}
#navigation ul {
	list-style: none outside none;
}
#navigation ul li {
	float: left;
	padding: 0px!important;
}
#navigation ul li a {
	color: #fff;
	font-size: 14px;
	float: left;
	padding: 13px 25px;
}
#navigation ul li a:hover, #navigation ul li a.active {
	color: #fbbd50;
	font-weight: bold;
}
#navigation ul li a:hover {
	font-weight: normal;
}
#main {
	padding-top: 15px;
}
#main .shell {
	background: #fff;
	padding: 0px;
	margin: 115px auto 50px auto;
	max-width: 1147px;
	display: table;
	border-radius: 8px;
	overflow: hidden;
}
#content {
	float: left;
	width: 100%;
}
.post, #sidebar .link, #content .page {
	margin-bottom: 10px;
	margin: 15px;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 5px;
}

.post h2 {
	float: left;
	width: 100%;
	line-height: 30px;
}
.post h2 span {
	float: left;
}
.post h2 .btn_orange {
	float: right;
	font-size: 14px;
	border-radius: 3px;
	padding: 5px 20px;
}
.post p a {
	color: #514d4d;
	text-decoration: underline;
	padding-left: 5px;
}
#content, .post {
	box-sizing: border-box;
}
#content h1 {
	font-size: 28px;
	text-align: center;
	padding: 15px 0;
}
#sidebar, .link {
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 0px;
	box-sizing: border-box;
}
#sidebar {
	color: #333;
}
#sidebar a {
	color: #333;
}
#sidebar a:hover {
	color: #fbbd50;
}
.link p img {
	width: 100%;
	max-width: 193px;
}
.page a {
	color: #6ba1d6;
}
.page a:hover {
	text-decoration: underline;
}
.post {
}
.post h2 a {
	color: #333;
	font-size: 24px;
}
.post h2 a:hover {
	color: #fbbd50;
}
.post label {
	float: left;
	padding: 0 15px 0 0;
}
.post label img {
	border: 5px solid #efefef;
	border-radius: 5px;
}
.color_orange {
	color: #fbbd50;
	font-weight: bold;
}
#header .shell {
}
#sidebar {
	width: 26%;
	height: 100%;
	display: table-cell;
	margin-left: 0px;
	vertical-align: top;
}
#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#header, #main, #footer, #banner {
	width: 100%;
	margin: 0 auto;
}
#banner {
	background: #1b313f;
	height: 5px;
	float: left;
}
#sidebar ul li {
	background: url(icon_link.gif) no-repeat 5px 9px;
	padding: 5px 0 5px 25px;
	border-bottom: 1px dashed #ccc;
}
.link, .page {
	margin-bottom: 25px;
}
.page h2 {
	font-size: 16px;
}
.button {
	display: block;
	width: 85px;
	height: 30px;
	background: url(button.png) no-repeat 0 0;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	float: right;
}
.mobile {
	display: none;
}
.button:hover {
	background-position: 0 bottom;
	text-decoration: none;
}
#footer {
	padding: 10px 5px;
	font-size: 13px;
	color: #333;
	text-align: center;
	margin: -30px auto 15px auto;
	box-sizing: border-box;
	box-sizing:border-box;
}
#footer p {
	line-height: 26px;
	margin: 0;
}
#footer a {
	color: #333;
}
#footer a:hover {
	color: #6ba1d6;
}
.socials {
	float: right;
	padding: 19px 0px 0 0;
}
.socials a {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #6ba1d6;
	float: left;
	margin: 0 3px;
	overflow: hidden;
}
.socials a:hover {
	background: #fbbd50;
	border: 1px solid #fbbd50;
}
.socials a img {
	margin: -2px 0 0 -2px;
}
.aboutus p img {
	float: left;
	width: 100%;
	max-width: 300px;
	height: auto;
	border-radius: 5px;
	margin: 0 15px 15px 0;
}
.blog_right h2 {
	padding: 0px;
	margin: 0px;
}
.blog_right h3 {
	color: #858484;
	font-size: 11px;
	padding: 0px 0 5px 0;
	margin: 0px;
	font-weight: normal;
}
.blog .left {
	border-radius: 5px;
	width: 150px;
	height: 150px;
	margin-bottom: 0px;
}
.btn_pc {
	display: block;
}
.btn_mobile {
	display: none;
}
.btnsbox a {
	text-decoration: none;
	float: right;
	border-radius: 3px;
	margin: 0 0px 0 10px;
	padding: 5px 25px;
	font-weight: bold;
}
.btnsbox a:hover {
	-moz-opacity: 0.80!important;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.btn_orange, .a_btn_orange {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7db0e3), color-stop(100%, #514d4d));
	background: -webkit-linear-gradient(top, #7db0e3, #514d4d);
	background: -moz-linear-gradient(top, #7db0e3, #514d4d);
	background: -o-linear-gradient(top, #7db0e3, #514d4d);
	background: linear-gradient(top, #7db0e3, #514d4d);
	background-color: #514d4d;
	border-color: #ed8811;
	color: #fff!important;
	text-shadow: 0 1px 0px #073664;
	border: 1px solid #514d4d;
}
.a_btn_orange {
	padding: 8px 25px;
	border-radius: 5px;
	margin: 20px 0 10px 0;
	display: inline-block;
}
.btn_gray {
	background-color: #efefef;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
	background: -webkit-linear-gradient(top, #ffffff, #efefef);
	background: -moz-linear-gradient(top, #ffffff, #efefef);
	background: -o-linear-gradient(top, #ffffff, #efefef);
	background: linear-gradient(top, #ffffff, #efefef);
	border-color: #bab9b9;
	color: #333!important;
	text-shadow: 0 1px 0px #fff;
	border: 1px solid #ccc;
}
.btnbox_detail {
	padding-top: 10px!important;
}
.btnbox_detail a {
	float: left;
	margin-left: 0px;
}
.detailtop h4 img {
	margin-bottom: 0px;
}
.detailtop p {
	padding: 0px 0px;
	margin: 0px;
	overflow: hidden;
}
.detailtop span {
	float: left;
	width: 200px;
}
.icon_recommend {
	background: url(icon_recommend.png) no-repeat left center;
	padding: 0 10px 0 20px;
}
.icon_gender {
	background: url(icon_gender.png) no-repeat 10px center;
	padding: 0 0 0 40px;
}
.post_footer {
	background: #f5f5f5;
	padding: 3px 10px;
	box-sizing: border-box;
}
#sidebar ul.sidebarsites {
	background: #efefef;
	overflow: hidden;
}
#sidebar ul.sidebarsites li {
	background: none;
	border: 0px;
	float: left;
	padding: 0px;
}
#sidebar ul.sidebarsites li{
	float: left;
	padding:5px 10px;
	border-bottom:1px  solid #fff;
}
#sidebar ul.sidebarsites li a{
}
#sidebar ul.sidebarsites li h4{
	padding:0px;
	margin:0px;
}
#sidebar ul.sidebarsites li div{
	margin:-5px 0 0 0;
}
#sidebar ul.sidebarsites li div img{
	float:left;
	padding:5px 0px 0 0;
}
#sidebar ul.sidebarsites li .btn_orange{
	font-size:12px;
	border-radius:5px;
	padding:0 10px;
	float:left;
}
#sidebar ul.sidebarsites li div b{
	width:100%;
	float:left;
	padding:0 0 0 5px;
}
#sidebar ul.sidebarsites li div.width01{
	width:100%;
}
#sidebar ul.sidebarsites li div.width02 {
	width: 112px;
	font-size: 11px;
	text-align: center;
	line-height: 10px;
}
#sidebar ul.sidebarsites li div.width01 a{
	font-size:11px;
}
#sidebar ul.sidebarsites li div.width02 img {
	padding-top: 12px;
}
#sidebar ul.sidebarsites li div.width03 {
	text-align: center;
	width: 50px;
}
#sidebar ul.sidebarsites li div.width03 img {
	padding-top: 15px;
}
.bloglist ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.bloglist h2{
	padding:0 0 15px 0px;
	margin:0px 0 15px 0;
	border-bottom:1px solid #ddd;
}
.bloglist h3{
	font-size:14px;
	padding:0px;
	margin:0px;
}
.bloglist li{
	padding:15px 0;
	border-bottom:1px dashed #ddd;
}
.back-top{
	background:url(icon-back-top.png) no-repeat center center;
	background-size:100% auto;
	width:46px;
	height:46px;
	float:left;
	position:fixed;
	right:15px;
	bottom:15px;
}
@media screen and (max-width:767px) {
.btn_pc {
	display: none;
}
.btn_mobile {
	display: block;
}
.post h2 .btn_orange{
	float:left;
}
.icon_recommend{
	padding-left:30px;
}
.icon_gender{
	padding-left:30px;
	background-position:left center;
}
#footer {
	width: 100%;
}
.shell {
	width: auto;
	padding: 0 15px;
	box-sizing:border-box;
}
#content, #sidebar {
	width: 100%;
}
#sidebar {
	float: left;
	padding-left: 0px;
}
#logo {
	width: 100%;
	max-width: 240px;
	float: none;
	margin: 0 auto;
	padding-left: 0px;
}
.socials {
	margin: 15px auto;
	padding: 0px;
	width: 158px;
	float: none;
	overflow: hidden;
}
#header .shell {
	border-radius: 0px;
	margin: 0px;
}
#navigation {
	float: left;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
#navigation ul {
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
}
#navigation ul li {
	float: none;
	display: inline-block;
}
#navigation ul li a {
	padding: 0px 9px;
}
.button {
	float: none;
	margin: 20px 0;
}
.mobile {
	display: block;
}
.pc {
	display: none;
}
.right {
	float: none;
	margin: 10px 0;
	display: block;
}
.left {
	float: none;
	margin: 0 0 10px 0;
}
img {
	max-width: 100%;
}
.detailtop h4 img {
	margin-top: 15px;
}
#content, .post {
	width: 100%;
	box-sizing:border-box;
	margin-left: 0px!important;
}

#main .shell {
	margin-top: 218px;
}
#content h1 {
	font-size: 22px;
}
.page02{
	padding:0 15px;
	width:100%;
	box-sizing:border-box;
}
.post label{
	width:100%;
	padding:0px;
}
.post label img{
	width:100%;
	height:auto;
	box-sizing:border-box;
}
}
@media screen and (max-width:320px) {
.btnsbox a {
	margin: 5px;
}
#navigation ul li a {
	padding: 0px 8px;
}
.socials{
	margin:2px auto;
}
}
