@charset "utf-8";

/**********************************************************
 common
***********************************************************/
/*
 h2 h3 h4
***********************************************************/
#container h2 , h2.esthe-title {
	margin-bottom :50px;
	padding: 18px 0;
	border-top: 4px solid #eceaeb;
	border-bottom: 4px solid #eceaeb;
	line-height: 1.4;
	font-size: 174%;
}
#container h3 {
	margin-bottom :30px;
	padding-bottom :8px;
	border-bottom: solid 1px #2b2827;
	font-size: 162%;
	font-weight: bold;
	line-height: 1.4;
}

#container h4 {
	margin-bottom :10px;
	word-wrap: break-word;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
}
/*
 link
***********************************************************/
a {
	text-decoration: underline;
} 
.link {
	width: 580px;
	padding:16px;
	margin:60px auto;
	border:4px solid #eceaeb;
	word-wrap: break-word;
}

.link-outer{
	margin:0 auto;
	padding:20px 0;
	text-align: center;
}
.link a{
	display:inline-block;
	margin: 10px;
	padding:12px;
	background-color: #9dbea1;
	border:1px solid #92b69c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-decoration:underline;
	color:#fff;
	font-size: 108%;
	line-height: 160%;
	text-align:center;
}
.link a:hover{
	border:1px solid #40624a;
	background-color: #61936e;
	color:#fff;
}

/*
 position
***********************************************************/
.align-center{
	margin-bottom: 20px;
}
.align-left {
	margin-bottom: 20px;
}
.align-right {
	margin-bottom: 20px;
}
.w-auto{
	width: auto;
	max-width: none;
}
.bdb1 {
	border-bottom: 1px solid #eceaeb;
}
.fl-2{
	float: left;
	width: 50%;
}
.fl-3{
	float: left;
	width: 100%;
}
.fl-3 img{
	float: left;
	margin-right: 20px;
	padding: 0;
}
.fl-4{
	width: 153px;
	float: left;
}
.fl-6{
	width: 102px;
	float: left;
}



/*
 contents
***********************************************************/
.main-visual {
	 margin: 5px auto 30px
}

.contents {
	margin: 15px 0 70px 0;
	word-wrap: break-word;
}
.contents-last {
	margin-bottom: 0!important;
}
.contents p {
	padding-bottom: 20px;
}
.contents img {
	padding: 5px;
	-webkit-box-shadow: 0px 0px 3px 0px rgb(180, 180, 180);
	 -moz-box-shadow: 0px 0px 3px 0px rgb(180, 180, 180);
	  -ms-box-shadow: 0px 0px 3px 0px rgb(180, 180, 180);
		  box-shadow: 0px 0px 3px 0px rgb(180, 180, 180);
}
/* contents-ul */
ul.contents-ul {
	margin-bottom: 60px;
}
.contents-ul li{
	margin: 0 0 10px;
}
.shoplist .fl-4 p{
	line-height: 1.2;
	padding: 0 9px 0 0;
}
.shoplist .fl-4 img{
	margin: 0 0 5px;
}
.contents-ul li.w-100 img{
	width:100px;
	height:71px;
}
.contents-ul li.w-80 img{
	width:80px;
	height:80px;
}

/*
 catalog
***********************************************************/
.catalog {
	border-bottom: none;
	padding-top:10px;
}
.hd-catalog {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 150%;
	font-weight: bold;
}
h3.hd-catalog {
	border-bottom: solid 2px #2b2827;
}
.recommend-list {
	margin-top: 60px;
}
.catalog .catalog-img {
	float:left;
	margin-bottom: 20px;
	height: auto;
}
.catalog p.catalog-comment ,
.catalog p.catalog-point {
	margin: 10px 0;
	padding: 0 0 0 25px;
	color: #2b2827;
	font-weight: bold;
}
.catalog-comment {
	background: url("/images/column/bg_catalog-comment.png") no-repeat 0 3px;
}
.catalog-point {
	background: url("/images/column/bg_catalog-point.png") no-repeat 0 3px;
}
.catalog .catalog-shop a{
	text-decoration: none;
}
.catalog .catalog-shop p{
	padding: 0;
	line-height: 1.2;
	font-size: 75%;
}
.catalog h4{
	padding: 0;
	border: none;
	font-weight: bold;
	font-size: 88%;
}
.catalog-shop img{
	margin-right:10px;
	float:left;
	padding: 0;
	-webkit-box-shadow:none;
	 -moz-box-shadow:none;
	  -ms-box-shadow:none;
		  box-shadow:none;
}

