/*
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";

@import url("//hello.myfonts.net/count/28444b");

@font-face {font-family: 'HalisR-SBold';src: url('https://archive.mittan.asia/font/28444B_0_0.ttf') format('truetype');}
@font-face {font-family: 'HalisR-SBold';src: url('http://archive.mittan.asia/font/28444B_0_0.ttf') format('truetype');}

.page h2{ font-family: HalisR-SBold;color: #000000; }
.single-main h2{ font-family: HalisR-SBold;color: #000000; }
.single-main h3{ font-family: HalisR-SBold;color: #000000; }
.single-main h4{ font-family: HalisR-SBold;color: #000000; }
#nav a { font-family: HalisR-SBold;color: #000000; }
#nav li a { font-size: 15px}

p.example1 { font-family: "秀英丸ゴシック L"; line-height: 2.0;color: #000000; }
p.example2 { font-family: "HalisR-SBold";color: #000000; }

.example3 { font-family: "ヒラギノ明朝 Pro W3","ヒラギノ明朝 Pro W6",serif; color: #000000; }
.example4 { font-family: "HalisR-SBold",serif; font-size: x-large; text-align: center; color: #000000; }
.example5 { font-family: "ヒラギノ明朝 Pro W3","ヒラギノ明朝 Pro W6",serif; font-size: small; color: #000000; }
.example6 { font-family: "ヒラギノ明朝 Pro W3","ヒラギノ明朝 Pro W6",serif; font-size: x-small; text-align: right; }

p.example3 { font-family: "秀英丸ゴシック B"; line-height: 0.5;color: #000000;}
p.example4 { font-family: "秀英丸ゴシック B";font-size: 25px; text-align: left;line-height:1.5;color: #000000;}
p.example5 { font-family: "HalisR-SBold";font-size: 30px; text-align: left; ;line-height: 1.5;color: #000000;}

#c1 { text-align: center; } 
#c2 { text-align: left; margin-left: auto; margin-right: auto; width: 315px; }
#c3 { text-align: left; margin-left: auto; margin-right: auto; width: 300px; }
#c4 { text-align: center; margin-left: auto; margin-right: auto; width: 300px; }
#c5 { text-align: left; margin-left: auto; margin-right: auto; width: 270px; }
#c6 { text-align: center; margin-left: auto; margin-right: auto; font-size: x-small; }
#c7 { text-align: left; margin-left: auto; margin-right: auto; width: 400px; }
#c8 { text-align: center; margin-left: auto; margin-right: auto; width: 300px; }
#c9 { text-align: center; margin-left: auto; margin-right: auto; width: 600px; }


/* 　　レスポンシブ用文字改行　　命令文→<br class="br-sp" />*/

@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

.bar1 {
	border: solid 6px #000000;
}

.tablepress {
border: solid 1px #ddd;
}

/*Google font api*/
@import url(http://fonts.googleapis.com/css?family=Gentium+Basic);
/*/Google font api*/