/* "PC" Style Sheet
===================================================== */



/* COMMON
===================================================== */
.long {
	margin-bottom: 50px !important;
}
.middle {
	margin-bottom: 30px !important;
}
.short {
	margin-bottom: 10px !important;
}
div.inner {
	width: 1200px;
	margin: 0 auto;
}
ul.list-double,
ol.list-double {
	width: 100%;
	text-align: left;
	
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
ul.list-double li,
ol.list-double li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	
	letter-spacing: 0.03em; /* 文字間を通常に戻す */
}
ul.list-triple,
ol.list-triple {
	width: 100%;
	text-align: left;
	
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
ul.list-triple li,
ol.list-triple li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	
	letter-spacing: 0.03em; /* 文字間を通常に戻す */
}
ul.list-quad,
ol.list-quad {
	width: 100%;
	text-align: left;
	
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
ul.list-quad li,
ol.list-quad li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	
	letter-spacing: 0.03em; /* 文字間を通常に戻す */
}
ul.sns-button {
	display: table;
	border-collapse: separate;
	border-spacing: 5px 0;
}
ul.sns-button li {
	display: table-cell;
	vertical-align: top;
	font-size: 90%;
	line-height: 1em;
	text-align: center;
	color: #FFF;
	border-radius: 3px;
}



/* HEADER
===================================================== */
header {
	margin-bottom: 30px;
}
header div.login-text {
	font-size: 90%;
  line-height: 1.5em;
  text-align: right;
	color: #FFF;
	background-color: #3C3C3C;
	padding: 3px 0;
}
header div.top-info {
	padding: 10px 0;
}
header div.top-info ul.btn-user {
	display: table;
	border-collapse: separate;
	border-spacing: 5px 0;
	margin-left: 10px;
}
header div.top-info ul.btn-user li {
	display: table-cell;
	width: 80px;
	height: 60px;
	font-size: 90%;
  line-height: 1.5em;
	text-align: center;
	border-radius: 3px;
}
header div.top-info ul.btn-user li.login,
header div.top-info ul.btn-user li.logout {
	background-color: #3C3C3C;
}
header div.top-info ul.btn-user li.touroku {
	background-color: #306FB6;
}
header div.top-info ul.btn-user li.login:hover,
header div.top-info ul.btn-user li.logout:hover {
	background-color: #303030;
}
header div.top-info ul.btn-user li.touroku:hover {
	background-color: #265992;
}
header div.top-info ul.btn-user li a {
	display: block;
	color: #FFF;
}
header div.top-info ul.btn-user li a:hover {
	text-decoration: none;
}
header div.top-info ul.btn-user li i {
	display: block;
	font-size: 250%;
  line-height: 1.2em;
  margin: 0;
}
header nav#cat-navi {}
header nav#cat-navi ul.cat-list {
	display: table;
	font-size: 95%;
  line-height: 1.8em;
	table-layout: fixed;
	width: 100%;
}
header nav#cat-navi ul.cat-list li {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	color: #FFF;
	background-color: #3C3C3C;
}
header nav#cat-navi ul.cat-list li:first-child {
	border-right: solid 1px #2A2A2A;
}
header nav#cat-navi ul.cat-list li:hover {
	background-color: #2A2A2A;
}
header nav#cat-navi ul.cat-list li.yellow {
	background-color: #DDC80F;
}
header nav#cat-navi ul.cat-list li.yellow:hover {
	background-color: #C6B40E;
}
header nav#cat-navi ul.cat-list li.l-green {
	background-color: #8FC31F;
}
header nav#cat-navi ul.cat-list li.l-green:hover {
	background-color: #76B115;
}
header nav#cat-navi ul.cat-list li.orange {
	background-color: #FD972A;
}
header nav#cat-navi ul.cat-list li.orange:hover {
	background-color: #E38826;
}
header nav#cat-navi ul.cat-list li.blue {
	background-color: #0071BC;
}
header nav#cat-navi ul.cat-list li.blue:hover {
	background-color: #036793;
}
header nav#cat-navi ul.cat-list li.red {
	background-color: #FD4C2A;
}
header nav#cat-navi ul.cat-list li.red:hover {
	background-color: #E34426;
}
header nav#cat-navi ul.cat-list li.green {
	background-color: #1E6A3C;
}
header nav#cat-navi ul.cat-list li.green:hover {
	background-color: #14512A;
}
header nav#cat-navi ul.cat-list li.navy {
	background-color: #22335F;
}
header nav#cat-navi ul.cat-list li.navy:hover {
	background-color: #162347;
}
header nav#cat-navi ul.cat-list li.purple {
	background-color: #583B5E;
}
header nav#cat-navi ul.cat-list li.purple:hover {
	background-color: #412946;
}
header nav#cat-navi ul.cat-list li a {
	display: block;
	color: #FFF;
	padding: 6px 0;
}
header nav#cat-navi ul.cat-list li a:hover {
	text-decoration: none;
}
header nav#cat-navi ul.cat-list li:last-child {}



