@charset "utf-8";

/* 内部ページ用 */




/* ウィンドウ幅が769?1000pxの場合に適用するCSS */
@media only screen and (max-width:1000px )
{



/*
トップページ専用ピックアップボックス
*/


}




/* ウィンドウ幅が481?768pxの場合に適用するCSS */
@media only screen and (max-width: 768px) 
{


.cach001{
	float: left;
	width: 30%;
	display: block;
	text-align: left;
}
.cach001text {
	font-size: 1.25em;
}
.cach002{
	float: left;
	width:70%;
	display: block;
	text-align: right;
}
.cach002text {
	font-size: 1em;
	padding: 0 5px;
}
.cach003{
	float: right;
	width: 100%;
	display: block;
	text-align: right;
}
.cach003text {
	font-size: 1.25em;
}


}


/* ウィンドウ幅が0?480pxの場合に適用するCSS */
@media only screen and (max-width:480px )
{

.cach001{
	float: left;
	width: 25%;
	display: block;
	text-align: left;
}
.cach001text {
	font-size: 1em;
}
.cach002{
	float: right;
	width: 75%;
	display: block;
	text-align: right;
}
.cach002text {
	font-size: 0.9em;
	padding: 0 5px;
}
.cach003{
	float: right;
	width: 100%;
	display: block;
	text-align: right;
}
.cach003text {
	font-size: 1em;
}
.cach004{
	width: 100%;	
	font-size: 1em;	
	}
.cach004text {
	font-size: 1em;
}
.cach005{
	float: left;
	width: 100%;
	display: block;
	text-align: left;
}
.cach005text {
	font-size: 1em;
}
	.box01 h2{
		font-size: 1.5em;
	}

}
