@charset "utf-8";/*ページ*/
/* ---------------------------------------------------------------------- */
#page {
	padding: 50px 0px;
}
.page {
}
@media screen and (max-width: 767px) {
	#page {
		padding: 10px 10px;
	}
}
/* navigation---------------------------------------------------------------------- */
.navigation {
	font-size: 13px;
	line-height: 1em;
	text-align: center;
	padding: 20px 0px;
}
.navigation h2 {
	display: none;
}
.navigation span {
	display: inline-block;
	color: #fff;
	background-color: #e5a047;
	border: 1px solid #ccc;
	padding: 5px 7px;
}
.navigation a {
	display: inline-block;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px 7px;
}
.navigation a:hover {
	background-color: #e2e5cc;
}
/* pagelinks シングル---------------------------------------------------------------------- */
#pagelinks {
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	padding: 20px 0px;
}
#pagelinks span {
	display: inline-block;
	background-color: #c6d8e5;
	border: 1px solid #ccc;
	padding: 5px 7px;
}
#pagelinks a {
	display: inline-block;
	color: #ccc;
	text-decoration: none;
	background-color: #fff;
}
#pagelinks a:hover {
	background-color: #e2e5cc;
}
#pagelinks a span {
	color: #666;
	background-color: transparent;
}
/* postnav---------------------------------------------------------------------- */
#postnav {
	font-size: 13px;
	line-height: 1em;
	padding: 10px 0px 30px 0px;
}
#postnav a {
	display: inline-block;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px 5px;
}
#postnav a:hover {
	background-color: #e5d8bc;
}
#postnav a[rel=prev] {
	float: left;
}
#postnav a[rel=next] {
	float: right;

}
/* ---------------------------------------------------------------------- */
.bloglist {
}
.bloglist ul {
}
.bloglist li {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.bloglist li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.list li a {
	text-decoration: none;
}
.bloglistinner {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 10px 0px;
}
.bloglistphoto {
	display: table-cell;
	width: 300px;
	vertical-align: top;
	padding-right: 10px;
}
.bloglisttex {
	display: table-cell;
	position: relative;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.bloglistinner {
		display: block;
		width: auto;
	}
	.bloglistphoto {
		display: block;
		width: auto;
	text-align: center;
		padding-right: 0px;
		padding-bottom: 5px;
	}
	.bloglisttex {
		display: block;
		width: auto;
		position: static;
	}
}
.bloglistphoto img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.bloglistphoto img {
		width: 70%;
		max-width: 500px;
		margin: 0px auto;
	}
}
.bloglisttex a.more-link {
	display: inline-block;
	position: absolute;
	right: 0px;
	bottom: -10px;
	color: #fff;
	line-height: 1em;
	text-decoration: none;
	background-color: #000;
	padding: 5px 20px;
}
@media screen and (max-width: 767px) {
	.bloglisttex a.more-link {
		position: static;
	}
}
.bloglisttex a.more-link:hover {
	background-color: #999;
}
.bloglisttex a.more-link span {
	display: block;
	font-size: 14px;

}

