@charset "utf-8";

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

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

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

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

[Base CSS]

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

@import "/css/lib/reset.css";
@import "/css/lib/fonts.css";
img {
	border:none;
}
/* clearfix 
-------------------------------------------*/
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.tCenter {
	text-align: center;
}
.tLeft {
	text-align: left;
}
.tRight {
	text-align: right;
}
.tRight {
	text-align: right;
}
.fRight {
	float: right;
}
a {
	color:#f03;
}
a:hover {
	text-decoration:none;
}
hr {
	display:none;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	layouts

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body {
	text-align: center;
	background-color: #cbcbcb;
	font-family:arial, helvetica, clean, sans-serif;
}
#container {
	width: 1026px;
	margin: 0 auto;
	background: url(images/content-bg.jpg) repeat-y;
	text-align:left;
}
#header {
	padding: 20px 68px;
	text-align: left;
}
#content {
	width:890px;
	padding-left:68px;
	text-align: left;
}
p.pagetop {
	width: 946px;
	padding: 10px;
	margin: 0 auto;
	border-top: 1px dotted #666;
	text-align: right;
}
#footer {
	height: 20px;
	width: 1026px;
	margin: 0 auto;
	background: url(images/footer-shadow.jpg) no-repeat center top;
}
#copyright {
	height: 70px;
	font-size: 85%;
	color: #fff;
	text-align: center;
	background-color: #000;
}
#copyright p {
	width: 960px;
	padding-top: 30px;
	margin: 0 auto;
	text-align: right;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	content内

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header #logo {
	height:60px;
	border-bottom:1px solid #000;
}
#header #logo .fLeft {
	padding-top: 14px;
}
h1 {
	margin:30px 0;
}
h2 {
	font-size:131.1%;
	line-height:normal;
	font-weight:bold;
	color:#e50012;
	margin-bottom: 15px;
}
h3 {
	margin: 25px 0 15px;
	font-size: 108%;
	background-color: #f0f0f0;
	padding:5px;
	border:1px solid #ccc;
	line-height:1.4;
	color:#666;
	font-weight:bold;
}
h4 {
	font-weight:bold;
	font-size:100%;
	margin:15px 0 10px;
}
.section {
	margin: 40px 0;
}
.section p {
	margin-bottom: 1.5em;
	font-size: 93%;
	line-height: 2;
	color:#666;
}
.section .unit {
	margin: 20px 0 0;
}
.section .unit .box {
	float: left;
	margin-right: 15px;
}
.section .unit .box.last {
	float: right;
	margin: 0!important;
}
#dcm .unit {
	min-height: 185px;
	height: auto!important;
	height: 185px;
	background: url(images/dcm-img.gif) no-repeat right center;
}
#dcm .unit .box {
	float: left;
	width: 208px;
	margin-right: 15px;
}
#dcm .unit .box h4 {
	font-size:85%;
}
#dcm .unit .box p {
	line-height:normal;
	margin:0;
}
#method .unit .box {
	width: 280px;
	margin-right: 20px;
}
#method .unit .box h4 {
	font-size: 93%;
}
#method .unit .box p {
	line-height:1.4;
}
#entry h2 {
	margin-left: -37px;
}
#entry {
	margin: 0;
}
#entry .unit {
	padding: 20px 120px 40px;
}
#entry .unit p {
	text-align:center;
}

