@charset "UTF-8";
/* CSS Document */

/* ===== 2015,3,31 =====*/

@import url('reset.css');
@import url('tools.css');


body {
    height:100%;
    font-size:18px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    min-width:921px;
}
/*tip 用*/
span { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

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

Key Color elements

------------------------- */
/*背景*/
body { background: #515973; }

/*見出し*/
.section .sectionHeader,
#parentdiv > div h2,
.column.type02.right .sectionHeader { background:#323c5a; }

/*セクション背景*/
.section.type02,
.section.typeGraph {
    background:#848A9C; /*tableのボーダーカラーも変更必要*/
}

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

Header elements

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

#header {
    width:100%;
    /*min-width:1000px;*/
    height:65px;
    background:url(/img/header_bg.gif) repeat-x;
    text-align:center;
    position:relative;
}

#header img.pLogo {
    position:absolute;
    top:20px; right:50%;
    margin-right:710px;
}

/* ユーザー名 */
#header #userMenu {
    position:absolute;
    width:540px;
    height:60px;
    top:0; left:50%;
    margin-left:300px;
    text-align:left;
    background:url(/img/header_btn_user.png) no-repeat left 20px  ;
    cursor:pointer;
}
#header #userMenu.mail {
    background:url(/img/header_btn_user_mail.gif) no-repeat left 20px  ;
}
#header #userMenu p:first-child {
    font-size:0.6em;
    margin-bottom:5px;
    padding-top:15px;
    float:none;
}
#header #userMenu p {
    width:auto;
    font-size:0.8em;
    color: #989dac;
    font-weight:bold;
    padding:0 0 0 25px;
    float:left;
}

/* 子メニュー - .sub-menu */
#header ul#userMenu-sub {
    float:left;
    width: 180px;
    background: #848A9C;
    display: none;
    font-size:0.8em;
    color: #989dac;
    font-weight:bold;
    position:absolute;
    top:60px; left:50%;
    margin-left:300px;
    z-index:9999;
}
#header ul#userMenu-sub a {
    color: #fff;
    text-decoration:none;
    text-align:left;
    padding: 15px 15px;
    display: block;
    border-bottom:1px solid #515973;
}
#header ul#userMenu-sub a:hover {
    color: #fff;
    background:#33bab1;
}

/*20170403*/ /* ↓↓↓　ここから　↓↓↓ */
ul#headerMenu{
	position:absolute;
	width:250px;
	height:44px;
	top:0; left:50%;
	margin:8px 0 0 500px;
}
ul#headerMenu > li {
	float: left;
	margin-right: 36px;
	position: relative;
}
ul#headerMenu > li > a {
	display: block;
	width: 44px; height: 44px;
	background-position: left top;
	background-repeat: no-repeat;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
ul#headerMenu > li.user > a { background-image: url(/img/header_icon_user.gif);}
ul#headerMenu > li.filebox > a { background-image: url(/img/header_icon_filebox.gif);}
ul#headerMenu > li.filebox.active > a { background-image: url(/img/header_icon_filebox_active.gif);}
ul#headerMenu > li.manual > a { background-image: url(/img/header_icon_manual.gif);}

ul#headerMenu > li.badge > a:after {
	content: url(/img/header_user-menu_badge.gif);
	position: absolute;
	bottom: 1px; right: 0;
}

	/* ５列 */
	@media screen and (max-width: 1758px) {
		ul#headerMenu { width:250px; margin-left: 400px; }
	}
	/* ４列 */
	@media screen and (max-width: 1479px) {
		ul#headerMenu { width:250px; margin-left: 300px; }
	}
	/* ３列（for Tablet） */
	@media screen and (max-width: 1210px) {
		ul#headerMenu { width:132px; margin-left: 280px; }
		ul#headerMenu > li { margin-right: 0px; }
	}

/* 子メニュー */
ul#headerMenu > li > ul {
	background: #848A9C;
	display: none;
	font-size:0.8em;
	color: #989dac;
	font-weight:bold;
	position:absolute;
	top:70px; right:-110px;
	z-index:9999;
	background-color: #FFF;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul#headerMenu > li > ul:after {
  position: absolute;
  content: "";
  right: 123px;
  top: -18px;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  background: url("/img/header_user-menu_triangle.png") top left no-repeat;
  background-size: 18px 18px;
}
ul#headerMenu > li > ul li { margin-bottom: 3px; }
ul#headerMenu > li > ul li:last-child { margin-bottom: 0; }
ul#headerMenu > li > ul li a {
	line-height: 40px;
	color: #fff;
	background-color:#848a9b;
	text-decoration:none;
	text-align:left;
	padding: 0px 15px;
	display: block;
}
ul#headerMenu > li > ul li a:hover {
	color: #fff;
	background:#33bab1;
}
ul#headerMenu > li > ul li.badge a:after {
	content: url(/img/header_user-menu_badge.gif);
	margin: 10px 0 0 8px!important;
    top: 3px;
    position: relative;
}

/* 会社名・ユーザー名 */
ul#headerMenu > li.user > ul li:first-child {
	min-width: 210px;
	padding: 0 10px 0 35px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #4d4d4d;
	text-align: left;
	background-image: url(/img/header_user-menu_icon.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
}
ul#headerMenu > li.user > ul li span {
	font-size: 11px;
	font-weight: normal;
	white-space: pre;
}
ul#headerMenu > li.user > ul li span:after { content: "\A"; }
/*20170403*/ /* ↑↑↑　ここまで　↑↑↑ */

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

Contents elements

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

#contents {
    width:1100px;
    margin:0 auto;
}

#contents.variable {
    width:1658px;
}

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

Integrated Version elements

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

#integrated_ver {
    font-size: 0.9em;
    padding-left: 10px;
    color: #FFF;
    margin: 0 auto;
}


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

Breadcrumb elements

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

ul#breadcrumb {
    width:1658px;
    margin:5px auto 20px;
}


ul#breadcrumb li {
    height:20px;
    font-size:0.7em;
    padding:0 5px 0;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
ul#breadcrumb li + li:before { content: " > "; color:#d6d8de; }

ul#breadcrumb li,
ul#breadcrumb li a {
    text-decoration:none;
    line-height:20px;
    color:#d6d8de;
}

ul#breadcrumb li:first-child { background: url(/img/breadcrumb_home.png) no-repeat 0px 2px; padding-left:20px; }


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

Footer elements

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

#footer .footerContent {
    height:45px;
    background: url(/img/footer_bg.gif) repeat-x;
    position:relative;
}

#footer ul {
    position:absolute;
    top:5px; right:50%;
    margin:10px 405px 0 0; padding:0;
}

#footer ul li {
    height:20px;
    font-size:0.7em;
    padding:0 12px 0 6px;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
#footer ul li + li { border-left:1px solid #CCC; }

#footer ul li a {
    text-decoration:none;
    color:#d6d8de;
    display:block;
    line-height:20px;
}
#footer ul li.sitemap a { background:url(/img/footer_icon_sitemap.gif) no-repeat 10px center; padding-left:30px; }
#footer ul li.manual a { background:url(/img/footer_icon_manual.gif) no-repeat 10px center; padding-left:30px; }

#footer p {
    position:absolute;
    top:5px; left:50%;
    margin:12px 0 0 630px; padding:0;
    font-size:0.6em;
    color:#989dac;
}
