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

@font-face {
	font-family: 'lmbs_font_new';
/*	src: url('../fonts/FruitSale.ttf');*/
/*	src: url('../fonts/BlazeRadley.ttf');*/
/*	src: url('../fonts/HonyaJi-Re.ttf');*/
/*	src: url('../fonts/irohamaru-Regular.ttf');*/
/*	src: url('../fonts/condense.otf');	*/
/*	src: url('../fonts/font_1_honokamarugo_1.1.ttf');		*/

/*	src: url('../fonts/HOKKORIRegular.ttf');		*/
/*	src: url('../fonts/Kokoro.otf');	*/

}


/******************** 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			: 14px;
	vertical-align		: baseline;
	background			: transparent;
	letter-spacing:0.1em;
}
html{
	height: 100%;
	overflow-y: scroll;
	scroll-behavior:smooth;

}

body {
	line-height			: 1.3;
//	background: rgba(0, 0, 0, 0) url("/Images/bg.gif") repeat scroll 0 0;
//	font-family:"Times New Roman","ff-serif","Yu Mincho","Hiragino Mincho Pro","Hiragino Mincho ProN","MS PMincho","Times New Roman",serif;
	font-family:sans-serif;
	font-weight: 300;
	height: 100%;
	min-height:100%;
}

@media all and (-ms-high-contrast:none) {
	body {
	font-family:sans-serif;
	}
}

body a {
	text-decoration		: none;
	color				: #1f1f1f;
}

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

button, input, select, textarea {
	font-family:sans-serif;

}

@media all and (-ms-high-contrast:none) {
	button, input, select, textarea {
	font-family:sans-serif;
	}
}

input{
	vertical-align:middle;


}

div{
	color				: #555;
}
p{
	color				: #555;
}

ol, ul {
	list-style			: none;
}
blockquote, q {
	quotes				: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content				: '';
	content				: none;
}
 
/* 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;  
} 

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


}

.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


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

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

}

.blink {
	font-size: 18px;
	-webkit-animation: blink 1s ease-in-out infinite alternate;
	animation: blink 1s ease-in-out infinite alternate;
	}
	@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
	}
	@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}

}