/*
Theme Name: kabarai_parent
Theme URI: 
Author: kokoro-design
Description: 過払い用の親テーマ
Version: 1.0
License: 
License URI: 
*/

/* :::::: reset :::::: */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img, iframe {
	vertical-align: bottom;
}
/* :::::: 基本設定 :::::: */
html, button, input, select, textarea {
	color: #000;
}
/* floating : 回り込み関係 */
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.clear_c {
	clear: left;
}
.clear_r {
	clear: right;
}
.clear_b {
	clear: both;
}
/* align設定 */
.align_c {
	text-align: center !important;
}
.align_l {
	text-align: left !important;
}
.align_r {
	text-align: right !important;
}
/* 画像 */
.img_l {
	float: left;
	margin: 0 12px 10px 0;
}
.img_r {
	float: right;
	margin: 0 0 10px 12px;
}
p.img_l, p.img_r {
	text-indent: 0 !important;
}
/* clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1; /* IE6-7 */
}
/* 画像ボタンhoverで半透明設定 */
.transparent a:hover img, a.transparent:hover img {
	opacity: 0.6;
}
/* aタグ設定 */
a {
	color: #16a6ee;
	text-decoration: underline;
}
a:visited {
	color: #16a6ee;
}
a:hover {
	color: #ffc587;
}
/* 外部リンクマーク */
i.fa-external-link {
	text-indent: .2em;
	font-size: 1.2em;
	vertical-align: middle;
}
/* 画像の隙間をなくす設定 */
.img_block img {
	display: block;
}

.error_point {
	display: inline-block;
	margin: .5em;
	color: red;
	font-size: 1.25em;
	font-weight: bold;
	animation: switchtext 0.4s infinite alternate;
}
@keyframes switchtext {
	from { opacity: 1.0; }
	to { opacity: 0; }
}

/* :::::: 全体設計 :::::: */
.wrapper {
	width: 100%;
	background-color: #fff;
}
/*編集画面*/
.inline-edit-row fieldset label span.title {
	width: 7em;
}

/* :::::: ヘッダー :::::: */

