@charset "utf-8";

#content {
	background: #FFE600 url(../index_img/main_bg.jpg) left top no-repeat;
	background-size: 100% auto;
	margin: 0 0 10px;
}

#main-img img {
	width: 100%;
	max-width: 375px;
	height: auto;

}

#main-content {
	padding: 10px;
	text-align: left;
}



/* メインナビ */

.main-navi {
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
}

.main-btn {
	padding: 5px 5px 0;
}

.main-btn a {
	display: block;
	background: -moz-linear-gradient(top,  #ffffff 53%, #dde2e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#ffffff), color-stop(100%,#dde2e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 53%,#dde2e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 53%,#dde2e6 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  #ffffff 53%,#dde2e6 100%); /* W3C */
	border-radius: 3px;
	box-shadow:rgba(189, 113, 0, 0.8) 9px 11px 11px -11px;
	-webkit-box-shadow:rgba(189, 113, 0, 0.8) 9px 11px 11px -11px;
	-moz-box-shadow:rgba(189, 113, 0, 0.8) 9px 11px 11px -11px;
	text-align: center;
}

.btn-login a {
	padding: 6px 10px;
}

.btn-account a {
	display: flex;
	padding: 0;
	justify-content: center;
	align-items: center;
}

.main-btn img {
	width: 110px;
	height: auto;
}

.main-navi ul {
	margin: 0 5px 5px;
}

.main-navi li {
	margin: 5px 0 0;
	position: relative;
	font-size: 1.2rem;
}

.main-navi li a {
	display: block;
	border-radius: 3px;
	padding: 8px;
	text-align: center;
}

.main-navi li a:link,
.main-navi li a:visited {
	text-decoration: none;
	color: #333333;
}

.main-navi li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-block,
.account-block {
	width: 48.5%;
	border-radius: 5px;
	box-sizing: border-box;
}

.login-block {
	float: left;
	background-color: #F8B500;
}

.account-block {
	display: flex;
	background-color: #ED6D36;
}


.account-block .main-btn {
	display: flex;
	width: 100%;
	padding: 5px;
}

.account-block .main-btn a {
	width: 100%;
}

.login-block li a {
	background-color: #FFF0CA;
}

.account-block li a {
	background-color: #FBE6E1;
}

.bnr-rotation {
	margin: 15px 0;
	text-align: center;
}

.bnr-rotation img {
	width: 100%;
	max-width: 350px;
	height: auto;
}

.bnr-special {
	margin-bottom: 10px;
}

.bnr-kinri-special,
.bnr-campaign {
}

.bnr-5th-anv {
	margin-bottom: 2px;
}

.content-navi {
	overflow: hidden;
	zoom: 1;
}

.content-navi li {
	width: 49%;
	margin: 0 0 5px;
}

.content-navi li:nth-child(2n+1) {
	float: left;
}

.content-navi li:nth-child(2n+0) {
	float: right;
}

.content-navi li a {
	display: block;
	border: #FFFFFF solid 2px;
	border-radius: 8px;
	padding: 0px 5px;
	box-shadow:rgba(0, 0, 0, 0.258824) 0px 8px 6px -8px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.258824) 0px 8px 6px -8px;
	-moz-box-shadow:rgba(0, 0, 0, 0.258824) 0px 8px 6px -8px;
	text-align: center;
}

.content-navi li img {
	width: 100%;
	max-width: 150px;
	height: auto;
}

