@charset "utf-8";

/* --- 1.style reset --- */
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,li,dl,dt,dd,pre,th,td,form,fieldset,input,textarea {
	margin: 0;
	padding: 0;
}
html {
	overflow-y:scroll;
}
body {
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style-type: none;
}
img {
	border: 0;
}
address {
	font-style: normal;
}
hr {
}


/* --- 2.float --- */
.float-left, .alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.float-right, .alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}
.clear {
    zoom: 1; /* for IE6/7 */
}

.clear_b {
	clear: both;
}


/*
.float-clear { 
	zoom: 100%;
}
.float-clear:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
*/


/* --- 3.link --- */
a:link{
	text-decoration:underline;
}
a:visited{
}
a:hover{
	text-decoration:none;
}
a:active{
}

a[href $='.pdf']:not(.manual),a[href $='.pdf']:not(.manual02), #contents ul.list-index li a[href $='.pdf']:not(.manual),#contents ul.list-index li a[href $='.pdf']:not(.manual02) {
	background: url(images/icon_pdf.gif) no-repeat left;
	padding-left:20px;
	overflow:hidden;
}
a[href $='.doc'] {
	background: url(images/icon_doc.gif) no-repeat left;
	padding-left:20px;
	overflow:hidden;
}
a[href $='.xls'] {
	background: url(images/icon_xls.gif) no-repeat left;
	padding-left:20px;
	overflow:hidden;
}
a[href $='.docx'] {
	background: url(images/icon_doc.gif) no-repeat left;
	padding-left:20px;
	overflow:hidden;
}
a[href $='.xlsx'] {
	background: url(images/icon_xls.gif) no-repeat left;
	padding-left:20px;
	overflow:hidden;
}

.manual02 {
padding:0px !important;
background-image: none !important;
}

.manual03 {
padding:5px !important;
}

/* --- 4.text-align --- */
.to-left {
	text-align:left;	
}
.to-center {
	text-align:center;	
}
.to-right {
	text-align:right;	
}

/* --- original --- */


/* gloval navi */

.cbp-hrmenu {
	width: 100%;

}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
}

.cbp-hrmenu > ul > li {
	display: block;
	float:left;
}

.cbp-hrmenu > ul > li > a {
	padding: 3px 0px 0px 0px;
	display: block;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #b1d7d7;
}

.cbp-hrmenu > ul > li.cbp-hropen a {
	color: #0e224f;
	background: #cfd4e0;
	text-decoration:none;
	font-size:90%;
}

.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #0e224f;
	background: #cfd4e0;
}


/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #cfd4e0;
	left: 0;
}

.cbp-hropen .cbp-hrsub {
	display: block;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 100%;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}


/* 検索窓 */
#search {
position: relative;
margin-right:10px;
}

#search label {
	font-size:80%;
}

#search #s  {
	 width: 180px;
     height: 16px;
     border: 1px solid #000;
     color: #333;
     padding-top: 2px;
     padding-right: 10px;
     padding-bottom: 2px;
     padding-left: 10px;
     background-color: #fff;
     font-size: 13px;
}  
#searchsubmit {
	position: absolute;
	top: 2px;
	_top: 1px;
	border: 1px solid #000;
	left: 288px;
}  
*:first-child + html #searchsubmit    {  
    top: 1px;  
}  
 
#search #searchform {
     position: relative;
}

/* パンくず */
#bc_navi {
	font-size: 80%;
	margin-bottom: 20px;
}

#bc_navi li{
display:block;
padding-right:10px;
float:left;
}

#bc_navi a {
	color: #0E224F;
	text-decoration: none;
}
#bc_navi a:hover {
	text-decoration: underline;
}






/*フッター*/
#pre_footer{
	display: block;
	background-image: url(images/footer_obj.png);
	background-repeat: no-repeat;
	background-position: center 1px;
	height: 60px;
}

footer {
	background-color: #0e224f;
	padding-top: 15px;
	padding-bottom: 15px;
}



#footer_area01 a {
	color: #FFF;
	text-decoration: none;
}
#footer_area01 a:hover {
	text-decoration: underline;
}

#footer_area02 {
	text-align: center;
	color: #FFF;
	font-size: 90%;
	margin-top: 40px;
}
#copyright {
	font-size: 70%;
	margin-top: 30px;
}

/*汎用*/

