@charset "utf-8";
/* ############## 全体のレイアウト ############### */

/* ----------------------  layout   -------------------- */


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0 auto;
	line-height: 1.5;
	color: #535353;
	font-size: 16px;
}
body, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
select, input, textarea, button {
	vertical-align: middle;
	position: relative;
	margin: 0 4px 2px 0;
	margin-right: 3px;
	top: -1px;
}
input {
	height: 16px;
	line-height: 16px;
}
button, input[type="button"] {
	border: none;
	overflow: visible;
	height: 22px;
}
select {
	height: 20px;
	line-height: 20px;
}
.sp {
	display: none;
}
a:hover img {
	opacity: 0.8;
	filter: "alpha(opacity=80)";
	-ms-filter: "alpha(opacity=80)";
}
.wrapper {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
/* ----------------------  header  -------------------- */


.head {
	width: 100%;
	margin-top: 20px;
}
.lead {
	float: left;
	width: 55%;
	font-size: 0.8em;
}
.search_box {
	float: right;
	width: 44%;
}
.search_box input {
	width: 74%;
	height: 36px;
	box-sizing: border-box;
	border-radius: 3px;
	border-width: 1px;
	border-color: #8d8f90;
	border-style: solid;
	background-color: #ffffff;
}
.search_box input[type="text"] {
	padding-left: 10px;
}
.search_box button {
	color: #ffffff;
	font-size: 100%;
	width: 22%;
	height: 36px;
	border-radius: 3px;
	background-color: #14bf9b;
	border: none;
}
.search_box button i {
	font-size: 22px;
	padding-right: 5px;
}
.search_box button:hover {
	background: #ffffff;
	color: #14bf9b;
	border: #14bf9b 2px solid;
}
h1 {
	float: left;
	width: 22%;
	margin-right: 1%;
}

h1 a {
	display: block;
}

.bar {
	float: left;
	width: 77%;
	padding-top: 20px;
}
.bar ul {
	display: table;
	width: 99%;
	padding-left: 3%;
	box-sizing: border-box;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 2px 0;  /* 左右 上下で記述 */
}
.bar ul li {
	display: table-cell;
	vertical-align: middle;
	width: 24%;
	height: 62px;
	margin-top: 20px;
	margin-left: 5px;
	border: 3px solid #ff6600;
	box-sizing: border-box;
	color: #ffffff;
	background: #ff6600;
	border-radius: 5px 5px 0 0;
}
.bar ul li.active {
	color: #ff6600;
	background: #FFFFFF;
	border: 3px solid #ff6600;
}
.bar ul li.active a {
	color: #ff6600;
}
.bar ul li:nth-child(1) {
	background: url(../../images/nav_g.png) no-repeat 7% center;
	background-color: #ff6600;
	vertical-align: middle;
}
.bar ul li:nth-child(1):hover {
	background: url(../../images/nav_g.png) no-repeat 7% center;
	background-color: #ffffff;
	color: #ff6600;
}
.bar ul li:nth-child(2) {
	background: url(../../images/nav_y.png) no-repeat 7% center;
	background-color: #ff6600;
	vertical-align: middle;
}
.bar ul li:nth-child(2):hover {
	background: url(../../images/nav_y.png) no-repeat 7% center;
	background-color: #ffffff;
	color: #ff6600;
}
.bar ul li:nth-child(3) {
	background: url(../../images/nav_r.png) no-repeat 7% center;
	background-color: #ff6600;
	vertical-align: middle;
}
.bar ul li:nth-child(3):hover {
	background: url(../../images/nav_r.png) no-repeat 7% center;
	background-color: #ffffff;
	color: #ff6600;
}
.bar ul li:nth-child(4) {
	background: url(../../images/nav_b.png) no-repeat 7% center;
	background-color: #ff6600;
	vertical-align: middle;
}
.bar ul li:nth-child(4):hover {
	background: url(../../images/nav_b.png) no-repeat 7% center;
	background-color: #ffffff;
	color: #ff6600;
}
.bar ul li span {
	display: table-cell;
	vertical-align: middle;
	font-size: 0.9em;
	color: #ffffff;
	padding-left: 30%;
}
.bar ul li:hover {
	background: #FFFFFF;
	border: 3px solid #ff6600;
}
.bar ul li a {
	color: #ffffff;
	vertical-align: middle;
	width: 100%;
	height: 49px;
	display: table;
}
.bar ul li:hover a span {
	color: #ff6600;
}
.border {
	border-bottom: 5px solid #ff6600;
	padding-bottom: 3px;
	width: 100%;
}
.border_inner {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.bg_y {
	background: #fcf9ef;
	margin-top: 20px;
	padding: 0 15px;
}
.word {
	float: right;
	width: 42%;
	padding-top: 15px;
}
.word p img {
	vertical-align: text-bottom;
}
.word p {
	text-align: center;
}
.word p span {
	font-size: 26px;
	font-weight: bold;
	color: #fe6400;
	padding-left: 5px;
	vertical-align: top;
}
.word ul {
	width: 100%;
}
.word ul li {
	float: left;
	width: 25%;
	padding-top: 10px;
}
.word ul li a {
	display: block;
	font-size: 18px;
	background: #ff6600;
	color: #ffffff;
	width: 75%;
	padding: 5px;
	margin-right: 10px;
	border-radius: 25px;
	text-align: center;
	border: 2px solid #ff6600;
	box-shadow: 0px 2px 5.34px 0.66px rgba(186, 186, 186, 0.66);
}
.word ul li a:hover {
	background: #ffffff;
	color: #ff6600;
}
.bnr_top {
	margin: 15px auto;
	float: right;
	width: 57%;
	margin-left: 1%;
}
/* ----------------------   navi   -------------------- */
.nav_menu ul li {
	display: inline-block;
	padding: 20px;
}
.nav_menu {
	padding: 0;
	margin: 0 auto 60px;
	width: 100%;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}
/* ---------------------- contents -------------------- */

h2 img {
	width: 100%;
}
/* sports */

#sports {
	margin: 40px auto 0;
}
#sports dl {
	width: 98%;
	margin: 0 auto;
}
#sports dl dt {
	height: 45px;
	font-size: 18px;
	font-weight: bold;
	background: #c9ffdb;
}
#sports dl dt a {
	display: block;
	background: url(../../images/arrow_g.png) no-repeat 98.8% 50%;
	padding: 10px 0 10px 15px;
	margin: 10px auto;
}
#sports dl dd a {
	display: block;
	background: url(../../images/arrow_gs.png) no-repeat 99% 50%;
	padding: 8px 0 8px 15px;
}
#sports dl dd ul li {
	border-top: dashed 1px #a3bcab;
}
#sports dl dd ul li:first-child {
	border-top: none;
}
#sports dl dd ul li:nth-child(2) {
	border-top: none;
}
#sports dl dd ul:after {
	content: "";
	display: block;
	clear: both;
}
#sports dl dd ul li:nth-child(odd) {
	float: left;
	width: 47%;
	margin-right: 2%;
}
#sports dl dd ul li:nth-child(even) {
	float: left;
	width: 47%;
	margin-left: 3%;
}
/* live */

