@charset "utf-8";

/*=====================================================
 * Style Name: InfElements
 * Style URL: ./css/site/inf.css
 * Description: InfStylesheet
 * Version: 1.0
 * Last Up Date: 2012/08/31
 * Author: Neos Corporation.
 * Author URL: http://www.neoscorp.jp/
 *
 * Markup Reference:
 *
=====================================================*/
body {
	background: #F9F6EF;
	color: #222222;
}
div#main a {
	color: #222222;	
}
div.infTitle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 2;
	margin-bottom: 1em;
	padding-left: 2.5em;
	color: #000000 !important;
	font-size: 140%;
	text-align: left;
	background: url(../../img/site/pc/icon_hat.png) 0.25em center no-repeat,
				url(../img/site/top/new2/line_list.png) left bottom no-repeat !important;
	background-size: 1.5em auto, 100% auto !important;
}
div.infDesc{
	padding: 0 3% 1.4em;
	background: url(../img/site/top/new2/line_list.png) left bottom no-repeat;
	background-size: 100%;
}

div.infDesc hr {
	height: 4px;
	border: none;
	background: url(../img/site/top/new2/line_list.png) left bottom no-repeat;
	background-size: 100%;
}
div#main {
	padding: 0 0 10px;
}

#main p,#main ul {
	padding: 4px;	
}
@media only screen and (min-width: 821px) {
	div.infTitle {
		background: url(../../img/site/pc/icon_hat.png) 0.25em center no-repeat,
					url(../img/site/top/new2/line_list.png) left bottom repeat-x !important;
		background-size: 1.5em auto, auto auto !important;
	}
	div.infDesc{
		background: url(../img/site/top/new2/line_list.png) left bottom repeat-x;
		background-size: auto;
	}
	div.infDesc hr {
		background: url(../img/site/top/new2/line_list.png) left bottom repeat-x;
		background-size: auto;
	}
}