/*
Theme Name: jmda
Theme URI: http://underscores.me/
Author: 日本筋ジストロフィー協会
Author URI: http://underscores.me/
Description: 日本筋ジストロフィー協会用のテーマです。
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jmda
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

jmda is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*### TinyMCE側で設定したスタイル（wp-content.cssより転記） ###*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

/* フッタのNEW表示 */
#footer .foot_map .map_list .new a:after {
	content: "New!";
	color: #c00;
	font-weight: bold;
	font-style: italic;
	margin-left: 5px;
	display: inline-block;
}
@media only screen and (min-width: 769px) {
	#footer .foot_map .map_list a {
		display: inline-block; 
	}
	#footer .foot_map .map_list .new span:after {
		content: "New!";
		color: #c00;
		font-weight: bold;
		font-style: italic;
		margin-left: 5px;
		display: inline-block;
	}
	#footer .foot_map .map_list .new a:after {
		content: none;
	}
}