.bloglisttile {
	line-height: 1em;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.bloglisttile strong {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1em;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.bloglisttile {
		text-align: center;
	}
	.bloglisttile strong {
		font-size: 14px;
	}
}
.bloglistdate {
	line-height: 1em;
	text-align: right;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.bloglistdate {
		text-align: center;
		padding-right: 0px;
	}
}
.bloglistdate span {
	display: block;
	font-size: 15px;
	font-family: 'Fjalla One', sans-serif;
	line-height: 1em;
}
.bloglistcontent {
}
.listlink {
	line-height: 1em;
	text-align: right;
	padding-top: 5px;
}
.listlink span {
	display: block;
	line-height: 1em;
}
.listttile {
}
/* ---------------------------------------------------------------------- */
.list {
}
.list ul {
}
.list li {
	float: left;
	width: 280px;
	text-transform: capitalize;
	text-align: center;
	margin: 5px 10px;
	padding: 10px;
}
.list li a {
	text-decoration: none;
}
.listimg {
	margin-bottom: 5px;
}
.listttile {
	line-height: 1em;
	margin-bottom: 5px;
}
.listttile strong {
	display: block;
	font-size: 16px;
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	line-height: 1em;
	overflow: hidden;
}
.listdate {
	line-height: 1em;
	margin-bottom: 5px;
}
.listdate span {
	display: block;
	font-size: 12px;
	font-family: 'Fjalla One', sans-serif;
	line-height: 1em;
}
.listlink {
	line-height: 1em;
	text-align: right;
	padding-top: 5px;
}
.listlink span {
	display: block;
	line-height: 1em;
}
.listttile {
}
/* ---------------------------------------------------------------------- */
#brandlist {
}
.brandlisttop {
	text-align: center;
	margin-bottom: 30px;
}
.brandlisttop a {
	display: inline-block;
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	line-height: 1em;
	border-right: 1px solid #ccc;
	padding: 0px 8px 0px 5px;
}
.brandlisttop a:last-child {
	border-right: none;
}
.brandlist {
}
.brandlistbox {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.brandlistbox dl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 10px 0px;
}
.brandlistbox dt {
	display: table-cell;
	width: 100px;
	line-height: 1em;
	text-align: center;
	vertical-align: middle;
}
.brandlistbox dd {
	display: table-cell;
	vertical-align: middle;
	border-left: 3px solid #000;
	padding-left: 20px;
}
@media screen and (max-width: 767px) {
	.brandlistbox dl {
		display: block;
		width: auto;
	}
	.brandlistbox dt {
		display: block;
		width: auto;
	}
	.brandlistbox dd {
		display: block;
		width: auto;
		border-left: none;
		padding-left: 0px;
		border-top: 1px solid #000;
		padding-top: 10px;
	}
}
.brandlistbox dt a {
	font-size: 50px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	text-decoration: none;
}
@media screen and (max-width: 767px) {

}
.brandlistbox ul {
/*
	font-family: 'Open Sans Condensed', sans-serif;
*/
	list-style-type: none;
}
.brandlistbox li {
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.brandlistbox li a {
	line-height: 1em;
	text-decoration: none;
}
.brandlistbox li strong {
	font-size: 16px;
	font-weight: normal;
}
/* ---------------------------------------------------------------------- */
.branddet {
}
.branddettitle {
	text-align: center;
	margin-bottom: 30px;
}
.branddettitle h2 {
	font-size: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
}
.branddetinner {
}
.branddetexc {
}
.branddetTop.branddetTopTableon {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 10px 0px;
}
.branddetTop.branddetTopTableon .branddetLeft {
	display: table-cell;
	width: 400px;
	vertical-align: top;
}
.branddetTop.branddetTopTableon .branddetRight {
	display: table-cell;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.branddetTop.branddetTopTableon {
		display: block;
		width: auto;
	}
	.branddetTop.branddetTopTableon .branddetLeft {
		display: block;
		width: auto;
		margin-bottom: 5px;
	}
	.branddetTop.branddetTopTableon .branddetRight {
		display: block;
		width: auto;
	}
}
.branddetTop {
}
.branddetthumb {
	margin-bottom: 5px;
	margin-bottom: 30px;
}
.branddetthumb img {
	max-width: 700px;
	min-width: 250px;
	height: auto;
	margin: 0px auto;
}
.branddetTop.branddetTopTableon .branddetthumb img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.branddetthumb img {
		width: auto;
		min-width: 200px;
	}
}
.branddettex {/*entry-content*/
}
.branddetTop.branddetTopTableoff .branddettex {
	padding: 0px 50px;
}
@media screen and (max-width: 767px) {
	.branddetTop.branddetTopTableoff .branddettex {
		padding: 0px 0px;
	}
}
/* ---------------------------------------------------------------------- */
.branddetphoto {
	padding-top: 30px;
}
.branddetphoto.branddetphoto-align-left {
	text-align: left;
}
.branddetphoto.branddetphoto-align-right {
	text-align: right;
}
.branddetphoto.branddetphoto-align-center {
	text-align: center;
}
.branddetphoto ul {
}
.branddetphoto li {
	width: 240px;
}
@media screen and (max-width: 767px) {
	.branddetphoto li {
		width: 32%;
	}
}
@media screen and (max-width: 489px) {
	.branddetphoto li {
		width: 48%;
	}
}
.branddetphoto.branddetphoto-align-left li {
	float: left;
	margin: 2px 2px;
}
.branddetphoto.branddetphoto-align-right li {
	float: right;
	margin: 2px 2px;
}
.branddetphoto.branddetphoto-align-center li {
	display: inline-block;
}
.branddetphoto li div {
	height: 200px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.branddetphoto li div {
		height: 150px;
	}
}
@media screen and (max-width: 489px) {
	.branddetphoto li div {
		height: 100px;
	}
}
.branddetphoto li div img {
	display: block;
	margin: 0px auto;
}
/* ---------------------------------------------------------------------- */
.branddetLink {
	text-align: center;
	padding: 30px 0px;
}
.branddetLink a {
	display: inline-block;
	color: #000;
	font-size: 18px;
	font-family: 'Mukta', sans-serif;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #000;
	padding: 10px 20px;
}
.branddetLink a:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}
.branddetLink a strong {
	font-weight: normal;
}
.branddetLink a strong b {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.branddetLink {
		padding: 30px 20px;
	}
	.branddetLink a {
		display: block;
		font-size: 15px;
		padding: 10px 10px;
	}
	.branddetLink a strong b {
		display: block;
		font-size: 18px;
	}
}
/* ---------------------------------------------------------------------- */
.det {
}
.dettitle {
	line-height: 1em;
	text-align: center;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.dettitle h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
}
.detdate {
	line-height: 1em;
	text-align: center;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.detdate span {
	display: block;
	font-size: 15px;
	font-family: 'Fjalla One', sans-serif;
	line-height: 1em;
}
.detexc {
}
.detthumb {
	margin-bottom: 5px;
	margin-bottom: 10px;
}
.detthumb img {
	width: auto;
	height: auto;
	max-width: 500px;
	max-height: 500px;
	margin: 0px auto;
}
.dettex {/*entry-content*/
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/* ---------------------------------------------------------------------- */
.detfooter {
	text-align: right;
	font-size: 11px;
}
.detfooterCat {
}
.detfooterEdit {
	padding-top: 10px;
}
/* ---------------------------------------------------------------------- */
.entry-content img {
	display: inline-block;
	max-width: 100%;
}
.entry-content .alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.entry-content .alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.entry-content .aligncenter {
	display: block;
	margin: 0px auto 10px auto;
}

.entry-content p {
	margin-bottom: 20px;
}
.entry-content p:last-child {margin-bottom: 0px;}

.entry-content .gallery {
	background-color: #fff;
	margin: 5px 0px;
	padding: 10px;
}
.entry-content span[id*="more-"] {
	display: block;
	height: 30px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 10px;
}
.entry-content h1 {
	font-size: 1.8em;
}
.entry-content h2 {
	font-size: 1.6em;
}
.entry-content h3 {
	font-size: 1.4em;
}
.entry-content h4 {
	font-size: 1.3em;
}
.entry-content h5 {
	font-size: 1.2em;
}
.entry-content h6 {
	font-size: 1.1em;
}

.entry-content ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}
.entry-content ol {
	margin-left: 20px;
	margin-bottom: 10px;
}


blockquote {
	color: #686868;
	font-style: italic;
	border-left: 4px solid #e5d6a3;
	margin-bottom: 20px;
	padding: 0 0 0 15px;
}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote p {
}
blockquote cite,
blockquote small {
	display: block;
	color: #1a1a1a;
}
blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
blockquote > :last-child {
	margin-bottom: 0;
}

.entry-content table {
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0px;
	empty-cells:show;
	margin: 0px auto 10px auto;
}
.entry-content th {
	border: 1px solid #999;
	padding: 5px;
}
.entry-content td {
	border: 1px solid #999;
	padding: 5px;
}

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
/*	text-align: center;*/
	color: #999;
	font-size: 12px;
	line-height: 1.3em;
	padding-top: 3px
}


.gallery {
	clear: both;
	text-align: center;
}
.gallery img {
	height: auto;
}

.gallery-item {
	display: inline-block;
/*
	max-width: 30%;
*/
	width: 100%;
	vertical-align: top;
	text-align: center;
	margin: 2px;
	padding: 1px 0px;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
	margin: 5px 0px;
	padding: 5px 0px;
}
.gallery-columns-2 .gallery-item {
	max-width: 47%;
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
}
.gallery-columns-4 .gallery-item {
	max-width: 24%;
}
.gallery-columns-5 .gallery-item {
	max-width: 18%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
/*
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
*/
.gallery-icon img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	font-size: 12px;
	line-height: 1.3em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/* ---------------------------------------------------------------------- */