@charset "UTF-8";
/* 
Theme Name: souma-inbanten
Author:
Version: 1.0
Description:
 */


@font-face{
	/*フォントの名前*/
	font-family:"Noto Sans CJK JP";
	font-style:normal;
	font-weight:100;
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	/*src:url("/assets/font/mamelon.woff2") format("woff2"),
	   url("/assets/font/mamelon.woff") format("woff");*/
	src:url('font/NotoSansCJKjp-hinted/NotoSansCJKjp-Thin.otf') format('opentype');
}
@font-face{
	font-family:"Noto Sans CJK JP";
	font-style:normal;
	font-weight:200;
	src:url('font/NotoSansCJKjp-hinted/NotoSansCJKjp-Light.otf') format('opentype');
}
@font-face{
	font-family:"Noto Sans CJK JP";
	font-style:normal;
	font-weight:300;
	src:url('font/NotoSansCJKjp-hinted/NotoSansCJKjp-DemiLight.otf') format('opentype');
}
@font-face{
	font-family:"Noto Sans CJK JP";
	font-style:normal;
	font-weight:400;
	src:url('font/NotoSansCJKjp-hinted/NotoSansCJKjp-Regular.otf') format('opentype');
}
@font-face{
	font-family:"Noto Sans CJK JP";
	font-style:normal;
	font-weight:500;
	src:url('font/NotoSansCJKjp-hinted/NotoSansCJKjp-Medium.otf') format('opentype');
}
@font-face{
	font-family:"Noto Sans CJK JP";
	font-style:normal;
	font-weight:700;
	src:url('font/NotoSansCJKjp-hinted/NotoSansCJKjp-Bold.otf') format('opentype');
}
@font-face{
	font-family:"Noto Sans CJK JP";
	font-style:normal;
	font-weight:900;
	src:url('font/NotoSansCJKjp-hinted/NotoSansCJKjp-Black.otf') format('opentype');
}


html{
	font-size: 62.5%;
}
body{
	background:#fff;
	margin:0;
	padding:0;
	font-size:16px;
	font-size:1.6rem;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	font-family:"Noto Sans CJK JP", sans-serif;
	color:#000;
}
div,p,span,object,iframe,blockquote,pre,
abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,samp,
small,strong,sub,sup,var,
b,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
article,aside,canvas,details,figcaption,figure, 
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video,
table,tr,td,th,tbody,tfoot,thead{
	font-size:16px;
	font-size:1.6rem;
	line-height:1;
	margin:0;
}
body,div,dl,dt,dd,ul,ol,li,p,img,
h1,h2,h3,h4,h5,h6,p,th,td{ 
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,th,td{
	font-weight:normal;
}	
img{
	max-width:100%;
	/*width:auto;*/
	height:auto;
	vertical-align: bottom;
	margin:0;
	padding:0;
}
a img{
	border:none;
}
a img:hover{
	opacity:0.6;
	transition:all 0.3s ease-out;
}
a:link{/* 未訪問のリンク */
	color:#000;
	text-decoration:none;
}
a:visited{/* 訪問済みのリンク */
	color:#000;
	text-decoration:none;
}
a:hover{/* ポイント時のリンク */
	opacity:0.6;
	transition:all 0.3s ease-out;
}
a:active{/* 選択中のリンク */
	color:#000;
	text-decoration:none;
}
/* Text Choice Color */
::selection{
	background:#e7e7e7;
	color:#000;
}
/* Firefox */
::-moz-selection{
	background:#e7e7e7;
	color:#000;
}

/*****************************************************
　clearfix　
*****************************************************/
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	margin: 0;
	padding: 0;
}

/*****************************************************
　その他 
*****************************************************/
/* img
------------------------------------------------- */
.aligncenter{
	display:block;
	margin:0 auto;
}
.alignright{
	margin:0 auto 0 0;
}
.alignleft{
	margin:0 0 0 auto;
}
img[class*="wp-image-"],
img[class*="attachment-"]{
	height:auto;
	max-width:100%;
}


@media screen and (max-width:1024px){
	body,
	div,p,span,object,iframe,blockquote,pre,
	abbr,address,cite,code,
	del,dfn,em,img,ins,kbd,q,samp,
	small,strong,sub,sup,var,
	b,i,
	dl,dt,dd,ol,ul,li,
	fieldset,form,label,legend,
	article,aside,canvas,details,figcaption,figure, 
	footer,header,hgroup,menu,nav,section,summary,
	time,mark,audio,video,
	table,tr,td,th,tbody,tfoot,thead{
		font-size:3.38vw;
	}
}

