/* 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;
	border-bottom: 1px solid #cecece;
	line-height: 1.5; /* 24px */
	font-size: 1em; /* 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;	
	}

/* mainContents */

#mainContents h3 {
	background: url(../images/icon/go_contents.png) no-repeat scroll right center;
	}

#mainContents h3 span.subname {
	font-size: 60%;
	vertical-align: baseline;
	}

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

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

#mainContents .productPhoto { 
	text-align: center;
	}

#mainContents .productPhoto img { 
	max-width: 50%;
	}

#mainContents .otherMenu {
	text-align: center;
	}
	
#mainContents .otherMenu span.go_spec {
	padding-left: 20px;
	background: url(../images/icon/go_spec.png) left center no-repeat;
	}

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

#mainContents .intro_att {
	padding: 0 0.5em;
	}

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

/* End of repair */

#mainContents #endRepair {
    margin-bottom: 1em;
    border: 5px solid #FF6666;
    padding: 1.5em 1.5em 0;
    }

#mainContents #endRepair a{
    font-weight: bold;
	}

/* subContents */

#subContents p {
	padding: 0.5em;
	}

#subContents ul {
	margin-bottom: 2.5em;
	}

#subContents li {
	padding: 0.5em;
	vertical-align: middle;
	}

#subContents li a {
	display: block;
	}

#subContents li a:hover {
	text-decoration: underline;
	}

#subContents #pickup li {
	text-align: center;
	}

#subContents #pickup li a:hover,
#subContents #set li a:hover {
	opacity: 0.6;	
	}

#subContents #other li {
	border-bottom: 1px dotted #b2b2b2;
	}

#subContents #other li:hover{
	background: #fafafa; 
	}

#subContents #set ul li {
	float: left;
	}

#subContents #set ul li img {
	max-width: 85px;/*IE8 BugFix*/
	}

#subContents #set ul li:last-child {
	margin-bottom: 1.5em;
	}

/* Other */

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

/* QA-Include */

#include_list {
	clear: both;
	margin: 2em 0 1.5em;
	padding: 0;
	}

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

#include_list ul li {
	padding: 0.5em;
	border-bottom: 1px dotted #b2b2b2;
	vertical-align: middle;
	}

#include_list ul li:hover{
	background: #fafafa; 
	}

#include_list ul li a {
	display: block;
	font-weight: bold;
	}

#include_list ul li a:hover {
	text-decoration: underline;
	}

#include_list ul li .category {	
	display: block;
	}

#include_list ul li .arrow {
	float: left;
	margin-right: 1em;
	display: block;		
	}
	
#include_list ul li .text {
	display: block;
	overflow: hidden;
	word-break: break-all;
	}

#include_list ul li .text:after {
	content: url(../images/icon/blank.png);
	}

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

#contents h2 {
    margin-bottom: 1.75em /* 2024.08追加 */
    }
	
#mainContents { 
	float: left;
	margin-right: 1%;
	margin-bottom: 1.5em;
	width: 61%;
	}

#subContents { 
	float: right;
	margin-left: 1%;
	margin-bottom: 1.5em;	
	width: 37%;
	}

#mainContents .productPhoto img { 
	max-width: 100%;
	}

#mainContents #endRepair {
    padding: 1.5em 1.5em 0 1.75em;
    }
	
}

/*1024px*/
@media screen and (min-width : 1024px){
#contents h2 {
	margin: 0 2.08333%; /*20/960*/
	/*margin-bottom: 1em;*/
    margin-bottom: 2.25em /* 2024.08追加 */
    }
	
#mainContents	{
	margin: 0 1.04166% 1.5em 2.08333%; /*30/960*/
	width: 67.7%; /*650/960*/
	}

#mainContents .otherMenu {
	/* height: 275px; */
	position: relative;
	top: 137px;
	}

#mainContents .leftContents_index { 
	clear: both;
	float: left;
	margin-right: 1.5%;
	margin-bottom: 1.5em;	
	width: 48.25%;
	}

#mainContents .rightContents_index {
	float: right;
	margin-left: 1.5%;
	margin-bottom: 1.5em;	
	width: 48.25%;
	}

#subContents { 
	margin: 0 2.08333% 1.5em  1.04166%; /*30/960*/
	width: 26.04%; /*250/960*/
	}
	
}