/* FOOTER
===================================================== */
footer {
	font-size: 100%;
	line-height: 1.4em;
	text-align: center;
	color: #FFF;
	background-color: #306FB6;
	padding: 20px;
}
footer nav {
	margin-bottom: 20px;
}
footer nav ul {}
footer nav ul li {
	float: left;
	font-size: 90%;
	line-height: 1em;
	font-weight: 300;
	border-left: solid 1px #57C3E4;
	padding: 0 10px;
}
footer nav ul li:last-child {
	border-right: solid 1px #57C3E4;
}
footer nav ul li a {
	color: #FFF;
}
footer div.copyright {
	font-size: 90%;
	line-height: 1.4em;
	font-weight: 300;
	text-align: right;
	color: #FFF;
}



/* CONTENTS "COMMON"
===================================================== */
article {
	float: left;
	width: 900px;
}
article section {
	border-top: solid 2px #3C3C3C;
	padding-top: 8px;
	margin-bottom: 50px;
}
article section div.cnt-wrap {
	padding: 0 20px;
	margin-bottom: 50px;
}
article section h1 {
	display: inline-block;
	position: relative;
	font-size: 120%;
	line-height: 1.4em;
	color: #3C3C3C;
	margin-bottom: 10px;
}
article section h1:after {
	position: absolute;
	top: -7px;
	right: -20px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 150%;
	line-height: 1.4em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
	content: "\f105";
}
article section h2.obi-blue {
	font-size: 120%;
	line-height: 1.6em;
	color: #FFF;
	background-color: #306FB6;
	padding: 5px 10px;
	margin-bottom: 15px;
}
article section h3.bold-green {
	font-size: 120%;
	line-height: 1.6em;
	color: #78BA43;
	margin-bottom: 10px;
}
article section h4.bold-blue {
	font-size: 110%;
	line-height: 1.6em;
	color: #306FB6;
	margin-bottom: 10px;
}
article section div.box-bg-lblue {
	background-color: #EAF1F7;
	padding: 15px;
}
article section div.single-wrap {
	outline: solid 1px #E6E6E6;
	padding: 15px;
}
article section p.more-view {
	text-align: right;
}
article section p.more-view a:after {
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 120%;
	line-height: 1.4em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-left: 5px;
	content: "\f101";
}
article section p.more-view a {
	color: #306FB6 !important;
}
article section p.post-date {
	font-size: 90%;
	line-height: 1.6em;
	color: #999;
}
article section p.post-title {
	font-size: 100%;
	line-height: 1.6em;
}
article section div.cat-name {
	display: inline-block;
	font-size: 90%;
	line-height: 1em;
	color: #FFF;
	border-radius: 3px;
	background-color: #3C3C3C;
	padding: 3px 10px;
}
article section div.column {
	background-color: #DDC80F;
}
article section div.tounyou {
	background-color: #FD972A;
}
article section div.shishitsu {
	background-color: #0071BC;
}
article section div.kouketsuatsu {
	background-color: #FD4C2A;
}
article section div.kahun {
	background-color: #1E6A3C;
}
article section div.bien {
	background-color: #22335F;
}
article section div.kansetsu {
	background-color: #583B5E;
}
article section div.ryokunai {
	background-color: #00A63C;
}

/* ページネーション
============================ */
article section div.post-pagination {
	display: inline-block;
	font-size: 100%;
	line-height: 1.4em;
	padding: 10px 0;
}
article section div.post-pagination span, .post-pagination a {
  display: block;
  float: left;
  margin: 0 2px;
  padding: 7px 10px;
  text-decoration: none;
  width: auto;
  line-height: 1em;
  color: #306FB6;
  border: solid 1px #306FB6;
  border-radius: 3px;
}
article section div.post-pagination a:hover {
  color: #FFF;
  background: #306FB6;
}
article section div.post-pagination .current{
  padding: 7px 10px;
  background: #306FB6;
  color: #FFF;
}