.cnavi01 a {
	background: -moz-linear-gradient(top,  #5774c8 1%, #3551a2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5774c8), color-stop(100%,#3551a2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5774c8 1%,#3551a2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5774c8 1%,#3551a2 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  #5774c8 1%,#3551a2 100%); /* W3C */
}

.cnavi02 a {
	background: -moz-linear-gradient(top,  #ff1728 1%, #e60012 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ff1728), color-stop(100%,#e60012)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff1728 1%,#e60012 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff1728 1%,#e60012 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  #ff1728 1%,#e60012 100%); /* W3C */
}

.cnavi03 a {
	background: -moz-linear-gradient(top,  #00bd4b 1%, #00a040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#00bd4b), color-stop(100%,#00a040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00bd4b 1%,#00a040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00bd4b 1%,#00a040 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  #00bd4b 1%,#00a040 100%); /* W3C */
}

.cnavi04 a {
	background: -moz-linear-gradient(top,  #aade3f 0%, #8fc322 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aade3f), color-stop(100%,#8fc322)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aade3f 0%,#8fc322 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aade3f 0%,#8fc322 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  #aade3f 0%,#8fc322 100%); /* W3C */
}

#side-login-ttl {
	text-align: center;
	padding: 3px 0;
}

#side-login-ttl img {
	width: 130px;
	height: auto;
}


/* その他ナビ */

.other-navi {
	border: #F7AB00 solid 2px;
	border-radius: 5px;
	margin: 15px 0 25px;
}

.other-navi li {
	position: relative;
	border-top: #F7AB00 solid 1px;
}

.other-navi li:first-child {
	border-top: none;
}

.other-navi li a {
	display: block;
	padding: 10px 15px;
	background: -moz-linear-gradient(top,  #ffffff 60%, #eee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(100%,#eee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 60%,#eee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 60%,#eee 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  #ffffff 60%,#eee 100%); /* W3C */
}

.other-navi li a:link,
.other-navi li a:visited {
	text-decoration: none;
	color: #666666;
}

.other-navi li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #F7AB00;
	border-right: solid 2px #F7AB00;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.other-navi li:first-child a {
	border-radius: 5px 5px 0 0;
}

.other-navi li:last-child a {
	border-radius: 0 0 5px 5px;
}


/* プレゼント */

.present-block {
	border: #390103 solid 2px;
	border-radius: 6px;
	background-color: #FFFFFF;
	margin: 0 0 10px;
}

.present-top {
	background-color: #EC6D65;
	border-radius: 4px 4px 0 0;
	position: relative;
	height: 20px;
}

.present-top img {
	position: absolute;
	top: -12px;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: auto;
}

.present-detail {
	padding: 10px;
}

.present-title {
	text-align: center;
}

.present-title img {
	width: 100%;
	max-width: 330px;
	height: auto;
}

.radio-list {
	margin: 10px 0 5px;
	font-weight: bold;
}

.radio-list li {
	margin: 0 0 5px;
}

.present-btn {
	width: 100%;
	max-width: 330px;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
}

.present-btn .btn-vote,
.present-btn .btn-result,
.present-btn .vote-end {
	width: 49%;
}

.present-btn .btn-vote {
	float: left;
}

.present-btn .vote-end {
	float: left;
}

.present-btn .btn-result {
	float: right;
}

.present-btn img {
	width: 100%;
	height: auto;
}



/* ブログ */

.blog-block {
	background-color: #F8B500;
	border-radius: 4px;
	padding: 2px;
	margin: 0 0 10px;
}

.blog-title {
	overflow: hidden;
	zoom: 1;
	padding: 5px;
}

.blog-title-img {
	float: left;
	padding: 3px 0 0;
}

.blog-title-img img {
	width: 170px;
	height: auto;
}

.blog-link {
	float: right;
	position: relative;
	font-size: 1.2rem;
}

.blog-link a {
	display: inline-block;
	padding: 5px 15px 5px 5px;
	border: #E8A800 solid 1px;
	border-radius: 5px;
	background: -moz-linear-gradient(top,  #ffffff 53%, #dde2e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#ffffff), color-stop(100%,#dde2e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 53%,#dde2e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 53%,#dde2e6 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  #ffffff 53%,#dde2e6 100%); /* W3C */
}

.blog-link a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #333333;
	border-right: solid 2px #333333;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.blog-link a:link,
.blog-link a:visited {
	color: #333333;
	text-decoration: none;
}

.article-list {
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 0 0 3px 3px;
	font-size: 1.4rem;
}

.article-list dt {
	margin: 0;
}

.article-list dd {
	border-bottom: #333333 dashed 1px;
	padding: 0 0 3px;
	margin: 0 0 5px;
}

.article-list dd:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.article-list a:link,
.article-list a:visited {
	color: #333333;
	text-decoration: underline;
}



/* お知らせ */

.notice-block {
	border: #D2D2D2 solid 2px;
	background-color: #FFFFFF;
	padding: 10px;
	border-radius: 4px;
	font-size: 1.4rem;
}

.notice-title {
	border-bottom: #999999 solid 1px;
	padding: 0 0 5px;
	margin: 0 0 5px;
	font-weight: bold;
}

.notice-title span {
	color: #FFE600;
}

.notice-list {
	margin: 0 0 5px;
}

.notice-list dt span {
	font-size: 1.1rem;
	display: inline-block;
	width: 75px;
	padding: 2px 5px 1px;
	margin: 0 0 0 5px;
	text-align: center;
	color: #FFFFFF;
}

.category01 {
	background-color: #287CC8;
}

.category02 {
	background-color: #EB3252;
}

.category03 {
	background-color: #00A73C;
}

.notice-list dd {
	border-bottom: #333333 dashed 1px;
	padding: 0 0 3px;
	margin: 0 0 5px;
}

.notice-link {
	text-align: right;
	position: relative;
}

.notice-link a {
	padding: 0 10px 0 0;
}

.notice-link a:link,
.notice-link a:visited {
	color: #333333;
	text-decoration: underline;
}

.notice-link a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tel-img {
	margin: 0 10px 12px;
	text-align: center;
}

.tel-img img {
	width: 100%;
	max-width: 350px;
	height: auto;
}


.contact-list {
	border-top: #C8C8C8 solid 1px;
	text-align: left;
	margin: 0 0 15px;
	line-height: 1.2;
}

.contact-list li {
	border-bottom: #C8C8C8 solid 1px;
	position: relative;
}

.contact-list li a {
	display: block;
	padding: 10px 15px;
	background-color: #F0F0F0;
}

.contact-list li a:link,
.contact-list li a:visited {
	text-decoration: none;
	color: #666666;
}

.contact-list li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.none {
	display: none;
}

/* モーダル */

#present-modal {
	background-color: #FFF;
	padding: 10px;
	text-align: left;
}

.present-mail-title {
	text-align: center;
	margin: 0 0 15px;
}

.present-mail-title img {
	width: 70%;
	max-width: 200px;
	height: auto;
}

.modal-form {
	margin: 0 auto;
}

.form-text {
	margin: 5px 0 15px;
}

.form-text input[type="text"] {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	font-size: 1.6rem;
}

.submit-block {
	text-align: center;
}

.modal-notice {
	font-size: 85.7%;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}

.submit01,
.submit02 {
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	border-width: 0px;
}

.submit01 {
	width: 160px;
	height: 36px;
	margin: 15px auto 20px;
	background: url(../index_img/btn_vote.gif) left top no-repeat;
	background-size: 100% auto;
}

.submit02 {
	width: 180px;
	height: 50px;
	margin: 20px auto 10px;
	background: url(../index_img/btn_submit02.gif) left top no-repeat;
	background-size: 100% auto;
}

#cboxClose {
	position:absolute;
	top:5px;
	right:5px;
	background:url(../../index_img/btn_close.gif) no-repeat 0 0;
	background-size: 100% auto;
	width:25px;
	height:35px;
	text-indent:-9999px;
}

#cboxClose:hover {
	background-position: 0 0;
}

