@charset "utf-8";

/*
**************************************
*Since: 2011-10-28
*Modified: 2011-00-00
**************************************
*/

/* display
* position
* float
* clear
* vertical-align
* width
* height
* margin
* padding
* background
* border
* list-style
* color
* font
* text-decoration
* text-align
* white-space
* other text
* content */


/* mainContents
------------------------------------------------------------------- */
#mainContents #content h2 ,
#mainContents #content ol ,
#mainContents #content li ,
#mainContents #content div ,
#mainContents #content p ,
#mainContents #content span {
	color:#000;
}

#mainContents h2 {
	text-align: center;
	font-size: 18px;
}

#mainContents .topicPath {
	background:url(../images/title.png) no-repeat top center #620d14;
}

#mainContents #content .inner {
	color:#000;
	font-size:12px;
	line-height:1.6;
	text-align:left;
}

#mainContents #content ol{
	counter-reset: listnum;
	list-style: none;
}
#mainContents #content ol li{
	text-indent: -1.2rem;
	margin-left: 1.2rem;
}
#mainContents #content ol li::before{
	counter-increment: listnum;
	content: counter(listnum) "、";
}


@media screen and (max-width: 768px) {
	#mainContents #content .inner {
		padding:4vw 0 0 0;
		font-size:3.4vw;
	}
	#mainContents .topicPath {
		background-image: url(../images/sp/title.png);
		background-size: 100%;
	}
	#mainContents h2 {
		font-size: 1.4rem;
	}
}