/* エディター
============================ */
article section div.honbun-area {
	border: solid 1px #E6E6E6;
	padding: 20px;
}
article section div.honbun-area h2.post-title {
	font-size: 150%;
	line-height: 1.6em;
	color: #306FB6;
	border-bottom: solid 1px #E6E6E6;
	padding-bottom: 10px;
}
article section div.honbun {
	font-size: 110%;
	line-height: 1.8em;
	padding: 20px 10px;
}
article section div.honbun h1,
article section div.honbun h2,
article section div.honbun h3 {
	font-size: 130%;
	line-height: 1.6em;
	color: #306FB6;
	margin-bottom: 20px;
}
article section div.honbun h4 {
	font-size: 120%;
	line-height: 1.6em;
	color: #306FB5;
	border-left: solid 2px #306FB5;
	padding-left: 5px;
	margin-bottom: 20px;
}
article section div.honbun h5 {
	font-size: 110%;
	line-height: 1.6em;
	color: #306FB5;
	background-color: #EAF1F7;
	padding: 5px;
	margin-bottom: 20px;
}
article section div.honbun h6 {
	font-size: 110%;
	line-height: 1.6em;
	color: #306FB5;
	margin-bottom: 20px;
}
article section div.honbun p {
	margin-bottom: 20px;
}
article section div.honbun img {
	margin-bottom: 20px;
}
article section div.honbun span.marker {
	color: #306FB5;
	background-color: #EAF1F7;
}
article section div.honbun ul {
	margin: 0 20px 20px 40px;
}
article section div.honbun ul li {
	list-style: disc;
	margin-bottom: 10px;
}
article section div.honbun ol {
	margin: 0 20px 20px 40px;
}
article section div.honbun ol li {
	list-style: decimal;
	margin-bottom: 10px;
}
article section div.honbun div.box {
	padding: 10px 20px;
	margin-bottom: 20px;
}
article section div.honbun .dot {
	border-style: dotted !important;
}
article section div.honbun .bd-grey {
	border: solid 2px #CCC;
}
article section div.honbun .bg-grey {
	background-color: #F0F0F0;
}
article section div.honbun div.img-box {
	margin-bottom: 20px;
}
article section div.honbun div.img-box .left-img {
	float: left;
	margin: 0 20px 20px 0;
}
article section div.honbun div.img-box .right-img {
	float: right;
	margin: 0 0 20px 20px;
}
article section div.honbun table.table01 {
	border: none;
	margin: 20px 0;
}
article section div.honbun table.table01 caption {
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	padding: 5px 20px;
}
article section div.honbun table.table01 tr {}
article section div.honbun table.table01 tr:nth-child(odd) {
	background-color: #EAF1F7;
}
article section div.honbun table.table01 tr:nth-child(even) {
	background-color: #F5F8FB;
}
article section div.honbun table.table01 tr th {
	font-weight: normal;
	color: #FFF;
	border: none;
	border-right: solid 1px #FFF;
	background-color: #999;
	padding: 5px 20px;
}
article section div.honbun table.table01 tr th:last-child {
	border-right: none;
}
article section div.honbun table.table01 tr td {
	border: none;
	border-right: solid 1px #FFF;
	padding: 5px 20px;
}
article section div.honbun table.table01 tr td:last-child {
	border-right: none;
}
article section div.honbun table.table01 .table-left {
	text-align: left;
}
article section div.honbun table.table01 .table-center {
	text-align: center;
}
article section div.honbun table.table01 .table-right {
	text-align: right;
}
article section div.honbun table.table01 .table-top {
	vertical-align: top
}
article section div.honbun table.table01 .table-middle {
	vertical-align: middle;
}
article section div.honbun table.table01 .table-bottom {
	vertical-align: bottom;
}
article section div.honbun table.table02 {
	border: none;
	margin: 20px 0;
}
article section div.honbun table.table02 caption {
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	padding: 5px 20px;
}
article section div.honbun table.table02 tr {}
article section div.honbun table.table02 tr:nth-child(odd) {
	background-color: #EAF1F7;
}
article section div.honbun table.table02 tr:nth-child(even) {
	background-color: #F5F8FB;
}
article section div.honbun table.table02 tr th {
	font-weight: normal;
	color: #FFF;
	border: none;
	border-bottom: solid 1px #FFF;
	background-color: #999;
	padding: 5px 20px;
}
article section div.honbun table.table02 tr:last-child th {
	border-bottom: none;
}
article section div.honbun table.table02 tr td {
	border: none;
	border-right: solid 1px #FFF;
	padding: 5px 20px;
}
article section div.honbun table.table02 tr td:last-child {
	border-right: none;
}
article section div.honbun table.table02 .table-left {
	text-align: left;
}
article section div.honbun table.table02 .table-center {
	text-align: center;
}
article section div.honbun table.table02 .table-right {
	text-align: right;
}
article section div.honbun table.table02 .table-top {
	vertical-align: top
}
article section div.honbun table.table02 .table-middle {
	vertical-align: middle;
}
article section div.honbun table.table02 .table-bottom {
	vertical-align: bottom;
}


