@charset "utf-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

   HOMEページ

   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html,
body,
#page { height: 100%; }

h2 { display:none; }



/* ----------------------------------------------------------
   
   #content1
   
   ---------------------------------------------------------- */

/* ----- .contentLeft ----- */ 
.contentLeft { float: left; width: 46.25%; }
/* ----- .contentRight ----- */ 
.contentRight { float: right; width: 46.25%; }
/* ----- .link ----- */ 


.redbig {
	font-size:20px;
	font-weight:bold;
	color:#f00;
}

.colortxt {
	font-weight:bold;
	color: #FF7A7C;
}


img.ffl { float:left; width:50% !important; }
img.ffr { float:right; }

/* ************************************************************************************************

   @media screen and (max-width: 768px)

   ************************************************************************************************ */
   
@media screen and (max-width: 768px) {

img.ffl { float:none; margin:0 auto; width:auto !important; }
img.ffr { float:none; margin:0 auto;width:auto !important; }
.yoko { text-align:center; }
.yoko .yokotxt { text-align:left; }

}

/* ************************************************************************************************

   @media screen and (max-width: 738px)

   ************************************************************************************************ */
   
@media screen and (max-width: 738px) {

/* ----- .contentLeft ----- */ 
.contentLeft { float: none; width: 100%; }

/* ----- .contentRight ----- */ 
.contentRight { float: none; width: 100%; margin-top:60px; }
}