#live {
	float: left;
	width: 49%;
	margin: 40px auto;
	margin-right: 1%;
}
#live dl {
	width: 96%;
	margin: 0 auto;
}
#live dl dt {
	height: 45px;
	font-size: 18px;
	font-weight: bold;
	background: #fff6ab;
}
#live dl dt a {
	display: block;
	background: url(../../images/arrow_l.png) no-repeat 97% 50%;
	padding: 10px 0 10px 15px;
	margin: 10px auto;
}
#live dl dd a {
	display: block;
	background: url(../../images/arrow_ls.png) no-repeat 97% 50%;
	padding: 8px 0 8px 15px;
}
#live dl dd ul li {
	border-top: dashed 1px #C5BDA8;
}
#live dl dd ul li:first-child {
	border-top: none;
}
#live dl dd ul:after {
	content: "";
	display: block;
	clear: both;
}
/* event */
#event {
	float: left;
	width: 49%;
	margin: 40px auto;
	margin-left: 1%;
}
#event dl {
	width: 96%;
	margin: 0 auto;
}
#event dl dt {
	height: 45px;
	font-size: 18px;
	font-weight: bold;
	background: #ffe8de;
}
#event dl dt a {
	display: block;
	background: url(../../images/arrow_e.png) no-repeat 97% 50%;
	padding: 10px 0 10px 15px;
	margin: 10px auto;
}
#event dl dd a {
	display: block;
	background: url(../../images/arrow_es.png) no-repeat 97% 50%;
	padding: 8px 0 8px 15px;
}
#event dl dd ul li {
	border-top: dashed 1px #C5BDA8;
}
#event dl dd ul li:first-child {
	border-top: none;
}
#event dl dd ul:after {
	content: "";
	display: block;
	clear: both;
}
/* other */