/* SEARCH
============================ */
article section div.search-area {}
article section div.search-area ul.detail-list {}
article section div.search-area ul.detail-list li {
	padding: 20px;
}
article section div.search-area ul.detail-list li:nth-child(odd) {
	background-color: #EAF1F7;
}
article section div.search-area ul.detail-list li:nth-child(even) {
	background-color: #F5F8FB;
}
article section div.search-area ul.detail-list li dl {}
article section div.search-area ul.detail-list li dl dt {
	overflow: hidden;
	font-size: 120%;
	line-height: 1.6em;
	font-weight: bold;
	color: #306FB6;
	margin-bottom: 5px;
}
article section div.search-area ul.detail-list li dl dt > span {
	display: inline-block;
	padding: 0 0.5em;
	position: relative;
}
article section div.search-area ul.detail-list li dl dt > span:after {
	height: 3px;
	border-top: solid 1px #85B8DD;
	content: "";
	position: absolute;
	top: 45%;
	width: 99em;
}
article section div.search-area ul.detail-list li dl dt > span:before {
	right: 100%;
}
article section div.search-area ul.detail-list li dl dt > span:after {
	left: 100%;
}
article section div.search-area ul.detail-list li dl dd {
	font-size: 110%;
	line-height: 1.6em;
}
article section div.search-area ul.detail-list li dl dd div.word-search {
	display: table;
	border-collapse: separate;
	border-spacing: 10px 0;
	width: 100%;
	text-align: left;
}
article section div.search-area ul.detail-list li dl dd div.word-search div {
	display: table-cell;
}
article section div.search-area ul.detail-list li dl dd div.word-search div.button {
	width: 50px;
}
article section div.search-area ul.detail-list li dl dd div.word-search input[type="text"] {
	width: 96%;
	font-size: 110%;
	line-height: 1.4em;
	border: solid 1px #85B8DD;
	border-radius: 3px;
	padding: 6px 2%;
}
article section div.search-area ul.detail-list li dl dd div.word-search button.search:hover {
	background-color: #CE0D24;
}
article section div.search-area ul.detail-list li dl dd table.check-list {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px;
}
article section div.search-area ul.detail-list li dl dd table.check-list tr {}
article section div.search-area ul.detail-list li dl dd table.check-list tr td {
	vertical-align: top;
}
article section div.search-area input[type="submit"].small {
	width: 100%;
	font-size: 110%;
	line-height: 1em;
	text-align: center;
	color: #FFF;
	border: none;
	border-radius: 3px;
	background-color: #306FB6;
	padding: 10px 30px;
}
article section div.search-area input[type="submit"].big {
	display: block;
	width: 40%;
	font-size: 120%;
	line-height: 1.4em;
	text-align: center;
	color: #FFF;
	border: none;
	border-radius: 3px;
	background-color: #306FB6;
	padding: 10px;
	margin: 30px auto;
}
article section span.new {
	font-size: 80%;
	line-height: 1.5em;
	white-space: nowrap;
	color: #FFF;
	border-radius: 10px;
	background-color: #FD4C2A;
	padding: 2px 8px;
	margin-left: 5px;
}


aside {
	float: right;
	width: 280px;
}
aside section {}
aside section#bn-sec {}
aside section#bn-sec ul.bn-list {}
aside section#bn-sec ul.bn-list li {
	margin-bottom: 10px;
}
aside section#bn-sec ul.bn-list li img {
	border: solid 1px #E6E6E6;
}



