/* Common */

#contents { 
	text-align: left;
	}

#contents h2 {
	margin-bottom: 1em;
	padding: 0.5em;
	/*border: 1px solid #e6e6e6;*/
	/*background: url(../../images/header/h2_bg.png) repeat bottom right;*/
	border: 1px solid #cecece; /* 2024.08追加 */
	background: url(../../images/header/h2_bg.png) repeat center right; /* 2024.08追加 */  
	line-height: 1; /* 24px */	
	font-size: 1.5em; /* 24px */
	}

#contents h3 {
	margin-bottom: 1em;
	padding: 0.5em;
	border-bottom: 1px solid #cecece;
	line-height: 1.5; /* 24px */
	/*font-size: 1em;*/ /* 24px */
    font-size: 1.25em; /* 2024.08追加 */
	}

#contents h4 {
	margin-bottom: 1em;
	line-height: 1.5; /* 24px */
	font-size: 1em; /* 24px */
	}

#contents h4.trouble {
	padding-left: 1em;
	background: url(../../images/icon/list.png) no-repeat scroll left center;	
	}
	
#contents .section {
	margin-bottom: 1em;
	padding: 0.5em;
	}

#contents p,
#contents ul,
#contents ol, 
#contents li { 
	margin-bottom: 1.5em;
	}

#contents ul {
	list-style: disc;
	margin-left: 20px;
	}

#contents ol {
	list-style: decimal;
	margin-left: 30px;
	}

#contents a{
	color: #0066cc;	
	}

#contents a:hover{
	color: #92b4dd;
	text-decoration: underline;	
	}

#contents .intro {
	margin-bottom: 1.5em;
	padding: 0.5em;
	border-bottom: 1px dashed #e6e6e6;
	}

#contents table {
	width: 100%;
	margin-bottom: 1.5em;
	border: solid 1px #CCC;
	border-bottom: none;
	border-left: none;
	font-size: 90%;
	}

#contents th {
	padding: 0.25em;
	border-top: none;
	border-right: none;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	background: #EFEFEF;
	font-weight: normal;
	color: #666;
	text-align: center;
	}

#contents td {
	padding: 0.25em;
	border-top: none;
	border-right: none;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	}

#contents td p,
#contents td ul,
#contents td ol,
#contents td li {
	margin-bottom: 0;
	}

#go_past {
	font-size: 110%;
	text-align: center;
	}

#contents .date {
	text-align: right;
	font-size: 0.9em; 
	}

#contents sup { font-size: 0.6em;}

.red { color: #ff0000; font-weight: bold; }
.orange { color: #ff9900; font-weight: bold; }
.yellow { color: #ffcc33; font-weight: bold; }
.green { color: #009900; font-weight: bold; }
.blue { color: #0000ff; font-weight: bold; }
.black { color: #333333; font-weight: bold; }

/*768px*/
@media screen and (min-width : 768px){

}

/*1024px*/
@media screen and (min-width : 1024px){
	
#contents h2,
#contents h3,
#contents .intro,
#contents .section {
	margin: 0 2.08333%; /*20/960*/
	margin-bottom: 1em;
	}
}