@charset "utf-8";

/*==========================================================

	ACCESS

========================================================*/
#accessTop #contentsArea .titleArea{
	background: url(../../images/top_slide05.jpg) 50% 50% no-repeat;
	background-size: cover;
}


#accessTop #contentsArea article#sec01 dl#add{
	margin-bottom:2em;
}
#accessTop #contentsArea article#sec01 dl#add dt{
	float:left;
	widows:4em;
	font-weight:bold;
}
#accessTop #contentsArea article#sec01 dl#add dd{
	margin-left:4em;
}
#accessTop #contentsArea article#sec01 iframe{
	width:100%;
	height:500px;
	border:1px solid #999 !important;
}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:768px), only screen and (max-device-width:768px){

#accessTop #contentsArea article#sec01 iframe{
	height:250px;
}
















}