@charset "utf-8";
/*
/*
 name:reset.css
 updated:2012.05.08
*/

@media all{

/* Tag Reset　(※ 基本は変更しない ※)
---------------------------------------------------*/
/* Base:YUI 3.4.1 (build 4118)
http://yuilibrary.com/license/ */
html {
	color:#000;
	background-color:transparent;
}
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: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%;
	font-weight:normal;
}
q:before,q:after {
	content:''
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit
}
input,textarea,select {
	*font-size:100%;
}
legend{color:#000;}

/* FontSize Reset　(※ 基本は変更しない ※)
---------------------------------------------------*/

/* 基本文字設定 */
html {
    font: 16px/2 arial,helvetica,clean,sans-serif;
    font-size: 62.5%;
}

/* tableへのfont-size継承 */
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5、6(後方互換モード)向け */
}
/* 独自のタグでIE縮小表示を防ぐ */
pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%; /* Win IE全般向け */
	line-height: 100%;
}

/* config (案件によって変更)
---------------------------------------------------*/
@font-face {
  font-family: 'ShipporiMincho';
  font-style: normal;
  font-weight: 500;
  src: url("../webfont/ShipporiMincho-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("../webfont/ShipporiMincho-Bold.ttf") format("truetype"); 
  font-weight: 700;
  font-style: bold;
}
/* 構造の設定 */
body {
    color: #000000;
    font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.4;
}
/* リンクの設定 */
a,a:visited {
    color: inherit;
    text-decoration:none;
    display: block;
}
a.ubLink:link {
    text-decoration:underline;
}
a:hover {
	opacity: 0.7;
}
img {vertical-align: top;}
a img {border: none;}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*html5　IE用
----------------------------*/
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary
{
	display:block;
}

}