#other {
	clear: both;
	margin: 40px auto;
}
#other dl {
	width: 98%;
	margin: 0 auto;
}
#other dl dt {
	height: 45px;
	font-size: 18px;
	font-weight: bold;
	background: #d7f6f6;
}

#other dl dt a {
	display: block;
	background: url(../../images/arrow_b.png) no-repeat 98.8% 50%;
	padding: 10px 0 10px 15px;
	margin: 10px auto;
}
#other dl dd a {
	display: block;
	background: url(../../images/arrow_bs.png) no-repeat 99% 50%;
	padding: 8px 0 8px 15px;
}
#other dl dd ul li {
	border-top: dashed 1px #a3bcab;
}
#other dl dd ul li:first-child {
	border-top: none;
}
#other dl dd ul li:nth-child(2) {
	border-top: none;
}
#other dl dd ul:after {
	content: "";
	display: block;
	clear: both;
}
#other dl dd ul li:nth-child(odd) {
	float: left;
	width: 47%;
	margin-right: 2%;
}
#other dl dd ul li:nth-child(even) {
	float: left;
	width: 47%;
	margin-left: 3%;
}
/* attention */
.attention {
	border: 2px solid #ff6600;
	padding: 20px;
	position: relative;
	margin: 60px auto 40px;
}
.attention h3 {
	color: #ff6600;
	background: #ffffff;
	font-size: 24px;
	padding: 5px 15px;
	position: absolute;
	top: -23%;
	left: 2%;
}
.attention p {
	padding: 10px 0;
}
/* line */


/* buy_bnr */

.bnr_buy {
	margin: 30px auto;
	width: 100%;
}
.bnr_buy ul li {
	float: left;
	width: 25%;
	padding-top: 10px;
}
.bnr_buy ul:after {
	content: "";
	display: block;
	clear: both;
}
.bnr_buy ul li span {
	display: block;
	text-align: center;
	font-size: 14px;
}
/* ------------------ー---  footer  -------------------- */

