﻿@charset "utf-8";

/*******************************************************************************
 *      
 *  Web Site  : http://www.ritsumei.ac.jp/
 *  Modified  : 2011.3.11
 *  File         :  print.css
 *  Description : 立命館大学 リセット＆clearfix CSS
 *
 *******************************************************************************/

/*  Reset
*******************************************************************************/

html,body,div,
h1,h2,h3,h4,h5,h6,
p,pre,blockquote,
dl,dt,dd,ul,ol,li,
form,legend,fieldset,input,textarea,
th,td,
address,
iframe{
margin: 0;
padding: 0;
text-decoration: none;
font-style: normal;
font-variant: normal;
}

body{
position: relative;
margin: 0;
padding: 0;
border:0;
}

a{
text-decoration: none;
overflow: hidden;
outline: none;
}
img,a,fieldset{
border:0;
}


img{
vertical-align: bottom;
-ms-interpolation-mode: bicubic;
}

hr{
display: none;
}

ol{
list-style-position: inside;
}

ul li{
list-style:none;
}

table {
border-width: 0;
border-spacing: 0; 
border-style: solid;

}

table,th, td {
border-collapse: collapse;
empty-cells: show;
box-sizing: border-box; 
  -moz-box-sizing:border-box;
}

fieldset{
border:0;
}

iframe{
border:0;
outline: 0;
}



/* Font
*******************************************************************************/
body {font:10px/1.4 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック",Helvetica, Arial, sans-serif;}
table {font-size:inherit;}
*:first-child+html body{
font-size:62.5%;
font-family:"メイリオ","ＭＳ Ｐゴシック",Helvetica, Arial, sans-serif;
}
/*\*/* html body{font-size:62.5%;}/**/
/*\*//*/ select, input, textarea{font-family:osaka,Helvetica,clean,sans-serif;} /**/

h1,h2,h3,h4,h5,h6{font-size:100%;}





/*  Clear Floats Without Structural Markup (http://www.positioniseverything.net/easyclearing.html)
*******************************************************************************/
#all:after,
#global_header:after,
#header:after,
#department_navigation:after,
#content:after,
#main:after,
#sub:after,
#footer:after,
#site_navigation:after,
#global_footer:after,
.section:after,
.clearfix:after,
.entry:after,
.unit:after{
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#all,
#global_header,
#header,
#department_navigation,
#content,
#main,
#sub,
#footer,
#site_navigation,
#global_footer,
.section,
.clearfix,
.entry,
.unit{
  zoom:1;
}
