﻿/* CSS Document */


@charset "UTF-8";
/* RESET */
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;
	/*font:inherit;*/
	/*vertical-align:baseline*/
}
html,body{
	/*height:100%;*/
	/*font-family: Verdana,Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,BIZ UDPGothic,Meiryo,sans-serif;*/
	height:100%;
	font-family: Verdana,Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,BIZ UDPGothic,Meiryo,sans-serif;
}

p{
	line-height: 1.2em;
}

/* Clearfix */
.cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
}

/* Float */
.fl-l{
	float:left;
}
.fl-r{
	float:right;
}

.ml5p{
	margin-left:5% !important ;
	}
.mb30{
	margin-bottom:30px;
}
.mt_100{
	margin-top: -150px;
}

.tdFirst{
	width: 200px;
}

.text-right{
	text-align: right;
}


a{
	color:#000;
	text-decoration:none;
	}

div#wrap{
     width: 100%;
     position: relative;
     height:auto !important;
     height: 100%;
     min-height: 100%;
}
div#header_container{
	width:100%;
	background-image:url("../img/header_background.jpg");
	background-repeat:repeat-x;
	}
	div#header_container header{
		width:950px;
		height:94px;
		margin:0 auto;
		}
		div#header_container header h1{
			width:447px;
			padding: 33px 0 0;
			float:left;
		}
		div#header_subcontent{	/* 150305 変更 */
			width:460px;
			padding: 15px 0px 0px 0px;
			float:right;
			vertical-align: bottom;
			}
		div#header_subcontent ul{	/* 150305 変更 */
			padding: 20px 0 0;
			float:left;
			vertical-align: bottom;
			margin: 5px 0 0 260px;
			padding: 0;
			list-style-type: none;
			display:table;
			}

			div#header_subcontent ul li {
				display:table-cell;
				padding-right:25px;
				}
				div#header_subcontent ul li:last-child {
				padding-right:0;
				}
			
                        div#header_subcontent a,
			div#header_subcontent span{
				vertical-align: bottom;
				//color:#000;
                                color: #ecaec9;
				word-wrap:normal;
			}
                        
			div#header_subcontent ul li a.textLink{
				
				}
				div#header_subcontent ul li a.textLink:hover{
					color:#ECAEC9;
					text-decoration:underline;
				}
			div#header_subcontent a#textsizeS,
			div#header_subcontent a#textsizeM,
			div#header_subcontent a#textsizeL{
				display:inline-block;
				color:#FFF;
				background-color:#000;
				padding:3px 6px;
				}
				div#header_subcontent a#textsizeS:hover,
				div#header_subcontent a#textsizeM:hover,
				div#header_subcontent a#textsizeL:hover{
					background-color:#ECAEC9;
					text-decoration:none;
				}
				div#header_subcontent a#textsizeS{
					font-size:10px;
				}
				div#header_subcontent a#textsizeM{
					font-size:13px;
				}
				div#header_subcontent a#textsizeL{
					font-size:15px;
				}
				
		div#___gcse_0{
			float:right;
			display:inline-block;
			padding:0;
			margin-top:5px;
		}
		.cse .gsc-control-cse, .gsc-control-cse{
			padding:0 !important;
			width:300px !important;
		}
		input#header_searchInput{
			width:160px;
			}
		input#header_searchSsubmit{
			background-color: #dddddd;
			border-style: none;
			cursor: pointer;
			height: 22px;
			padding: 0 10px;			
		}
		
		
	div#nav_container{
		width:100%;
		background-image:url("../img/nav_background.jpg");
		background-repeat:repeat-x;
		}
	

		
/* 150305 追加ここから */

nav#nav_global{
	margin:0 auto;
	padding:0;
	width:950px;
	height: 47px;
	background-image:url("../img/nav_slash.gif");
}
nav#nav_global ul {
	margin: 0;
	list-style:none;
}
nav#nav_global li{
	position: relative;
	width: 190px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
