@charset "utf-8";
/* CSS Document */
html,body {
	margin: 0;
	padding: 0;
	background: none;
	overflow-x: hidden;
}
body{	
font-family: "source-han-sans-japanese", sans-serif;
font-weight: 400;
font-style: normal;
font-size:12px;
line-height:1.7;
-webkit-text-size-adjust: 100%;
}
#Wrapper {
	width: 100%;
	background: #FFF;
	overflow: hidden;
}
h1,h2,h3,h4,h5,h6,h7,li,th,td,dt,dd,p,a {
	line-height: 1.0;
	color: #252525;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: bottom;
	text-decoration: none;
	
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 400;
}
* {
    overflow-wrap: break-word;
	padding: 0;
	margin: 0;
	line-height: 1.0;
	box-sizing: border-box;
	vertical-align: top;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    vertical-align: baseline;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: none;
	text-align: center;
}
ul,ol,dl,li,dt,dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	text-align: left;
	text-align: justify;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
a {
	text-decoration: none;
	color: #333;
}
 a img {
    text-decoration: none;
}
a img, abbr, fieldset, img[usemap], table {
    border-width: 0;
}
img {
    vertical-align: middle;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
a:hover {
	opacity: 0.6;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input {
	border: none;
	box-shadow: none;
}
input, select, option {
  -webkit-appearance: none;
  appearance: none;
	border: none;
	padding: 0;
	border-radius: 0;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  width: 100%;
  height: 100%;
}
select::-ms-expand {
  display: none;
}