/* 特徴ナビ */

#feature-nav-block {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: left;
	background-color: #E14628;
	z-index: 9999;
	min-height: 48px;
  height: 48px;
	transition: height 0.5s ease;
}

.feature-nav-open {
	/*position: absolute;*/
	left: 0;
	top: 0;
	right: 0;
}

.feature-nav-open button {
	box-sizing: border-box;
	width: 100%;
  height: 48px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
	text-align: left;
	position: relative;
}

.feature-nav-open button:after {
	content: "";
	display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: translateY(-70%) rotate(45deg);
  transform: translateY(-70%) rotate(45deg);
  margin-top: 5px;
}

.feature-nav-open button.active:after {
  border: none;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  margin-top: 2px;
}

.feature-nav-open button img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.feature-nav-cnt {
	box-sizing: border-box;
	background-color: #E14628;
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	padding: 8px 8px 8px 9px;
	overflow: hidden;
}

.feature-nav-active .feature-nav-cnt {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
}

.feature-nav-box {
	overflow: hidden;
}

.feature-nav-title {
	width: 60px;
	float: left;
	padding-top: 5px;
}

.feature-nav-list {
	margin: 0 0 0 71px;
	padding: 0;
}

.feature-nav-list-item {
	margin-top: 4px;
}

.feature-nav-list-item:first-child {
	margin-top: 0;
}

.feature-nav-list-item a {
	display: block;
	background-color: #fff;
	color: #00A040;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 8px 10px;
	line-height: 1.1;
	border-radius: 4px;
	position: relative;
}

.feature-nav-list-item a span {
	color: #E14628;
	padding-right: 8px;
}

.feature-nav-list-item a::after {
	content: "";
	display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.feature-nav-close {
	position: absolute;
	left: 4px;
	bottom: 4px;
}

.feature-nav-close button {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
	position: relative;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
}

.feature-nav-close button span {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	margin-bottom: 2px;
	position: relative;
	width: 24px;
	height: 24px;
	border: 2px solid #fff;
}

.feature-nav-close button span::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2px;
	height: 36px;
	background-color: #fff;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}

.feature-nav-close button span::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2px;
	height: 38px;
	background-color: #fff;
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}

body.feature-body-fix {
	transition: padding-top 0.5s ease;
	padding-top: 48px!important;
}

/* アクセス時モーダル */
.access-modal {
    display: none;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    overflow: visible;
}

#cboxContent {
    overflow: visible;
}

#cboxContent {
    background: none;
}

.access-modal-close {
	/*position: absolute;*/
	display: inline-block;
    top: -28px;
    right: 0;
    background: url(../../index_img/close_modal.gif) no-repeat 0 0;
    width: 22px;
    height: 22px;
}

.access-modal-close:hover{
    background-position: 0 0;
    opacity: .8;
}

#modal-window {
    width: 300px;
    height: auto;
	text-align: right;
}

.foot-bnr-block {
	width: 300px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}

.foot-bnr-block div {
	width: 48%;
}

.foot-bnr-block div img {
	width: 100%;
	height: auto;
}

.foot-link-list {
	background-color: #dfdfdf;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.foot-link-list li {
	border-left: #000 solid 1px;
	line-height: 1.0;
	margin: 8px 0;
}

.foot-link-list li.full {
	border-left: none;
	width: 100%;
}

.foot-link-list li:first-child {
	border-left: none;
}

.foot-link-list li a {
	color: #000;
	font-size: 85.7%;
	padding: 0 14px;
	display: inline-block;
}