/* 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 {
	clear: both;
	margin-bottom: 1em;
    padding: 0.5em;
	background: url(../images/icon/go_contents.png) no-repeat scroll right center;
	border-bottom: 1px solid #cecece;
	line-height: 1.5; /* 24px */
	/*font-size: 1em;*/ /* 24px */
    font-size: 1.25em; /* 2024.08追加 */
	}

#contents p { 
	margin-bottom: 1.5em;
	}

#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 .leftContents_index a,
#contents .rightContents_index a {
	color: #333;
	}

#contents .leftContents_index a:hover .sec_txt,
#contents .rightContents_index a:hover .sec_txt {
	opacity: 0.6;	
	}

#contents .leftContents_index a:hover .sec_img,
#contents .rightContents_index a:hover .sec_img {
	filter: alpha(opacity=60);
	opacity: 0.6;	
	}

#contents .sec_img {
	float: left;
	max-width: 25%;	
	margin-left: 0.5em;
	margin-right: 1em;
	}

#contents .sec_txt {
	margin-right: 0.5em;
	}

#contents ul.sec_txt {
    position: relative; /* 2024.09追加 */
    left: 1em; /* 2024.09追加 */
	margin-right: 1.5em; /* 2024.09追加 */
    list-style: disc;  /* 2024.09追加 */
	}

.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; }

/* @Maintenance */

#contents .maintenance {
	border-bottom: 1px dotted #b2b2b2;
	}

#contents .maintenance .maint_info {
	font-weight: bold;
	color: #F00;
	}

.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){

#contents .leftContents_index	 { 
	clear: both;
	float: left;
	margin-right: 1%;
	margin-bottom: 1.5em;	
	width: 49%;
	}

#contents .rightContents_index { 
	float: right;
	margin-left: 1%;
	margin-bottom: 1.5em;	
	width: 49%;
	}
}

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

#contents .leftContents_index	 { 
	margin: 0 1.04166% 1.5em 2.08333%; /*30/960*/
	width: 46.875%; /*450/960*/
	}

#contents .rightContents_index { 
	margin: 0 2.08333% 1.5em  1.04166%; /*30/960*/
	width: 46.875%; /*450/960*/
	}
	
h2,
.intro {
	margin: 0 2.08333%; /*20/960*/
	}
}