@charset "utf-8";

/**
 *
 *  サイト共通
 *
 */
/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
ul,ol,li,dl,dt,dd{list-style-type:none;list-style-position:outside;}

/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/

#Page{
	color:#333;
	font-size:10px !important;
}


/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/

#Content{
	font-size:1.0rem !important;
	line-height:1.85 !important;	
}

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/

#Page #Content a{
	outline:none;
}
#Page #Content a:link,
#Page #Content a:visited{
	text-decoration:none;
	color:#333;
}

.ophover{
	transition:opacity ease .3s;	
}
.ophover:hover{
	opacity: .7;
}


/*--------------------------------------------------------------------------
   img
---------------------------------------------------------------------------*/
#Page #Content img{
	max-width:100%;
	height: auto;	
}


/*--------------------------------------------------------------------------
   PC
---------------------------------------------------------------------------*/
.sp{
	display:none;	
}
/* box-sizing ---*/	
header, footer, section, div, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, th, td, a, span {
	box-sizing: border-box;
}


/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
#Page{
	overflow:hidden;	
}
.inner{
	max-width:930px;
	padding:0 15px;
	margin:0 auto;
}

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{

}


/* ---------------------------------------------------------------------------
			#Gnav	
				グローバルナビゲーション
--------------------------------------------------------------------------- */
#Gnav{
	
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Content {
	
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
	
}

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
	content:"";
	display:table;
}
.cf:after{
	clear:both;
}
.cf{
	zoom:1;
}





