﻿@charset "utf-8";

/* よくある質問（question-ancer.html）のスタイルシート */ 


/* メインカラムの詳細　********************************************************************************/ 
/* トップページ　********************************************************************************/ 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:773px; 
 }
.long-box{
  float:left;
  clear:both;
  width:773px;
  }
.title{
  float:left;
  clear:both;
  }
.contents{
	float:left;
	clear:both;
	width: 773px;
  }

.question-view{
	float:left;
	clear: both;
	padding-top: 20px;
	}
.question-view img{
	border: 1px solid #CCCCCC;
	}		
.text-area{
	float:left;
	width:460px;
	line-height: 22px;
	padding-top: 20px;
	padding-left: 16px;
	}
.second{
   padding-top:20px;
   }
.sub-title-area{
	float:left;
	clear:both;
	width: 773px;
	}
.sub-title{
	display:block;
	float:left;
	padding-top: 11px;
	}
.caution-img{
	display:block;
	float:left;
	padding-left: 30px;
	}
.caution-text{
	float:left;
	width: 300px;
	padding-top: 16px;
	}			  
.question-area{
	float:left;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 710px;
	padding-bottom: 5px;
	background-attachment: scroll;
	background-image: url(../images/question-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 30px;
	padding-top: 7px;
	}
.ancer-area{
	float:left;
	clear:both;
	width: 718px;
	background-color: #FFEEEE;
	border: 1px dashed #CCCCCC;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: none;
	}
.ancer-area img{
    float:left;
	margin-right:15px;
	}	
.default-show{
    display:block;
	}

