@charset "utf-8";

/* ===================================================================
css information

File Name  : layout.css
Author     : 
Style Info : 
=================================================================== */

/****************************************************************************

/beginner/index.php

****************************************************************************/

.biginner {  }

/**a.detailLinks { display:block; width:300px; height:50px; text-align:center; margin:20px auto 0px auto; font-size:140%;  border-radius:.3em; line-height:50px; box-shadow:1px 1px 3px #000; text-shadow:none; text-decoration:none;background-color:#666; color:#E1BF11; }
a.detailLinks:hover { background-color:#E1BF11;  color:#333; }**/

@media screen and (max-width:700px) {

.biginner {  }
/**a.detailLinks { display:block; width:auto; height:50px; text-align:center; margin:20px auto 0px auto;  font-size:140%;}**/

}


