/*=============================================
	
	format
	
==============================================*/

@charset "utf-8";
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, tab {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, tab {
    display: block;
}

html,body{
    -webkit-text-size-adjust:100%;
    width: 100%;
}

html {
	min-height: 100%;
	position: relative;
    font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
    -webkit-font-smoothing: antialiased;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="submit"], button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

ol, ul{
    list-style:none;
}

img {
	vertical-align: top;
    max-width: 100%;
    height: auto;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

 /* link
**************************************************************/
a {
    color: #3499b7;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.4s;
}
a:focus {
    outline:none;
}

/* Clear 指定 ***************/
.clear {
	clear: both;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 0;	
}

/* clearFix */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.both{
    clear:both;
}

body {
    font-size: 1rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    color: #333;
    background: #000;
    line-height: 1.4;
    word-break: normal;
    word-wrap: break-word;
    margin-bottom: 0;
    -webkit-font-smoothing: subpixel-antialiased;
}
_:lang(x)::-ms-backdrop, body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}


input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
    border: none;
    padding: 10px 0;
    background: #FFF;
}

input[type="radio"] {
    margin-right: 3px;
}

input::-ms-clear { display:none; }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

textarea {
    background: #FFF;
    border: none;
    padding: 10px 0;
    line-height: 1.6;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
	position: relative;
}



@media screen and (min-width: 1024px) {

body {
    min-width: 1024px;
}


.sp {
    display: none !important;
}


a:hover {
    opacity: 0.5;
}

}
@media screen and (min-width: 768px) and (max-width: 1023px) {

body {
}


.sp {
    display: none !important;
}

}
@media screen and (max-width: 767px) {

body {
}


.pc {
    display: none !important;
}

.container {
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
	position: relative;
}


}

