@charset "utf-8";

/* ==========================================================================
                                  基礎設定
   ========================================================================== */
/* ===== reset ===== */
/*
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, canvas, details, embed, figure, figcaption, hgroup, menu, nav, output, ruby, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
html {
	width: 100%;
	font-size: 62.5%;
}
body {
	width: 100%;
	font-size: 1rem;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #EEEBE4;
}
/* 流通会館の場合 */
.post-type-archive-blog-kaikan,
.tax-blog-kaikan-cat,
.tax-blog-kaikan-tag,
.single-blog-kaikan {
	background-image: url(img/blog_kaikan/bg.png);
	background-position: center 50px;
	background-repeat: no-repeat;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	border: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	/* font-family: "Hiragino Mincho Pro","Hiragino Mincho ProN",serif; */
	font-size: 100%;
}
p {
	text-align: justify;/*text-indent: 1em;*/
}
small {
	font-size: 80%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
/* text-align: left; */
}
img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	border: none;
}
input {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
/* ===== リンク設定 ===== */
a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	outline: none; /* 選択時の枠線を消す */
}
a:hover {
	filter: alpha(opacity=45);
	-moz-opacity: 0.45;
	opacity: 0.45;
}


/* ==========================================================================
                                  micro clearfix
   ========================================================================== */
/* For modern browsers */
.cf:before, .cf:after, section:before, section:after {
	content: "";
	display: block;
	overflow: hidden;
}
.cf:after, section:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf, section {
	zoom: 1;
}
/* プラグイン無効 */
.broken_link {
	text-decoration: none !important;
}


/* ==========================================================================
                                  レイアウト
   ========================================================================== */
/* ===== wrap ===== */
.wrap,
#contents {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}
/* ===== 100% ===== */
.page-id- header,
footer {
	min-width: 1084px;
}
/* ===== header ===== */
header {
	margin-bottom: 15px;
}
/* ===== contents ===== */
article {
	width: 514px;
	margin-left: 35px;
	margin-right: 35px;
	float: left;
}
.side {
	width :220px;
	float: left;
}
/* singleの場合 */
.single article {
	width: 769px;
	margin-right: 0;
}
/* ===== フォントサイズ ===== */
header,
footer {
	font-size: 1.1rem;
	line-height: 1.5rem;
}
#contents {
	font-size: 1.2rem;
	line-height: 2.1rem;
	margin-bottom: 35px;
}


/* ==========================================================================
                                  header
   ========================================================================== */
header h1 {
	box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);
	line-height: 0;
	margin-bottom: 20px;
}
header h1 a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
header h2 {
	margin-left: 10px;
	font-weight: bold;
	color: #808080;
	margin-top: 13px;
	margin-bottom: 13px;
}
/* 流通会館の場合 */
.post-type-archive-blog-kaikan .header_top,
.tax-blog-kaikan-cat .header_top,
.tax-blog-kaikan-tag .header_top,
.single-blog-kaikan .header_top {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 200px;
	background-color: #c2db15;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
.post-type-archive-blog-kaikan header h1,
.tax-blog-kaikan-cat header h1,
.tax-blog-kaikan-tag header h1,
.single-blog-kaikan header h1 {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	float: left;
	margin: 0;
}
.post-type-archive-blog-kaikan header h2,
.tax-blog-kaikan-cat header h2,
.tax-blog-kaikan-tag header h2,
.single-blog-kaikan header h2 {
	margin: 0 0 0 25px;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 60px;
	float: left;
}
/* ===== 検索フォーム ===== */
header .searchform {
	text-align: right;
}
header .screen-reader-text {
	display: none;
}
header #searchsubmit {
	font-size: 0;
	border: none;
	height: 25px;
	width: 43px;
	background: url(img/blog_toiya/search.jpg) no-repeat;
	position: relative;
	top: -4px;
	margin-left: 2px;
	cursor: pointer;
}
header #searchsubmit:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
header #s {
	font-size: 1.1rem;
	font-weight: bold;
	color: #999;
	margin: 0;
	height: 19px;
	padding: 3px 6px;
	width: 128px;
	border: none;
}
/* 流通会館の場合 */
.post-type-archive-blog-kaikan header #s,
.tax-blog-kaikan-cat header #s,
.tax-blog-kaikan-tag header #s,
.single-blog-kaikan header #s {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}
.post-type-archive-blog-kaikan #searchsubmit,
.tax-blog-kaikan-cat #searchsubmit,
.tax-blog-kaikan-tag #seachsubmit,
.single-blog-kaikan #searchsubmit {
	background: url(img/blog_kaikan/search.jpg) no-repeat;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}


