/* CSS Document */

@media screen and (max-width: 768px) {
img{
max-width: 100%;
height: auto;
width /***/:auto;@
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
caption {
	text-align: left;
}

q:before, q:after {
	content: h;
}
abbr, acronym {
	border: 0;
}

/* body and base setting
----------------------------------------- */
body {
	padding: 0px;
	margin: 0px;
font-family: "Noto Sans Japanese", sans-serif;
	

	
	color: #333333;
	text-align: center;
	font-size: 85%;
	letter-spacing: 0.05em;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
	
	-moz-background-size:100% auto;
	background-size:100% auto;
}



/* general style
----------------------------------------- */
html{  
	overflow-y: scroll;
	overflow-x: auto;
}

img {
	vertical-align: bottom;
}


.PcNone {
	display: none;
}
.SpNone {
	display: inherit;
}
.sp{
	display:none;
}
.pc{
	display:block;
}
/* link style
----------------------------------------- */
/*a:link {
	color: #009900;
	text-decoration: underline;
}
a:visited {
	color: #49B944;
}
a:hover {
	color: #41BAB9;
	text-decoration: none;
}
a:active {
	color: #49B944;
}*/
/* layout parts
----------------------------------------- */
.clear {
	clear: both;
}
.center {
	text-align: center;
	overflow: hidden;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

img.left {
	float: left;
	clear: both;
	margin-right: 15px;
	margin-bottom: 15px;
}
img.center {
	clear: both;
	margin-bottom: 15px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
img.right {
	float: right;
	clear: both;
	margin-left: 15px;
	margin-bottom: 15px;
}


a.left {
	float: left;
	margin-right: 15px;
}
a.right {
	float: right;
	margin-left: 15px;
}

.small{
	font-size: 80%;
	line-height: 1.2em;
}





.pr5 {padding-right: 5px;}
.pt05em {padding-top: .5em;}
.pt2em {padding-top: 2em;}
.pt0 {padding-top: 0;}
.mr1em {margin-right: 1em;}

.blue{
  color:#48A8D8;
}
.flo-r {float: right;}
.flo-l {float: left;}
.cetner{text-align:center;}
.clear {clear: both;}
.red{
  color:#D70C18;
}
#page-top {
position: fixed;
bottom: 10px;
right: 5px;
z-index: 2000;
}
#page-top a {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
#page-top a:hover {
filter: alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;
} 
}