@charset "UTF-8";
/*------------------------------------------------------------------------------
	株式会社シーエムエー - Reset CSS
	URL: http://www.akindo2000.net/
	Date: 2013-01-07
	Copyright (C)  CMA All Rights Reserved.
------------------------------------------------------------------------------*/

/*	Browser Formatting
----------------------------------------------------*/

html,body,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,
form,fieldset,legend,
table,caption,th,td,
blockquote,address,iframe{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

input,select,textarea,label{
	margin:0;
	padding:0;
}

/*	HTML5 display definitions
----------------------------------------------------*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section{
	display: block;
}

figure {
	margin: 0;
}

audio, canvas, video{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]){
	display: none;
}

[hidden]{display: none;}

/*	Redefine
----------------------------------------------------*/

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	color:#808080;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
		
h1,h2,h3,h4,h5,h6,address{
	font-weight:normal;
	font-style:normal;
}

ul,ul li{list-style-type:none;}
ol{margin-left:2em;}

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

th,td{
	vertical-align:top;
}

th,caption{text-align:left;}

select option{padding-right:0.5em;}

img{
	border:0;
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic; /*IE7以降画質重視*/
}

svg:not(:root) {
	overflow: hidden;
}

a				{text-decoration:none;}
a:link			{color:#f07a52;}
a:visited		{color:#f07a52;}
a:hover			{color:#f07a52;outline:0;}
a:active		{color:#f07a52;outline:0;}
a[name]:hover	{color:#f07a52;}
a:focus			{outline: thin dotted;}

address,cite,code,dfn,em,var{
	font-style:normal;
	font-weight:normal;
}

pre,code {font-family:monospace;}


/*--EOF-----------------------------------------------------------------------*/