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

	Title : beginner.css

===========================================================================
*/


/* *********************************************
*
*	PC view
*	
********************************************* */


/*ボタン*/

#wrapper .cntBox .boxInner .linkBtn a {
	width: 80%;
	margin: 20px auto;
	padding: 15px 0 12px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	display: block;
	color: #fff;
	text-decoration:none;
}

#wrapper .mainCont .cntBox .boxInner .dtl{
	background-color: #eeeeee;
    border: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 15px;
}



#wrapper .mainCont .cntBox .boxInner ul li,
#wrapper .mainCont .cntBox .boxInner ol li {
    padding-left: 1em;
    text-indent: -1em;
}

#wrapper .mainCont .cntBox .boxInner h3 span.new {
    background: #cf1f03 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 2px 5px;
	margin: 0 0 0 8px;
}

#wrapper .mainCont .cntBox .boxInner h3 span.orTxt{
    color: #ec8414;
}





/* *********************************************
*
*	SP view
*	
********************************************* */

@media screen and (max-width:769px) {


/*ボタン*/

#wrapper .cntBox .boxInner .linkBtn a {
	width: 100%;
	font-size: 12px;
}



}
@media screen and (max-width:414px) {
	
/*ボタン*/

#wrapper .cntBox .boxInner .linkBtn a {
	font-size: 9px;
}

}

