*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	box-sizing: border-box;
	background-color: #F8F1CC;
	background-image:url(../images/anohonn_bgimg.gif);
}
/* --- link --- */
a:link {
	color: #0066cc;
	text-decoration:none;
}
a:visited {
	color: #0066cc;
}
a:active {
	color: #cc6633;
}
a:hover {
	color:#50bdc8;
	text-decoration:underline;
}
a:hover img {
	opacity: 0.8;
}
/* ------------------------------
	
	logo

------------------------------ */

.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
 @keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
/* ------------------------------
	
	clearfix

------------------------------ */
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:block;
	overflow:hidden;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
/* ------------------------------
	
	content

------------------------------ */
header {
	position: fixed;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 100;
}
#haed_inner {
	margin: 0;
	padding-top: 10px;
	overflow: hidden;
}
.e-hon-logo {
	margin: 0;
	padding: 0 10px;
	width: 75px;
	float: left;
}
.e-hon-logo img {
	width: 100%;
}
#copyright {
	font-size: 12px;
	margin:80px auto 0;
	text-align:center;
	color: #694a3f;
}
/* ------------------------------
	
	page-top

------------------------------ */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 15px;
}
#page-top a {
	width: 80px;
	text-align: center;
	display: block;
	border-radius: 5px;
}

/* ------------------------------
	
	wrap

------------------------------ */
#wrap {
	margin: 0 auto;
	padding: 0 0 85px 0;
	background-position: bottom;
	width:device-width;
	overflow: hidden;
}
/* --- 通常 --- */
#mainvisual_pc {
	padding: 50px 0 25px;
	margin: 0 auto;
	width: auto;
	text-align: center;
	background-color:#ffffff ;
}
#mainvisual_pc img {
	max-width: 100%;
}
/* ------------------------------
    
    content

------------------------------ */
#wrap #content {
	max-width: 1100px;
	margin: 40px auto 0;
	background-color: #fff;
}

.recommend, .list {
	border-radius: 10px;
	padding: 40px 30px 60px;
	max-width: 1000px;
	margin: 0 auto;
}
.recommend h2 {
	text-align: center;
	margin: 1rem 0 0;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: .02em;
}
.recommend_thumb img {
	box-shadow: 1px 1px 3px 0px #979797;
}

/* おすすめ */
.recommend .list_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1000px;
	padding-bottom: 0;
}
.recommend .list_area .list_box {
	width: 50%;
	display: flex;
	padding: 40px 1.8rem;
}
.recommend .list_area .list_box:nth-of-type(2n) {
	border-left: none;
}
.recommend .list_area .list_box:nth-of-type(2n+1) {
	border-right: 1px dotted #ccc;
}
.recommend .list_area .list_box:nth-of-type(n+3) {
	border-top: 1px dotted #ccc;
}
.recommend_info01 {
	width: 80%;
	text-align: center;
	line-height: 0;
}
.recommend_info02 {
	margin-left: 1rem;
	margin-top:-0.5em;
	width: 100%;
}
.recommend .list_area .recommend_title {
	margin: 0 auto 0.3rem;
	font-size: 24px;
	line-height:1.3em;
}
.recommend_title span.nominate {
	background-color: #F4DA24;
	border-radius: 5px;
	padding: 2px 5px;
	color: #694A3F;
	letter-spacing: .1em;
	font-size: 11px;
	font-weight:bold;
	line-height:2em;
}
.recommend_title span#subtitle {
	font-size: smaller;
	line-height:1em;
}
.recommend .list_area .list_box .recommend_thumb {
	margin: 0 auto;
	max-width: 200px;
}
.recommend .list_area .list_box .recommend_thumb img {
	max-height: 235px;
	max-width: 150px;
}
.recommend_author, .recommend_pub {
	font-size: 16px;
	margin: 0 auto;
}
.release_info {
	border-radius: 5px;
	padding: 1px;
	margin: .5em auto 0;
}
.recommend_release {
	margin: .5em 0;
}
.recommend_release span {
	background-color: #696969;
	border-radius: 5px;
	padding: 2px 5px;
	color: #fff;
	margin-right: .5rem;
	letter-spacing: .1em;
	font-size: 13px;
	line-height:2em;
}
.recommend_cmt {
	font-size: 12px;
	margin: .5em 0;
	line-height:1.7em;
}
.list_txt h2{
	margin:0 auto;
	background-image: repeating-linear-gradient(45deg, #694a3f, #694a3f 10px, #6d5750 10px, #6d5750 20px);
	color:#f8f1cc;
	font-size:xx-large;
	padding:0.5em 0.2em;
	}
.list_txt p{
	text-align:center;
	font-size:normal;
	line-height:1.7em;
	margin-bottom:0.5em;
	background-color:#f5f4ee;
	padding:1em;
	}
.list_txt_01{
	margin:0 auto;
	text-align:center;
	background-color:#ffffff;
	color:#694A3F;
	padding:1em 0;
	}
.list_txt_01 h3{
	margin:0 auto;
	background-image: repeating-linear-gradient(45deg, #694a3f, #694a3f 10px, #6d5750 10px, #6d5750 20px);
	color:#f8f1cc;
	font-size:xx-large;
	padding:0.5em 0.2em;
	margin-bottom:0.5em;
	}
.list_txt_01 p{
	font-size:normal;
	line-height:1.7em;
	margin-bottom:0.5em;
	}
.recommend_inner{
	border: 1px solid #694A3F;
}
.about_program{
	width:600px;
	margin:0 auto;
	text-align:center;
	color:#694A3F;
	padding:1em 0;
	}
.about_program h3{
	margin:0 auto;
	width:600px;
	background-image:url(../images/anohonn_bgimg.gif);
	color:#694A3F;
	font-size:xx-large;
	padding:0.5em 0;
	margin-bottom:0.5em;
	}
.about_program p{
	font-size:smaller;
	line-height:3em;
	}
.about_program p#img_cmt{
	font-size:x-small;
	text-align:right;
	}	
.about_program p#brd_time{
	font-size:x-large;
	background-color:#f4da24;
	color:#694A3F;
	margin-top:1em;
	}
