@charset "utf-8";
/* CSS Document */
/*sp*/
/*---------------------------------------------------------共通--------------------------------------------------------------*/
#trivia {
    overflow: hidden;
}
#trivia * {
    box-sizing: border-box;
}
#trivia a {
    text-decoration: none;
}
.w1000 img {
    width: 100%;
    vertical-align: top;
}
/*-----------------------------------------------------------タイトル-----------------------------------------------------*/
.topTextBox a {
    display: inline-block;
    color: #333333;
    padding: 10px 5px;
    font-weight: bold;
}
.topTextBox a p {
    font-size: 16px;
    font-weight: bold;
}
.topTextBox .topTextsb {
    font-size: 11px;
    font-weight: normal;
}
/*-----------------------------------------------------パンくずリスト-------------------------------------------------------------*/
ol.breadcrumb {
    display: flex;
    align-items: center;
    padding: 8px;
    overflow-x: scroll;
}
ol.breadcrumb li {
    -wbkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 10px;
    font-size: 10px;
    list-style-type: none;
}
ol.breadcrumb li:first-child::before {
    display: none;
}
ol.breadcrumb li::before {
    padding-right: 5px;
    content: ">";
    font-size: 15px;
}
ol.breadcrumb li span {
    font-size: 10px;
}
ol.breadcrumb li a {
    display: inline-block;
    text-decoration: underline;
    margin-top: 3px;
}
	
	
	
/*-----------------------------------------------------ナビ-------------------------------------------------------------*/
.navBg {
    /*height: 60px;*/
}
.navBg .gNav {
    width: 100%;
}
.navBg .gNav .oseiboText {
    display: none;
}
/*
.navBg .gNav .navBtn {
    display: flex;
    width: 100%;
}
.navBg .gNav .navBtn > li {
    width: calc(100% / 6);
}
.navBg .gNav .navBtn > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    padding-top: 46px;
    height: 120px;
    position: relative;
}
.navBg .gNav .navBtn > li > a p {
    font-size: 10px;
    line-height: 1.2;
}
.navBtn > li > a {
    background-repeat: no-repeat;
    background-position: top 16px center;
    background-size: 48px;
}
.nav01 > a {
    background-image: url(/img/usr/oseibo2019/index_ic03.png);
}
.nav02 > a {
    background-image: url(/img/usr/oseibo2019/index_ic04.png);
}
.nav03 > a {
    background-image: url(/img/usr/oseibo2019/index_ic05.png);
}
.nav04 > a {
    background-image: url(/img/usr/oseibo2019/index_ic06.png);
}
.nav05 > a {
    background-image: url(/img/usr/oseibo2019/index_ic07.png);
}
.nav06 > a {
    background-image: url(/img/usr/oseibo2019/index_ic08.png);
}
.navBtn > li > a > span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/
/*nav固定した際のcss*/
.navBg .gNav.navfixed {
    position: fixed;
    top: 0;
    z-index: 210;
    transition: ease 0.2s;
	box-shadow: 0 1.25px 6px rgba(0,0,0,0.3);
	/*position: fixed;
  top: 0;
  z-index: 90;*/
}
.navBg .gNav.navfixed .flexBox {
    display: flex;
    justify-content: center;
}
.navBg .gNav.navfixed .oseiboText {
    display: block;
}
.navBg .gNav.navfixed .oseiboText a {
    height: 100%;
    color: #ffffff;
    background: #b81c22;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    position: relative;
}
.navBg .gNav.navfixed .navBtn {
    width: 700px;
    margin: 0;
}
.navBg .gNav.navfixed .navBtn > li > a {
    background: none;
    padding: 0;
    height: 60px;
    font-size: 13px;
}
.navBg .gNav.navfixed .navBtn > li > a > span {
    display: none;
}
/*------------------------帯---------------------------*/

