@charset "utf-8";
/****************************************************************************************************/
/*
/*　各ページで使用するスタイル（※デザインによって使い方が異なる為、分かりやすい名前を任意でつける）
/*
/****************************************************************************************************/

@media screen and (min-width: 768px) and (max-width: 789px){

#article #breadcrumb,
#article #breadcrumb02{
	display:none !important;
	}
	
#article .left{
	float:left;
	}
	
#article .right{
	float:right;
	}	
	
#article #contents #inquiry{
	background:url("../image/common/section_background.gif") repeat-y 0 0;
	width:700px;
	margin:0 auto 30px auto;
	clear:both;
	}
	
#article #contents #inquiry dl{
	padding:0 20px;
	}

#article #contents #inquiry dt{
	float:left;
	position:relative;
	top:15px;
	}

#article #contents #inquiry dd{
	float:right;
	position:relative;
	top:4px;
	}
	
}