.dashed-note {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 3.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}
.about_vote{
	margin:0 auto;
	width:500px;
	text-align:center;
	color:#694A3F;
	padding:2em 0 1em;
	}
.about_vote h3{
	margin:0 auto;
	width:400px;
	background-image: repeating-linear-gradient(45deg, #ffb53b, #ffb53b 10px, #ffd359 10px, #ffd359 20px);
	color:#694A3F;
	font-size:large;
	padding:0.5em 0;
	}
.about_vote p{
	margin:1em 0;
	font-size:normal;
	}
.about_vote span#vote_term{
	font-size:large;
	font-weight:600;
	background-image: linear-gradient(0deg, #fbbf2480 0.5em, transparent 0.5em);
	}
.detail-btn {
  margin: 30px auto;
  margin-top: 40px;
  text-align: center;
  max-width: 600px;
  padding: 0 30px;
}
.detail-btn a{
	color: #fff;
	text-decoration: none;
	margin: auto;
}
.button01{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
.button01-c {
  font-size: 1.35rem;
  position: relative;
  padding: 0.25rem 2rem 0.5rem 1.8rem;
  color: #fff;
  background: #D91604;
  -webkit-box-shadow: 0 5px 0 #c01304;
  box-shadow: 0 5px 0 #c01304;
  width: 100%;
}
.button01-c span {
  font-size: 0.8rem;
  position: absolute;
  top: -0.75rem;
  left: calc(50% - 130px);
  display: block;
  width: 260px;
  padding: 0.25rem 0;
  color: #c01304;
  border: 2px solid #c01304;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.button01-c span:before,
a.button01-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.button01-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #c01304 transparent transparent transparent;
}
a.button01-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
a.button01-c i {
  margin-right: 0.75rem;
}
a.button01-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ec1804;
  -webkit-box-shadow: 0 2px 0 #c01304;
  box-shadow: 0 2px 0 #c01304;
}
.list_txt_02{
	margin:0 auto;
	text-align:center;
	background-color:#ffffff;
	color:#694A3F;
	}
.list_txt_02 h3{
	margin:0 auto;
	background-image: repeating-linear-gradient(45deg, #694a3f, #694a3f 10px, #6d5750 10px, #6d5750 20px);
	color:#f8f1cc;
	font-size:x-large;
	padding:0.5em 0.1em;
	margin-bottom:0.5em;
	}
.list_txt_02 h4 span{
	background-image: linear-gradient(0deg, #fbbf2480 0.5em, transparent 0.5em);
	line-height:1.7em;
	}
.list_txt_02 .link{
	padding:1.5em 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom:1em;
	}
.list_txt_02 .link_last{
	padding:1.5em 0;
	border-bottom: none;
	}
.list_txt_02 .link img{
	padding:0.5em;
	}
.list_txt_02 .link_last img{
	padding:0.5em;
	}
.list_txt_02 p{
	font-size:smaller;
	line-height:1.7em;
	margin-bottom:0.5em;
	}	
.br_sp{
	display: none;
	}
@media screen and (max-width:850px) {
.e-hon-logo {
	margin: 0;
	padding: 0 10px;
	width: 50px;
	float: left;
}
.e-hon-logo img {
	width: 44px;
	height: 24px;
}
/* ------------------------------
	
	wrap

------------------------------ */

/* --- 通常 --- */
#mainvisual_pc {
	width: 100%;
	margin: 0 auto;
}
#mainvisual_pc img {
	margin: 0 auto;
}
/* ------------------------------
	
	recommend

------------------------------ */

#wrap #content {
	width: 100%;
	margin: 0 auto;
	margin: 40px auto 0;
	padding: 10px 0 30px;
}
.list_txt h2{
	font-size:24px;
	margin-bottom:0.5em;
	}
.recommend, .list {
	border-radius: 10px;
	padding: 40px 10px;
}
.recommend h2 {
	text-align: center;
	margin: 1rem 1rem 0;
	font-weight: bold;
	font-size: 20px;
}
.recommend .list_area {
	max-width: 1000px;
	margin: 0;
}
.recommend .list_area .list_box {
	display: block;
}
.recommend_info01 {
	width: 100%;
	background-color: #f5f5f5;
	height: 235px;
	display: flex;
	align-items: center;
}
.recommend_thumb img {
	box-shadow: none;
}
.recommend_info02 {
	margin-left: 0;
    margin-top:0.5em;
}
.recommend_cmt {
	font-size: 12px;
}
.recommend .list_box .recommend_thumb img {
	max-width: 100%;
}
.list .list_area {
	margin: 40px 20px;
}
.list_author01 {
	display: block;
}
.list_author01_box02 {
	margin: 1em auto;
}
.list_inner h3 {
	text-align: center;
	line-height: 1.6em;
	margin: 40px 1rem 0;
	font-size: 20px;
}
.list_inner{
	margin: 0 1rem;
}
.recommend_inner{
	margin: 0 1rem;
}
.list_txt_02 h3{
	font-size:normal;
	}
.about_program{
	width:100%;
	}
.about_program img{
	width:95%;
	}
.about_program p#img_cmt{
	padding-right:1em;
	margin-top:-1em;
	}