.kaitori {
	background: #eee;
}
.kaitori dl {
	margin: 0 auto;
	padding: 8px 0;
	width: 960px;
	display: table;
}
.kaitori dt, .kaitori dd {
	vertical-align: middle;
	display: table-cell;
}
.kaitori dt {
	font-weight: bold;
	border-right: 2px dotted #a0a0a0;
	overflow: hidden;
}
.kaitori dt img {
	margin-right: 5px;
	float: left;
}
.kaitori dt span {
	border-top: 5px solid transparent;
	display: block;
	float: left;
}
.kaitori dd {
	box-sizing: border-box;
	border-right: 2px dotted #a0a0a0;
	text-align: center;
}
.kaitori dd a {
	color: #fa6500;
	padding: 0 15px;
}
.number {
	background: #fcf9ef;
}
.number .company {
	padding: 15px 0 0 15px;
}
.number .n_list {
	float: left;
	width: auto;
	padding: 10px 15px;
	font-size: 12px;
	margin: 0 auto 15px;
}
.number .n_list_c {
	border-right: 2px dotted #a0a0a0;
	border-left: 2px dotted #a0a0a0;
}
.number .n_list dl:after {
	display: block;
	content: "";
	clear: both;
}
.number .n_list dl dt {
	float: left;
	width: auto;
}
.number .n_list dl dd {
	float: left;
	width: auto;
}
.number .n_list dl dd {
	padding-left: 5px;
}
.footer_nav {
	height: 35px;
	margin: 10px auto;
	clear: both;
}
.footer_nav ul {
	width: 96%;
	margin: 0 auto;
}
.footer_nav ul:after {
	content: "";
	display: block;
	clear: both;
}
.footer_nav li {
	float: left;
	width: auto;
}
.copyright {
	width: 100%;
	background: #ff6600;
	color: #ffffff;
}
.copyright p {
	padding: 5px auto;
	color: #ffffff;
	text-align: center;
}

/* 404ERROR
----------------------------------------------------------------------------------------------------*/
#nf404 {
	width: 100%;
	margin: 40px auto;
	padding-top: 62px;
	padding-bottom: 62px;
	text-align: center;
	background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 11px, #fdf9ed 0, #fdf9ed 25px);
}

#nf404 p {
	margin: 0 auto 26px;
}

#nf404 p img {
	text-align: center;
	display: block;
	margin: auto;
}

#nf404 h2 {
	font-size: 36px;
	color: #ff6600;
	font-weight: bold;
}

#nf404 h3 {
	font-size: 18px;
	color: #343434;
	font-weight: bold;
}

#nf404 ul {
	width: 330px;
	margin: 30px auto 0;
}

#nf404 ul li {
	margin-bottom: 5px;
	font-size: 18px;
	text-align: left;
}

#nf404 ul li i {
	font-size: 24px;
	color: #ff6600;
	margin-right: 10px;
}

#nf404 .btn_area {
	margin: 40px auto 0px;
	text-align: center;
}
#nf404 .btn_to_top {
	width: 220px;
	height: 50px;
	border-radius: 5px;
	background-color: #f3b727;
	border: none;
	border-style: none none solid none;
	border-width: 4px;
	border-color: #f0a81e;
}
#nf404 .btn_to_top a {
	color: #ffffff;
	padding-left: 30px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	background: url(../../images/arrow_w.png) no-repeat 25% 30%;
}
#nf404 .btn_to_top:hover {
	background-color: #ffffff;
	border: 2px solid #f3b727;
}
#nf404 .btn_to_top:hover a {
	color: #f3b727;
	background: url(../../images/arrow_y.png) no-repeat 25% 30%;
}

/* ---------------------- PAGE TOP -------------------- */


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 20px;
}
#page-top a {
	background: #f3b727;
	text-decoration: none;
	color: #fff;
	width: 45px;
	height: 45px;
	padding: 6px 12px 10px;
	box-sizing: border-box;
	text-align: center;
	display: block;
	border-radius: 40px;
}

