@charset "utf-8";

/* ===================================================================
css information

File Name  : myCourse.css
Author     : 
Style Info : 
=================================================================== */

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

.cont-box （コース未登録時）

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

.cont-box { padding:40px 10px 170px 10px; text-align:center; }
.cont-box p { color:#999; }
.cont-box .cmn-button-1-wrap-1 { margin-top:40px; }

@media screen and (max-width:768px){
.cont-box { padding:20px 5px 210px 5px; text-align:left; }
.cont-box p { color:#999; }
.cont-box .cmn-button-1-wrap-1 { margin-top:20px; }
}

/*-----------------------------------
.web-view
-----------------------------------*/
.web-view .cont-box { padding:20px 5px 210px 5px; text-align:left; }
.web-view .cont-box p { color:#999; }
.web-view .cont-box .cmn-button-1-wrap-1 { margin-top:20px; }
