@charset "utf-8";

/* ==================================================================
	index.css
	
=================================================================== */

.contents .accent {
    background:url("../../images/about/accent.jpg") 50% 50% no-repeat;
    margin-bottom: 0;
}

.shadowBox {
	margin-bottom: 37px;
}

.shadowBox p.txt{
	margin-bottom: 35px;
}

/* --------------------------------
   □ nav
-------------------------------- */ 
	.contents .sub ul.list li a{
		background: url("../../images/common/icon/arrow/arrow.png") 95% 50% no-repeat;
	}

	#greeting .contents .sub ul.list li.greeting a,
	#philosophy .contents .sub ul.list li.philosophy a,
	#history .contents .sub ul.list li.history a,
	#standard .contents .sub ul.list li.standard a,
	#facility .contents .sub ul.list li.facility a,
	#department .contents .sub ul.list li.department a,
	#privacy .contents .sub ul.list li.privacy a{
		background: url("../../images/common/icon/arrow/arrow.png") 95% 50% no-repeat #F5F5F5;
	}

section{
	margin-bottom: 40px;
}

section.none{
	margin-bottom: 0;
}

section h4{
	background: #F3F3F3;
	border-radius: 5px;
	font-size: 126%;
	padding: 15px 20px;
	text-align: left;
	margin-bottom: 25px;
}

section p.date{
	text-align: right;
}

/* --------------------------------
   □ 
-------------------------------- */ 

@media only screen and
(max-width : 767px) {
	
/* --------------------------------
   □ 
-------------------------------- */ 


}

	
