/* Y'S GEAR : method_top.css */


.contentsWidth .main {
	margin-bottom: 25px;
}


/*======================================================================*
 *  [ type ] 
 *======================================================================*/

#type {
	background: url(../img/bg-type.gif) left top repeat-y;
	background-size: 35.61643836% auto;
	border-bottom: 1px solid #ccc;
}
#type dt {
	border-top: 1px solid #ccc;
	clear: both;
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px;
	width: 35.61643836%;
	box-sizing: border-box;
}
#type dt a {
	display: block;
}
#type dt img {
	margin-right: 10px;
	vertical-align: middle;
}
#type dd {
	border-top: 1px solid #ccc;
	font-size: 13px;
	font-size: 1.3rem;
	margin-left: 35.61643836%;
	padding: 15px 5px 5px 5px;
}
#type dd li {
	background: url(../img/icon-type.gif) 5px 0.5em no-repeat;
	padding: 0 5px 10px 15px;
	width: 100%;
	box-sizing: border-box;
}
#type dd li a {
	text-decoration: underline;
}
#type dd li a:hover {
	text-decoration: none;
}
#type dd li.none {
	background-image: url(../img/icon-type_n.gif);
	border-top: 5px solid #fff;
}
#type dd li.none ul {
	margin: 5px 0 0 25px;
}
#type dd li.none li {
	background: none;
	list-style-type: disc;
	margin-bottom: 0;
	padding: 0;
	width: auto;
}
#type dd li.clear {
	clear: both;
}


/*======================================================================*
 *  [ micro clearfix ] 
 *======================================================================*/

.cf:after, 
#type:after, 
#type dd ul:after {
	content: "";
	clear: both;
	display: block;
}


/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	/*==================================================================*
	 *  [ type ] 
	 *==================================================================*/
	
	#type {
		background: none;
	}
	#type dt {
		background: #f0f0f0;
		float: none;
		width: 100%;
	}
	#type dd {
		margin-left: 0%;
		padding: 5px;
	}
	#type dd li {
		background-position: 5px 1em;
		padding: 0 5px 5px 15px;
	}
	#type dd li a {
		display: inline-block;
	}
	#type dd > ul > li > a {
		display: block;
		padding: .5em 0;
	}
	#type dd li.none {
		background-position: 5px .8em;
		padding: 5px 5px 10px 15px;
	}

}