/*
 related
***********************************************************/
.related img{
	float: right;
	margin-right: 10px;
}
.related a{
	display: block;
	padding-right: 10px;
	color: #2b2827;
	line-height: 1.7;
	text-decoration: none;
}
span.column-related-matome {
	margin-right: 5px;
	padding: 2px 10px;
	border: solid 1px #2b2827;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 88%;
}
span.column-related-kaisetsu {
	margin-right: 5px;
	padding: 2px 10px;
	border: solid 1px #2b2827;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 88%;
}
span.column-related-pr {
	padding-right: 5px;
	margin-right: 5px;
	border-right: 5px solid #FE6F9F;
	color: #FE6F9F;
	font-weight: bold;
}



/*
 info
***********************************************************/
.info {
	position: relative;
	margin: 20px 0 5px 0;
}
ul.column-tag {
	position: absolute;
	top: 30px;
	right: 0;
}

.column-tag li {
	display: inline-block;
	padding: 1px 15px;
	border: solid 1px #2b2827;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	font-size: 75%;
}

span.column-photo-number,span.column-quote {
	margin-right: 5px;
	padding: 2px 10px;
	background-color: #fff;
	border: solid 1px #2b2827;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}


/*
 qa
***********************************************************/
ul.column-qa  {
	float: left;
	padding: 10px 13px;
	width: 714px;
}
li.column-qa-q {
	padding: 10px 0;
	margin-bottom: 10px;
	background-color: #FBF7F8;
	font-weight: bold;
	text-decoration: underline;
}
li.column-qa-a {
	float: left;
	padding: 0 10px 10px 0;
	width: 214px;
}
li.column-qa-img img{
	float: right;
	margin: 0;
	padding: 2px;
	width: 116px;
}
span.column-qa {
	margin-right: 10px;
	font-weight: bold;
	font-size: 174%;
}
.column-qa2 {
	margin-bottom: 70px;
}
.contents-qa2 h3 {
	padding-bottom:8px;
	border-bottom: solid 2px #2b2827;
}
li.column-qa-q2 {
	padding-bottom: 10px;
	font-size: 113%;
	font-weight: bold;
	line-height: 1.5;
}
li.column-qa-a2 {
	margin-bottom: 30px;
	line-height: 1.4;
	font-size: 113%;
}
li.column-qa-a3 {
	float: right;  
	margin: 10px 0;
	font-size: 110%;
}
li.column-qa-img2 img{
	float: right;
	margin: 10px 0 0 20px;
	padding: 2px;
	width: 116px;
}
span.column-qa2 {
	font-weight: bold;
	font-size: 180%;
}
.are-catalog-shop {
	background-color: #DBD5C7
}
 

/**********************************************************
 column.css(元)
***********************************************************/
.column-section {
	margin-bottom: 100px;
}
h3.related-article {
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 10px;
	color: inherit;
}
h3.related-keyword {
	font-size: 138.5%;
	font-weight: bold;
	margin-bottom: 10px;
	color: inherit;
}
h3.related-article {
	padding: 0 0 5px 20px;
	border-bottom: solid 1px #d9d3d3;
}
li.tw-button-y {
	width: 82px !important;
}
li.g-button-y {
	width: 58px;
}
p.date {
	float: right;
	letter-spacing: 0;
}
.column-txt {
	line-height: 167%;
	font-size:116%;
}
ul li.keyword {
	float: left;
}
ul li.keyword a {
	text-decoration: none;
	display: block;
	background-color: #d98289;
	color: #fff!important;
	padding: 3px 5px;
	margin-right: 5px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
ul li.keyword a:hover, ul.related-list li a:hover {
	background-color: #f5f5f3;
}
ul.related-list li a {
	display: block;
	padding: 10px 0;
}
ul.related-list li p {
	display: inline-block;
}
ul.related-list li img {
	padding: 0;
	box-shadow: none;
	vertical-align: middle;
}
ul.related-list li.related-border {
	border-bottom: dotted 1px #d9d3d3;
}
