/* CSS Document */
/********** 初期化 **********/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:  0;
	padding: 0;
	border:  0;
	outline: 0;
	font-size: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font: inherit;
	line-height: 1.5em;
	text-decoration: none;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
b {
	font-weight:bold;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic;
}
input[type="text"], input[type="password"], textarea, select { 
	outline: none;
}

/********** リンク設定 **********/
a         {color:#0068aa; font-style:normal; text-decoration:none;}
a:link    {color:#0068aa; font-style:normal; text-decoration:none;}
a:visited {color:#0068aa; font-style:normal; text-decoration:none;}
a:hover   {color:#0068aa; font-style:normal; text-decoration:underline;}
a.pdf {padding:3px 0 3px 20px; background:url(../images/common/pdficon_small.png) left center no-repeat;}

/********** 汎用 **********/
/* マージン */
.m-0   {margin:0;}
.m-5   {margin:5px;}      .m-10  {margin:10px;}       .m-15  {margin:15px;}        .m-20  {margin:20px;}
.m-t5  {margin-top:5px;}  .m-r5  {margin-right:5px;}  .m-b5  {margin-bottom:5px;}  .m-l5  {margin-left:5px;}
.m-t10 {margin-top:10px;} .m-r10 {margin-right:10px;} .m-b10 {margin-bottom:10px;} .m-l10 {margin-left:10px;}
.m-t15 {margin-top:15px;} .m-r15 {margin-right:15px;} .m-b15 {margin-bottom:15px;} .m-l15 {margin-left:15px;}
.m-t20 {margin-top:20px;} .m-r20 {margin-right:20px;} .m-b20 {margin-bottom:20px;} .m-l20 {margin-left:20px;}

/* パディング */
.p-0   {padding:0;}
.p-5   {padding:5px;}      .p-10  {padding:10px;}       .p-15  {padding:15px;}        .p-20  {padding:20px;}
.p-t5  {padding-top:5px;}  .p-r5  {padding-right:5px;}  .p-b5  {padding-bottom:5px;}  .p-l5  {padding-left:5px;}
.p-t10 {padding-top:10px;} .p-r10 {padding-right:10px;} .p-b10 {padding-bottom:10px;} .p-l10 {padding-left:10px;}
.p-t15 {padding-top:15px;} .p-r15 {padding-right:15px;} .p-b15 {padding-bottom:15px;} .p-l15 {padding-left:15px;}
.p-t20 {padding-top:20px;} .p-r20 {padding-right:20px;} .p-b20 {padding-bottom:20px;} .p-l20 {padding-left:20px;}

/* アライン */
.t-center {text-align:center;} .t-left {text-align:left;} .t-right {text-align:right;}

/*画像透過*/
a:hover img.alpha{opacity:0.7; filter: alpha(opacity=70);}

/* 簡易2等分・3等分・4等分 */
.col2{float:left; width:50%;}
.col3{float:left; width:32%;}
.col3.center{padding:0 2%;}
.col4{float:left; width:25%;}
.col5{float:left; width:24%;}
.col6{float:left; width:28%;}

/*フォント関係*/
.fontS {font-size:70%;}
.fontM {font-size:80%;}
.fontL {font-size:100%;}
.bold {font-weight:bold;}
.red {color:#ff0000;}
.green {color:#228b22;}
.green2 {color:#228b22;font-weight:bold;}
.blue {color:#4169e1;}
.blue2 {color:#0180cd; font-weight:bold;}
.navy {color:#0045a2; font-weight:bold;}
.orange {color:#ff7e00; font-weight:bold;}
.attention {font-weight:bold; color:#FF0000;}
.bg_blue {padding:5px; color:#FFFFFF; background:#6666FF;}
.bg_red {margin:20px; color:#FF0000; font-size:20px; font-weight:bold;}
.bg_glay {padding:20px; border:2px solid #CCC; background:#f0f0f0;}
.bg {margin:20px; font-size:20px; font-weight:bold;}

/* フロート */
.f-left {float:left;} .f-right {float:right;}

/* フロート解除 */
.clear{clear:both;}
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	font-size:0.1em;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac ￥*/
*html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hides from IE-mac ￥*/

/* 文献リスト */
.publication-list {
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
}
.publication-list li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 0em; /* Give each list item a left margin to make room for the numbers */
    padding:4px 0 0 25px;
}
.publication-list li:before {
    content:counter(li)"."; /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-1em;
    width:2em;
    padding:4px 1em;
    font-size: 80%;    
}