﻿@charset "UTF-8";

/*Common--------------------------------------------------------------*/


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


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{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;} 
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';} 

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/*-------------------------Reset Styles End*/



/*Base Styles------------------------------*/

body {
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	color: #1a1a1a;
	font-size:12px;
	font-family:
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro W3",
		Osaka,
		sans-serif;
}


/*Anchor---------------------*/

a,
a:link,
a:visited,
a:focus,
a:active{
	color: #4d4d4d;
	text-decoration: none;
}

a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}

/*-----------------Anchor End*/


/*Image----------------------*/

img {
	border:0;
	margin:0;
	vertical-align:top;
}

/*------------------Image End*/


/*--------------------------Base Styles End*/

/*Clearfix---------------------------------*/

.clearfix:after {  
	content: ".";  
	display: block;  
	clear: both;  
	visibility: hidden;  
	line-height: 0;  
	height: 0;  
}  
 
.clearfix {  
	 display: inline-block;  
}

/*-----------------------------Clearfix End*/


/*----------------------------------------------------------Common End*/

