@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;
}

body {
	line-height			: 1.3;
	background: #FFF;
	font-family:"Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
	height: 100%;
	min-height:100%;	
	font-size:15px;
	box-sizing: border-box;
//	overflow-x: hidden;
}

body a {
	text-decoration		: none;
	color				: #0a0e1f;
	font-size:15px;
}

body a:hover {
	color				: #999;
	text-decoration		: none;
}

div{
	color				: #0a0e1f;
	font-size:15px;	
}
p{
	color				: #0a0e1f;
	font-size:15px;
	letter-spacing:0.1em;
}

ol, ul {
	list-style			: none;
}
blockquote, q {
	quotes				: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content				: '';
	content				: none;
}
input {
	border:solid 1px #ccc;
	font-family:"Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",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); }
}

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

}

.loadingWrap {
	width: 100%;
	height: 100%;
//	background: rgba(255,153,0,1);
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	text-align:center;
	margin;auto;
}

.loadingWrap img {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 300px;
	margin: 0 0 0 -145px;

}

::selection{
	background:#ff9900;
	color:#fff;

}

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