/* ==========================================================================
                                  contents
   ========================================================================== */
/* ===== section ===== */
section {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background: url(img/blog_toiya/h1_back.png) top no-repeat #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
section + section {
	margin-top: 35px;
}
section h1 {
	line-height: 45px;
	margin-bottom: 15px;
}
section h1 a,
section h1 span {
	border-left: 5px solid #D80A30;
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 10px;
}
/* 流通会館の場合 */
.post-type-archive-blog-kaikan section h1 a,
.post-type-archive-blog-kaikan section h1 span,
.tax-blog-kaikan-cat section h1 a,
.tax-blog-kaikan-cat section h1 span,
.tax-blog-kaikan-tag section h1 a,
.tax-blog-kaikan-tag section h1 span,
.single-blog-kaikan section h1 a,
.single-blog-kaikan section h1 span {
	border-left: 5px solid #c2db15;
}
/* ===== s-bloglist ===== */
.s-bloglist .category {
	margin-bottom: 10px;
	color: #FFF;
}
.s-bloglist .category a {
	font-size: 1rem;
	font-weight: normal;
	color: #FFF;
	padding: 3px 10px;
	background: #D80A30;
}
.s-bloglist .tag {
	position: relative;
	top: -5px;
}
.s-bloglist .tag a {
	font-size: 1rem;
	font-weight: normal;
	color: #999;
}
.s-bloglist .tag a:first-child:before {
	content: 'タグ : ';
	font-weight: bold;
	color: #000;
}
.s-bloglist .thumb {
	float: left;
	width: 182px;
	margin-right: 20px;
	line-height: 0;
}
.s-bloglist .text {
	width: 272px;
	float: left;
}
.s-bloglist .date {
	font-size: 1.1rem;
	color: #999;
	margin-bottom: 5px;
}
.s-bloglist .continue {
	margin-top: 20px;
	float: right;
	line-height: 0;
}
/* 流通会館の場合 */
.post-type-archive-blog-kaikan .s-bloglist .category a,
.tax-blog-kaikan-cat .s-bloglist .category a,
.tax-blog-kaikan-tag .s-bloglist .category a,
.single-blog-kaikan .s-bloglist .category a {
	background: #c2db15;
}
/* ページネーション デフォルト */
#wp_page_numbers {
	margin-top: 35px !important	;
	margin-bottom: 38px !important;
	position: relative;
	background-color: transparent !important;
}
#wp_page_numbers .page_info {
	display: none !important;
}
#wp_page_numbers ul {
	background: none !important;
	text-align: center !important;
}
#wp_page_numbers li {
	display: inline-block !important;
	float: none !important
}
#wp_page_numbers li a {
	color: #000;
	border: 1px solid #000;
	padding: 0;
	margin: 0;
	font-size: 1.3rem;
	font-weight: bold;
	width: 25px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
}
/* ページネーション カレント表示＆hover */
#wp_page_numbers li a:hover,
#wp_page_numbers .active_page a,
body.paged #wp_page_numbers li.active_page:last-child a {
	color: #FFF !important;
	text-decoration: none !important;
	background-color: #D80A30 !important;
	border: 1px solid #D80A30 !important;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	width: 25px;
	line-height: 25px;
}
/* 流通会館の場合 */
.post-type-archive-blog-kaikan #wp_page_numbers li a:hover,
.post-type-archive-blog-kaikan #wp_page_numbers .active_page a,
body.post-type-archive-blog-kaikan #wp_page_numbers li.active_page:last-child a,
.tax-blog-kaikan-cat #wp_page_numbers li a:hover,
.tax-blog-kaikan-cat #wp_page_numbers .active_page a,
body.tax-blog-kaikan-cat #wp_page_numbers li.active_page:last-child a
.tax-blog-kaikan-tag #wp_page_numbers li a:hover,
.tax-blog-kaikan-tag #wp_page_numbers .active_page a,
body.tax-blog-kaikan-tag #wp_page_numbers li.active_page:last-child a {
	color: #000 !important;
	background-color: #c2db15 !important;
	border: 1px solid #000 !important;
}
/* ページネーション 次の10件 前の10件 */
body.paged #wp_page_numbers li:first-child,
#wp_page_numbers li:last-child {
	position: absolute;
	top: 40px;
	padding: 0 !important;
}
body.paged #wp_page_numbers li:first-child a,
#wp_page_numbers li:last-child a{
	color: #FFF;
	background: #222 !important;
	border: 1px solid #222 !important;
	width: 90px;
}
body.paged #wp_page_numbers li:first-child a:hover,
#wp_page_numbers li:last-child a:hover {
	color: #FFF;
	background: #999 !important;
	border: 1px solid #999 !important;
}
#wp_page_numbers li:last-child {
	right: 157px;
}
/* ページネーション 1件目の画面 */
body.paged #wp_page_numbers li:first-child {
	left: 157px;
}
/* ページネーション 最後の件の画面 */
body.paged #wp_page_numbers li.active_page:last-child {
	position: static;
}
/* ===== sp-banner ===== */
.sp-banner {
	display: none;
}