/* CONTENTS "HOME"
===================================================== */
article#home {}
article#home section#sougou-sec {}
article#home section#recipe-sec {}
article#home section#column-sec {
	border-color: #DDC80F;
}
article#home section#column-sec h1 {
	color: #DDC80F;
}
article#home section#tounyou-sec {}
article#home section#shishitsu-sec {}
article#home section#kouketsuatsu-sec {}
article#home section#kahun-sec {}
article#home section#bien-sec {}
article#home section#kansetsu-sec {}
article#home section#ryokunai-sec {}
article#home section div.cont-wrap {
	display: table;
	border-collapse: separate;
	border-spacing: 10px 0;
}
article#home section div.cont-wrap div.main-cont {
	display: table-cell;
	width: 250px;
	outline: solid 1px #E6E6E6;
	padding: 15px;
}
article#home section div.cont-wrap div.main-cont figure {}
article#home section div.cont-wrap div.main-cont figure a {
	display: block;
	color: #666;
}
article#home section div.cont-wrap div.main-cont figure img {
	width: 250px;
	height: auto;
	margin-bottom: 10px;
}
article#home section div.cont-wrap div.main-cont figure figcaption {}
article#home section div.cont-wrap div.sub-cont {
	display: table-cell;
	width: 570px;
	outline: solid 1px #E6E6E6;
	padding: 15px 10px;
}
article#home section div.cont-wrap div.sub-cont ul.post-list {
	text-align: left;
	
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
article#home section div.cont-wrap div.sub-cont ul.post-list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 245px;
	border-bottom: solid 1px #E6E6E6;
	padding-bottom: 5px;
	padding-right: 20px;
	margin: 0 10px 5px 10px;
	
	letter-spacing: normal; /* 文字間を通常に戻す */
}
article#home section div.cont-wrap div.sub-cont ul.post-list li:after {
	position: absolute;
	top: 8px;
	right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 160%;
	line-height: 1.4em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
	content: "\f105";
}
article#home section div.cont-wrap div.sub-cont ul.post-list li img {
	width: 70px;
	height: auto;
	margin-right: 8px;
}
article#home section div.cont-wrap div.sub-cont ul.post-list li a {
	display: block;
	color: #666;
}
article#home ul.sec-list {
	text-align: left;
	
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
article#home ul.sec-list > li {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	margin: 0 10px;
	
	letter-spacing: normal; /* 文字間を通常に戻す */
}
article#home ul.sec-list li section {}
article#home ul.sec-list li section#tounyou-sec {
	border-color: #FD972A;
}
article#home ul.sec-list li section#tounyou-sec h1 {
	color: #FD972A;
}
article#home ul.sec-list li section#shishitsu-sec {
	border-color: #0071BC;
}
article#home ul.sec-list li section#shishitsu-sec h1 {
	color: #0071BC;
}
article#home ul.sec-list li section#kouketsuatsu-sec {
	border-color: #FD4C2A;
}
article#home ul.sec-list li section#kouketsuatsu-sec h1 {
	color: #FD4C2A;
}
article#home ul.sec-list li section#kahun-sec {
	border-color: #1E6A3C;
}
article#home ul.sec-list li section#kahun-sec h1 {
	color: #1E6A3C;
}
article#home ul.sec-list li section#bien-sec {
	border-color: #22335F;
}
article#home ul.sec-list li section#bien-sec h1 {
	color: #22335F;
}
article#home ul.sec-list li section#kansetsu-sec {
	border-color: #583B5E;
}
article#home ul.sec-list li section#kansetsu-sec h1 {
	color: #583B5E;
}
article#home ul.sec-list li section#ryokunai-sec {
	border-color: #00A63C;
}
article#home ul.sec-list li section#ryokunai-sec h1 {
	color: #00A63C;
}
article#home ul.sec-list li section figure {
	outline: solid 1px #E6E6E6;
	padding: 15px;
}
article#home ul.sec-list li section figure a {
	display: block;
	color: #666;
}
article#home ul.sec-list li section figure img {
	width: 250px;
	height: auto;
	margin-bottom: 10px;
}
article#home ul.sec-list li section figure figcaption {}
article#home ul.sec-list li section figure ul.post-list {
	margin-top: 10px;
}
article#home ul.sec-list li section figure ul.post-list li {
	position: relative;
	vertical-align: top;
	border-bottom: solid 1px #E6E6E6;
	padding-bottom: 5px;
	padding-right: 20px;
	margin-bottom: 5px;
}
article#home ul.sec-list li section figure ul.post-list li:first-child {
	border-top: solid 1px #E6E6E6;
	padding-top: 5px;
}
article#home ul.sec-list li section figure ul.post-list li:after {
	position: absolute;
	top: 8px;
	right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 160%;
	line-height: 1.4em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
	content: "\f105";
}
article#home ul.sec-list li section figure ul.post-list li a {
	display: block;
	color: #666;
}



