@charset "utf-8";

/* Mobile Layout: 480px and below. */
#スマートフォン {
}

.gridContainer.clearfix #content .fluid_container {
	margin-top: 20px;
	z-index: 1;
	position: relative;
}

.gridContainer.clearfix #content h2 {
	color: #463A31;
	border-left: 7px solid #463A31;
	padding-left: 13px;
	width: 100%;
	line-height: 1.5em;
	display: block;
	letter-spacing: 0.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.fluid.item_list h2 a {
	text-decoration: none;
	color: #463A31;
}

#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;
} 
#news dl  {
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 30px;
	clear: left;
	border-bottom: 1px dashed #C9C9C9;
}

#news dl dt {
	color: #E41A33;
	font-size: 0.8em;
	width: 80px;
	line-height: 2em;
}
#news dl dd {
	color: #424242;
}
#news dl dd a {
	color: #272727;
	text-decoration: none;
}
.gridContainer.clearfix #content h3 {
	color: #463A31;
	border-left: 7px solid #3B5998;
	padding-left: 13px;
	width: 96%;
	line-height: 1.5em;
	display: block;
	letter-spacing: 0.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content h3 span {
	font-size: 0.5em;
	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) {
#タブレット {
}
#news dl dt {
	float: left;
	line-height: 2.5em;
	margin-top: 5px;
}
#news dl dd {
	margin-left: 80px;
	padding-bottom: 5px;

}






}

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

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





}

@media only screen and (max-width: 480px) {
#スマホ限定 {
}






}



@media only screen and (max-width: 768px) {
#スマホ・タブレット限定 {
}







}
@media only screen and (min-width: 481px) {
#タブレット・パソコン限定 {
}






}



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






}
