/*
Theme Name: Imayoshi_theme
Description: 今吉商店 | デザイン事務所  | 企画制作会社 | 今吉将之（Masanori Imayoshi）のオリジナル作品管理・運営
Theme URI: imayoshi-shoten-new.com
Author: Kouzou Saika | ZOCOZO DESIGN
Author URI: http://zocozo.com
Version: 
License: 
License URI: 
*/

@charset "UTF-8";

/* ---------- Reset ---------- */

body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
img{
	border: none;
	outline: none;
}
ul,ol,li {
	list-style: none;
}

a {
	text-decoration: none;
	border: none;
	outline: none;
}

hr{
	border-top: 1px solid #ccc;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

hr.scroll{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}

hr.clear{
	border-top: 1px solid #fff;
	border-left: none;
	border-right: none;
	border-bottom: none;
	clear: both;
}

strong {
	font-weight: normal;
}

body{
	font: 13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    *font-size: small;/* IE用 */
    *font: x-small;/* IE 互換用 */
	background: #000;
}

/*
-------  YUI3 CSS Fonts size -------

10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%

------------------------------------
*/


/*----- html5 block -----*/
header, section, footer, aside, nav, article, figure, hgroup { 
	margin: 0px;
	padding: 0px;
	display: block;
}

/* ----- Reset-end ----- */

/* ----- hack ----- */

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0px; 
  font-size: 0px;	
  clear: both; 
  visibility: hidden;
  color: #fff;
}
	
.clearfix {display: inline-block;} 

/* Hides from IE Mac */
* html .clearfix {height: 1%; background: #fff;}
/*.clearfix {display:block;}*/
/* End Hack */ /* CSS Document */

/*----- hack end -----*/
