@charset "utf-8";

/* ////////////////////////////////////////////////////////////////

デジタルハリウッド大学院

Copyright (c) Digital Hollywood Co.,Ltd. All Rights Reserved.

*****************************************************************

[ユーティリティ] /utility/

//////////////////////////////////////////////////////////////// */

/*　-----　地図・アクセス　-----　*/

.access #main img.fLeft{
	margin-right:10px;
}



.utility-left {
	width: 280px;
	float: left;
}

.utility-right {
	width: 405px;
	float: right;
}


.access h3 {
	padding-left: 10px;
	color: #555;
	background: #fff url(/files/common/bg-ttl-lv2-1.gif) repeat-y left bottom;
	margin: 0 0 10px 0;
}
.access h3.osaka {
	font-size: 140% !important;
	padding-left: 0;
	background: none;
	color: #ff6600 !important;
	margin: 0 0 10px 0;
}
.access h4 {
	font-size: 110% !important;
	color: #333 !important;
	font-weight: bold;
	margin: 20px 0 10px 0;
}


/*　-----　効かないのでクリア書式追加　-----　*/
.c-box:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 1px;
}
.c-box{display: inline-table;}
 /* Hides from IE-mac \*/
* html .c-box{height: 1%;}
.c-box{display: block;}
 /* End hide from IE-mac */

*:first-child+html .c-box { /* IE7p */
	width: 100%;
}


/*　-----　マージン調整用　-----　*/
.bottom-10 { margin-bottom: 10px !important;}




