/* Common */

#contents { 
	text-align: left;
	}

#contents #t-pass p {
	display: none;
	}

#contents h2 {
	clear: both;
	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 .leftContents_index h3,
#contents .rightContents_index h3 {
	clear: both;
	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: 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;
	}

/* @Menu */

#contents .leftContents_index a,
#contents .rightContents_index a {
	color: #333;
	}

#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;
	}
	
/* qa serachbox */

#contents #qaSerach {
	clear: both;
	margin-bottom: 1.5em;
	padding: 1em;
	border: 2px solid #cecece;
	}

#contents #qaTitle {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
	}

#contents #qaTxt {
	clear: both;
	margin-bottom: 0;
	font-size: 0.8em;	
	}

input.searchBox,
input.iSearchAssist {
	color: #CCC;
	}

.txt {
    width: 15em;
    padding: 2px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
	}

.btn {
    width: 50px;
    padding: 3px;
    border: 1px solid rgb(153, 153, 153);
    background-color: rgb(153, 153, 153);
    color: rgb(255, 255, 255);
	}


/* @Topic */

/*#contents .topicContents_index {
	clear: both;
	margin-bottom: 1.5em;
	padding-top: 1.5em;
	border-top: 1px dotted #cecece;
	}*/

#contents .topicContents_index {
	clear: both;
	margin-bottom: 1.5em;
	}


#contents .topicContents_index ul {
	margin: 0 auto;
	text-align: center;
	}

#contents .topicContents_index ul li {
	margin-bottom: 1em;
	}

#contents .topicContents_index ul li a:hover .pic_img {
	filter: alpha(opacity=60);
	opacity: 0.6;	
	}

/* @List */

#contents .listContents_index {
	clear: both;
	}

#contents .listContents_index .listSection {
	position: relative;
	}

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

#contents .listContents_index h3.important {
	padding: 0.5em 1.5em;
	background: url(../images/icon/important.png) no-repeat scroll left center;
}

#contents .listContents_index p.important {
	padding: 0 1.5em 0.5em;
	background: url(../images/icon/important.png) no-repeat scroll left top;
	/*padding-left: 1em;
	background: url(../images/icon/list.png) no-repeat scroll left center;*/
}

#contents .listContents_index p.otherlist {
	padding-left: 1em;
	background: url(../images/icon/list.png) no-repeat scroll left center;
	font-size: 0.8em;
}

#contents .listContents_index p.gohist {
	position: absolute;
	top: 1.25em;
	right: 0.5em;
	font-size: 75%;
	}

#contents .listContents_index ul {
	margin-bottom: 2.5em;
	}

#contents .listContents_index ul.last {
	margin-bottom: 1em;
	}

#contents .listContents_index li {
	padding: 0.5em 0;
	border-bottom: 1px dotted #b2b2b2;
	vertical-align: middle;
	}

#contents .listContents_index li:hover{
	background: #fafafa; 
	}

#contents .listContents_index li a {
	display: block;
	}

#contents .listContents_index li a:hover {
	text-decoration: underline;
	}

#contents .listContents_index li .date {
	margin-right: 2em;
	display: block;
	color:#333;
	}

#contents .listContents_index li .text {
	display: block;
	overflow: hidden;
	word-break: break-all;
	}


#contents .listContents_index li .text .emphasis_red {
	color: red;
	font-weight: bold;
	}

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

/* @ImportantList */

#contents .listContents_index .importantContents {
    margin-bottom: 1.5em;
    /*padding: 1em;*/
    padding: 0.5em; /* 2024.08追加 */    
    /*border: 2px solid #cecece;*/
    border: 3px double #cecece; /* 2024.08追加 */
    }

/* #contents .listContents_index .importantContents h4 {
    margin-bottom: 0.5em;
    } */

/* #contents .listContents_index .importantContents h4 span {
    margin-left: 0.5em;
    font-size: 75%;
    font-weight: normal;
    } */

#contents .listContents_index .importantContents p {
    margin-bottom: 0;
    }

#contents .listContents_index .importantContents ul {
    margin-bottom: 0;
    }

#contents .listContents_index .importantContents li {
    padding: 0;
    border: none;
    }

/* @Maintenance */

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

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

/*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%;
	}

#contents .topicContents_index {
	margin-bottom: 1.5em;
	overflow: hidden;
	position: relative;
	}

#contents .topicContents_index ul {
	float: left;
    position: relative;
	left: 50%;
	}

#contents .topicContents_index ul li {
	float: left;
	margin-right: 0.5em;
	position: relative;
	left: -50%;
	}

#contents .listContents_index {
	clear: both;
	margin-bottom: 1.5em;
	}

#contents .listContents_index p.gohist {
	top: 1.35em;
	}
	
#contents li .date {
	float: left;
	}	
}

/*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*/
	}

#contents .topicContents_index,
#contents .listContents_index,
#contents #qaSerach {
	margin: 0 2.08333%; /*20/960*/
	margin-bottom: 1.5em;
	}

#contents .listContents_index p.gohist {
	top: 1.5em;
	}

#contents .topicContents_index ul li {
	margin-right: 1em;
}