@charset "utf-8";
/* CSS Document */

/*/// 初期設定 ///////////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
}

/* 画像設定 **********************************************/
img {
	border: 0;
	vertical-align:top;
}

/* リストスタイル設定 ************************************/
ul {
	list-style:none;
}

/* リンク設定 ********************************************/
a {
	overflow:hidden;
	text-decoration:none;
	-webkit-tap-highlight-color:transparent;
}

a:link {
	color:#1d1d1d;
}

a:visited {
	color:#1d1d1d;
}

a:hover {
	color:#1d1d1d;
}

a:active {
	color:#1d1d1d;
}


/* フォントサイズ ****************************************/
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
	font-weight:normal;
}


/* HTML5要素 *********************************************/
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

/* clearfix **********************************************/
.clearfix:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}  
.clearfix {
	display: inline-table;
	min-height:1%; /* IE7用 */
}  
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}  
.clearfix {
	display: block;
}  
/* End hide from IE-mac */  