/* :::::: ヘッダータグ :::::: */
.head_tag {
	background: #ff404c;
}
.head_tag * {
	color: #fff;
	text-align: center;
}
/* :::::: コンテンツ＞メイン :::::: */
.main_col h1:not(.no_adapt), .cat_ttl, .main_ttl {
	color: #401e06;
	font-weight: bold;
	background-color: #ffb7c9;
	background-image: radial-gradient(#ffc2d1 25%, transparent 25%), radial-gradient(#ffc2d1 25%, transparent 25%);
	background-size: 10px 10px;
	background-position: 0 0, 5px 5px;
	box-shadow: 0 -2px 0 0 #fff inset;
	border-bottom: 6px solid #5b2603;
	margin-bottom: .2em;
	border-radius: .3em;
	text-align: justify;
	position: relative;
	text-shadow: 0.08em 0.08em 0em #fff, -0.08em 0.08em 0em #fff, -0.08em -0.08em 0em #fff, 0.08em -0.08em 0em #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 2px 0 0 #fff;
}
.main_col h1 em, .cat_ttl em {
	color: #FC0;
	font-weight: bold;
}
.main_col h1:not(.no_adapt):before, .cat_ttl:before, .main_ttl:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	border: .2em solid #4dad14;
	width: .55em;
	height: .55em;
	border-radius: 50%;
	margin: auto 0;
}
.main_col h2{
	overflow: hidden;
}
.main_col h2:not(.no_adapt), .home_pickupinfo h3:not(.no_adapt) {
	margin-bottom: .3em;
	margin-top: 2em;
	padding-left: 1em;
	padding-bottom: .1em;
	border-bottom: 1px dashed #5b2603;
	color: #f46;
	font-weight: bold;
	text-indent: -1em;
	line-height: 1.3em;
}
.main_col h2.no_list {
	text-indent: 0;
	padding-left: 0;
}
.home_pickupinfo h3:not(.no_adapt) {
	clear: both;
}
.main_col h2:first-child:not(.no_adapt), .home_pickupinfo h3:first-child:not(.no_adapt) {
	margin-top: 0;
}
.main_col h3:not(.no_adapt) {
	font-weight: bold;
}
.main_col h5:not(.no_adapt), .home_pickupinfo h4:not(.no_adapt) {
	font-weight: bold;
}
.main_section p:not(.no_adapt) {
	text-indent: 1em;
}
.main_section p.no_indent, .main_section .no_indent p, .main_section .low p {
	text-indent: 0;
}
.main_section em, .home .main_col em {
	color: #f50;
	font-style: normal;
}
.main_section ol:not(.no_adapt) li,.main_section ol:not(.no_adapt) li p:first-child {
	text-indent:-1em;
}
.main_section ol:not(.no_adapt) li {
	padding-left: 1em;
}
/* アーカイブ柱書*/
.intro_section {
	margin-bottom: 1em;
}
/* バナー下テキスト */
.bnrbtm_text, .formbtm_text {
	text-align: justify;
}
.bnrbtm_text h2,.bnrbtm_text p,
.formbtm_text h2,.formbtm_text p {
	display: inline;
}
.bnrbtm_text h2:before,.formbtm_text h2:before {
	content: "【";
}
.bnrbtm_text h2:after,.formbtm_text h2:after {
	content: "】";
}
/* インラインフレーム */
#main_if,.main_if {
	width: 100%;
}
/*アーカイブ・その他等目次リスト【レイアウト】*/
.mokuji_list {
	margin-bottom: 20px;
}
.mokuji_list a {
	display: block;
	padding-left: 12px;
	text-decoration: none;
	position: relative;
}
/*アーカイブ・その他等目次リスト【カラー】*/
.mokuji_list a {
	color: #078f00;
}
.mokuji_list a:hover {
	color: #fa0;
}
/* カテゴリページリスト【レイアウト】 */
.main_cat .m_ttl {
	font-weight: bold;
}
.main_cat .accordion_frame~.accordion_frame {
	border-top: 2px solid #AD7;
	margin-top: .6em;
	padding-top: .6em;
}
.main_cat .cat_list li {
	padding-left: .7em;
	padding-right: .5em;
}
.main_cat .cat_list li~li {
	margin-top: .6em;
	padding-top: .6em;
}
.main_cat .cat_list a {
	display: block;
	padding-left: 12px;
	text-decoration: none;
	position: relative;
}
.main_cat .cat_list a:before {
	font-family: FontAwesome;
	speak: none;
	content: '\f144';
	color:#078f00;
	font-size:100%;
	font-weight: normal;
	line-height:0;
	position:relative;
	margin-right: .55em;
	margin-left: -1.35em;

}
/* カテゴリページリスト【カラー】 */
.main_cat .cat_list li~li {
	border-top: 2px dotted #ad7;
}
.main_cat .cat_list a:hover {
	color: #fa0;
}

