@charset "utf-8";
/* CSS Document 文字化け防止*/

@font-face {
	//font-family: 'lmbs_font_new';

}


/******************** Reset ********************/
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, font, 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 {
	margin				: 0;
	padding				: 0;
	border				: 0;
	outline				: 0;
	font-size			: 12px;
	vertical-align		: baseline;
	background			: transparent;
}
html{
	height: 100%;
	overflow-y: scroll;
	scroll-behavior:smooth;
}

body {
	line-height			: 1.7;
//	font-family:YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-family:fot-matisse-pron, 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	height: 100%;
	min-height:100%;	
	font-size:1.4rem;	
	letter-spacing: 0.1em;
}

@media all and (-ms-high-contrast: none){
body {
	line-height: 1.3;
	background: #fff;
//	font-family:YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-family:fot-matisse-pron, 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	height: 100%;
	min-height:100%;	
	font-size:1.4rem;
}
}

body a {
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.1rem;
	color: #0D0B2B;
	text-decoration: none;
	transition: 0.2s;
}

body a:hover{
	opacity:0.7;
}

div{
	color:#222222;
	font-size:15px;
}

p{
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.1rem;
	color: #0D0B2B;
}

ol, ul {
	list-style			: none;
}
blockquote, q {
	quotes				: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content				: '';
	content				: none;
}
input {
//	font-family:YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-family:fot-matisse-pron, 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}

select {
//	font-family:YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-family:fot-matisse-pron, 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}

/* remember to define focus styles! */
:focus {
	outline				: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration		: none;
}
del {
	text-decoration		: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse		: collapse;
	border-spacing		: 0;
}



.ImgShadow {
	box-shadow:5px 5px 5px #777777;
}

.ImgShadowP {
  border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.Cleared {
	clear: both;
}


/* clearfix */
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} 
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.noscriptmsg{
	width:100%;
	font-size:40px;
	padding-top:100px;
	padding-bottom:100px;
	color:red;
	text-align:center;
}

.cookiehandleArea{
	display:none;
//	display:block;
	width:100%;
	text-align:center;
}

.nocookiemsg{
	width:100%;
	font-size:40px;
	padding-top:100px;
	padding-bottom:100px;
	color:red;
}

.fade-up{
	transition:transform 1s ease 0s;

}

::selection{
	background:#4871b7;
	color:#fff;

}

::-moz-selection 	{
	background:#4871b7;
	color:#fff;
	
}

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

input[type="submit"] {
	-webkit-appearance: none;

}

#canvas-container {
    background#fff;
	height:75px;
}
canvas {
    width: 100%;

}

.bg-accent{
	background:#7fcbea;
}

.bg-accent_grad{
	background: -moz-linear-gradient(left, #2F4565, #0D0B2B);
    background: -webkit-linear-gradient(left, #2F4565, #0D0B2B);
    background: linear-gradient(to right, #2F4565, #0D0B2B);
}

.font-accent{
	color:#7fcbea;
}
