@charset "utf-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],

input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* normalize.css end */
*{
	box-sizing: border-box;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	font-size: 100%;
}
html {
	font-size: 62.5%;
}
body{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ,Arial,'Lucida Grande', sans-serif;
	font-size: 1.1em; /*初期化のためem表記　以降rem表記*/
	line-height: 1.45;
	color: #222;
	background: #f0f0f2;
}
a{
	color:inherit;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
input,textarea{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"],
input[type="button"],
button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
button::focus {
	outline-offset: -2px;
}
ol,ul{
	list-style:none;
}
.cf{display: inline-block;}
.cf:after{content: "."; clear: both; display: block; visibility: hidden; height: 0; line-height: 0;}
* html .cf{height: 1%;}
.cf{display: block;}
::-webkit-scrollbar{display: none;}

/* slider setting */
.bx-wrapper .bx-viewport{
	border: none;
	box-shadow: none;
	left: 0;
	background: none;
}
.bx-wrapper{
	margin-bottom: 10px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: -26px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background: #fff;
	width: 14px;
	height: 14px;
	border: 2px solid #d7d7d7;
	margin: 0 3px ;
	border-radius: 12px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #004990;
	width: 11px;
	height: 11px;
	border: none;
}
.bx-wrapper .bx-loading {
	background: url("../../img/bx_loader.gif") center center no-repeat #fff;
}
.bx-wrapper .bx-prev{
	background: url("../../img/slider/slider_prev.png") no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	left: 0;
}
.bx-wrapper .bx-next{
	background: url("../../img/slider/slider_next.png") no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	right: -1px;
}
.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-controls-direction a{
	width: 25px;
	height: 39px;
	margin-top:-20px;
	z-index: 1;
}
/* ticker */
.tickercontainer{
	padding: 4px 0 0;
	height: auto;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	 border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	box-sizing: content-box;
}

.tal{
	text-align: left !important;
}

/* sale list */
.sale_item{
	padding: 12px 0;
	border-bottom: 1px solid #949bb7;
}
/* sale media */
.sale_media{
	position: relative;
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: top;
	align-items: top;
}
.sale_madia_img{
	width: 80px;
	margin-right: 10px;
}
.sale_media_text_group{
	-webkit-flex: 1;
	flex: 1;
	padding-right: 20px;
}
.sale_media_title{
	font-weight: bold;
	font-size: 1.2rem;

}
.sale_media_title.m_title{
    border-radius: 10px;
    background: #ec6303;
    color: #ffffff;
    width: 70%;
    text-align: center;
    font-size: 1.2rem;
    padding-top: 2px;
}
.sale_media_text{
	color: #6e7590;
    font-size: 1.1rem;
    padding-top: 5px;
}

.sale_media_textred{
	font-weight: bold;
	font-size: 2.0rem;
	color: #de1642;
}
.sale_media_arrow{
	position: absolute;
	top: 50%;
	right: 0;
}