/*ページネーション：前後記事リンク【レイアウト】*/
.post_link {
	overflow: hidden;
	clear: both;
}
.post_link span a {
	display: table;
	box-sizing: content-box;
	padding: .5em;
	border-radius: .5em;
	text-decoration: none;
	line-height: 1.2em;
}
.post_link span a span, .post_link span a i {
	display: table-cell;
	vertical-align: middle;
}
.post_link i {
	font-size: 1.2em;
}
.post_link .float_l i {
	padding-right: .25em;
}
.post_link .float_r i {
	padding-left: .25em;
}
/*ページネーション：前後記事リンク【カラー】*/
.post_link span a {
	border: 1px solid #004421;
	background-color: #e4ffc8;
	color: #004421;
}
.post_link em, .post_link span a i {
	color: #004421;
}
/*お役立ち情報ピックアップ【レイアウト】*/
.home_pickupinfo {
	overflow: hidden;
	border-radius: .5em;
	margin-top: .3em;
}
.home_pickupinfo h2 {
	margin-bottom: .5em;
	font-weight: bold;
}
.home_pickupinfo h2 em {
	font-weight: bold;
}
.home_pickupinfo h2:before {
	margin-right: .25em;
	content: '\f10c';
	font-family: FontAwesome;
	font-weight: normal;
	speak: none;
	font-size: .8em;
	vertical-align: middle;
	position: relative;
	top: .01em;
	left: 0;
}
.home_pickupinfo div {
}
.home_pickupinfo div.section~div.section,.home_pickupinfo>div:not(.meta_section)~div {
	margin-top: 1.5em;
}
.home_pickupinfo p:not(.pickup_link):not(.pickup_img):not(.no_adapt) {
	text-indent: 1em;
}
.pickup_link {
}
.pickup_link a {
	display: inline-block;
}
.pickup_link a~a {
	margin-left: .5em;
}
.pickup_img {
	text-indent: 0;
}
/*お役立ち情報ピックアップ【カラー】*/
.home_pickupinfo h2 {
	background-color: #FFFABC;
}
.home_pickupinfo h2:before {
	color: #5b9d1f;
	position: relative;
	top: -.1em;
}
.home_pickupinfo em {
	color: #f50;
}
/*お断りコメント*/
.refuse_comment {
	margin-bottom: 1.5em;
	padding: .6em .8em;
	border-radius: .5em;
	background-color: #F4E93A;
	color: #FE2183;
	font-weight: bold;
}
/*人物立ち画像*/
.stand_img {
	float:right;
	/*background-color:#fff;*/
}
.stand_img img {
	width: 100%;
}

/* :::::: コンテンツ＞サブ :::::: */

/*サブカラム共通タイトル*/
.sub_ttl {
	margin-bottom: 5px;
}
/* サブメニュー【カラー】 */
.submenu_ttl {
	background-color: #f45;
}
.qanda .submenu_ttl.pt_color{
	background-color:#ff6300;
}
.info .submenu_ttl.pt_color{
	background-color:#3477ff;
}

/*サブメニューアコーディオン【レイアウト】*/
.sub_accordion .accordion_list, .sitemap_list .accordion_list {
	overflow: hidden;
}
/*サブメニューアコーディオン閉じるボタン【レイアウト】*/
.sub_accordion .close_btn, .sitemap_list .close_btn {
	display: inline-block;
	float: right;
	margin: .25em .5em .5em 0;
	padding: .333em .75em;
	border-radius: 5px;
	font-weight: bold;
	line-height: 1em;
}
.sub_accordion .close_btn i, .sitemap_list .close_btn i {
	margin-left: .25em;
	font-size: 1.15em;
}
/*サブメニューアコーディオン閉じるボタン【カラー】*/
.sub_accordion .close_btn, .sitemap_list .close_btn {
	background: #666;
	color: #fff;
}
.sub_accordion .accordion_list .m_ttl {
	clear: both;
}
.sub_accordion .toggle_btn.selected i {
	color: #444;
}