/* CONTENTS "RECIPE"
===================================================== */
article#recipe {}
article#recipe section#recipe-osusume-sec {}
article#recipe section#recipe-osusume-sec h1 {}
article#recipe section#recipe-osusume-sec div.recipe-sld {
	padding: 0 35px;
	margin-bottom: 80px;
}
article#recipe section#recipe-osusume-sec div.recipe-sld .slick-prev:before {
	color: #306FB6;
}
article#recipe section#recipe-osusume-sec div.recipe-sld .slick-next:before {
	color: #306FB6;
}
article#recipe section#recipe-osusume-sec div.recipe-sld div.autoplay01 {}
article#recipe section#recipe-osusume-sec div.recipe-sld div.autoplay01 div.slick-list {
	background-color: transparent;
}
article#recipe section#recipe-osusume-sec div.recipe-sld div.autoplay01 ul.slick-dots {
	bottom: -25px;
}
article#recipe section#recipe-osusume-sec div.recipe-sld div.autoplay01 div.slick-slide {
	border: solid 1px #E6E6E6;
	background-color: #FFF;
}
article#recipe section#recipe-osusume-sec div.recipe-sld div.autoplay01 div.slick-slide:hover {
	text-decoration: none;
	border: solid 1px #306FB6;
}
article#recipe section#recipe-osusume-sec div.recipe-sld div.autoplay01 div.slick-slide figure {
	padding: 15px 10px;
}
article#recipe section#recipe-osusume-sec div.recipe-sld div.autoplay01 div.slick-slide figure h3.recipe-name {
	font-size: 100%;
	line-height: 1.4em;
	margin-bottom: 5px;
}
article#recipe section#recipe-osusume-sec div.recipe-sld div.autoplay01 div.slick-slide figure img {
	width: 163px;
	height: auto;
	margin-bottom: 10px;
}
article#recipe section#recipe-osusume-sec div.recipe-sld div.autoplay01 div.slick-slide figure figcaption {
	width: 100%;
}
article#recipe section#recipe-osusume-sec div.recipe-sld div.autoplay01 div.slick-slide figure figcaption p.explain {
	font-size: 100%;
	line-height: 1.8em;
	color: #666;
}
article#recipe section#recipe-osusume-sec div.recipe-sld div.autoplay01 div.slick-slide a {
	display: block;
}
article#recipe section#recipe-osusume-sec div.recipe-sld div.autoplay01 div.slick-slide a:hover {
	text-decoration: none;
}


article#recipe section#recipe-kensaku-sec {}
article#recipe section#recipe-kensaku-sec h1 {}



/* CONTENTS "RECIPE KENSAKU RESULT"
===================================================== */
article#recipe-kensaku-result {}
article#recipe-kensaku-result section#recipe-kensaku-result-sec {
	position: relative;
}
article#recipe-kensaku-result section#recipe-kensaku-result-sec h1 {}
article#recipe-kensaku-result section#recipe-kensaku-result-sec p.result-num {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 90%;
	line-height: 1.6em;
}
article#recipe-kensaku-result section#recipe-kensaku-result-sec ul.recipe-list {}
article#recipe-kensaku-result section#recipe-kensaku-result-sec ul.recipe-list li {
	width: 23%;
	outline: solid 1px #E6E6E6;
	margin: 0 1% 15px 1%;
}
article#recipe-kensaku-result section#recipe-kensaku-result-sec ul.recipe-list li:hover {
	text-decoration: none;
	outline: solid 1px #306FB6;
}
article#recipe-kensaku-result section#recipe-kensaku-result-sec ul.recipe-list li figure {}
article#recipe-kensaku-result section#recipe-kensaku-result-sec ul.recipe-list li figure a {
	display: block;
	padding: 10px;
}
article#recipe-kensaku-result section#recipe-kensaku-result-sec ul.recipe-list li figure a:hover {
	text-decoration: none;
}
article#recipe-kensaku-result section#recipe-kensaku-result-sec ul.recipe-list li figure img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
article#recipe-kensaku-result section#recipe-kensaku-result-sec ul.recipe-list li figure figcaption {}
article#recipe-kensaku-result section#recipe-kensaku-result-sec ul.recipe-list li figure figcaption p.recipe-name {
	font-size: 100%;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}
article#recipe-kensaku-result section#recipe-kensaku-result-sec ul.recipe-list li figure figcaption p.explain {
	font-size: 100%;
	line-height: 1.8em;
	color: #666;
}



