@charset "utf-8";

/*
*
* Copyright (c) 2016, Codia Inc. All rights reserved.
* Data : 2016.11.11
*
*/

/*****************************************************

 リセット
 
*****************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img,a,figure{ margin: 0; padding: 0; }

table{ border-collapse: collapse; border-spacing: 0; }

fieldset,img{ border:0; }

address,caption,cite,code,dfn,em,strong,th,var{ font-style: normal; font-weight: normal; }

ol,ul { list-style: none; text-align: left; }

caption,th { text-align: left; }

h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal; }

q:before,q:after{ content: '';}

main, article, aside, figure, footer, header, hgroup, nav, section, main { display: block; margin: 0; padding: 0;} /* New HTML5 elements */ 

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(../js/boxsizing.htc);
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;	
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: none;
	outline: none;
}

a:focus, *:focus { outline: none; }/*リンクの枠線を消す*/

input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}


/*****************************************************

 共　通 
 
*****************************************************/

.none { display: none; } /* ディスプレイ非表示 */

/* フロートクリア */
.clearfix:before,
.clearfix:after {  
  	content: " ";
    display: table;
} 

.clearfix:after { clear: both; }

.clearfix { *zoom: 1; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */


