

html{height:100%;-webkit-font-smoothing: antialiased;}

body{
	margin:0px;
	padding:0px;
	letter-spacing:0.05em;
	line-height:1.8;
	font-family: 'Zen Old Mincho' , "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size : 14px ;
	-webkit-text-size-adjust: 100% ;
	font-weight : 400 ;
	overflow-x : hidden ;
	width  : 100% ;
	color : #555555 ;
}

#wd_container{
	position : relative ;
	width : 100% ;
	height : auto ;
	overflow : hidden ;
}


.wd_ga{
	font-family: 'Cormorant Garamond', 'Zen Old Mincho' , sans-serif;
}
.wd_la{
	font-family: 'Lato', "Noto Sans" , sans-serif;
}

img {
	position : relative ;
	display : block ;
	width : auto ;
	height : auto ;
	border: none;
	border-style : none ;
	-webkit-backface-visibility: hidden;
}

a img{
	border-style : none ;
}

a{
	outline: none;
	text-decoration: none ;
}
a{
	color : #555555 ;
}
a:visited{
	color : #555555 ;
}
a:link{
	color : #555555 ;
}
a:hover{
	color : #555555 ;
}
hr{
	margin : 0px ;
	border : 0px ;
	height : 6px ;
	/** background-color : #000000 ; **/
}
h1,h2,h3,h4,h5,h6{
	display : block ;
	position: relative ;
	box-sizing : border-box ;
	margin : 0px ;
	padding : 0px ;
}

p{
	position : relative ;
	margin : 0px ;
}

ul{
	padding : 0px ;
	margin : 0px ;
}

div{
	box-sizing : border-box ;
	position : relative ;
}

strong{
	font-weight : 600 ;
}

button, input, select, textarea {
	font-family : inherit;
	font-size : 100%;
}

pre {
	white-space: pre-wrap ;
}


table{
	width : 100% ;
	border-collapse: separate;
	border-spacing: 10px ;
	margin-top : 60px ;
}
th{
	background-color: #2985BC;
	padding : 30px ;
	color : #FFFFFF ;
	text-align : center ;
	width : 300px ;
}
td{
	background-color: #FFFFFF;
	padding : 30px ;
}





.wd_clearfloat{
	clear : both ;
}


.wd_pc{ display : block ; }
.wd_sp{ display : none ; }

.wd_appear{
	opacity : 0.01 ;
}
.wd_preappear{
	opacity : 0.01 ;
}


#wd_view_size{
	position : fixed ;
	top : 0px ;
	left : 0px ;
	width : 100% ;
	height : 100% ;
	z-index : -100 ; 
}


.wd_flex{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap : wrap;
}


.wd_marker{
	background: linear-gradient(transparent 60%, #FFD600 0%);
}





















/**************************************************************************************/
/**************************************************************************************/
/* SP Site*/
/**************************************************************************************/
/**************************************************************************************/
@media screen and (max-width: 1000px) {

html{  min-width:390px;  } 

body{
	 min-width : 390px ; 
	
}

.wd_pc{ display : none ; }
.wd_sp{ display : block ; }



} /** endof sp **/