.topBox {
    position: relative;
}
.topImages {
    /*position: relative;
    overflow: hidden;
    width: 100%;
    height: 60px;*/
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 50px;
}
.topImages img {
	position: absolute;
    left: 50%;
    height: 50px;
    margin-left: -514px;
}
.topBox .mameText {
	position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 20px;
    margin-left: -71px;
    margin-top: -10px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
p.pageTop a {
    display: flex
;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 4px;
    right: 4px;
    color: #b0985a;
    font-size: 12px;
    width: 100px;
    height: 40px;
    font-weight: bold;
    padding: 0 5px;
    background: #ffffff;
    text-align: center;
    line-height: 1.2;
    border-radius: 12px;
    text-decoration: none;
}
/*---------------------------------------------------------豆知識本文--------------------------------------------------------------*/

.w1000 {
    padding: 40px 10px 20px;
}
figure {
    margin: 0;
}

a:visited {
        color: #00377F;
    }

.h1Box h1 {
   position: relative;
    margin: 20px 0 0px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.h1Box h1 span{
    font-size: 18px;
}

.h1Box h1 span.tag a{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif!important;
}

.h1Box h1::before {
	display: block;
    content: "";
    position: absolute;
    background: url(/img/usr/oseibo2025/icon02.png) no-repeat top / 50px;
    top: -45px;
    left: 0px;
    width: 100%;
    height: 153%;
}
.h1Box figure img {
    margin: 0 auto;
    margin-top: 17px;
}
.h1Box p {
    display: block;
    margin: 15px auto 0;
    font-size: 14px;
    line-height: 1.3;
	color: #333;
}
p.cost{
line-height: 1.8em;
}
/*
honbun h2 {
    font-size: 20px;
    border-left: 10px solid #d95f18;
    font-weight: bold;
	letter-spacing: 2px;
    padding: 15px 0 15px 10px;
	color: #333;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}*/

.honbun h2, .honbun h2.mainTit{
     margin: 1rem auto 1rem;
    padding: 10px 0.5rem 0.5rem;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
    color: #333;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    border-left: none;
    background-color: #f2f2f2;
}
/*----------------------------本文h3箇所---------------------------------*/
.honbun section {
    margin: 30px 0;
}
.honbun h3 {
	border-left: 7px solid #b0985a;
    line-height: 1.5;
    padding: 6px;
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    display: block;
    text-align: left;
    margin: 15px 0 5px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*--------------oseibo_time---------------*/
	
.honbun table {
    width: 100%;
    margin: 10px auto;
}
.honbun table th, .honbun table td {
    border: 1px solid #dadada;
    padding: 10px;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    font-size: 12px;
}
.honbun table th {
    background: #f8f3f2;
}
/*--------------oseibo_houjin---------------*/
section.honbun_h3List {
    margin: 10px 0px;
}
section.honbun_h3List h3 {
    border-left: 7px solid #b0985a;
        line-height: 1.5;
        padding: 6px;
        font-weight: bold;
        font-size: 17px;
        color: #333333;
        display: block;
        text-align: left;
        margin: 15px 0 5px;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/*section.honbun_h3List h3 {
    line-height: 1.1;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-align: left;
    padding: 10px 15px 0;
	border-left: 0;
}*/
section.honbun_h3List p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
}
section.honbun_h3List h3 span {
    color: #333;
    font-size: 20px;
	padding-left: 10px;
}
/*section.honbun_h3List h3:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #333;
    left: 0;
    top: 11px;
}*/
.honbun dl.dl_only {
    border: none;
    padding: 0px;
    margin: 0px;
}
.honbun dl.dl_only dt{
	position: relative;
    width: auto;
    margin: 10px 0 0px;
    padding: 10px 10px 10px 15px;
    font-size: 14px;
}
.honbun dl.dl_only dd{
	padding-left: 0;
}
.honbun dl.dl_only dt::before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #000000;
    left: 0;
    top: 15px;
    border-radius: 15px;
}

/*--------------oseibo_choice---------------*/
.honbun dl {
    border: 2px solid #a78a49;
    padding: 5px;
    margin: 10px;
}
.honbun dl dt {
    padding: 5px;
    /* background: #FFF4ED; */
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    /* text-align: center; */
    margin: 10px 0 0px;
}
.honbun dl dd {
    font-size: 14px;
	padding-left: 22px;
}
.honbun dl dt:first-of-type {
    margin-top: 0;
}
/*--------------oseibo_thanks---------------*/
.honbun ol, .honbun .example {
    margin: 10px;
    padding: 10px;
    border: 1px solid #dadada; 
    background: #f8f3f2;
}
.honbun ol li, .honbun .example p {
    margin-top: 8px;
    font-size: 13px;
}
.honbun ol li {
    margin-left: 15px;
}
.honbun ol li:first-of-type, .honbun .example p:first-of-type {
    margin-top: 0;
}
.honbun .example .example_right {
    text-align: right;
}
/*--------------oseibo_kakegami---------------*/
section.kakegamiBox {
    margin-top: 30px;
}
section.kakegamiBox h3 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    background: #740d0e;
    color: #ffffff;
}
section.kakegamiBox .kake {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #dadada;
    padding: 10px;
}
section.kakegamiBox .kake p {
    display: flex;
    align-items: center;
    margin-top: 0;
}
section.kakegamiBox .kake figure img {
    width: 150px;
}
.kakegamiBox table img {
    width: 100px;
}
p.note {
    display: block;
    text-align: right;
    color: #777777;
}
.nosiBox {
    border-top: 1px solid #dadada;
    padding: 20px 10px 10px;
    margin-top: 20px;
}
.nosiBox .nosiImg {
    display: flex;
    align-items: center;
}
.nosiBox .nosiImg p {
    width: 50%;
}
/*--------------トップに戻るテキストリンク---------------*/
.honbun .return_btn a {
    border-radius: 0;
    width: 98%;
    font-size: 14px;
    position: relative;
    margin: 30px auto;
}
/*
.honbun .return_btn a::after {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(45deg);
    right: 24px;
    top: 50%;
    margin-top: -6px;
}*/
/*--------------贈る相手に合わせて---------------*/
ul.osusume {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
ul.osusume li {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-top: 10px;
}
ul.osusume li:nth-of-type(-n+2) {
    margin-top: 0;
}
ul.osusume li:nth-of-type(2n) {
    margin-right: 0;
}
ul.osusume li a {
    display: block;
    height: 100%;
    padding-bottom: 8px;
    border-bottom: 2px solid #ffffff;
    transition: ease 0.2s;
}
ul.osusume a img {
    border: 1px solid #dadada;
}
ul.osusume .goodsName {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.3;
    color: #333333;
}
ul.osusume .price {
    margin-top: 2px;
    color: #cc0000;
    font-size: 12px;
    font-weight: 500;
}
ul.osusume .price span {
    margin-left: 4px;
    color: #777777;
    font-size: 10px;
}


/*---------------------------------------------------------豆知識一覧--------------------------------------------------------------*/
div.mameBox .w1000 {
    padding: 0px 10px 30px;
}
.mameBox h3 {
    position: relative;
    padding: 10px 0;
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.mameBox h3::before {
    display: block;
    content: "";
    position: absolute;
    background: url(/img/usr/oseibo2021/ic11.png) no-repeat top center / 40px;
    top: -15px;
    left: 50%;
    width: 40px;
    height: 23px;
    margin-left: -21px;
}
.mameList {
    background: #ffffff;
}
.mameList li {
    margin-top: 8px;
}
.mameList li a {
    display: block;
    margin-top: 13px;
    padding: 13px 25px 13px 10px;
    color: #333;
    background-size: 10px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #b0985a;
    position: relative;
}
.mameList li a::after {
    position: absolute;
    /* bottom: 17px; */
    right: 11px;
    display: block;
    content: '';
    top: 40%;
    width: 8px;
    height: 8px;
    border: 2px solid #333;
    border-left-width: 0;
    border-top-width: 0;
    -ms-transform: rotate(-45deg);
    transform: rotate( 
-45deg );
    pointer-events: none;
    border-color: #b0985a;
}

/*-----------------------------------------return_btn-----------------------------------------*/
#return {
    margin: 20px 0 50px;
    text-align: center;
}
#return .more_btn{
	display: inline-block;
	font-size: 13px;
	}
#return .more_btn a {
display: inline-block;
    font-size: 15px;
    background: #fff;
    color: #666666;
    padding: 10px 16px;
    transition: .5s;
    border-radius: 60px;
    border: 1px solid #717171;
	text-decoration:none;
}
/*-------------ランキングスライド---------------*/
.ranking ul.goods_p_ li a {
    position: relative;
    padding-top: 20px;
}
.ranking ul.goods_p_ li a::after {
    display: block;
    content: "";
    position: absolute;
    background: #333333;
    top: 0px;
    left: 10px;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    padding: 2px 0;
    width: 120px;
}
.ranking ul.goods_p_ li:nth-of-type(1) a::after {
    content: "1位";
    background: #c6c161;
}
.ranking ul.goods_p_ li:nth-of-type(2) a::after {
    content: "2位";
    background: #c6c6c6;
}
.ranking ul.goods_p_ li:nth-of-type(3) a::after {
    content: "3位";
    background: #c99232;
}
.ranking ul.goods_p_ li:nth-of-type(4) a::after {
    content: "4位";
}
.ranking ul.goods_p_ li:nth-of-type(5) a::after {
    content: "5位";
}
.ranking ul.goods_p_ li:nth-of-type(6) a::after {
    content: "6位";
}
.ranking ul.goods_p_ li:nth-of-type(7) a::after {
    content: "7位";
}
.ranking ul.goods_p_ li:nth-of-type(8) a::after {
    content: "8位";
}
.ranking ul.goods_p_ li:nth-of-type(9) a::after {
    content: "9位";
}
.ranking ul.goods_p_ li:nth-of-type(10) a::after {
    content: "10位";
}
.ranking ul.goods_p_ li:nth-of-type(11) a::after {
    content: "11位";
}
.ranking ul.goods_p_ li:nth-of-type(12) a::after {
    content: "12位";
}
.ranking ul.goods_p_ li:nth-of-type(13) a::after {
    content: "13位";
}
.ranking ul.goods_p_ li:nth-of-type(14) a::after {
    content: "14位";
}
.ranking ul.goods_p_ li:nth-of-type(15) a::after {
    content: "15位";
}
.ranking ul.goods_p_ li:nth-of-type(16) a::after {
    content: "16位";
}
.ranking ul.goods_p_ li:nth-of-type(17) a::after {
    content: "17位";
}
.ranking ul.goods_p_ li:nth-of-type(18) a::after {
    content: "18位";
}
.ranking ul.goods_p_ li:nth-of-type(19) a::after {
    content: "19位";
}
.ranking ul.goods_p_ li:nth-of-type(20) a::after {
    content: "20位";
}
ul.goods_p_ li figure.img_ img {
    max-width: 100px;
    max-height: 100px;
}
ul.goods_p_ li div.desc_ {
    padding-left: 120px;
    padding-top: 27px;
}
ul.goods_p_ li div.desc_ .name_ {
    font-size: 12px;
    margin-bottom: 0px;
}
ul.goods_p_ li a .price_ {
    font-size: 12px;
    color: #cc0000;
}
ul.goods_p_ li a .price_ span, ul.goods_p_ li a .price_ small {
    font-size: 11px;
}
ul.goods_p_ li figure.img_ {
    margin: 0;
}
h2.common_headline1_ {
    display: none;
}
.more_txt {
    display: none;
}
	
