/*
Theme Name: Hakushi
Version: 1.0
Author:  FujinoTakuya
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Initialize */
html,body{
	width: 100%;
	height: 100%;
}

body{
/*	font-family:'Roboto Condensed', 'Helvetica' , 'Arial', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; */
	font-family: "Noto Sans Japanese";
	font-size:14px;
	font-weight: 300;
}

#wrapper{
	position: relative;
	height:auto !important;
	height: 100%;
	min-height:100%;
}

#content-wrapper{
}

.gothic{/* ゴシックにする */
	font-family:Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.mincho{/* 明朝にする */
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.font-bold{/* 太字に */
	font-weight: bold;
}

.font-normal{/* 強制通常文字 */
	font-weight:normal !important;
}

.nospace{/* 強制的に隙間無し */
	margin: 0 !important;
	padding: 0 !important;
}

.flex-box{
	display: flex;
}

.flex-box-inline{
	display: inline-flex;
}

.vertical-box{
	-webkit-align-items: center;
	align-items: center;
}

.center-box{
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}

.text-shadow{
	text-shadow:0px 1px 3px rgba(0,0,0,0.3);
}

.box-shadow{
	box-shadow:0px 1px 3px rgba(0,0,0,0.3);
}

.readmore{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.box-center{
	margin-right: auto;
	margin-left:auto;
}

.text-center{
	text-align: center;
}

.dl-table{
	overflow: hidden;
}

.dl-table dt{
	clear: left;
	float: left;
}

.dl-table dd{
	float: left;
}

.float-parent{
	overflow: hidden;
}

.float-box{
	box-sizing:border-box;
	float: left;
}

.float-box-right{
	box-sizing:border-box;
	float: right;
}

.harf-box{
	box-sizing:border-box;
	width: 50%;
}

.inline-box{
	display: inline-block;
	letter-spacing: -.40em;
}

.inline-box *{
	letter-spacing: normal;
}

.text-memo{
	font-size: 0.82em;
}

li.pos-outside{
	margin-left: 1em;
	list-style-position: outside;
}

a:hover img{
	opacity:0,8;
}

a.no-hover:hover img{
	opacity:1;
}

a.block-link{
	display: inline-block;
}