

/*
************************************************



************************************************
*/
	



/* CSS 
************************************************/
@import url(contents.css);		/**/




/* MAIN width:605px
************************************************/
.faq { width:605px; margin:0 auto 0 auto;}

.faq #proBox {
	width:595px;
	float:left;
}
.faq #setBoxW {
	width:595px;
	float:left;
} 
.faq #setBoxM {
	width:595px;
	float:left;
} 

.proTit {
	width:595px;
	background:url(../img/con_faq/cate_tit_pro2.gif) repeat-x;
	height:25px;
}
.setTit {
	width:595px;
	background:url(../img/con_faq/cate_tit_set_l.gif) no-repeat;
	height:25px;
}
.setTitBase {
	width:595px;
	background:url(../img/con_faq/cate_tit_base.gif) no-repeat;
	height:25px;
}
.setTitBase .title {
	padding-left:30px;
	padding-top:4px;
}

.setTitW {
	width:595px;
	background:url(../img/con_faq/cate_tit_set2.gif) no-repeat;
	height:25px;
}
.setTitM {
	width:595px;
	background:url(../img/con_faq/cate_tit_set3.gif) no-repeat;
	height:25px;
}

.boxbet {
	width:595px;
	background:url(../img/con_faq/cate_bet2.gif) repeat-y;
	padding:10px 0px 0 8px;
}
.boxbot { width:595px; background:url(../img/con_faq/cate_bot2.gif) repeat-x; background-position:bottom; height:10px;}
.boxbet .subtitle {
	padding: 5px 0px 2px 5px;
	font-weight:bold;
	border-left-color:#696969;
	border-bottom-color:#696969;
	border-style: solid; 
	border-width: 0px 0px 2px 5px;
	width:300px;
}
.boxbet p {padding-top:3px;}
.boxbet p a { text-decoration:none;}
.boxbet .que {
	line-height:1.2em;
	width:520px;
	float:left;
	margin:0 0 5px 0;
}
.boxbet .list {
	font-weight:bold;
	width:35px;
	float:left;
	margin:0 0 5px 0;
}




.faqbox { width:605px; padding:30px 0 30px 0; }
.faqbox h3 {
	width:605px;
	height:17px;
	font-size:18px;
	border-bottom:2px solid #ff3300;
	padding:0 0 8px 0;
}
.faqbox .titleSetW { width:605px; height:17px; background:url(../img/con_faq/set_titi_Win.gif) no-repeat; border-bottom:2px solid #ff3300; padding:0 0 8px 0; }
.faqbox .titleSetM { width:605px; height:17px; background:url(../img/con_faq/set_titi_Mac.gif) no-repeat; border-bottom:2px solid #ff3300; padding:0 0 8px 0; }
.faqbox .box { width:585px; margin:0 10px 0 10px; padding:15px 0 15px 0; border-bottom:1px dotted #999999;}
.faqbox .box .qnum { float:left; width:40px; font-weight:bold; color:#cc3333; padding:7px 0px 5px 0px; background:#f4f4f4; text-align:center; border-bottom:1px dotted #cccccc;}
.faqbox .box .question { float:left; width:524px; font-weight:bold; color:#cc3333; padding:7px 10px 5px 10px; background:#f4f4f4; border-left:1px dotted #cccccc;border-bottom:1px dotted #cccccc;}
.faqbox .box .anum { float:left; width:40px; height:20px; background:url(../img/con_faq/answer.gif) no-repeat; padding:10px 0 0 0; background-position:10px 13px;}
.faqbox .box .answer { float:left; width:534px; padding:10px 0 10px 10px;  border-left:1px dotted #cccccc;}
.faqbox .box .listtop { text-align:right; width:585px;}




.ffs { font-family:"ＭＳ ゴシック", "Osaka−等幅";}
.pls { padding:0 0 0px 15px ;}
.pns { padding:3px 0 15px 15px;}


.faqbox .box .answer .etr { width:514px; background:#f7f7f7; margin:10px 0 10px 0; padding:10px;}
.faqbox .box .answer .etr .bul { font-weight:bold; padding:10px 0 0 0;}



a.mac_click{
	margin-top:10px;
	margin-left:300px;
	display:block;
	width:174px;
	height:59px;
	text-indent: -1000px; 
	background-image:url(../img/index/user_mac_click.gif) ;
}
a.mac_click:hover{
	background-position: top right;
}

a.win_click{
	float:right;
	margin-right:350px;
	display:block;
	width:184px;
	height:59px;
	text-indent: -1000px; 
	background:url(../img/index/user_win_click.gif) no-repeat;
}
a.win_click:hover{
	background-position: top right;
}
.reflink { padding:20px 0 20px 0; text-align:center; font-weight:bold;}



/**
 * Mac版（リファクタリング）
 */
.faq_question_list_box dl{
	padding: 0;
 	padding-top : 0.5em;
 	margin-bottom: -1em;
}
.faq_question_list_box dl dt{
	clear: left;
	float: left;
	margin: 0 0 0.5em 0;
	width: 3em;
	padding-left: 5px;
	font-weight : bold;
}
.faq_question_list_box dl dd{
	margin-bottom: 0.5em;
	margin-left: 3em;
	margin-right: 20px;
}
.faq_question_list_box dl dd a{
	text-decoration: none;
}


table.faq_answer{
	width : 590px;
	margin:5px;
	margin-bottom : 20px;
	border-collapse:collapse;
	border:0;
}
table.faq_answer td{
	line-height: 1.4em;
	padding: 7px 5px 5px 5px;
}

table.faq_answer .quest_row td{
	background-color : #F4F4F4;
	color: #C33;
	font-weight : bold;
	border-bottom : #CCC 1px dotted;
}

table.faq_answer .quest_row td:first-child{
	text-align : center;
	width : 30px;
	border-right : #CCC 1px dotted;
}

table.faq_answer .answer_row{
}
table.faq_answer .answer_row td:first-child{
	text-align : center;
	font-family: ‘Hiragino Kaku Gothic Pro, "メイリオ";
	font-weight : bold;
	color : #46B;
	width : 30px;
	border-right : #CCC 1px dotted;
}
table.faq_answer .see_also{
	text-align : right;
}
table.faq_answer .see_also a{
	background : url( "/img/a_pt.gif" ) no-repeat;
	background-position : 0px 3px;
	text-decoration : none;
	padding-left : 12px;
}



