@charset "utf-8";
/* CSS Document */



/*///////////////////////////////////////////
////////////　　　　共通　　　　////////////
///////////////////////////////////////////*/

body {

}

/*float*/

.flex {
	display: flex;
}

.f_o{
	overflow:hidden;
}

.f_l{
	float:left;
}

.f_r{
	float:right;
}



/*img*/

*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}

a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;

}


/* header */

header{}


/* footer */

footer{}


/*///////////////////////////////////////////
////////////　　　　個別　　　　////////////
///////////////////////////////////////////*/




#top{

}


#aboout{

}







/*///////////////////////////////////////////
////////////　ブレイクポイント　////////////
///////////////////////////////////////////*/


/*PC・SP切り分け*/

@media (max-width: 640px) {
.pc{ display:none!important;}
}

@media screen and (min-width: 641px) {
.sp{ display:none!important;}
}



/* デスクトップ */
@media screen and (min-width:1401px) {

}

/* ノートパソコン */
@media screen and (min-width:960px) and ( max-width:1400px) {


}

/* タブレット */
@media screen and (min-width:640px) and ( max-width:959px) {

}


/*スマホ*/
@media (max-width: 639px) {

}
