﻿@charset "utf-8";

/*------------------------------------------------------------

タグ基本設定／部品など

------------------------------------------------------------*/

/* フォント設定（OS振り分け）
------------------------------------------------------------*/

*{
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,sans-serif;
}

body.win *{
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

body.mac *{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}


/* 常用設定など
------------------------------------------------------------*/
body{
	color:#333;
	font-size:12px;
	_font-size:75%;
	line-height:160%;
}

/*h1, h2, h3, h4, h5, p, li{line-height:160%;}*/

a{text-decoration:none;}
a:link{color:#085099; text-decoration:none;}
a:visited{color:#085099; text-decoration:none;}
a:hover, a:active{color:#085099; text-decoration:underline;}


/* clear用
------------------------------------------------------------*/
.page-news #section-body .list-news li div,
.lower #section-body .contents,
.page-index #section-body .box-news li,
#section-header #gnav ul,
.clearfix{
	zoom:100%;
}

.page-news #section-body .list-news li div:after,
.lower #section-body .contents:after,
.page-index #section-body .box-news li:after,
#section-header #gnav ul:after,
.clearfix:after{
	content: ".";
	font-size: 0.1px;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
}