@charset "UTF-8";
/* AUTHOR:t-styles */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	background-color: #FFF;
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
    font-weight: 100;
	src: url("face/thin2.eot?") format('eot'),
       url("face/thin2.woff2") format('woff2'),
       url("face/thin2.woff") format('woff'),
       url("face/thin.otf")  format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
    font-weight: 300;
	src: url("face/light2.eot?") format('eot'),
       url("face/light2.woff2") format('woff2'),
       url("face/light2.woff") format('woff'),
       url("face/light.otf")  format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
    font-weight: 400;
  src: url("face/reg2.eot?") format('eot'),
       url("face/reg2.woff2") format('woff2'),
       url("face/reg2.woff") format('woff'),
       url("face/reg.otf")  format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
    font-weight: 500;
  src: url("face/medium2.eot?") format('eot'),
       url("face/medium2.woff2") format('woff2'),
       url("face/medium2.woff") format('woff'),
       url("face/medium.otf")  format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
    font-weight: 700;
  src: url("face/bold2.eot?") format('eot'),
       url("face/bold2.woff2") format('woff2'),
       url("face/bold2.woff") format('woff'),
       url("face/bold.otf")  format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
    font-weight: 900;
  src: url("face/black2.eot?") format('eot'),
       url("face/black2.woff2") format('woff2'),
       url("face/black2.woff") format('woff'),
       url("face/black.otf")  format('opentype');
}
body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,hr {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
#rights {
	font-size: 12pt;
	text-align: center;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
}
/*左にフロート*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
/*フロートクリア*/
.clear {
	clear: both;
}
/*リストタイプ無し*/
li {
	list-style-type: none;
}
/*ーーーーーーーーーーーーーーーーーーーーーー
反転色の変更
ーーーーーーーーーーーーーーーーーーーーーー*/
/* SAFARI等*/
html ::selection,
body ::selection,
button ::selection,
input ::selection,
select ::selection,
textarea ::selection {
  background: #C80000;
  color: #fff;
}
/*反転色の変更 FIREFOX等*/
html ::-moz-selection,
body ::-moz-selection,
button ::-moz-selection,
input ::-moz-selection,
select ::-moz-selection,
textarea ::-moz-selection {
  background: #C80000;
  color: #fff;
}
#googlemap iframe {
border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* apple用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	-o-border-radius: 4px;	/* OPERA用 */
	-ms-border-radius: 4px;	/* microsoft用 */
	box-shadow:0 1px 3px rgba(0,0,0,0.5); /* CSS3草案 */
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* apple用 */
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* Firefox用 */
	-o-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* OPERA用 */
	-ms-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* microsoft用 */
	z-index: 1000;
}
.kadomaru10 {
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* apple用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	-o-border-radius: 10px;	/* OPERA用 */
	-ms-border-radius: 10px;	/* microsoft用 */
	box-shadow:0 1px 3px rgba(0,0,0,0.5); /* CSS3草案 */
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* apple用 */
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* Firefox用 */
	-o-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* OPERA用 */
	-ms-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* microsoft用 */
	z-index: 1000;
}
.kadomaru20 {
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* apple用 */
	-moz-border-radius: 20px;	/* Firefox用 */
	-o-border-radius: 20px;	/* OPERA用 */
	-ms-border-radius: 20px;	/* microsoft用 */
	box-shadow:0 1px 3px rgba(0,0,0,0.5); /* CSS3草案 */
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* apple用 */
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* Firefox用 */
	-o-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* OPERA用 */
	-ms-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* microsoft用 */
	z-index: 1000;
}
.kadomaru_map {
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* apple用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	-o-border-radius: 4px;	/* OPERA用 */
	-ms-border-radius: 4px;	/* microsoft用 */
	z-index: 10000;
}
.image_center{
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.widthALL {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	overflow: hidden;
}
