/*******************************************************************
 *
 *			 全ページ共通
 *
 ********************************************************************/
 

/* --- 全体の背景・テキスト --- */
/********************************************************************/


/********************************************************************/
/* --- ポップアップ説明 --- */
/********************************************************************/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


#container_che {
width: 920px;
height:100%;
margin-right:auto;
margin-left: auto;
overflow-y:auto;
overflow-x:hidden;
font-family: 'Noto Sans Japanese', sans-serif;
}

#page_pop_che {
width: 920px; /* ページの幅 */
height:100%;
margin-right: auto;
margin-left: auto;
padding-top:40px; 
}

.pop_title{
width:800px;
height:30px;   
margin-right: auto;
margin-left: auto;
margin-top: 20px;
margin-bottom: 40px;
text-align:center;
color: #585858;
font-size:18pt;
font-weight:600;
}

.pop_check {
width:800px;
height: 100%;
display: block;
margin-left: 60px;
margin-bottom: 20px;
}

.pop_check ul.cap64{
width: 800px; 

margin : 0;
padding : 0;
overflow:hidden;
display: block;
list-style-type: none;
}

.pop_check ul.cap64 li{
width: 200px;
float: left;
display: inline;
margin-left: 0px;

}

.pop_check ul.cap64 li img{
width: 190px; 
margin-right: 10px;
}

.pop_tex{
width:800px;
height:100%;    
margin-left: 60px;
margin-bottom:5px;
padding : 0;
}

.pop_check ul.cap69{
width: 800px; 

margin : 0;
padding : 0;
overflow:hidden;
display: block;
list-style-type: none;
}

.pop_check ul.cap69 li{
width: 200px;
float: left;
display: inline;
margin-left: 0px;

}

.pop_check ul.cap69 li img{
width: 190px; 
margin-right: 10px;
}

.pop_tex{
width:800px;
height:100%;    
margin-left: 60px;
margin-bottom:5px;
padding : 0;
}

.pop_tex_a{
width: 80px;
margin:0;
padding : 0;
color: #585858;
font-size:12pt;
font-weight:600;
line-height: 160%; 
display:block;
float:left;
}

.pop_tex_b{
width: 700px;
margin-left:80px;
padding : 0;
color: #585858;
font-size:12pt;
line-height: 160%; 
display: block;
padding-left:1em;
text-indent:-1em;
}

.pop_tex p.copy{
width: 790px;
color: #585858;
font-size:10pt;
display: block;
margin-top:30px;
text-align:right;
line-height: 120%; 
}

#pop_copy {
height:40px;
clear: both;
width: 920px; 
height:40px;
text-align: center;
color: #ed6e6e;/* 文字色 */
padding: 20px 0px 0px;
font-size: 14px;
}


/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- ▲その他の設定終了 --- */