/*弁護士紹介リスト*/
.sub_staff {
	overflow: hidden;
}
.sub_staff li {
	float: left;
}
.btm_close {
	border-radius: 6px;
	text-align: center;
}
.btm_close {
	border: 1px solid #333;
	background: #555;
	background: linear-gradient(to bottom, #888 0%, #555 100%);
	color: #fff;
}
.btm_close i {
	margin-left: .25em;
	font-size: 1.15em;
}

/*関連サイト【レイアウト】*/
.extlink_ttl {
	font-size: 1.125em;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1em;
	text-align: center;
	border-radius: .34em .34em 0 0;
}
.sub_extlink {
	overflow: hidden;
	border-radius: 0 0 .375em .375em;
}
.sub_extlink li a {
	display: block;
	font-size: .875em;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
}
/*関連サイト【カラー】*/
.extlink_ttl {/*タイトル*/
	color: #ff6;
	background-color: #f45;
}
.sub_extlink {/*ulリスト大枠*/
	border: 2px solid #f45;
	background-color: #fff;
}
.sub_extlink li~li {/*リスト境界線*/
	border-top: 1px dotted #805920;
}
.sub_extlink li a {/*リスト文字色・背景*/
	color: #815921;
}
.sub_extlink li a:hover {/*リストhover時*/
	background-color: #ffc;
	color: #fa0;
}
/* はればれ */
.sub_text {
	text-align: justify;
}
.sub_text h2,.sub_text h3 {
	font-weight: bold;
}
.sub_text p + h2,.sub_text h2~h2,.sub_text p + h3  {
	margin-top: .75em;
}
.sub_text p:not(.no_adapt) {
	text-indent: 1em;
}
/* :::::: フッター :::::: */
.footer_sitemap span {
	display: inline-block;
}
.footer_sitemap li a:before {
	font-family: FontAwesome;
	speak: none;
	content: '\f144';
	font-weight: normal;
	line-height:0;
	position:relative;
	margin-right: .3em;
	margin-left: -.8em;
}
.footer_sitemap li li a:before {
	font-family: FontAwesome;
	speak: none;
	content: '\f04b';
	font-size:.75em;
	font-weight: normal;
	line-height:0;
	position:relative;
	top:-.15em;
	margin-right: .55em;
	margin-left: -1.25em;
}
/* フッター関連【カラー】 */
.footer {
	background-color: #ffe5ec;
}
.footer_h2 {
	background-color: #ff404c;
}
/* フッタータイトル */
.foot_ttl {
	text-align: center;
	line-height: 1.25em;
}
.foot_ttl a {
	color:#ff404c;
	font-weight: bold;
	text-decoration: none;
}
.foot_ttl span {
	font-weight: bold;
}
.foot_ttl .shozoku {
	text-align: center;
}
.foot_ttl .shozoku span,
.foot_ttl .address,
.foot_ttl .address span{
	font-weight: normal;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ ページ・カテゴリ単位CSS ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :::::: トップ :::::: */
/* 道案内あいさつ文*/
.attention{
	margin-bottom: 25px;
}
/* メインカラムタイトル（テキスト画像調整用） */
.home_txt_ttl {
	margin-bottom: .5em;
}
/* トップ：選ばれる理由 */
.riyuuttl_list li > p:first-child , h2.riyuu_h2{
	color:#f46;
	font-weight: bold;
}
.riyuuttl_list li > p:first-child span , h2.riyuu_h2 span{
	margin-right: .5em;
	background: #f46;
	color: #fff;
	font-weight: bold;
}
/*トップ：選ばれる理由（テキスト用）*/
.riyuu_txt .riyuu_off,
.riyuu_txt .riyuu_on p:not(.no_adapt){
	text-indent:1em;
}
/* :::::: 事務所選びのポイント :::::: */
h2.point_h2 {
	color: #65300a;
	font-weight: bold;
}
h2.point_h2 em{
	font-weight: bold;
}
h2.point_h2:before {
	margin-right: .25em;
	content: '\f046';
	font-family: FontAwesome;
	font-size: 1.2em;
	font-weight: normal;
	speak: none;
	color: #f8286c;
	vertical-align:middle;
}
/* :::::: お役立ち情報 :::::: */

/* :::::: Ｑ＆Ａ :::::: */
.single-qanda h1.no_adapt em {
	color: #f50;
	font-weight: normal;
}

/* :::::: お役立ち情報・Ｑ＆Ａ :::::: */
.single h1 {
	background-color: #FBDD95;
	font-weight: bold;
	text-align: justify;
}


.qainfo_link a {
	border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
}
.qainfo_link a {
	color: #663600;
}
.info .qainfo_link a {
	background-color: #FF99AA;
}
.qanda .qainfo_link a {
	background-color: #6eb6ff;
}
.qainfo_link a:before {
	content: '\f144';
	font-family: FontAwesome;
	color: #FFFF00;
	font-size: 1.2em;
	margin-right: .3em;
	font-weight: normal;
}
.single-qanda .main_section ol:not(.no_adapt),
.single-qanda .main_section ul:not(.no_adapt),
.single-info .main_section ol:not(.no_adapt),
.single-info .main_section ul:not(.no_adapt),
.home_pickupinfo ol:not(.no_adapt),
.home_pickupinfo ul:not(.no_adapt) {
	margin-bottom: 0.5em;
}
.single-qanda .main_section ol:not(.no_adapt) li,
.single-qanda .main_section ul:not(.no_adapt) li,
.single-info .main_section ol:not(.no_adapt) li,
.single-info .main_section ul:not(.no_adapt) li,
.home_pickupinfo ol:not(.no_adapt) li,
.home_pickupinfo ul:not(.no_adapt) li {
	padding-left: 1em;
	text-indent: -1em;
}
.single-qanda .main_section dt:not(.no_adapt),
.single-qanda .main_section dd:not(.no_adapt),
.single-info .main_section dt:not(.no_adapt),
/* .single-info .main_section dd:not(.no_adapt),
*/ .home_pickupinfo dt:not(.no_adapt),
.home_pickupinfo dd:not(.no_adapt) {
	margin-left: 1em;
	text-indent: -1em;
}
.single-qanda .main_section dt:not(.no_adapt),
.single-info .main_section dt:not(.no_adapt),
.home_pickupinfo dt:not(.no_adapt) {
	font-weight: bold;
}
.single-info .main_section,
.single-qanda .main_section,
.single-info .main_section .section:last-child,
.single-qanda .main_section .section:last-child {
	margin-bottom: 0;
}
.single-info .main_section dl{
	padding-left: 1em;
	margin-bottom: 0.5em;
}
.single-info .main_section dd:not(.no_adapt){
	text-indent: 1em;
}
/*字下げ用追記ここから*/
.single-info .main_section div:not([class]),
.single-qanda .main_section div:not([class]),
.home_pickupinfo>div>div:not([class]),
.single-info .main_section div.up_indent,
.single-qanda .main_section div.up_indent,
.home_pickupinfo div.up_indent{
	padding-left: 1em;
}
p.up_indent,
.single-info .main_section div.up_indent div p:first-of-type,
.single-qanda .main_section div.up_indent div p:first-of-type,
.home_pickupinfo div.up_indent div p:first-of-type{
	text-indent: -1em !important;
}
/*字下げ用追記ここまで*/

/* :::::: お役立ちリンク :::::: */
/*お役立ちリンクリスト【レイアウト】*/
.etc_list {
	margin-bottom: 30px;
}
.etc_list a {
	position: relative;
	padding-left: 1.25em;
	display: inline-block;
	text-decoration: none;
	text-indent: -.5em;
}
.etc_list a:before {
	font-family: FontAwesome;
	speak: none;
	content: '\f144';
	font-size:1em;
	line-height:0;
	margin-right: .3em;
	margin-left: -0.7em;
}
.etc_list dd {
	margin-bottom: 0.5em;
	text-indent: .8em;
}
/*お役立ちリンクリスト【カラー】*/
.etc_list a {
	color: #078f00;
}
.etc_list a:hover {
	color: #fa0;
}
/* :::::: 過払い金無料診断 :::::: */
.muryoushindan .list_style li{
	position: relative;
	padding-left: 1em;
}
.muryoushindan .list_style li:before {
	position: absolute;
	content: '\f111';
	font-family: FontAwesome;
	font-size: 0.5em;
	margin-left: -1.25em;
	margin-right: 0.5em;
	speak:none;
}
.muryoushindan .kajougaki{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
.btn_kabarai li a {
	display: block;
	border-radius: 8px;
	padding: 10px 0;
	color: #fff;
	background-color: #ff66ab;
	text-align: center;
	text-decoration: none;
}
/* ::::::: 過払い金返還請求とは :::::::::: */
.about .main_section li,
.about .main_section dt {
	position: relative;
	padding-left: 1em;
}
.about .main_section li:before,
.about .main_section dt:before {
	position: absolute;
	content: '\f111';
	font-family: FontAwesome;
	font-size: 0.5em;
	margin-left: -1.25em;
	margin-right: 0.5em;
	speak:none;
}
.about .main_section dt:before{
	color: #f50;
}
.about .main_section dd{
	margin-left: 1em;
	text-indent: 1em;
}
.about .main_section li em{
	white-space: nowrap;
}
/* :::::: 手続の流れ :::::: */
.flow .main_section h2 em{
	color: #2b8000;
	font-weight: bold;
}
/* :::::: 手続の流れ :::::: */
.message .main_section em{
	font-weight:bold;
	color:#000;
}
/* :::::: サイトマップページ :::::: */
/*サイトマップリスト【レイアウト】*/
.sitemap_list {
	overflow: hidden;
}
.sitemap_list li, .sitemap_list p, .sitemap_list .m_ttl {
	position: relative;
	margin-top: .2em;
}
.sitemap_list .m_ttl {
	clear: both;
	border-radius: .4em .4em 0 0;
}
.sitemap_list li i {
	padding-left: 5px;
	text-indent: 0;
}
.sitemap_list a {
	display: inline-block;
	padding-left: 1.05em;
	text-indent: -1em;
	text-decoration: none;
	line-height: 1.2em;
	vertical-align: middle;
}
.sitemap_list li a:before, .sitemap_list div a:before {
	margin-right: .2em;
	font-family: FontAwesome;
	font-size: 1em;
	font-weight: normal;
	speak: none;
}
.sitemap_list>li>a:before {
	content: '\f144';
}
.sitemap_list>li>ul>li>a:before {
	content: '\f01d';
}
.sitemap_list div>ul>li>a:before {
	content: '\f04b';
	margin-right: .55em;
	font-size: .75em;
	vertical-align: text-top;
}
.sitemap_list .accordion_frame {
	border: solid 1px #078f00;
	border-radius: .5em;
	margin-top: .2em;
}
.sitemap_list .accordion_frame p.toggle_btn {
	margin-top: 0;
	padding: .2em .5em;
	border-radius: .4em;
}
.sitemap_list .accordion_frame p.m_ttl {
	padding-left: 0;
}
.sitemap_list .accordion_frame .accordion_frame {
	margin-right: .5em;
}
/*サイトマップリスト【カラー】*/
.sitemap_list a, .sitemap_list p.l_ttl {
	color: #078f00;
}
.sitemap_list li a:before, .sitemap_list div a:before {
	color: #078f00;
}
.sitemap .main_section em {
	color: #078f00;
}
.sitemap_list .accordion_frame .toggle_btn.selected {
	color: #fff;
	background-color: #078f00;
	border-radius: .4em .4em 0 0;
}
.sitemap_list .accordion_frame .accordion_frame {
	border-color: #666;
}
.sitemap_list .accordion_frame .m_ttl.selected {
	background-color: #ff9;
	color: #333;
	border-bottom: solid 1px #666;
	border-radius: .5em .5em 0 0;
}
.sitemap_list .accordion_list .accordion_list .close_btn {
	background-color: #666;
}

/* :::::: お問合せ・アクセス・地図 :::::: */

/* :::::: ページと同一バナーを非表示 :::::: */
.access .access_bnr {
	display: none;
}

.kinkyu_comment {
	box-sizing: border-box;
	margin: .75em auto !important;
	padding: .5em !important;
	border: 2px solid #fb3;
	background-color: #ff9;
	line-height: 1.5em;
}
.kinkyu_comment i {
	font-size: 1.25em;
	vertical-align: middle;
}
/*文責・最終更新日情報*/
.meta_section {
	line-height: 1.5em;
	text-align: right;
}
.meta_section ul{
	display: inline-block;
	margin: .25em 0 !important;
}
.meta_section li~li{
	margin-top: .2em;
}
.meta_section span {
	float: right;
	display: inline-block;
	overflow: hidden;
	margin-left: .5em;
	width: 3.4em;
	height: 3.4em;
	border-radius: .5em;
}
.meta_section span img {
	width: 100%;
}