/* ############## -tablet- 768px以上～1024px以下 ############### */
@media (min-width: 768px) and (max-width: 1024px) {
.head .lead {
	padding-bottom: 10px;
}
.bar ul li {
	font-size: 90%;/*	float: left;
	width: 24%;
	height: 62px;
	margin-top: 20px;
	margin-left: 5px;
	padding: 0;
	box-sizing: border-box;
	color: #ffffff;
	background: #ff6600;
	border-radius: 5px 5px 0 0;*/
}
.bar ul li a {
	padding: 6px 0 0 6px;
}
h1 a {
	display: block;
	padding-top: 10px;
}

header h1 img {
	width: 190px;		
}
.word p span {
	font-size: 20px;
	padding: 0 0 10px 5px;
}
.word {
	width: 40%;
	margin: 0 auto;
	padding: 25px auto;
	background: #fcf9ef;
}
.word ul {
	padding-bottom: 25px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.word p {
	margin: 0 auto;
}
.word p span {
	font-size: 22px;
}
.bnr_top img {
	width: 100%;
}
.line .pc img {
	width: 100%;
}
.bnr_buy {
	width: 98%;
	margin: 10px auto 30px;
}
.bnr_buy ul li {
	float: left;
	width: 24%;
	padding-right: 5px;
}
.bnr_buy ul li img {
	width: 100%;
}
.kaitori .wrapper {
	width: 100%;
	margin: 0 auto;
}
.kaitori ul li {
	font-size: 14px;
	padding: 5px 13px;
}
/* kaitori */
.kaitori {
	width: 100%;
	background: #ffffff;
}
.kaitori dl {
	padding: 0;
	width: 100%;
	display: block;
	overflow: hidden;
}
.kaitori dt, .kaitori dd {
	display: block;
}
.kaitori dt {
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	width: 100%;
}
.kaitori dt a {
	color: #ff6600;
}
.kaitori dt img, .kaitori dt span {
	float: none;
}
.kaitori dt span {
	display: inline-block;
}
.kaitori dd {
	box-sizing: border-box;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	width: 50%;
	float: left;
}
.kaitori dd:nth-child(odd) {
	border-right: none;
}
.kaitori dd a {
	font-size: 14px;
	color: #ff6600;
	text-align: center;
	padding: 8px 0;
	display: block;
}
.number .n_list {
	padding: 0 10px;
}
}

/* ############## -SP- 767px以下 ############### */
@media (max-width:767px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
.sp img {
	width: 100%;
}
/* header */
.head {
	margin-top: 0;
	background: #ff6600;
}
.head {
	text-align: center;
	color: #ffffff;
}
.head .lead {
	float: none;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
}
.border {
	border-bottom: none;
	padding-bottom: 0;
}
.border {
	background: #ff6600;
	height: 80px;
	clear: both;
}
.border_inner {
	width: 93.75%;
}
.border_inner:after {
	content: "";
	clear: both;
	display: block;
}
.border_inner h1 {
	float: left;
	width: 160px;
	padding-top: 10px;
}
.border_inner h1 img {
	width: 100%;
}
.border_inner button {
	float: right;
	width: 80px;
	color: #ffffff;
	margin: 17px 0;
	padding: 8px 15px;
	border: 2px solid #ffffff;
	border-radius: 3px;
	background: transparent;
	font-size: 100%;
}
.border_inner button i {
	margin-right: 10px;
}
.s_box_sp {
	width: 93.75%;
	display: block;
	margin: 1em auto;
}
.s_box_sp input {
	width: 70%;
	height: 45px;
	float: none;
}
 .s_box_sp input::-webkit-input-placeholder {
 font-size: 80%;
}
.s_box_sp input:-moz-placeholder {
 font-size: 80%;
}
.s_box_sp button {
	width: 27%;
	height: 45px;
	padding:0;
	font-size: 16px;
}
.s_box_sp button i {font-size: 16px; }
.search_box {
	float: none;
}
.bg_y {
	padding: 0;
	padding-top: 30px;
	margin-top: 0;
}
.word {
	float: none;
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	background: #fcf9ef;
}
.word ul {
	padding-bottom: 30px;
	width: 96%;
	margin: 0 auto;
	text-align: center;
}
.word p {
	margin: 0 auto;
	text-align: center;
}
.word p span {
	font-size: 22px;
}
.word ul li {
	float: none;
	width: auto;
	display: inline-block;
	margin-right: 0;
}
.word ul li a {
	display: block;
	font-size: 18px;
	background: #ff6600;
	color: #ffffff;
	width: 70px;
	padding: 5px;
	border-radius: 25px;
	text-align: center;
	border: 2px solid #ff6600;
	box-shadow: 0px 2px 5.34px 0.66px rgba(186, 186, 186, 0.66);
	margin-right: 5px;
}
.bnr_top {
	float: none;
	width: 100%;
	margin: 0 0 1em;
}
.bnr_top img {
	display: block;
	width: 93.75%;
	margin: 0 auto;
}
.bar_sp li {
	background: #ffffff;
}
.bar_sp li:nth-child(odd) {
	float: left;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
.bar_sp li:nth-child(even) {
	float: right;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #c9c9c9;
}
.bar_sp li a.h_sports {
	display: block;
	background: url(../../images/arrow_g.gif) no-repeat 99% 50%;
}
.bar_sp li a.h_live {
	display: block;
	background: url(../../images/arrow_y.gif) no-repeat 99% 50%;
}
.bar_sp li a.h_event {
	display: block;
	background: url(../../images/arrow_r.gif) no-repeat 99% 50%;
}
.bar_sp li a.h_other {
	display: block;
	background: url(../../images/arrow_b.gif) no-repeat 99% 50%;
}
#sports, #live, #event, #other dd {
	font-size: 14px;
}
#sports, #live, #event, #other dt {
	font-size: 14px;
}
/* sports */

#sports {
	margin-top: -100px; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 100px; /* 打ち消し用のパディング */
}
#sports dl {
	margin: 20px auto 40px;
}
#sports dl dd ul li:nth-child(2) {
	border-top: dashed 1px #a3bcab;
}
#sports dl dd ul:after {
	content: "";
	display: block;
	clear: both;
}
#sports dl dd ul li:nth-child(odd) {
	float: none;
	width: 100%;
	margin-right: 0;
}
#sports dl dd ul li:nth-child(even) {
	float: none;
	width: 100%;
	margin-left: 0;
}
#sports dl dt {
	margin: 10px auto 0;
}
#sports dl dt a {
	font-size: 14px;
	background: url(../../images/arrow_g.png) no-repeat 97% 50%;
}
#sports dl dd a {
	display: block;
	background: url(../../images/arrow_gs.png) no-repeat 97% 50%;
	padding: 15px 0 15px 15px;
}
/* live */
#live {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-top: -100px; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 100px; /* 打ち消し用のパディング */
}
#live dl {
	width: 98%;
	margin: 20px auto 40px;
}
#live dl dt {
	margin: 10px auto 0;
}
#live dl dt a {
	font-size: 14px;
	background: url(../../images/arrow_l.png) no-repeat 97% 50%;
}
#live dl dd a {
	display: block;
	background: url(../../images/arrow_ls.png) no-repeat 97% 50%;
	padding: 15px 0 15px 15px;
}
/* event */
#event {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-top: -100px; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 100px; /* 打ち消し用のパディング */
}
#event dl {
	width: 98%;
	margin: 20px auto 40px;
}
#event dl dt {
	margin: 10px auto 0;
}
#event dl dt a {
	font-size: 14px;
	background: url(../../images/arrow_e.png) no-repeat 97% 50%;
}
#event dl dd a {
	display: block;
	background: url(../../images/arrow_es.png) no-repeat 97% 50%;
	padding: 15px 0 15px 15px;
}
/* other */
#other {
	margin-top: -100px; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 100px; /* 打ち消し用のパディング */
}
#other dl {
	margin: 20px auto 40px;
}
#other dl dd ul li:nth-child(2) {
	border-top: dashed 1px #a3bcab;
}
#other dl dd ul:after {
	content: "";
	display: block;
	clear: both;
}
#other dl dd ul li:nth-child(odd) {
	float: none;
	width: 100%;
	margin-right: 0;
}
#other dl dd ul li:nth-child(even) {
	float: none;
	width: 100%;
	margin-left: 0;
}
#other dl dt {
	margin: 10px auto 0;
}
#other dl dt a {
	font-size: 14px;
	background: url(../../images/arrow_b.png) no-repeat 97% 50%;
}
#other dl dd a {
	display: block;
	background: url(../../images/arrow_bs.png) no-repeat 97% 50%;
	padding: 15px 0 15px 15px;
}
/*attention*/
.attention {
	padding: 10px;
}
.attention h3 {
	top: -12%;
	font-size: 16px;
}
.attention p {
	font-size: 14px;
}
/* bnr_buy */
.bnr_buy ul {
	margin: 0 auto;
}
.bnr_buy ul li {
	float: left;
	width: 49%;
	margin: 0 1% 0 0;
	padding: 5px 0 0 0;
}
.bnr_buy ul li img {
	width: 100%;
}
/* kaitori */
.kaitori {
	width: 100%;
	background: #ffffff;
}
.kaitori dl {
	padding: 0;
	width: 100%;
	display: block;
	overflow: hidden;
}
.kaitori dt, .kaitori dd {
	display: block;
}
.kaitori dt {
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	width: 100%;
}
.kaitori dt a {
	color: #ff6600;
}
.kaitori dt img, .kaitori dt span {
	float: none;
}
.kaitori dt span {
	display: inline-block;
}
.kaitori dd {
	box-sizing: border-box;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	width: 50%;
	float: left;
}
.kaitori dd:nth-child(odd) {
	border-right: none;
}
.kaitori dd a {
	font-size: 14px;
	color: #ff6600;
	text-align: center;
	padding: 8px 0;
	display: block;
}
/* number */

