﻿@charset "utf-8";

/* ===================================================================
	Author: aki
=================================================================== */


#mf1 .mf-inner{
	padding:50px 0;
}


#mf1 .cbox:nth-of-type(n+2){
	width:480px;
	float:left;
	padding:0 0 30px 0;
}

#mf1 .cbox:nth-of-type(2n){
	clear:both;
}

#mf1 .cbox:nth-of-type(2n+1){
	float:right;
}


#mf1 .cbox:nth-of-type(1){
	float:none;
	padding:0 0 40px 0;
}



#mf1 .cbox:nth-of-type(1) .cbox-inner{
	text-align:center;
	font-size:1.3em;
	line-height:1.7em;
	float:none;
}

#mf1 .cbox h2{
	font-size:1.3em;
	line-height:1.5em;
	color:#cf47c7;
	padding:15px 0 10px 0;
}




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



#mf1 .mf-inner{
	padding:50px 10px;
}


#mf1 .cbox:nth-of-type(n+2){
	width:auto;
	float:none;
	padding:0 0 50px 0;
}

#mf1 .cbox:nth-of-type(2n){
	clear:both;
}

#mf1 .cbox:nth-of-type(2n+1){
	float:right;
}


#mf1 .cbox:nth-of-type(1){
	float:none;
	padding:0 0 40px 0;
}



#mf1 .cbox:nth-of-type(1) .cbox-inner{
	text-align:center;
	font-size:1.1em;
	line-height:1.7em;
	float:none;
}

#mf1 .cbox h2{
	font-size:1.2em;
	line-height:1.5em;
	color:#cf47c7;
	padding:15px 0 10px 0;
}


}