@charset "UTF-8";
/*
..........................................................
..........................................................

Reset.css | Maruhan Style

..........................................................
..........................................................
*/
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, strong, 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;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* Older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Form Select *CartIN Btn */

body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
form,
select {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

svg,
input,
select,
textarea,
label {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
em,
strong {
    font-weight: normal;
}

*,
*:before,
*:after {
    word-break: keep-all;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:visited,
a:link {
    text-decoration: none;
    color: #000;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: .3s;
            transition: .3s;
}

/* Form Select *CartIN Btn */
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select option {
	width: 100%;
	padding: 15px;
	font-size: 100%;
	box-sizing: border-box;
	background: #fff;
	color: #2d2d2d;
}
select::-ms-expand {
	display: none;
}
select:-moz-focusring { 
	color: transparent; 
	text-shadow: 0 0 0 #2d2d2d;
}
select::-moz-focus-inner { 
	border-color: transparent;
	outline: none;
	border: none;
}
select:disabled {
	color: #efefef;
}
select:disabled::-ms-value,
select:disabled::-ms-expand {
	color: #efefef;
}
select:disabled:hover {
	background: #fff;
}
select:disabled::-ms-value:hover,
select:disabled::-ms-expand:hover {
	background: #fff;
}
@media screen and (max-width: 480px) {
	.pc {display: none;}
}
@media screen and (min-width: 481px) {
	.sp {display: none;}
}
.clear {
	clear: both;
}