@charset "UTF-8";

/* --------------------------------------------------------------------- */
/* base */
/* --------------------------------------------------------------------- */

*,html{
	margin: 0px;
	padding: 0px;
	}

html{
	font-size: 62.5%;
	}

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;
	line-height: 1;
	color: #000;
	overflow-x: hidden;
	-webkit-text-size-adjust:100%;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, address, section { display: block; }

::-moz-selection{
	background: #000;
	color: #fff;
	}

::selection{
	background: #000;
	color: #fff;
	}

a,
button
 {
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor: pointer;
    outline: none !important;
}

input,textarea{
	-webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline: none !important;
}

textarea{
	font-family : "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;
	color: #000;
}

input:focus{
    border:0;
    outline:none;
    box-shadow:none;
}



a:hover,
input:hover,
button:hover {
    outline: none !important;
}

img {
	width: 100%;
	height: auto;
	border: none;
	margin: 0px;
	padding: 0px;
}

.i_rs{
	width: 100%;
	height: auto;
}

.i_reset{
	line-height: 0;
}

hr{
	display: none;
}

div.clear{
	clear: both;
	height: 1px;
	}

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

input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
	}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

:focus{

}

/* reset transition */
a,
input,
select,
textarea,
button,
a object,
a > span,
a img,
*:before,
*:after,
button span{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

option{
	cursor: pointer;
}

.dp_pc{
	display: block !important;
}
.dp_sp{
	display: none !important;
}

.dp_pc_type2{
	display: inline-block !important;
}
.dp_sp_type2{
	display: none !important;
}

.dp_pc_type3{
	display: table-cell; !important;
}
.dp_sp_type3{
	display: none !important;
}

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

body{
	overflow-x: hidden;
}

.dp_pc{
	display: none !important;
}
.dp_sp{
	display: block !important;
}

.dp_pc_type2{
	display: none !important;
}
.dp_sp_type2{
	display: inline-block !important;
}

.dp_pc_type3{
	display: none !important;
}
.dp_sp_type3{
	display: table-cell !important;
}

}


