@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*  黄色丸数字と赤丸数字 */
.y_num{
	margin: 0 3px 0 2px;
   width: 25px;
   height: 25px;
   line-height: 25px;
   border-radius: 13px;
   background-color: #f5d864;
   display: inline-block;
   text-align: center;
   font-size: 0.9em;
}
.r_num{
	margin: 0 3px 0 2px;
   width: 25px;
   height: 25px;
   line-height: 25px;
   border-radius: 13px;
   background-color: #f5d864;
   display: inline-block;
   text-align: center;
   font-size: 0.9em;
   background-color: #ff786e;
   color: #fff;
}

/* マージン関連 */

.ml-30{
    margin-left: 30px;
}

.ml-20{
    margin-left: 20px;
}

.mr-30{
    margin-right: 30px;
}

.mr-20{
    margin-right: 20px;
}

.mlr-30{
    margin-left: 30px;
    margin-right: 30px;
}

.mlr-20{
    margin-left: 20px;
    margin-right: 20px;
}