nav#nav_global li a{
	display: block;
	margin: 0 0 0 2px;
	color: #000000;
	font-size:12px;
	line-height: 47px;
	text-decoration: none;
}
nav#nav_global li.research {
	width: 188px;
}
nav#nav_global li:hover > a{
	color: #ECAEC9;
}
nav#nav_global li > a.active{
	background-image:url("../img/nav_background_active.jpg");
	background-repeat:repeat-x;
}
nav#nav_global ul li a img{
	vertical-align:middle;
	margin-right:3px;
}
nav#nav_global li ul{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
}
nav#nav_global li:last-child ul{
	left: -100%;
	width: 100%;
}
nav#nav_global li:first-child ul{
	left: 0%;
	width: 120%;
}
nav#nav_global li ul li{
	overflow: hidden;
	width: 200%;
	height: 0;
	color: #000;
}
nav#nav_global li ul li:first-child a{
	border-top: 2px solid #CECECE;
}
nav#nav_global li ul li:last-child a{
	border-bottom: 2px solid #CECECE;
}
nav#nav_global li ul li a{
	padding: 0 10px 0 20px;
	text-align: left;
	font-weight: normal;
	background: #ffffff url("../img/gnavi_arrow.png") no-repeat;
	background-position: 10px 50%;
	border-left: 2px solid #CECECE;
	border-right: 2px solid #CECECE;
}
nav#nav_global li ul li a:hover{
	color: #000000;
	background: #ffedf5 url("../img/gnavi_arrow.png") no-repeat;
	background-position: 10px 50%;
}
nav#nav_global li:hover ul li{
	overflow: visible;
	height: 40px;
}
nav#nav_global li:hover ul li:first-child{
	border-top: 0;
}
nav#nav_global li:hover ul li:last-child{
	box-shadow: 0 9px 12px -9px #222;
}
nav#nav_global * {
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

/* 150305 追加ここまで */

	nav#breadcrumb{
		width:1010px;
		margin:10px auto 0 auto;
		}
		nav#breadcrumb ul li {
	        display: inline;
    	    list-style-type: none;
			}
			nav#breadcrumb ul li:before {
				content: " > ";
				color:#999;
			}
			nav#breadcrumb ul li:first-child:before {
				content:"";
				}
				nav#breadcrumb ul li a{
					color:#ECAEC9;
					text-decoration:none;
				}
				nav#breadcrumb ul li a:hover{
					text-decoration:underline;
				}
				
div#main{
	width:950px;
	margin:10px auto 0 auto; 
    padding-bottom:100px;
}
footer#footer_container{
	width:100%;
	height:80px;
	background:#ECAEC9;
	position:absolute;
	bottom:0;
}
	div#footer{
		//width:950px;
		margin:0 auto;
		vertical-align:bottom;
		}
		div#footer span{
			color: #fff;
			display: block;
			margin: 10px 0 0 10px;
			//text-align: right;
			}

                        
div#footer_1 {
//	text-align: center;
	font-size: 13px;
        margin-top: 15px;
}
div#footer_1 a{
	color: #fff;
        margin:10px;
}

                        
                        
                        
                        
                        
                        
			
article a.externalLink{

}

a{
	color:#F17789;
	}
	a:hover{
		text-decoration:underline;
	}


.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  z-index: 999999;
  opacity: 0.3;
}
#mainLoader {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  left: 50%;
  top: 50%;
  z-index: 1000000;
  display: none;
  position: fixed;
  box-shadow: 0 0 10px #999;
  -moz-box-shadow: 0 0 10px #999;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background: #ffffff url(../img/main_loader.gif) no-repeat center;
}

/* 150313 追加ここから */

a.link_pdf:after  {
	content: url(../img/link_icon_pdf.gif);
	position: relative;
	top: 3px;
	margin-right: 3px;
	right: 0px;
}

a.link_zip:after {
	content: url(../img/link_icon_zip.gif);
	position: relative;
	top: 3px;
	margin-right: 3px;
	right: 0px;
}
a.link_xlsx:after {
	content: url(../img/link_icon_xlsx.gif);
	position: relative;
	top: 3px;
	margin-right: 3px;
	right: 0px;
}

/* 150313 追加ここまで */
