@charset "utf-8";
/* CSS Document */

/* SampleSite
-----------------------------------------------------*/
/* ==============================================
    crumbs
============================================== */
#crumbs {
	list-style: none;
	width: 950px; /* total 980px */
	margin: 20px auto 15px;
	padding: 0 15px;
}
#crumbs:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
#crumbs li {
	float: left;
}
#crumbs li a,
#crumbs li.icn {
	padding-right: 20px;
	background: url(image/crumbs.gif) no-repeat right center;
}

/* ==============================================
    title
============================================== */
#title {
	margin-bottom: 20px;
}

#container{
	margin-top: 35px;
}

#working{
	text-align: center;
	font-size: 20px;
	margin: 100px auto 350px;
}

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



@media screen and (max-width: 750px) {
/****************************************************
    750px未満に適用
****************************************************/
#container{
	margin-top: 60px;
}

#contents h1{
	width: 100%;
	overflow: hidden;
}
#contents h1 img{
	width: 180%;
	max-width: 1000px;
}
#working{
	margin: 100px auto 100px;
}

/***************************************************/
}
}