/* CONTENTS "COLUMN"
===================================================== */
article#column {}
article#column section#column-sec {
	border-color: #DDC80F;
}
article#column section#column-sec h1 {
	color: #DDC80F;
}
article#column section#column-sec ul.column-list {}
article#column section#column-sec ul.column-list li {
	width: 23%;
	outline: solid 1px #E6E6E6;
	margin: 0 1% 15px 1%;
}
article#column section#column-sec ul.column-list li figure {}
article#column section#column-sec ul.column-list li figure a {
	display: block;
	padding: 10px;
}
article#column section#column-sec ul.column-list li figure a:hover {
	text-decoration: none;
}
article#column section#column-sec ul.column-list li figure img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
article#column section#column-sec ul.column-list li figure figcaption {}
article#column section#column-sec ul.column-list li figure figcaption p.column-title {
	font-size: 100%;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}
article#column section#column-sec ul.column-list li figure figcaption p.explain {
	font-size: 100%;
	line-height: 1.8em;
	color: #666;
}



/* CONTENTS "COLUMN DETAIL"
===================================================== */
article#column-detail {}
article#column-detail section#column-detail-sec {
	border-color: #DDC80F;
}
article#column-detail section#column-detail-sec h1 {
	color: #DDC80F;
}
article#column-detail section#column-detail-sec dl.column-explain {
	border: solid 3px #CCC;
	padding: 20px;
	margin: 50px 0;
}
article#column-detail section#column-detail-sec dl.column-explain dt {
	font-size: 130%;
	line-height: 1.5em;
	font-weight: bold;
}
article#column-detail section#column-detail-sec dl.column-explain dd {}
article#column-detail section#column-detail-sec ul.btn-area {
	width: 400px;
	text-align: left;
	margin: 0 auto;
	
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
article#column-detail section#column-detail-sec ul.btn-area li {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	font-size: 100%;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
	margin: 0 2.5%;
	
	letter-spacing: 0.03em; /* 文字間を通常に戻す */
}
article#column-detail section#column-detail-sec ul.btn-area li a {
	display: block;
	color: #FFF;
	padding: 15px;
}
article#column-detail section#column-detail-sec ul.btn-area li a:hover {
	text-decoration: none;
}
article#column-detail section#column-detail-sec ul.btn-area li.touroku {
	background-color: #FD972A;
}
article#column-detail section#column-detail-sec ul.btn-area li.touroku:hover {
	background-color: #E38826;
}
article#column-detail section#column-detail-sec ul.btn-area li.login {
	background-color: #306FB6;
}
article#column-detail section#column-detail-sec ul.btn-area li.login:hover {
	background-color: #3A629E;
}



/* CONTENTS "COMPANY"
===================================================== */
article#company {}
article#company section#company-sec {}
article#company section#company-sec h1 {}
article#company section#company-sec table.detail-list {
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
}
article#company section#company-sec table.detail-list tr {}
article#company section#company-sec table.detail-list tr th {
	white-space: nowrap;
	text-align: left;
	background-color: #EAF1F7;
	padding: 5px 10px;
}
article#company section#company-sec table.detail-list tr td {
	padding: 5px 10px;
}



/* CONTENTS "CONTACT"
===================================================== */
article#contact {}
article#contact section#form-sec {}
article#company section#form-sec h1 {}
article#contact section#form-sec table.detail-list {
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
	margin-bottom: 50px;
}
article#contact section#form-sec table.detail-list tr {}
article#contact section#form-sec table.detail-list tr th {
	white-space: nowrap;
	text-align: left;
	color: #306FB6;
	background-color: #EAF1F7;
	padding: 5px 10px;
}
article#contact section#form-sec table.detail-list tr td {
	padding: 5px 10px;
}



/* CONTENTS "POLICY"
===================================================== */
article#policy {
	float: none;
	width: 1000px;
	border-radius: 5px;
	background-color: #FFF;
	margin: 50px auto;
}
article#policy section#policy-sec {
	border: none;
	padding: 50px;
}
article#policy section#policy-sec div.honbun {
	border: none;
	padding: 0;
}
article#policy section#policy-sec h1 {
	display: block;
	text-align: center;
}
article#policy section#policy-sec h1:after {
	display: none;
}



/* CONTENTS "AD"
===================================================== */
article#ad {
	float: none;
	width: 1000px;
	border-radius: 5px;
	background-color: #FFF;
	margin: 50px auto;
}
article#ad section#ad-sec {
	border: none;
	padding: 50px;
}
article#ad section#ad-sec div.honbun {
	border: none;
	padding: 0;
}
article#ad section#ad-sec h1 {
	display: block;
	text-align: center;
}
article#ad section#ad-sec h1:after {
	display: none;
}