/*-------------イベントスライド---------------*/
.common_headline1_ {
    display: none;
}
ul.goods_p_ {
    border-top: 1px solid #eee;
    padding: 10px 0;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
ul.goods_p_ li {
    border-bottom: 0;
}
ul.goods_p_ li a, #mypagenav ul.goods_p_ li a {
    display: block;
    width: 140px;
    padding: 10px;
    text-decoration: none;
}
ul.goods_p_ li figure.img_ img, #mypagenav ul.goods_p_ li figure.img_ img {
    float: left;
    max-width: 100%;
    max-height: 160px;
    margin-bottom: 10px;
}
ul.goods_p_ li div.desc_ {
    padding-left: 0;
}
ul.goods_p_ li div.desc_ .name_ {
    font-size: 12px;
    color: #333;
    line-height: 1.333;
    margin: 10px 0;
}
ul.goods_p_ li a .price_ {
    line-height: 1;
    margin-top: 3px;
}
ul.goods_p_ li a .price_ span {
    font-size: 10px;
    margin-left: 0;
    margin-top: 2px;
    color: #999999;
    display: block;
    text-align: right;
    width: 100%;
}
ul.goods_p_ li div.desc_ .icon_ img {
    display: none;
}
/*-------------------予算--------------------*/
ul.priceList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 0;
	list-style: none;
	margin-top:10px; 
}
ul.priceList li {
    width: calc((100% / 2 - 10px));
    max-width: 215px;
    margin: 5px;
    text-align: center;
	display: flex;
  /*  border: 1px solid #af9a5b;*/
}
.priceList li a {
    position: relative;
	background: #806500;
  position: relative;
  box-shadow: 3px 3px 5px rgba(155,155,155,0.5);
  border-radius: 10px;
}
.priceList li a .priceText {
    padding: 0px 3px 10px;
    text-align: center;
}
.priceList li a .priceText .lead {
    font-size: 13px;
    color: #af9a5b;
}
.priceList li a .priceText .price {
    font-size: 13px;
        font-weight: 500;
        color: #fff;
        line-height: 1.1;
}
.priceList li a .priceText .price span {
    font-size: 15px;
}
.priceList li a figure img {
	border-radius: 10px 10px 0 0;
	height: 100%;
	margin-top: 0;
}
ul.priceList li.fin::before {
	content: "2022年のお歳暮は販売終了いたしました";
	background: #6c6b6b;
	color: #fff;
	padding: 10px;
	display: block;
	position: absolute;
	top: 36px;
	left: 0%;
	z-index: 1;
	font-size: 15px
}