#main table {
	font-size: 90%;
	margin-bottom: 15px;
	border-collapse:collapse;
}

#main table th {
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #d2d5f3;
}

#main table td {
	border: 1px solid #CCC;
	padding: 5px;
}

.dl_list01 {
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 50px;
}


dl_list01 dd:after{
	content:"";
	display:block;
	clear:both;

}

#main .prd_item {
	float: left;
	width: 120px;
	text-align: center;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 12px;
}

#main .ex_item {
  display:inline-block;
  vertical-align:top;
	width: 160px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#main .prd_item a,#main .ex_item a{
	color: #0E224F;
	text-decoration: none;
	font-size: 90%;
}

.sub_b_box {
	text-align:center;
	margin-bottom:30px;
}

.sub_b_box img {
	margin:0px 5px 10px 5px;
}

.mg20 {
	margin-bottom: 20px;
}

.txt_s {
	font-size:80%;
}


@media screen and (min-width: 769px){

header {
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #FFF;
	z-index:3;
}


header #box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


#logo {
	float: left;
	margin-top: 35px;
	margin-bottom: 5px;
}

nav {
	width: 736px;
	float: right;
}


#nav {
	margin-left:10px;
}


#gnav > li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.cbp-hrmenu {
	float: left;
	position: relative;

}


.cbp-hrmenu > ul > li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}


.cbp-hropen .cbp-hrsub {
	padding: 0px 10px 10px 10px;
	width: 96%;
}



.cbp-hrmenu .cbp-hrsub-inner > div {
	padding: 20px;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	display:block;
	float:left;
	width:30%;
	padding: 5px;
}


#h_navi01 {
	width: 294px;
	float: right;
}
#h_navi01 li {
	display: block;
	float: left;
}



#contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 120px;
	margin-bottom: 20px;

}

#main {
	width:730px;
	float:right;
}

#sidebar {
	width:230px;
	float:left;
}
#sidebar h2 {
	color: #0E224F;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0E224F;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 0px;
}
#sidebar ul {
	font-size: 90%;
}
#sidebar ul li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-color: #CCC;
}





	
#head_wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#footer_area01 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 80%;
	color: #FFF;
}


footer .footer_box01 {
	float: left;
	text-align: left;
	display: block;
	width: 18%;
	margin-right: 15px;
}


footer .footer_box01 h3 a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	border: 1px solid #FFF;
	font-size: 80%;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
footer ul >li > a:hover {
	text-decoration: underline;
}

/* フッターサブメニュー */
footer ul li:hover ul.subs {
    display: block;
}
footer ul.subs > li {
	display: inline-block;
	float: none;
	vertical-align: top;
	font-size: 70%;
	margin-left: 6px;
}
footer ul.subs > li a {
	color: #FFFFFF;
	line-height: 140%;
	text-decoration: none;
}
footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
footer ul.subs > li > a {
	margin-bottom: 10px;
}
footer ul.subs > li li {
    padding-left: 8px;
}
footer ul.subs > li li:hover {
    padding-left: 15px;
}

/*ページトップ*/
#page-top {
	    margin-left: 930px;
}
#page-top a {
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
}

.fixed-bottom{
	position: fixed;
    bottom: 10px;
    margin-left: 660px;

}



a img{
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.w_fitter {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.box_right {
	float: right;
}

.w250 {
width:250px;
}

.w440 {
width:440px;
}

.dl_list01 dt {
	width:20%;
	clear:left;
	float: left;
	display: block;
	margin-bottom:5px;

}
.dl_list01 dd {
	width:75%;
	display: block;
	margin-left: 15px;
	margin-bottom: 5px;
	float: left;
}

	
}

@media screen and (max-width: 768px){

header #box {
	width: 100%;
}


#logo {
	padding:10px;
}

nav {
	width: 100%;
	border: 0;

}

.cbp-hrmenu {
	width: 100%;
	border: none;
}



.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	padding: 0;
}

.cbp-hrmenu .cbp-hrsub-inner {
	padding: 0px;
	font-size: 90%;
}

.cbp-hrmenu > ul > li {
	display: block;
	border-bottom: 2px solid #0e224f;
	width:19.5%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;

}

.cbp-hrmenu > ul > li:last-child {
	border-right: none;

}


.cbp-hrmenu > ul > li > a { 
	display: block;
	padding: 5px 0px 5px 0px;
	width:100%;
}


