

html{height:100%;}

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

#container{
	position : relative ;
	width : 100% ;
	height : auto ;
	overflow : hidden ;
	background-image : url("../images/common/container_back.png");
}

.vibes .gnavi_item_off{	font-family: 'Great Vibes', cursive;	}

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

img {
	display : block ;
	border: none;
	border-style : none ;
}
.imgFree img {
	max-width:100%!important;
	width:auto;
	height:auto!important;
}

a img{
	border-style : none ;
}

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

p{
	margin : 0px ;
}

ul{
	padding : 0px ;
}

div{
	position : relative ;
}

.clearfloat{
	clear : both ;
}

.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 ; }


/**************************************************************************************/
/**************************************************************************************/
/* 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 **/