
/* ----------------------------------------------------------------------
	
	馬主サイト - 馬主になるには 馬主の種類
	
---------------------------------------------------------------------- */

/* - 
---------------------------------------------------------------------- */

div.type_unit > h3 { vertical-align: middle; }

div.type_unit > h3 > span.txt {
    padding-left: 10px;
    font-size: 1.6rem;
    font-weight: bold;
}

div.type_unit > h3 > span.icon {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    /*padding: 8px;*/
	width:30px;
	height:30px;
	line-height: 30px;
	background-color:#2aa83d;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}


div.type_unit > p {
	margin-top: 10px;
    border-top: dotted 1px #d0d0d0;
    padding: 10px;
    padding: 10px 0;
}



/* ------------------------------------------------------------

	979px以下

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


	
}


/* ------------------------------------------------------------

	767px以下

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


/* ------------------------------------------------------------

	639px以下

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



}


/* ------------------------------------------------------------

	479px以下

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

	
	
	
}

/* ------------------------------------------------------------

	359px以下

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


