@charset "utf-8";

/* Mobile Layout: 480px and below. */
#スマホ {
}  
.gridContainer.clearfix #content h2 {
	color: #463A31;
	border-left: 7px solid #463A31;
	padding-left: 13px;
	width: 95%;
	line-height: 1.5em;
	display: block;
	letter-spacing: 0.2em;
}
#content h2 span {
	font-size: 0.4em;
	letter-spacing: 0.4em;
	border-top: 1px dotted #C4B5A5;
	width: 100%;
	padding-left: 13px;
	display: block;
	left: -13px;
	position: relative;
}





/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#タブレット {
}
.gridContainer.clearfix #content .fluid.img_r {
	float: right;
}





}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#パソコン {
}




}
