@charset "UTF-8";
/*
* Theme Name: BeerEarth
* Author: aim
* Version: 1.0
* Description: 
*/
html {
	font-size: 62.5%;
}
body {
	font-size: 15px;/*ie8以前ブラウザ用*/
	font-size: 1.5rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	color: #333333;
	background: #e7e4d6;
}

@media (min-width: 768px) {
body {
	font-size: 14px;/*ie8以前ブラウザ用*/
	font-size: 1.4rem;
}
}
h1, h2, h3, h4, h5, h6, h7 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: inherit;
	font-size: inherit;
}
img {
	max-width: 100%;
	height: auto;
}
ol, ul, dl, p {
	padding: 0;
	margin: 0;
}
ol, ul {
	list-style-position: inside;
}
dt, dd {
	line-height: inherit;
	font-weight: normal;
}
/********************************
フォント
*********************************/

@font-face {
	font-family: 'Noto Sans Japanese';
	src: url("font/NotoSansCJKjp-Thin.woff2") format('woff2'), url("font/NotoSansCJKjp-Thin.woff") format('woff'), url("font/NotoSansCJKjp-Thin.otf") format('otf');
}
@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?1534212');
  src: url('font/fontello.eot?1534212#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?1534212') format('woff2'),
       url('font/fontello.woff?1534212') format('woff'),
       url('font/fontello.ttf?1534212') format('truetype'),
       url('font/fontello.svg?1534212#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?1534212#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-clacker:before { content: '\e800'; } /* '' */
.icon-beer:before { content: '\e801'; } /* '' */
.icon-gift:before { content: '\e802'; } /* '' */

ul.category_tab {
	display: block;
	margin-bottom: 15px;
	text-align: center;
}
ul.category_tab li{
	display: inline-block;
	list-style: none;
	margin-bottom: 5px;
}
ul.category_tab li a{
	display: block;
	text-decoration: none;
	color: #fff;
	line-height: 1;
	font-size: 11px;
	padding: 10px 4px;
	background-color: #95958F;
	transition: all 0.2s;
	opacity: 1;
}
ul.category_tab li a:hover{
	opacity: .7;
}
ul.category_tab li a.category_tab_beer{
	background-color: #b88e41;
}
ul.category_tab li a.category_tab_beer:before{
	content: '\e801';
	font-family: 'fontello';
	padding-right: 3px;
}
ul.category_tab li a.category_tab_other{
	background-color: #013f75;
}
ul.category_tab li a.category_tab_other:before{
	content: '\e802';
	font-family: 'fontello';
	padding-right: 3px;
}
ul.category_tab li a.category_tab_event{
	background-color: #d70101;
}
ul.category_tab li a.category_tab_event:before{
	content: '\e800';
	font-family: 'fontello';
	padding-right: 3px;
}
@media (min-width: 768px) {
ul.category_tab {
	margin-bottom: 30px;
	text-align: left;
}
ul.category_tab li a{
	font-size: 16px;
	padding: 10px 10px;
}
}
/********************************
リンク設定
*********************************/
a:link, a:visited {
	color: #a37e39;
	text-decoration: none;
}
a:hover {
	color: #a37e39;
	text-decoration: underline;
}
a:active {
	color: #a37e39;
	text-decoration: none;
}
/********************************
カラム設定
*********************************/
main {
	display: block;
	word-break: break-all;
}
main.under_page {
	border-top: 1px solid #a37e39;
}
main.archive_page {
	border-top: 1px solid #a37e39;
}

/*container*/
@media (min-width: 768px) {
.container {
	width: 730px !important;
	padding-left: 0;
	padding-right: 0;
}
}

@media (min-width: 992px) {
.container {
	width: 960px !important;
}
}

@media (min-width: 1200px) {
.container {
	width: 1020px !important;
}
}
/*main_contents*/
.main_contents {
	margin: 30px 0;
}

@media (min-width: 768px) {
.main_contents {
	margin: 40px 0;
}
}
main.under_page .main_contents {
	background: #ffffff;
	padding: 20px 15px;
}

@media (min-width: 768px) {
main.under_page .main_contents {
	padding: 30px;
}
}

@media (min-width: 992px) {
main.under_page .main_contents {
	padding: 40px 100px;
}
}
/********************************
sp pc 表示切り替え
*********************************/
.pc {
	display: none;
}

@media (min-width: 768px) {
.sp {
	display: none;
}
.pc {
	display: block;
}
}
/********************************
罫線
*********************************/
hr {
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	border-top: 1px dashed #edd1b0;
}
/********************************
改行位置の調整
*********************************/
br.pc {
	display: none;
}

@media (min-width: 768px) {
br.sp {
	display: none;
}
br.pc {
	display: inline;
}
}
br.xs {
	display: inline;
}
br.sm {
	display: none;
}
br.md {
	display: none;
}
br.lg {
	display: none;
}

@media (min-width: 768px) {
br.xs {
	display: none;
}
br.sm {
	display: inline;
}
br.md {
	display: none;
}
br.lg {
	display: none;
}
}

@media (min-width: 992px) {
br.xs {
	display: none;
}
br.sm {
	display: none;
}
br.md {
	display: inline;
}
br.lg {
	display: none;
}
}

@media (min-width: 1200px) {
br.xs {
	display: none;
}
br.sm {
	display: none;
}
br.md {
	display: none;
}
br.lg {
	display: inline;
}
}
/********************************
リスト
*********************************/

/*ul_01*/
.ul_01 {
	list-style: none;
}
.ul_01 li {
	margin-top: 0.8rem;
	position: relative;
	padding-left: 1.2em;
}
.ul_01 li:first-child {
	margin-top: 0;
}
.ul_01 li:before {
	content: '';
	position: absolute;
	display: block;
	background: #ddd;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: 0.9em;
	margin-top: -4px;
	left: 0;
}
/*ul_02*/
.ul_02 {
	list-style: none;
}
.ul_02 li {
	margin-top: 0.8rem;
	position: relative;
	padding-left: 1.5em;
}
.ul_02 li:first-child {
	margin-top: 0;
}
.ul_02 li:before {
	position: absolute;
	top: 0.9em;
	left: 0;
	content: "\f138";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #a37e39;
	margin-top: -7px;
}
/*ul_03*/
.ul_03 {
	list-style: none;
}
.ul_03 li {
	margin-top: 0.8rem;
	position: relative;
	padding-left: 1.5em;
}
.ul_03 li:first-child {
	margin-top: 0;
}
.ul_03 li:before {
	position: absolute;
	top: 0.9em;
	left: 0;
	content: "\f046";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #a37e39;
	margin-top: -7px;
}
/*ul_04*/
.ul_04 {
	list-style: none;
}
.ul_04 li {
	border-bottom: 1px dotted #ccc;
	padding: 0.5em 0;
}
.ul_04 li:first-child {
	border-top: 1px dotted #ccc;
}
/*ul_05*/
.ul_05 {
	list-style: none;
	letter-spacing: -0.4em;
	margin: -0.6rem -1.5rem;
}
.ul_05 li {
	letter-spacing: normal;
	display: inline-block;
	padding: 0.6rem 1.5rem;
	width: 100%;
	vertical-align: top;
}
.ul_05 li span {
	display: block;
	position: relative;
	padding-left: 1em;
	line-height: 1.5;
}
.ul_05 li span:before {
	content: '';
	position: absolute;
	display: block;
	background: #ddd;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: 8px;
	left: 0;
}

@media (min-width: 768px) {
.ul_05 li {
	width: 50%;
}
.ul_05 li span:before {
	top: 6px;
}
}
/********************************
番号付きリスト
*********************************/
/*ol_01*/
.ol_01 {
	list-style: none;
	counter-reset: order;
}
.ol_01 > li {
	position: relative;
	padding-left: 28px;
	margin-top: 1rem;
}
.ol_01 > li:first-child {
	margin-top: 0;
}
.ol_01 > li:before {
	counter-increment: order;
	content: counter(order);
	width: 20px;
	height: 20px;
	border: 1px solid #555;
	text-align: center;
	display: block;
	padding: 2px 0;
	font-size: 14px;
	line-height: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 4px;
	background: #fff;
}

@media (min-width: 768px) {
.ol_01 > li:before {
	top: 2px;
}
}
/*ol_02*/
.ol_02, .ol_02 ol {
	list-style: none;
	counter-reset: order;
}
.ol_02 > li {
	position: relative;
	padding-left: 1.5em;
	margin-top: 1rem;
}
.ol_02 > li:first-child {
	margin-top: 0;
}
.ol_02 li:before {
	counter-increment: order;
	content: counter(order)'.';
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
}
.ol_02 ol > li {
	position: relative;
	padding-left: 1.5em;
	margin-top: 1rem;
}
.ol_02.two_digit > li {
	padding-left: 2.5em;
}
.ol_02 > li > ol.two_digit li {
	padding-left: 2.5em;
}

@media (min-width: 768px) {
.ol_02 > li:before {
	top: 0;
}
}
/*ol_03*/
.ol_03, .ol_03 ol {
	list-style: none;
	counter-reset: order;
}
.ol_03 > li {
	position: relative;
	padding-left: 1.5em;
	margin-top: 1rem;
}
.ol_03 > li:first-child {
	margin-top: 0;
}
.ol_03 li:before {
	counter-increment: order;
	content: counters(order, '-')'.';
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
}
.ol_03 ol > li {
	position: relative;
	padding-left: 2.8em;
	margin-top: 1rem;
}
.ol_03.two_digit > li {
	padding-left: 2.5em;
}
.ol_03 > li > ol.two_digit li {
	padding-left: 3.8em;
}

@media (min-width: 768px) {
.ol_03 > li:before {
	top: 0;
}
}
/*ol_04*/
.ol_04 {
	list-style: none;
	counter-reset: order;
}
.ol_04 > li {
	position: relative;
	padding-left: 1.5em;
	margin-top: 1rem;
}
.ol_04 > li:first-child {
	margin-top: 0;
}
.ol_04 > li:before {
	counter-increment: order;
	content: counter(order, lower-latin)'.';
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
}

@media (min-width: 768px) {
.ol_04 > li:before {
	top: 0;
}
}
/********************************
テーブル
*********************************/
/*table_01*/
.table_01 {
	width: 100%;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	table-layout: fixed;
}
.table_01 th, .table_01 td {
	width: 100%;
	display: block;
	padding: 1rem;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.table_01 th {
	background: #f6f4ed;
}

@media (min-width: 768px) {
.table_01 th, .table_01 td {
	width: auto;
	display: table-cell;
	padding: 1.5rem;
}
.table_01 th {
	width: 30%;
}
}
/********************************
タイトル（大中小見出しに属さないもの）
*********************************/

/********************************
ヘッダー
*********************************/
.header {
	clear: both;
	padding: 2rem 0;
}
/*h1*/
.header h1 {
	text-align: center;
}

@media (min-width: 768px) {
.header {
}
/*inner*/
.header .inner {
	display: table;
	table-layout: fixed;
	width: 100%;
}
/*h1*/
.header h1 {
	text-align: left;
	display: table-cell;
	width: 200px;
	vertical-align: middle;
}
}

@media (min-width: 992px) {
.header h1 {
	width: 450px;
}
}
/*gnavi*/
.mean-container .mean-nav ul li a span {
	margin-left: 1em;
	font-size: .8em;
}

@media (min-width: 768px) {
.gnavi {
	display: table-cell!important;
	vertical-align: middle;
}
.gnavi > ul {
	display: table;
	width: 100%;
	border-left: 1px solid #a37e39;
}
.gnavi > ul > li {
	display: table-cell;
	text-align: center;
	border-right: 1px solid #a37e39;
}
.gnavi > ul > li > a {
	display: block;
	text-decoration: none;
	color: #a37e39;
	padding: 5px 10px;
	line-height: 1;
	font-size: 14px;
	font-family: "メイリオ", Meiryo;
	transition: color 0.3s;
}
.gnavi > ul > li > a:hover {
	color: #bc9242;
}
.gnavi > ul > li > a span {
	display: block;
	line-height: 1;
	padding-top: 10px;
	font-size: .8em;
}
}

@media (min-width: 992px) {
.gnavi > ul > li > a {
	font-size: 14px;
}
}

@media (min-width: 1200px) {
.gnavi > ul > li > a {
	padding: 5px 20px;
}
}
/*********************************
ページトップボタン
**********************************/
.page_top {
	text-align: right;
	line-height: 1;
}
/*********************************
フッター
**********************************/
/*layout*/
.footer {
	clear: both;
	background: #ffffff;
	border-top: 1px solid #a37e39;
}
.footer .inner {
	padding: 20px 0;
}
.footer .inner .footer_left {
	padding-bottom: 20px;
}

@media (min-width: 768px) {
.footer .inner {
	padding: 30px 0;
	display: table;
	width: 100%;
	table-layout: fixed;
}
.footer .inner .footer_left {
	padding-bottom: 0;
	padding-right: 15px;
	display: table-cell;
	width: 50%;
	vertical-align: top;
	border-right: 1px solid #a37e39;
}
.footer .inner .footer_right {
	padding-bottom: 0;
	padding-left: 15px;
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
}

@media (min-width: 992px) {
.footer .inner .footer_left {
	padding-right: 30px;
}
.footer .inner .footer_right {
	padding-left: 30px;
}
}
/*logo*/
.footer .footer_logo {
	text-align: center;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
.footer .footer_logo {
	text-align: left;
}
}
/*shop name*/
.footer .footer_shop_name {
	margin-bottom: .5em;
	font-weight: bold;
}
/*shop info*/
.footer .footer_shop_info {
	font-size: .9em;
}
/*footer contact*/
.footer .footer_contact_title {
	color: #a37e39;
	padding-bottom: .25em;
	border-bottom: 1px solid #a37e39;
	margin-bottom: 15px;
}
.footer .footer_tel {
	text-align: center;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
.footer .footer_tel {
	text-align: left;
}
}
.footer .footer_contact_btn {
	text-align: center;
	width: 100%;
}

@media (min-width: 768px) {
.footer .footer_contact_btn {
	max-width: 415px;
}
}
.footer .footer_contact_btn a {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #ffffff;
	text-decoration: none;
	background: #013562;
	padding: 10px 0;
}
/*attention*/
ul.footer_attention {
	padding-left: 1.5em;
	font-size: .9em;
}
ul.footer_attention li {
	list-style: none;
	position: relative;
}
ul.footer_attention li:before {
	content: "■";
	position: absolute;
	left: -1.5em;
	top: 0;
}
/*copyright*/
.copyright {
	margin-top: 10px;
	line-height: 1;
	font-size: 0.8em;
	text-align: center;
	background: #a37e39;
	color: #fff;
	padding: 10px 0;
}
/*********************************
トップページ_メインビジュアル
**********************************/
/*キャッチコピー*/
.catchcopy_sp {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	text-align: center;
	margin-bottom: 10px;
	font-size: .9em;
}
.catchcopy_pc {
	display: none;
}

@media (min-width: 768px) {
.catchcopy_sp {
	display: none;
}
.catchcopy_pc {
	display: block;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	text-align: center;
	color: #e7e4d6;
	font-size: 40px;
	line-height: 1;
	text-shadow: 0px 0px 10px #a37e39;
	width: 750px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin-left: -375px;
	margin-top: -20px;
}
}
/*外枠*/
.main_visual {
	position: relative;
	background: #a37e39;
	padding: 10px 0;
	margin-bottom: 0;
	overflow: hidden;
}

@media (min-width: 768px) {
.main_visual {
	padding: 15px 0;
}
}

@media (min-width: 1200px) {
.main_visual:after {
	width: 1200px;
	height: 500px;
	content: "";
	display: block;
	background: rgba(163,126,57,.6);
	position: absolute;
	z-index: 1;
	right: 50%;
	top: 15px;
	margin-right: 610px;
}
.main_visual:before {
	width: 1200px;
	height: 500px;
	content: "";
	display: block;
	background: rgba(163,126,57,.6);
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 15px;
	margin-left: 610px;
}
}
/*loader*/
#loading {
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	font-size: 20px;
	line-height: 1;
	width: 100%;
	color: #ccc;
}
#loader-bg {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: #fff;
}
/**************************************
商品リスト
**************************************/
.top_item {
	margin-bottom: 10px;
}
.top_item a.detail_link {
	text-decoration: none;
	padding: 10px;
	display: block;
	background-color: #ffffff;
	transition: background-color 0.3s;
}
.top_item a.detail_link:hover {
	background-color: #f6f4ed;
}
.top_item figure {
	border: 1px solid #f6f4ed;
	margin-bottom: 10px;
}
.top_item figure img {
	width: 100%;
}
/*ec ボタン*/
ul.ec_btn {
	text-align: center;
	display: table;
	width: 100%;
	table-layout: fixed;
}
ul.ec_btn li {
	list-style: none;
	display: table-cell;
}
ul.ec_btn li a {
	line-height: 20px;
	display: block;
	padding: 10px 5px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
ul.ec_btn li.btn_amazon a {
	background-color: #232f3f;
}
ul.ec_btn li.btn_amazon a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(images/top/amazon.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	margin-right: .5em;
}
ul.ec_btn li.btn_rakuten a {
	background-color: #c10000;
}
ul.ec_btn li.btn_rakuten a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(images/top/rakuten.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	margin-right: .5em;
}
ul.ec_btn li.btn_yahoo a {
	background-color: #ff0033;
}
ul.ec_btn li.btn_yahoo a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(images/top/yahoo.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	margin-right: .5em;
}
/*more*/
.more_btn {
	text-align: center;
	width: 70px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.more_btn a {
	text-decoration: none;
	display: block;
	line-height: 68px;
	background: #ffffff;
	color: #a37e39;
	border: 1px solid #a37e39;
	border-radius: 50%;
	font-size: 18px;
}
/**************************************
下層ページ_ベース
**************************************/
/*パンくず*/
.breadcrumbs {
	font-size: .9em;
	margin: 10px 0;
}
/*ページタイトル*/
main.under_page h1 {
	font-size: 1.1em;
	color: #fff;
	line-height: 1.6;
	font-weight: normal;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	padding: 10px 1.5em;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0 0 1.5em 0;
}
@media (min-width: 768px) {
main.under_page h1:after {
	content: "";
	display: block;
	height: 200px;
	width: 200px;
	position: absolute;
	z-index: -1;
	right: -100px;
	top: 0;
	background: #685024;
	transform: rotate(45deg)
}
}
main.under_page h1:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	background: #a37e39;
}
main.under_page h2 {
	font-size: 1em;
	color: #a37e39;
	padding-bottom: .25em;
	border-bottom: 1px solid #a37e39;
	margin: 1.5em 0;
}
/*スタイル*/
main.under_page p{
	margin-bottom: 1em;
word-break: break-all;
}
main.under_page a{
word-break: break-all;
}
main.under_page ol{
	list-style:decimal;
}
main.under_page ul{
	list-style:disc;
}
main.under_page ol,main.under_page ul{
    /*padding: 0 20px 1em 20px;*/
	/*margin-left: 20px;*/
    font-size: 14px;
}

main.under_page strong { font-weight: bold; }
main.under_page em { font-style: italic; }
main.under_page blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
main.under_page .aligncenter,main.under_page .alignright,main.under_page .alignleft {
    display: block;
    margin: 0 auto;
}
@media (min-width: 768px) {
main.under_page .alignright { float: right; padding-left:10px; padding-bottom:5px; }
main.under_page .alignleft { float: left; padding-right:10px; padding-bottom:5px; }
}
main.under_page img[class*="wp-image-"],
main.under_page img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

main.under_page ol {
	list-style:decimal;
	list-style-position: outside;
}

main.under_page ol > li {
	margin-top: 1rem;
}

main.under_page ol > li:first-child {
	margin-top: 0;
}
/**************************************
投稿
**************************************/
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #a37e39;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 3;
	color: #a37e39;
	background-color: #eee;
	border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #a37e39;
	border-color: #a37e39
}
.pager {
  padding-left: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
.pager {
  margin-top: 3rem;
}
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #a37e39;
border-radius: 0; 
   text-decoration: none;
   color:#a37e39;
   line-height: 1;
   transition: background-color 0.5s,
   				color 0.5s,
				border 0.5s;
}
.pager li > a:hover,
.pager li > a:focus {
  background-color: #a37e39;
  border:#a37e39 1px solid;
  color:#fff;
}
.pager .next > a,
.pager .next > span {
 	float: none;
}
.pager .return > a,
.pager .return > span {
	text-align:center;
}
.pager .previous > a,
.pager .previous > span {
 float: none;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}

main.under_page div.single_ec_wrap{
    margin: 30px auto;
    width: 100%;
    max-width: 700px;
}
main.under_page div.single_ec_wrap ul {
    padding: 0;
    margin: 0;
}