@charset "utf-8";
/* CSS Document */

/* ************************************************ 
 *	
 *	ページのデザイン
 *	
 * ************************************************ */
.no_post{
	background:#fff;
	text-align:center;
	padding:3em;
	color:#aaa;
}

/* 横幅が100％
------------------------------------------------------------------*/
@media only screen and  ( max-width : 768px ) {
	.page_width100{
		width:108%;
		margin-left:-4%;
		margin-bottom:1em;
	}
}

/* ************************************************ 
 *	
 *	固定ページだけのブロック
 *	
 * ************************************************ */
.page_contents{
	margin-bottom:3em;
}
/* ************************************************ 
 *	
 *	お問い合わせ
 *	
 * ************************************************ */
#toiawase{
	position: relative;
	padding:5%;
	background:url(images/common/mobile_nav.png);
	outline: 2px dashed #fff;
	outline-offset: -7px;
}
#soushin_block{
	text-align:center;
	position: relative;
	padding:5%;
}

#soushin_block p{
	text-align:center;
}
#soushin_block input{
	width:40%;
}


@media print, screen and ( min-width : 768px ) {
	/* pc */
	#contact_dl{
		border-bottom: 2px dashed #fff;
	}
	#contact_dl dt{
		width:30%;
		float:left;
		padding:1em 0% 0% 0%;
	}
	#contact_dl dd{
		width:65%;
		float:right;
		padding:1em 0%;
	}
}

@media only screen and  ( max-width : 768px ) {
	/* smp */
	#contact_dl dt{
		padding:2% 3%;
		border-bottom: 2px dashed #fff;
	}
	#contact_dl dd{
		padding:3%;
	}
}
.privacy {
	padding:1em;
		font-size:90%;
}
.privacy p{
	font-size:110%;
	font-weight:bold;
}

.privacy p,
.privacy li{
	border-bottom:1px dashed #eddebb;
	padding-bottom:1em;
	margin-bottom:1em;

}
@media only screen and  ( max-width : 768px ) {
	/* smp */
	.privacy {
		font-size:80%;
	}
}
/* ************************************************ 
 *	
 *	ミシン講習
 *	
 * ************************************************ */
.class_info{
	background:url(images/common/mobile_nav.png);
	padding:1em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.class_info h4{
	foot-size:100%;
}
.class_info dd{
	margin-bottom:1em;
	margin-left:1em;
}