﻿@charset "utf-8";
/*----  キャンペーン用スタイルシート　----*/
#conts {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 10%;
	color: #1e1e1e;
	vertical-align: middle;
}
#conts:after {
	 content : '';
  display : block;
  clear : both;
}
#conts h2 {
	text-align:left;
	font-size: 1.1em;
	line-height: 1.4;
	margin-top: 0em;
	margin-bottom: 1em;
	background-image: url(../images/h2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-right: 5%;
	padding-left: 18%;
	background-size: cover;
}
#conts .entry {
	width: 90%;
	padding: 3%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
	text-align: left;
	background-color:#fcfbf6;
	border:#e2e2e2 solid 1px;
	border-radius:10px;
	margin-bottom: 1em;
}
#conts .entry h3 {
	width: 100%;
	color: #393A34;
	line-height: 1.7em;
	text-align: left;
	margin-bottom: 1em;
}
#conts .entry img {
	height:auto!important;
}
#conts .entry .entryheader {
	border-bottom: #b6b5b1 dotted 1px;
}
#conts .entry p.date {
	font-size: 10px;
	margin-bottom: 10px;
	color: #7e7e7e;
}
#conts .entry p.auther {
	float:right;
	color:#7e7e7e;
}
#conts .entry .more {
	text-align:right!important;
}
#conts a:link {
	color: #e8155a;
}
#conts a:hover {
	color: #C5B05F;
}
.entry-categories ul {
	margin-left: 5%;
	list-style-type: none;
}

@media screen and (max-width : 320px){
#conts h2 {
	padding-left: 18%;
}
}