ul.about {
	padding: 0px 20px;
	line-height: 1.2em;
	margin-bottom: 25px;
}

ul.about li{
	list-style: disc;
	margin-bottom: 5px;
	font-size: 13px;
}

/*リスト*/
div#oseibo_list {
    background-color: #f4f2ec;
}

.link_h2{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	font-family:"游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height: 1.2;
}
h3.link_h2 {
    margin: 25px 0 0px 0px;
}
.link_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.link_list li{
	text-align: center;
	width: calc((100% / 2 - 10px));
	margin: 5px;
	
}
.link_list li a{
    display: block;
    border: 1px solid #baa063;
    text-decoration: none;
    padding: 10px;
    color: #b0985a;
    font-size: 14px;
    background-color: #fff;
	}
#oseibo_list h3::after {
    display: block;
    content: "";
    /* width: 80px; */
    width: 55px;
    /* height: 2px; */
    height: 2px;
    background: rgb(176 152 90);
    margin: 15px auto;
}

/*SNS_sp分*/
footer .footer_info .sns_area_sp ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_info .sns_area_sp li {
  width: 33px;
  margin: 0 15px 0 0;
}
footer .footer_info .sns_area_sp li:last-child {
  margin: 0;
}
footer .footer_info .sns_area_sp li a {
  display: block;
  line-height: 0;
}
footer .footer_info .sns_area_sp li img {
  width: 100%;
}

/*-----------------------------------------レスポンシブ-----------------------------------------*/

.pcOnly {
display:none!important;
}

@media screen and (min-width: 480px){
.br-pc{
    display: none;
}
.br-sp{
    display: inline;
}
.honbun h2.mainTit{
    font-size: 20px;
	}
}
/*----------------------------------------------------------------------------------*/

.honbun {
    margin-top: 30px;
}
/*.honbun h2 {
    font-size: 16px;
    border-left: 6px solid #b52034;
    font-weight: bold;
    padding-left: 5px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #333;
}*/
.honbun p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
}

.honbun p.last{
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}


.honbun ul dl {
    display: block;
}
.honbun figure img {
    width: 430px;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 25px;
}
.honbun p.genre_btn a {
    display: block;
    width: 95%;
    background: #a78a49;
    color: #fff;
    padding: 10px;
    transition: .5s;
    border-radius: 50px;
    margin: 20px auto 20px;
    text-align: center;
    font-size: 14px;
    box-shadow: 1px 3px 7px rgba(155, 155, 155, 0.5);
}
.honbun p.genre_btn span {
    color: #fff;
    padding-left: 10px;
    background: none !important;
}
@media screen and (max-width: 480px) {
.honbun figure img {
    width: 100%;
}
