/*
Theme Name: craize_theme
Description: CRAIZE MOTORCYCLE｜下関市のハーレーのカスタムとリペアのクレイズモーターサイクル
Theme URI: http://sima-s.com/
Author: Kouzou Saika | ZOCOZO DESIGN Inc.
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;
}

hr.dotted{
	width: 95%;
	margin: 20px auto;
	border-top: 1px dotted #ccc;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

input{
	/*ブラウザー仕様の解除*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

body{
	font: 13px/1.231 "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  *font-size: small;/* IE用 */
  *font: x-small;/* IE 互換用 */
	-webkit-text-size-adjust: 100%;
}

label {
	/*iPhone系bug対策（labelがタップの対象に無いため）*/
	cursor:pointer;
}


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