@charset "utf-8";

/*
	TYPE
*/


/*=============================================
	PC
=============================================*/

/*------------------------------
	VISUAL
------------------------------*/
#visual .inner{
	background: url(/_types/images/visual_photo.jpg) no-repeat center top;
}

/*------------------------------
	CONTENTS
------------------------------*/
/*
	COMMON
*/
dl.jireiList01{
	margin-bottom: 15px;
}
dl.jireiList01 dt{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
}
.sectionBlock{
	clear: both;
}
.sectionUnit{
	clear: both;
}
.photoR,
.photoL{
	margin-bottom: 20px;
}

/*
	TOP
*/


/*=============================================
	RESPONSE
=============================================*/
@media(max-width:600px){
.photoR,
.photoL{
	display: none;
}
}