@charset "UTF-8";

/*
	================================================================================================
		support ichigan download common.css
	================================================================================================
*/

#contents .graybc {
    background-color: #F8F8F8;
    padding: 0 1em 0 0.5em;
    border: #CCC 3px solid;
    border-radius: 10px;
}

#contents img {
    width: auto;
    height: auto;
    max-width: 100%;
}

#contents .annotation {
    padding-left: 1em;
    text-indent: -1em;
}


#contents .twoflex {
    display: flex;
    align-items: center;
}

#contents .p05 {
    padding: 0.5em;
}

#contents .center {
    text-align: center;
}

#contents .graybc img {
    max-width: 100%;
    width: auto;
    height: auto;
}

#contents .subli {
    margin-left: 10px;
}

#contents .twoflex .fcontents {
    padding: 0 0.5px;
    width: 50%;
}

#contents .twoflex .rpct {
	text-align: center;
}

#contents .txtorange {
    color: #FF4602;
}

#contents .dl_list dt  {
    line-height: 0em;
}

#contents .dl_list dd {
    background-color: #dddddd;
    max-width: 531px;
    margin-left: 24px;
    padding: 20px 0;
    border-radius: 0 0 5px 5px;
}

#contents .popup_title {
    background-color: #444444;
    color: #FFF;
    padding: 10px;
}

#contents .l_pct {
    text-align: center;
    margin: 10px auto;
}

@media screen and (max-width: 640px) {
	#contents .twoflex {
		display: block;
	}
	
	#contents .twoflex .fcontents {
		width: auto;
	}
	
	#contents .dl_list dd {
		margin-left: 0;
	}
}