/* ==========================================================================
                                  contents : single
   ========================================================================== */
.single section {
	background: url(img/blog_toiya/h1_back_single.png) top no-repeat #fff;
}
.single section .date {
	float: left;
	font-size: 1.6rem;
	color: #808080;
	padding-top: 3px;
}
.single section .category {
	float: right;
}
.single section .tag {
	margin-top: 10px;
}
section .back {
	text-align: right;
}
section .back a {
	font-weight: normal;
}
/* 投稿内容 */
.single section .write {
	margin-top: 20px;
}
.single section .write .mainphoto {
	text-align: center;
}
.single section .write .mainphoto img {
	margin-bottom: 20px;
}
.single section .write h1:before,
.single section .write h2:before {
	border-top: #DBDBDB 1px solid;
	padding-top: 30px;
	margin-top: 30px;
	content: '';
	position: relative;
	left: -20px;
	width: 769px;
	display: block;
}
.single section .write h1 {
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 5px solid #d80a30;
	margin-bottom: 30px;
}
.single section .write h2 {
	color: #D80A30;
	font-size: 1.5rem;
	margin-bottom: 20px;
	font-weight: bold;
}
.single section .write h1 + h2:before  {
	border-top: none !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}
/* 流通会館の場合 */
.single-blog-kaikan section .write h1 {
	border-bottom: 5px solid #C2DB15;
}
.single-blog-kaikan section .write h2 {
	color: #aec701;
}
/* ギャラリー */
section .gallery img {
	border: none !important;
}
/* コメントリスト */
.commentlist li:after {
	border-bottom: #DBDBDB 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
	content: '';
	position: relative;
	left: -20px;
	width: 769px;
	display: block;
}
.comment-author {
	font-weight: bold;
	margin-right: 10px;
	font-size: 1.5rem;
}
.comment-author a {
	color: #ff7b71;
}
/* 流通会館の場合 */
.single-blog-kaikan .comment-author a {
	color: #AEC701;
}
.comment-date {
	color: #999;
	font-size: 1.1rem;
}
.comment-content {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
/* コメントを残す */
#reply-title {
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 10px;
}
.comment-notes {
	margin-bottom: 10px;
}
#commentform label {
	display: block;
	color: #808080;
	margin-top: 9px;
	margin-bottom: 2px;
}
.form-allowed-tags {
	font-size: 1.1rem;
	color: #808080;
	width: 90%;
	margin-bottom: 15px;
	margin-left: 10px;
}
.form-submit {
	text-align: center;
}
.form-submit input {
	color: #FFF;
	font-size: 2rem;
	background: #000;
	border: none;
	padding: 10px 15px;
	font-weight: bold;
	cursor: pointer;
}
.form-submit input:hover {
	filter: alpha(opacity=45);
	-moz-opacity: 0.45;
	opacity: 0.45;
}
/* 流通会館の場合 */
.single-blog-kaikan .form-submit input {
	background: #a6b814;
}


/* ==========================================================================
                                  side
   ========================================================================== */
