@charset "utf-8";
/*------------------------------------------------------------
	新着
------------------------------------------------------------*/
/* PC/スマホ共通 */

.news_category {
	margin-top: 5px;
	padding: 3px 20px;
	font-size: 12px;
	float: right;
	background-color: #b5d482;
	color: #FFFFFF;
	-moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    border-radius: 5px;         /* CSS3 */
}
.beginners_category {
	margin-top: 5px;
	padding: 3px 20px;
	font-size: 12px;
	float: right;
	background-color: #74b9e9;
	color: #FFFFFF;
	-moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    border-radius: 5px;         /* CSS3 */
}
.advanced_category {
	margin-top: 5px;
	padding: 3px 20px;
	font-size: 12px;
	float: right;
	background-color: #f5a0a5;
	color: #FFFFFF;
	-moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    border-radius: 5px;         /* CSS3 */
}
.guidance_category {
	margin-top: 5px;
	padding: 3px 20px;
	font-size: 12px;
	float: right;
	background-color: #f8ae6b;
	color: #FFFFFF;
	-moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    border-radius: 5px;         /* CSS3 */
}

.helper_category {
	margin-top: 5px;
	padding: 3px 20px;
	font-size: 12px;
	float: right;
	background-color: #ffa147;
	color: #FFFFFF;
	-moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    border-radius: 5px;         /* CSS3 */
}
.news_box {
	background-color: #FFFFFF;
	padding: 20px 35px 0;
}
.inner {
	padding: 15px;
}
.news_side_title {
	font-size: 16px;
	font-weight: bold;
	border-top: 2px solid #ded7c4;
	border-bottom: 1px dotted #ded7c4;
	padding: 20px 0;
}
.news_side_navi li {
	background-image: url(../img/news/img_side_mark.gif);
	background-repeat: no-repeat;
	background-position: left 19px;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ded7c4;
}

 @media screen and (min-width: 681px) {
}
#main .main_image h1 img {
	border: 3px solid #FFF;
}
.main_image {
	text-align: center;
	position: relative;
	margin: 0px auto 20px;
}
.main_image:before, .main_image:after {
	background: none repeat scroll 0 0 #777777;
	bottom: 18px;
	box-shadow: 0 15px 10px #777777;
	content: "";
	left: 10px;
	max-width: 300px;
	position: absolute;
	top: 80%;
	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	width: 50%;
	z-index: -1;
}
.main_image:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
#main .news_title {
padding: 15px 30px;
font-size: 20px;
background-color: #f4f2e9;
font-weight: bold;
color: #555555;
}
#main .news_post {
font-size: 14px;
padding-top: 18px;
color: #333333;
/* border-bottom: 1px dotted #51a3dd; */
}

}
/* ▼表示領域が680px未満の場合 */
@media screen and (max-width: 680px) {
#main .news_title {
padding: 15px 30px;
font-size: 30px;
background-color: #f4f2e9;
font-weight: bold;
color: #555555;
}
.news_post {
font-size: 20px;
padding-top: 18px;
color: #333333;
/* border-bottom: 1px dotted #51a3dd; */
}
#main .main_image h1 img {
	border: 3px solid #FFF;
}
.main_image {
	text-align: center;
	position: relative;
	margin: 0px auto 20px;
}
.main_image:before, .main_image:after {
	background: none repeat scroll 0 0 #777777;
	bottom: 18px;
	box-shadow: 0 15px 10px #777777;
	content: "";
	left: 10px;
	max-width: 300px;
	position: absolute;
	top: 80%;
	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	width: 50%;
	z-index: -1;
}
.main_image:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

#main .news_post{
	overflow: visible;
}
}

}