﻿/*------------------------------------*/
/*     sub_page css style sheet       */
/*------------------------------------*/
@charset "UTF-8";

#main-visual {
	height: 110px;
	background: #fff;
	}
	
.inner {
	width: 1200px;
	margin: 0 auto;
	
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
	#top-head {
		position: fixed;
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 0;
		line-height: 1;
		z-index: 999;
	}
	/*#top-head:after {
		content: "";
		display: block;
		height: 0px;
		background: #fff;
		width: 1200px;
		margin: 30px auto 0;
	}*/

	#top-head a,
	#top-head {
		color: #264da4;
		text-decoration: none;
	}

	#top-head .inner {
		position: relative;

	}
	#top-head .logo {
		float: left;
		margin-left: 25px;
	}
	#global-nav ul {
		list-style: none;
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
	#global-nav ul li {
		float: left;
		position: relative;

	}
	#global-nav ul li a {
		padding: 0 30px;
	}

	/* transition */
/*	#top-head,
	#top-head:after,
	#top-head .logo,
	#global-nav ul li,
	#global-nav ul li a {
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
}*/

	/* Fixed */
	#top-head.fixed {
		height: 80px;
		background: #f5f5f5;
		border-bottom: solid 1px #bbb;
		/*background: rgba(255,255,255,.7);*/
		
	}
	#top-head.fixed .logo {
		margin-left: 25px;
	}

	#top-head.fixed:after {
		width: 100%;
		margin: 30px auto 0;
	}
	#top-head.fixed #global-nav ul li a {
		color: #fff;
		padding: 0 30px;
	}

	/* Btn Hover */
	#global-nav ul li:after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 3px;
		bottom: -20px;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3 ease;
		-o-transition: all 0.3 ease;
	}
	#global-nav ul li:hover:after {
		background: #264da4;
		bottom: -30px;
	}
	
	/* Fixed Btn Hover */
	#top-head.fixed #global-nav ul li:after {
		bottom: -10px;
	}
	#top-head.fixed #global-nav ul li:hover:after {
		background: #264da4;
		bottom: -30px;
	}


dl{  
  width : 587px;
  padding : 0px;
  float : left;
	background: #fff;
	    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

dl:first-child {
     margin-right : 26px;
}

dt img{  
  margin-bottom : 10px;
  display : block;
}

dd.dd_textc1,
dd.dd_textc2{  
  font-size : 16pt;   
  font-weight : bold;
  text-align : center;
  margin-bottom : 10px;
  padding-top : 4px;
  padding-bottom : 3px;
}

dd.dd_textc1{  
  color:#264da4;
}

dd.dd_textc2{  
  color:#006d95;
}


dd.dd_text{  
  font-size : 80%;
  line-height : 1.6;   
  padding-left : 20px;
  padding-right : 10px;
  height : 4.8em;
  text-align : left;
}
dd.dd_text img{
	padding:0 0 10px 10px;
}
