

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

body{
	margin:0px;
	padding:0px;
	letter-spacing:0.05em;
	line-height:1.8;
	font-family: "arial" ,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro", "游ゴシック" , "Yu Gothic" , "YuGothic" , "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size : 14px ;
	-webkit-text-size-adjust: 100% ;
	font-weight : 500 ;
	overflow-x : hidden ;
	width  : 100% ;
	color : #333333 ;
}

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

.mincho{
	/** font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; **/
}

.arial{
	font-family : "arial" ;
	font-weight : 900 ;
}

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

a img{
	border-style : none ;
}

a{
	outline: none;
	text-decoration: none ;
}
a{
	color : #333333 ;
}
a:visited{
	color : #333333 ;
}
a:link{
	color : #333333 ;
}
a:hover{
	color : #999999 ;
}
hr{
	margin : 0px ;
	border : 0px ;
	height : 6px ;
	/** background-color : #000000 ; **/
}

p{
	margin : 0px ;
}

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

div{
	position : relative ;
}

strong{
	font-weight : 600 ;
}

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

.clearfloat{
	clear : both ;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
.floatbreak{
	position : relative ;
	float : left ;
}
.floatjoint{
	position : relative ;
	float : none ;
	clear : both ;
}

.floatleft{
	position : relative ;
	float : left ;
}

.floatright{
	position :relative ;
	float : right ;
}

.hover{
	cursor : pointer ;
}

.op{	cursor : pointer ; }

.op:hover{
	opacity: 0.6 ;
}

.pc{ display : block ; }
.sp{ display : none ; }

.tb{ display : none ; }


.wp_fill,
.wp_fit{
	position : absolute ;
	top : 0px ;
	left : 0px ;
	width : auto ;
	height: 100% ;
	z-index : 4 ;
}

.appear{
	opacity : 0.01 ;
}
.preappear{
	opacity : 0.01 ;
}


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


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

/**
.transforn{
	transform : translate(-50%, 0);
	-webkit-transform : translate(-50%, 0);
	-ms-transform : translate(-50%, 0);
}

.rad{
	border-radius : 5px ;
	-moz-border-radius : 5px ;
	-webkit-border-radius : 5px ;
}
**/

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

html{min-width:640px;}

body{
	min-width : 640px ;
	font-size : 20px ;
}

.pc{ display : none ; }
.sp{ display : block ; }

.floatjoint{
	position : relative ;
	float : left ;
	clear : none ;
}
.floatbreak{
	position : relative ;
	float : none ;
	clear : both ;
}


} /** endof sp **/