﻿@charset "utf-8";
.price-huryou{
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.price-huryou-left {
    width: 60%;
}
.price-huryou-img {
    width: 35%;
}
.price-huryou-img img{
	border-radius: 20px;
}
/* ================================================================= 
 header
================================================================= */


/* ================================================================= 
sidemenu
================================================================= */


/* ================================================================= 
 contents
================================================================= */
.blog .blog-inner .blog-blog .blog_list > div .blog_photo img {
    border-radius: 20px;
}
section div#contents article img, section div#contents article video {
    border-radius: 20px;
}
/* ================================================================= 
 section
================================================================= */


/* ================================================================= 
 footer
================================================================= */


/* ================================================================= 
 header
================================================================= */
.blog .blog-inner .blog-blog .blog_list > div{
	width: 38%;
}



@media only screen and (max-width: 835px) {
.blog .blog-inner .blog-blog .blog_list > div{
	width: 48%;
}
.price-huryou{
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.price-huryou-left {
    width: 100%;
}
.price-huryou-img {
    width: 100%;
}
/* ================================================================= 
 header
================================================================= */

/* ================================================================= 
sidemenu
================================================================= */

/* ================================================================= 
 contents
================================================================= */

/* ================================================================= 
 section
================================================================= */

/* ================================================================= 
 footer
================================================================= */

}




@media only screen and (max-width: 640px) {
.blog .blog-inner .blog-blog .blog_list > div{
	width: 100%;
}
/* ================================================================= 
 header
================================================================= */
.pull-down:before {
    z-index: 1!important;
    width: 15%!important;
}

header#global_header .header .header-inner .header-nav ul li span {
    width: 85%!important;
}

/* ================================================================= 
sidemenu
================================================================= */


/* ================================================================= 
 contents
================================================================= */

/* ================================================================= 
 section
================================================================= */

/* ================================================================= 
 footer
================================================================= */



}