/*
Theme Name:NUMERO child
Theme URI:
Description:WordPressテーマ「GLUE」の自作子テーマです。
Template:numero_tcd070
Author:akinoyonaga
Author URI:https://tcd-theme.com/
Version:1.9
*/

/* flame - 囲み枠 */
.well { margin-bottom: 30px; padding: 1.1em 2em; border: 1px solid #ddd; border-radius: 6px !important; background-color: #fafafa; line-height: 1.8;}
.well2 { margin-bottom: 30px; padding: 1.1em 2em; border: 1px solid #ddd; line-height: 1.8; }
.well3 { margin-bottom: 30px; padding: 1.1em 2em; border: 1px dashed #ddd; background: #fafafa; line-height: 1.8; }
.wl_red { border-color: #ebccd1; background-color: #f2dede; color: #a94442; }
.wl_yellow { border-color: #faebcc; background-color: #fcf8e3; color: #8a6d3b; }
.wl_blue { border-color: #bce8f1; background-color: #d9edf7; color: #31708f; }
.wl_green { border-color: #d6e9c6; background-color: #dff0d8; color: #3c763d; }

@media screen and (max-width: 767px) {
	.well, .well2, .well3 { padding: .9em .8em .9em 1em; }
}

/* 引用 */
cite {
    font-style: normal;
    font-size: 0.8em;
}

/* dl_list */
dl.dl_list{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
}
dl.dl_list dt{
	background: #f5f5f5;
	padding: 5px 10px;
	width: 150px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
dl.dl_list dd{
	background: #fff;
	padding: 5px 10px;
	width: calc(100% - 150px);
	border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 765px) {
	dl.dl_list dt{ 
		width: 100%;
		border-right: none;
	}
	dl.dl_list dd{
		width: 100%; 
	}
}

/* footer_banner */
.footer-banner {
	text-align:center; 
	display:block;
	}
	
.footer-banner a img {
	max-width:90%;
	height:auto;
	}
	
/*記事内の横長バナー表示調整*/
@media screen and (max-width: 959px) {
.p-body .p-entry__ad img {
	max-width:100% !important;
}
@media screen and (max-width: 480px) {
.p-body .p-entry__ad img {
	max-width:100% !important;
}
}