/*
 Theme Name:   LP_Designer_2CR_PTS Child
 Theme URI:    
 Description:  
 Template:     LP_Designer_2CR_PTS
 Version:      1.0.0
 Tags:         
 Text Domain:  
*/


@media (min-width: 768px) {
article.container {float: right !important;}
aside.container {float: left !important;}
}


.loop_new {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -ms-flexbox;
	display: -o-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.loop_new_in {
	width: 48%;
	text-align: center;
	margin-bottom: 4%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -ms-flexbox;
	display: -o-flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.loop_new_image {
	width: 100%;
	min-height: 0%;
}
.loop_new_image img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.loop_new_in h3 {
	font-weight: normal;
	font-size: 90%;
	margin: 0 0 10px 0;
}
.loop_new_in .price {
	font-size: 90%;
	color: #ff4500;
	font-weight: bold;
	margin-top: auto;
}
.loop_new_image2 {
	width: 100%;
}
@media (min-width: 768px) {
.loop_new_in {
	width: 24%;
	margin-bottom: 1.3%;
}
.loop_new_image {
	width: 141px;
	margin: 0 auto;
}
.loop_new::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
.loop_new::after{
  content:"";
  display: block;
  width:24%;
}
}

/*-------------------------------------
　タイトルバー
-------------------------------------*/
h1.posttitle,
h2.posttitle,
h3.posttitle {
	color: #FFF;
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 5px;
	border-left: 7px solid #ffbb77;
	background: #FF7F00;		
}

h2.posttitle a {
	color: #FFF;		
}

h2.posttitle a:hover {
	padding-left: 15px;		
}