/* CONTENTS "LOGIN & TOUROKU"
===================================================== */
article#login {}
article#touroku {}
article section#form-sec {}
article section#form-sec table.form-list {
	font-size: 110%;
	line-height: 1.8em;
	border-collapse: separate;
	border-spacing: 5px;
	margin-bottom: 30px;
}
article section#form-sec table.form-list tr {}
article section#form-sec table.form-list tr th {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 3px 10px;
}
article section#form-sec table.form-list tr th.need:after {
	content: "必須";
	font-size: 90%;
	line-height: 1em;
	color: #FFF;
	border-radius: 3px;
	background-color: #C30D23;
	padding: 2px 5px;
	margin-left: 5px;
}
article section#form-sec table.form-list tr td {
	padding: 3px 10px;
}
article section#form-sec table.form-list tr td span.errMsg {
	font-size: 90%;
	line-height: 1.8em;
	color: #C30D23;
}
article section#form-sec table.form-list tr td input[type="text"] {
	border: solid 1px #E6E6E6;
	border-radius: 3px;
	padding: 3px;
}
article section#form-sec table.form-list tr td input[type="password"] {
	border: solid 1px #E6E6E6;
	border-radius: 3px;
	padding: 3px;
}
article section#form-sec table.form-list tr td input[type="tel"] {
	border: solid 1px #E6E6E6;
	border-radius: 3px;
	padding: 3px;
}
article section#form-sec table.form-list tr td input[type="email"] {
	border: solid 1px #E6E6E6;
	border-radius: 3px;
	padding: 3px;
}
article section#form-sec table.form-list tr td input[type="radio"] {
	margin-right: 5px
}
article section#form-sec table.form-list tr td input[type="checkbox"] {
	margin-right: 5px
}
article section#form-sec table.form-list tr td textarea {
	width: 100%;
	height: 100px;
	border: solid 1px #E6E6E6;
	border-radius: 3px;
	padding: 3px;
}
article section#form-sec table.form-list tr td select {
	border: solid 1px #E6E6E6;
}
article section#form-sec table.form-list tr td label {
	display: inline-block;
	width: 24%;
	margin-bottom: 5px;
}
article section#form-sec input[type="reset"] {
	color: #FFF;
	border: none;
	border-radius: 3px;
	background-color: #B3B3B3;
	padding: 3px 15px;
}
article section#form-sec input[type="submit"] {
	color: #FFF;
	border: none;
	border-radius: 3px;
	background-color: #306FB6;
	padding: 3px 15px;
}



/* 特設バナー
===================================================== */
.bn-tokusetsu {
	position: fixed;
	bottom: -10px;
	right: 5px;
	z-index: 100;
}
.swing {
  -moz-animation: swing linear 2s infinite;
  -moz-transform-origin: top -30px 0;
  -webkit-animation: swing linear 2s infinite;
  -webkit-transform-origin: top -30px 0;
  -ms-animation: swing linear 2s infinite;
  -ms-transform-origin: top -30px 0;
  -o-animation: swing linear 2s infinite;
  -o-transform-origin: top -30px 0;
  animation: swing linear 2s infinite;
  transform-origin: top -30px 0;
}
 
@-moz-keyframes swing {
  0% { -moz-transform: rotate(0deg) }
  25% { -moz-transform: rotate(5deg); }
  50% { -moz-transform: rotate(0deg); }
  75% { -moz-transform: rotate(-5deg); }
  100% { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes swing {
  0% { -webkit-transform: rotate(0deg); }
  25% { -webkit-transform: rotate(5deg); }
  50% { -webkit-transform: rotate(0deg); }
  75% { -webkit-transform: rotate(-5deg); }
  100% { -webkit-transform: rotate(0deg); }
}
@-o-keyframes swing {
  0% { -o-transform: rotate(0deg); }
  25% { -o-transform: rotate(5deg); }
  50% { -o-transform: rotate(0deg); }
  75% { -o-transform: rotate(-5deg); }
  100% { -o-transform: rotate(0deg); }
}
@-ms-keyframes swing {
  0% { -ms-transform: rotate(0deg); }
  25% { -ms-transform: rotate(5deg); }
  50% { -ms-transform: rotate(0deg); }
  75% { -ms-transform: rotate(-5deg); }
  100% { -ms-transform: rotate(0deg); }
}
@keyframes swing {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(10deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-10deg); }
  100% { transform: rotate(0deg); }
}