.cbp-hrmenu .cbp-hrsub { 
	position: relative;
	padding: 0px 3px 0px 3px;
}



.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 90%;
	padding: 0px 3px 0px 3px;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}


.cbp-hrmenu .cbp-hrsub-inner > div a {
	display:block;
	padding: 5px 0px 5px 7px;
	border-top:dotted 1px #0e224f;
}


#h_navi01 {
	position: absolute;
	right: 0px; top: 0px; 

}
#h_navi01 li {
	display: block;
	float: left;
	width:80px;

}

#bc_navi {
	margin-top: 10px;
}


#contents {
	margin:0px 15px;
}

#main {
	padding-top: 70px;
}

#sidebar {
	width:95%;
	margin:0px auto;
}
#sidebar h2 {
	color: #0E224F;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0E224F;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 0px;
	margin-bottom:10px;
}
#sidebar ul {
	font-size: 90%;
}
#sidebar ul li a {
	float:left;
	display: block;
	width:44%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	text-decoration: none;
	border-left: 10px solid #0E224F;
	padding-left: 5px;
	margin:6px
}
#sidebar ul li a:active {
	background-color: #CCC;
}

/*ページトップ*/
#page-top {
	width: 96%;
	margin:0px auto; 
	
}
#page-top a {
    width: 100%;
    padding: 10px 0;
    text-align: right;
    display: block;
}
#page-top a:hover {
}



footer {
	padding:0px 10px;
}

#footer_area01 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 80%;
	color: #FFF;
}


footer .footer_box01 {
	float: left;
	text-align: left;
	display: block;
	width: 23%;
	margin-right: 10px;
}

footer .footer_box01 h3 a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	border: 1px solid #FFF;
	font-size: 80%;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
footer ul >li > a:hover {
	text-decoration: underline;
}

/* フッターサブメニュー */
footer ul li:hover ul.subs {
    display: block;
}
footer ul.subs > li {
	display: inline-block;
	float: none;
	vertical-align: top;
	font-size: 70%;
	margin-left: 6px;
}
footer ul.subs > li a {
	color: #FFFFFF;
	line-height: 140%;
	text-decoration: none;
}
footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
footer ul.subs > li > a {
	margin-bottom: 10px;
}
footer ul.subs > li li {
    padding-left: 8px;
}
footer ul.subs > li li:hover {
    padding-left: 15px;
}


img{
max-width: 100%;
height: auto;
width: auto;
vertical-align: bottom;
}


.w_fitter {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.dl_list01 dt {
	display: block;
	margin-bottom:5px;
	color:#0E224F;

}
.dl_list01 dd {
	display: block;
	margin-left: 15px;
	margin-bottom: 5px;


}



}

@media screen and (max-width:480px){

.cbp-hrmenu {
	width: 96%;
	border: none;
	margin: 0px auto 0px auto;
}


	
.cbp-hrmenu > ul > li {
	display: block;
	float: none;
	width:100%;
	text-align:center;
	border-right:none
}

.cbp-hrmenu > ul > li > a { 
	display: block;
	padding: 5px 0px 5px 0px;
	width:100%;
}


.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 100%;
	float: none;
	padding: 5px 0px;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	padding: 5px 0px;
}

#sidebar ul li a {
	display: block;
	width:92%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	text-decoration: none;
	border-left: 10px solid #0E224F;
	padding-left: 5px;
	margin:6px 0px 6px 0px
}

footer .footer_box01 {
	width:100%;
	text-align: left;
	display: block;
	margin-bottom:10px;
}

footer .footer_box01 h3 a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	border: 1px solid #FFF;
	font-size: 80%;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
footer ul >li > a:hover {
	text-decoration: underline;
}

/* フッターサブメニュー */
footer ul li:hover ul.subs {
    display: block;
}
footer ul.subs > li {
	display: inline-block;
	float: none;
	vertical-align: top;
	font-size: 70%;
	margin-left: 6px;
}
footer ul.subs > li a {
	color: #FFFFFF;
	line-height: 140%;
	text-decoration: none;
}
footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
footer ul.subs > li > a {
	margin-bottom: 10px;
}
footer ul.subs > li li {
    padding-left: 8px;
}
footer ul.subs > li li:hover {
    padding-left: 15px;
}

#search #s  {
	 width: 120px !important;
}  

#searchsubmit {
	left: 228px !important;
}  

#t_column {
display:none;
}


}
