@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;
}

#back_frame{
	background-image: url(image/back_border.gif);
	background-repeat: no-repeat;
}

#contents h1#title_border{
	font-size: 30px;
	font-weight: normal;
	color: #18469d;
	padding-bottom: 8px;
	padding-left: 8px;
	background-image: url(image/title_big_border_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 30px;
}

#contents.sitemap_top{
	width: 929px;
	margin-bottom: 100px;
}
#contents.sitemap_top #sitemap_frame{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#contents.sitemap_top ul{
	list-style-type: none;
}
#contents.sitemap_top ul li{
	font-size: 14px;
	margin-bottom: 10px;
}
/* サンプル請求ボタン非表示 */
#contents.sitemap_top ul li:nth-child(9){
	display: none;
}


#contents.sitemap_top ul li ul li{
	margin-bottom: 0;
	margin-left: 1em;
}
#contents.sitemap_top ul li a{
	text-decoration: none;
	color: #000;
}
#contents.sitemap_top ul li a:hover{
	text-decoration: underline;
}
#contents.sitemap_top ul li a .arrow_og{
	color: #e87e00;
	font-weight: bold;
}





/****************************************************/

@media screen and (max-width: 960px) {
/****************************************************
    960px未満に適用
****************************************************/

/***************************************************/
}

@media screen and (max-width: 640px) {
/****************************************************
    640px未満に適用
****************************************************/
	#contents h1#title_border{
		font-size: 22px;
	}
	#contents.sitemap_top{
		width: 100%;
	}
/***************************************************/
}
}