.number {
	padding: 10px;
	margin: 0 auto;
}
.number .wrapper {
	width: 100%;
	margin: 0 auto;
}
.number .n_list_c {
	border-right: none;
	border-left: none;
}
.number .n_list {
	width: 100%;
	padding: 0 5px 0;
	margin: 1px auto;
}
	
.number .n_list dl {
	display:table;
    border-collapse:separate;
	float: none;
	width: 75%;
	margin: 0 auto;
	}	
	.number .n_list dl dt {
	display:table-cell;
    vertical-align:middle;
    text-align:center;
		float: none;
	}
	
	.number .n_list dl dd {
	display:table-cell;
    vertical-align:middle;
    text-align:center;
		float: none;
	}	
	
.footer_nav {
	width: 100%;
	height: auto;
}
.footer_nav ul {
	text-align: center;
}
.footer_nav ul li {
	float: none;
	width: auto;
	display: inline;
	text-align: center;
	font-size: 14px;
}
.copyright {
	text-align: center;
}
	
/* 404ERROR
----------------------------------------------------------------------------------------------------*/
#nf404 {
	max-width: 98%;
	width: 100%;
	margin: 30px auto;
	padding-top: 42px;
	padding-bottom: 42px;
}

#nf404 p {
	margin: 0 auto 26px;
}

