@charset "utf-8";
/*Theme Name:  cocota de Office
Theme URI: http://cocotade.net/
Author: Cocota de Office Kina
Template:  Cocota_v18-a
Description:  子テーマ
Version:  1.0-2018*/

/*基本装飾*/
.cleafix::after{
	content:'';
	display: block;
	clear:both;
}
.box-left30{
	float:left;
	width:29%;
}
.box-right70{
	float: right;
	width:70%;
	margin-left:1%;
}
.box-left15{
	float:left;
	width:14%;
}
.box-right85{
	float: right;
	width:85%;
	margin-left:1%;
}
@media screen and (max-width:425px){
	.box-left30,
	.box-right70,
	.box-left15,
	.box-right85{
		width:100%;
	}
	.img-size{
		width:40%;
}
}
/*本文装飾*/
.margin-b150{
	margin-bottom: 150px;
}
.margin-b60{
	margin-bottom: 60px;
}
.margin-b40{
	margin-bottom: 40px;
}
@media screen and (max-width:425px){
	.margin-b150,
	.margin-b30{
		margin-bottom: 0;
	}
}