.about_program h3{
	margin:0 auto;
	width:100%;
	padding:0.5em 0;
	margin-bottom:0.5em;
	}
.detail-btn {
    max-width: 500px;
}
}
 @media screen and (max-width:550px) {
.e-hon-logo {
	margin: 0;
	padding: 0 10px;
	width: 50px;
	float: left;
}
.e-hon-logo img {
	width: 44px;
	height: 24px;
}
.list_inner, .recommend_inner{
	margin: 0 auto;
}
.list_inner {
    padding: 0 1rem;
}
/* ------------------------------
	
	wrap

------------------------------ */
#mainvisual_pc {
	padding: 10px 5px -20px 5px;
	margin-bottom:-80px;
}
#mainvisual_pc img {
	width:95%
}
/* ------------------------------
	
	recommend

------------------------------ */
#wrap #content {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 50px;
}
.list_txt h2{
	font-size:24px;
	margin-bottom:0.5em;
	}
.recommend h2 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.recommend h2 {
	margin: 0;
}
.recommend_info01 {
	height: auto;
	background-color: #fff;
	display: block;
	width: 60%;
}
.recommend_info02 {
	margin-top:-0.3em;
	margin-left: 1rem;
	margin-right: 10px;
}
.recommend .list_area .list_box  {
	width: 100%;
	display: flex;
	padding: 0;
	padding: 1.5rem 0;
	border: none;
	border-bottom: 1px dotted #ccc;
}
.recommend .list_area .list_box:nth-of-type(2n+1) {
	border-right: none;
}
.recommend .list_area .list_box:nth-of-type(n+3) {
	border-top: none;
}
.recommend .list_area .list_box:last-child {
    border-bottom: none;
}
.recommend .list_area .list_box:nth-of-type(1) {
	padding-top: 0;
}
.recommend_blank{
	display: none !important;
}
.recommend .list_area .list_box:nth-child(2n+1):last-child {
	border-top: none !important;	
}
.recommend .list_area {
	margin: 30px auto 1rem;
}
.recommend .list_area .recommend_title {
	font-size: 16px;
}
.recommend_release{
	line-height: 1.8;
}
.recommend_author, .recommend_pub, .recommend_release, .recommend_cmt {
	font-size: 12px;
}
.recommend .list_area .list_box .recommend_thumb {
	text-align: left;
	margin: 0;
	padding-left: 10px;
}
.recommend .list_area .list_box .recommend_thumb img {
	width: 150px;
	box-shadow: 1px 1px 3px 0px #979797;
}
.list {
	padding: 30px 10px;
}
.list .list_area  {
	margin: 30px auto;
}
.list_inner .list_box {
	border-bottom: 1px solid #ccc;
	padding: 2rem 0 1.6rem;
}
.list_author01_box02 p {
	line-height: 1.8;
}
.list_author01_box02 {
	font-size: 18px;
}
.list_author02 {
	font-size: 15px;
}
.list_author_btn {
	margin: 0 auto;
}
#copyright {
	font-size: 12px;
	margin: 40px auto 0;
	text-align: center;
}
.recommend .list_area .list_box{
	border: none;
}
.recommend .list_area .blank{
 display: none;
}
.list_txt_01 h3{
	font-size:20px!important;
	}
.list_txt_01 img#announce_img{
	width:90%
	}
.about_program h3{
	font-size:20px;
	}
.dashed-note {
  width:90%;
  margin:0 auto;
}
.about_vote{
	width:90%;
	}
.about_vote h3{
	margin:0 auto;
	width:80%;
	font-size:20px;
	}
.detail-btn {
	width:80%;
	padding: 0;
	margin: 30px auto 20px;
}
.list_txt_02 h3{
	font-size:20px;
	}
.br_sp{
	display: block;
	}
}