#nf404 p img {
}

#nf404 h2 {
	font-size: 20px;
}

#nf404 h3 {
	font-size: 18px;
}

#nf404 ul {
	width: 318px;
	margin: 30px auto 0;
}

#nf404 ul li {
	font-size: 16px;
}

#nf404 ul li i {
	font-size: 20px;
}		

#nf404 .btn_area {
	margin: 30px auto 0;
	text-align: center;
}
#nf404 .btn_area button {
	display: block;
	width: 60%;
	margin: 0 auto 10px;
}
#nf404 .btn_to_top a {
	font-size: 16px;
}
#nf404 .btn_to_list a {
	font-size: 16px;
}

}

/* ############## -SP- 480px以下 ############### */
@media (max-width:480px) {
.head .lead {
	font-size: 10px;
}
.s_box_sp input {
	width: 69%;
}
 .s_box_sp input::-webkit-input-placeholder {
 font-size: 65%;
}
.s_box_sp input:-moz-placeholder {
 font-size: 65%;
}
.border_inner h1 {
/*width: 153px;*/
}
.word ul li a {
	width: 55px;
}
.bar_sp li a {
	font-size: 12px;
}
.number .n_list {
	font-size: 10px;
}

#nf404 .btn_to_top a {
	font-size: 14px;
}	
	
}

/* ############## 320px以下 ############### */
@media (max-width:320px) {
body {
	width: 320px;
}


}
