/*
Theme Name: Shotoku
Author URI: http://wp-shotoku.com/
Description: "Shotoku" is a minimal gallery theme. A responsive layouts using CSS Media Queries. Optimizes the gallery theme for mobile devices, tablet and smartphones. 
Author: shiro
Author URI: http://wp-shotoku.com/
Version: 1.3
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/



@import "css/base.css";
@import "css/layout.css";
@import "css/skeleton.css";
@import "css/ie.css";


/*Google font api*/
@import url(http://fonts.googleapis.com/css?family=Gentium+Basic);
/*/Google font api*/


/* custom */
.container .one-third.column figure figcaption {
	text-align:center;
}
.container .one-third.column a {
	text-decoration:none;
}
.single-main p.message {
	font-family:"ＭＳ Ｐ明朝","Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,serif;
	font-size:26px;
	text-align:center;
	line-height:2;
}
	@media(max-width:980px) {
		.single-main p.message {
			font-size:18px;
		}
	}

.single-main h2 {
	line-height:1.3;
	font-family:"ＭＳ Ｐ明朝","Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,serif;
	text-align:center;
	background:none !important;
}
aside {
	margin-left:0 !important;
}
#headerImage img {
	margin-bottom:20px;
}

#blogmura {
	padding-top:10px;
	width:70px;
	float:left;
}

hgroup h1 {
	line-height:1.3;
}