@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-size: 62.5%;
}

body {
	font: 14px/1.5 arial,helvetica,clean,sans-serif; /* 基本文字設定 */
	*font-size: small; /* Win IE7およびWin IE6標準準拠モード向け */
	*font: x-small; /* Win IE 5-5.5?6(後方互換モード)向け */
}

/* 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%;
}


/* clearfix　(※ 基本は変更しない ※)
---------------------------------------------------*/

/* For modern browsers */
.cf:before,.cf:after {
	content:"";
	display:block;
	overflow:hidden;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}


/* config (案件によって変更)
---------------------------------------------------*/

/* 構造の設定 */

	@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url("/edu/grad/master/common/webfont/NotoSerifJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/edu/grad/master/common/webfont/NotoSerifJP-Bold.otf") format("opentype"); 
  font-weight: 700;
  font-style: bold;
}
	
body {
	color: #000000;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align: left;
}

/* リンクの設定 */

a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	 color:#333;
}
a:hover {
	color: #666;
	text-decoration:none;
}

/* imgタグの設定 */

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;
}



/* フォントサイズの指定はYUI Fontsに基づき
 下記の値(%)で指定します。
 10px = 77% 11px = 85% 12px = 93% 13px = 100%
 14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
 18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
 22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197% */

/* @media all end */
}
@media print {
  body {
    zoom: 90%;
    width: 1200px;
    margin: auto;
  }
  #back-top {
    display: none;
  }
  main {
    margin: 0;
}
}
@page {
  size: A4;
  margin: 5mm 5mm;
}