#sp-menu {
	display: none;
}
/* ===== カラム ===== */
.col {
	padding: 20px;
	background: #FFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.col + .col,
.col nav + div,
.col div + div {
	margin-top: 25px;
}
/* 日付 */
.side .date,
.side .date a {
	font-size: 1rem;
	font-weight: normal;
	color: #B3B3B3;
}
/* ===== 記事リスト ===== */
/* ライン */
.side .list li {
	background-image: url(img/blog_toiya/category-border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* カテゴリー */
.s-category {
	font-size: 1.3rem;
	color: #FF7B71;
	font-weight: bold;
}
.s-category li:nth-last-of-type(1) {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
/* 流通会館の場合 */
.post-type-archive-blog-kaikan .s-category,
.tax-blog-kaikan-cat .s-category,
.tax-blog-kaikan-tag .s-category,
.single-blog-kaikan .s-category {
	color: #c2db15;
}
/* 最新コメント */
.s-newcomment .author {
	text-align: right;
	margin-top: 5px;
	font-size: 1.1rem;
}
/* カレンダー */
.s-calendar table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #FF7B71;
}
.s-calendar caption {
	text-align: left;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}
.s-calendar table a {
	color: #FF7B71;
}
.s-calendar th,
.s-calendar td {
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 1rem;
}
.s-calendar th,
.s-calendar tfoot .pad {
	color: #fff;
	background: #FF7B71;
	border: 1px solid #FF7B71;
}
.s-calendar td {
	text-align:center;
	border:1px solid #FF7B71;
	color: #999;
	font-weight: bold;
}
.s-calendar #prev,
.s-calendar #next {
	background: #FF7B71;
}
.s-calendar #prev a,
.s-calendar #next a {
	color: #fff;
	display: block;
}
/* 流通会館の場合 */
.post-type-archive-blog-kaikan .s-calendar table,
.tax-blog-kaikan-cat .s-calendar table,
.tax-blog-kaikan-tag .s-calendar table,
.single-blog-kaikan .s-calendar table {
	border: 1px solid #c2db15;
}
.post-type-archive-blog-kaikan .s-calendar table a,
.tax-blog-kaikan-cat .s-calendar table a,
.tax-blog-kaikan-tag .s-calendar table a,
.single-blog-kaikan .s-calendar table a {
	color: #aec701;
	font-weight: bold;
}
.post-type-archive-blog-kaikan .s-calendar td,
.tax-blog-kaikan-cat .s-calendar td,
.tax-blog-kaikan-tag .s-calendar td,
.single-blog-kaikan .s-calendar td {
	color: #666;
	font-weight: normal;
}
.post-type-archive-blog-kaikan .s-calendar th,
.post-type-archive-blog-kaikan .s-calendar tfoot .pad,
.tax-blog-kaikan-cat .s-calendar th,
.tax-blog-kaikan-cat .s-calendar tfoot .pad,
.tax-blog-kaikan-tag .s-calendar th,
.tax-blog-kaikan-tag .s-calendar tfoot .pad,
.single-blog-kaikan .s-calendar th,
.single-blog-kaikan .s-calendar tfoot .pad {
	background: #c2db15;
	border: 1px solid #c2db15;
	color: #FFF !important;
}
.post-type-archive-blog-kaikan tfoot a,
.tax-blog-kaikan-cat .s-calendar tfoot a,
.tax-blog-kaikan-tag .s-calendar tfoot a,
.single-blog-kaikan .s-calendar tfoot a {
	color: #666 !important;
}
.post-type-archive-blog-kaikan .s-calendar td,
.tax-blog-kaikan-cat .s-calendar td,
.tax-blog-kaikan-tag .s-calendar td,
.single-blog-kaikan .s-calendar td {
	border:1px solid #c2db15;
}
.post-type-archive-blog-kaikan .s-calendar #prev,
.post-type-archive-blog-kaikan .s-calendar #next,
.tax-blog-kaikan-cat .s-calendar #prev,
.tax-blog-kaikan-cat .s-calendar #next,
.tax-blog-kaikan-tag .s-calendar #prev,
.tax-blog-kaikan-tag .s-calendar #next,
.single-blog-kaikan .s-calendar #prev,
.single-blog-kaikan .s-calendar #next {
	background: #c2db15;
}
/* バナー */
.side .banner {
	padding: 15px !important;
}
/* ===== h1 ===== */
.side h1 {
	position: relative;
	left: -30px;
	top: -5px;
	line-height: 0;
}
.side h1 img {
	max-width: 210px !important;
	height: 43px !important;
}
/* Youtube */
.side iframe {
	margin-top: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}
.side .youtube {
	margin-top: 15px;
}


/* ==========================================================================
                                  footer
   ========================================================================== */
footer {
	background-color: #32251A;
	color: #FFF;
	line-height: 35px;
	text-align: center;
}


/* ==========================================================================
                                  ページジャンプ
   ========================================================================== */
.bloglink {
	position: fixed;
	right: 0;
	top: 329px;
	line-height: 0;
	background-color: #FFF;
}
.jump {
	display: none;
	text-align: center;
	padding: 12px;
	bottom: 10px;
	right: 10px;
	position: fixed;
	z-index: 1000;
	color: #FFF;
	background-color: #000;
}