@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}

ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0} 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */

body{
/* color:#555; */
color:#333;
font-size:14px;

/* font-family:Arial,"游ゴシック",verdana,"ヒラギノ角ゴシック","Hiragino Kaku Gothic","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; */

font-family:Arial,Sans-Serif; 

line-height:1.5;
-webkit-text-size-adjust:100%;
}


/* リンク設定
------------------------------------------------------------*/

a,a:link{color:#04419a;text-decoration:none;}

a:hover{color:#0000ff;} 

a:visited,a:active {color:#551a8b;}

a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 0 0 0;
width:98%;
position:relative;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header{
height:130px;
}

#header h1{
/* padding:5px 0 10px; */
padding:5px 0 0;
font-size:12px;
font-weight:normal;
}

@media screen and (max-width: 768px) {
    #header h1{
/*       padding:5px 0 10px; */
	padding:5px 0 0;
      text-align:left;
      } }

/*************
/* ロゴ
*************/
.logo{
float:left;
}

.logo a{
color:#555;
}

.logo p{float:left;}

.logo span{display:block;}


/*************
/* 言語選択
*************/
.language{
float:right;
padding-top:75px;
padding-right:20px;
text-align:right;
}


/*************
/* 言語選択
*************/
.language .open{font-size:11px;}

@media screen and (max-width: 768px) {
    .language {
      padding: 5px 0;
      text-align:left;
/*      display: none; } } */
      } }




/*************
/* 電話番号
*************/
.info{
float:right;
padding-right:20px;
text-align:right;
}

.info .open{font-size:13px;}

/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
font-size:20px;
font-weight:bold;
}

.logo span,.info span{
font-size:.6em;
font-weight:normal;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
clear:both;

/*　トップページ　スライド位置　*/
  margin:0px auto 10px;

padding:0;
position:relative;
text-align:center;
}
#mainBanner .inner{position:relative;}

#mainBanner img{
max-width:100%;
height:auto;
}

.slogan{
color:#fff;
font-weight:bold;
position:absolute;
max-width:100%;
height:auto;
bottom:42%;
left:40px;
padding:5px 10px;
line-height:1.4;
text-align:left;
}

.slogan h2{
padding-bottom:5px;
font-size:22px;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
clear:both;
padding-top:0;
padding-bottom:10px;
overflow:hidden;
}

* html .gridWrapper{height:1%;}
	

.grid{
overflow:hidden;
}


/* 2025/08/17 追加 */
.grid .box{
	padding:10px;
	font-weight:bold;
	border: solid 1px #333333;
	margin-right: 10px;
	font-size:15px;
}

.grid .box a{text-decoration: underline;
}

/**** 広義的　box定義　**/

.box{
padding:10px;
font-size:14px;
}

.box img{
max-width:100%;
height:100%;
}

.box h3{
font-size:16px;
padding:10px 0 15px;
}

.box h3, .box p{text-align:center;}


.box p.readmore{
padding:10px 5px 5px;
text-align:right;
font-size:12px;
}

.box p.readmore a{
padding:3px 7px;
border-radius:3px;
}

/**** 広義的　box定義　以上**/



/*************
メイン コンテンツ
*************/
section.content article{
padding:20px 0 20px 0;
margin-bottom:10px; 
overflow:hidden;
border:solid 1px #bbbbbb;
}


.content.post h3{
font-size:11px;
font-weight:normal;
padding:5px 0 0px;
border-bottom:1px dotted #ccc;
}


article.gridWrapper{ border:solid 1px border-color:#999999;}



/******************************/
/* 研究室紹介　トップメニュー */
/******************************/
.content #field h3{
padding:10px 15px 10px 15px;
overflow:hidden; 
/* 2025/08/17 */
font-size:15px;
text-align:center;
border:solid 1px #bbbbbb;
line-height:150%;
}

@media screen and (max-width: 768px) {
	.content #field h3{border:solid 1px border-color:#999999;
	padding:15px 5px 15px 20px;
        line-height:150%;
	text-align:left;}	
}



section.toppage article,section.content .archive{border:0;}

article.content {border:solid 1px border-color:#333333;}



/***********************/
/* 研究室紹介 コメント*/
/***********************/

#field {border:none;}

#field a{color:#333;text-decoration: underline;}

#field a:hover{color:#66ccFF;} 



#field_title {border:none;}

#field_title a{font-size:15px;color:#555;font-weight:bold;}
#field_title a,a:link{color:#04419a;text-decoration:none;}
#field_title a:hover{color:#66ccFF;} 


#field_title_e {border:solid 1px border-color:#999999;
                padding:20px 10px 20px 20px;}

#field_title_e a{font-size:15px;color:#555;}
#field_title_e a,a:link{color:#04419a;text-decoration:normal;}
#field_title_e a:hover{color:#66ccFF;} 




#field_comment{border:solid 1px border-color:#999999;
	padding:20px 10px 10px 10px;}

#field_comment h3{font-size:13px;
               color:#555;
               font-weight:bold;
               line-height:1.5;
               text-align:left; }

#field_comment h4{font-size:12px;color:#555;font-weight:bold;
               line-height:1.5;}

#field_comment table tr td{text-align:left;
                          vertical-align : top;}

#field_comment img{max-width:100%;height:auto;}



@media screen and (max-width: 768px) {
	#field_comment, #field_comment_e {border:solid 1px border-color:#999999;
	padding:20px 5px 20px 5px;}

	
        #field_comment, #field_comment_e table tr td{text-align:left;
                            vertical-align : top;}
	
}







.content.post h3{
font-size:11px;
font-weight:normal;
padding:5px 0 0px;
border-bottom:1px dotted #ccc;
}

.box h3{
font-size:16px;
padding:10px 0 15px;
}


article.gridWrapper{ border:solid 1px border-color:#999999;}



/*************/
/* 教員一覧　*/
/*************/
section.content article#field_teachers {
border:none;
}

.content #field_teachers h3{
	padding:10px 15px 10px 15px;
	overflow:hidden; 
	font-size:14px;
	text-align:center;
	line-height:150%;
	border:solid 1px #bbbbbb;}


@media screen and (max-width: 768px) {
	.content #field_teachers h3{border:solid 1px border-color:#999999;
	padding:15px 5px 15px 20px;
	line-height:150%;
	text-align:left;}	
}


#teachers{
    padding:10px 0px 10px 20px;
    border:solid 1px;
    width:70%;　　
}


#teachers h1{
    font-size:25px;
        margin:20px 0 0 0;
	text-align:left;
}


#teachers h3{
    font-size:20px;
        padding-left:20px;
	text-align:left;
        line-height:180%;
}


#teachers .box{
padding:10px 20px 10px 20px;
font-weight:bold;
border: none;
font-size:16px;
font-weight:bold;
/* font-weight:500; */
font-family:Arial;
line-height:180%;

}

#teachers .box a{text-decoration: underline;}

#teachers .box ul{list-style:circle;}

#teachers .box img{
max-width:100%;
height:100%;
}

#teachers .box h3{
font-size:16px;
padding:10px 0 15px;
}

/*.box h3, .box p{text-align:left;} */

#teachers .box h3, #teachers .box p{text-align:center;}

/* .box p.a{border-radius:3px;} */


@media screen and (max-width: 768px) {
	#teachers{
    padding:10px 0px 10px 10px;
    border:solid 1px;
    width:90%;}
}	

/* 分野別教員一覧　*/

#teachers2{
    margin:10px 0 10px 10px;
    padding:10px 0px 10px 10px;
    border:solid 1px;
}

#teachers2 table tr td{
    padding:20px 10px 10px 10px
	vertical-align:top;
        text-align:left
	border:solid 1px;
}



#teachers2 .box h1{
    font-size:20px;
	font-weight:400;
        padding:15px 0 20px 10px;
	text-align:left;
	line-height:150%;
}

#teachers2 .box h2{
    font-size:18px;
	font-weight:300;
        padding-left:10px;
	text-align:left;
        line-height:150%;
}


#teachers2 .box h3{
    font-size:15px;
        padding-left:30px;
	text-align:left;
        line-height:120%;
}

#teachers2 .box h4{
    font-size:13px;
        padding:15px 15px 10px 20px;
	text-align:left;
        line-height:120%;
}

#teachers2 .box{
padding:0 0 0 0;
font-weight:bold;
border: none;
line-height:150%;
font-size:14px;
font-weight:100;
font-family:Arial;
line-height:120%;
}

#teachers2 .box a{text-decoration: underline;
}

#teachers2 .box ul{list-style:circle;}

#teachers2 .box img{
max-width:100%;
height:auto;
}

@media screen and (max-width: 768px) {
	#teachers2{
    padding:10px 0px 5px 5px;
    border:solid 1px;}

#teachers2 table tr td{
    padding:10px 5px 10px 5px
	vertical-align:top;
        text-align:left
	border:solid 1px;}

	#teachers2 .box h3{
    font-size:15px;
        padding-left:10px;
	text-align:left;
        line-height:120%;}

	#teachers2 .box h4{
        font-size:13px;
        padding:10px 5px 10px 10px;
	text-align:left;
        line-height:120%;}


	#teachers2 .box img{max-width:100px;height:auto;}
       

}	



#main h1{
	font-size:20px;
	font-weight:500;
	text-align:center;}

/* Education */

#education article{
font-size:14px;
text-align:left;
border:solid 1px

}

#education article h2{
font-size:18px;
text-align:center;
}

#education article h3{
font-size:16px;
font-weight:bold;
padding:0 0 0 10px;
text-align:left;
}


#education table{
border-collapse:collapse;
margin:0px auto 25px 10px;
width:98%;
}

#education table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:5px;
border:1px solid #D6D6D6;
line-height:15px;
}


#education table tr{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:normal;
color: #151515;
border:solid 1px #D4D4D4;
font-size:13px;
font-weight:normal;
/* letter-spacing:1px; */
 background-repeat:repeat-x; 
background-position:top;
}

@media screen and (max-width: 768px) {
 #education article h3{
 font-size:16px;
 padding:0 2px 0 2px;
 text-align:left;
}
 
}

/* セミナー　ページ　*/

#main #seminar h1{
	font-size:20px;
	font-weight:500;
        padding-left:20px;
	text-align:left;}

/* リンクページ　*/


#main #link h1{
	font-size:20px;
	font-weight:300;
        padding-left:20px;
	text-align:left;}

#link blockquote{
clear:both;
padding:0px 0 0px 15px;
margin:10px 0 10px 0px;
border-left:5px solid #ccc;}
 
#link blockquote p{padding:0px 0;}

#main #link h2{
	font-size:15px;
	font-weight:300;
	padding : 0px 20px 10px 20px;
	text-align:left;
        line-height:2.0;}




#main h2{
	font-size:15px;
	font-weight:300;
/*	padding : 10px 20px 20px 20px; */
	padding : 0px 20px 20px 20px;
	text-align:left;
        line-height:2.0;}

#main h3{
	font-size:15px;
	font-weight:300;
	padding-right : 20px;
	text-align:right;}

#main h3.heading{
	font-size:15px;
	font-weight:300;
	padding-right : 20px;
	text-align:left;}


/* アクセスページ　*/

#main #access {border:none;
	text-align:left;}

#access h1{
	font-size:20px;
	font-weight:300;
        padding-top:20px;
	padding-left : 10px;
	text-align:left;}


#access h3{
	font-size:16px;
	font-weight:300;
	padding-left : 10px;
	text-align:left;}


/* オープンキャンパスページ　*/

#main #opencampus {
        padding:0px 0px 0px 0px;
        border:none;
	text-align:left;
	border:solid 1px;}

#opencampus h2{
	font-size:18px;
	font-weight:300;
        padding:5px 10px 5px 10px;
	text-align:center;
        background-color:#EBEAFF;
        border-bottom:solid 1px;}


#opencampus h3{
	font-size:15px;
	font-weight:300;
	padding:10px 10px 10px 15px;;
	text-align:left;}


/* Education ページ　*/

#main #education {
        padding:0px 0px 0px 0px;
        border:none;
	text-align:left;
	border:solid 1px;}

#education h2{
	font-size:18px;
	font-weight:300;
        padding:5px 10px 5px 10px;
	text-align:center;
        background-color:#EBEAFF;
        border-bottom:solid 1px;}


#education h3{
	font-size:14px;
	font-weight:300;
	padding:10px 10px 10px 15px;;
	text-align:left;}

#education blockquote{
clear:both;
font-size:16px;
padding:0px 0 0px 5px;
margin:10px 0 10px 5px;
border-left:5px solid #ccc;}
 
#education blockquote p{padding:0px 0;}



/* アーカイブページ */
section.content .archive{
padding:0;
border-bottom:1px dotted #ccc;
}

section.content p{margin-bottom:5px;}

h3.heading{
font-size:16px;
font-weight:normal;
padding:15px 0;
margin-bottom:5px;

}

/* 2025/08/17 トップページトッピクス追加 ???　*/
h4.heading{
font-size:12px;
font-weight:normal;
padding:0px 0 15px 15px;
margin-bottom:5px;
border-bottom:1px dashed #ebebeb;
}

h4.heading a{color:#663592;
	text-decoration:underline;
}

/*   *****************  */

main.content img{
max-width:100%;
height:auto;
}

section.content img{
max-width:100%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}


/*************
/* サイドバー
*************/
/* サイドバー　詳細設定　*/

#sidebar{float:left;
	width:267px;
	padding:15px 0px;
	overflow:hidden;
	}


#sidebar article{
	clear:both;
	margin-bottom:10px;
        font-size:13px;
	padding: 0 10px 0 10px;
	border:solid 1px #999;}


#sidebar ul{padding:0px 0;}

#sidebar li{
	padding:3px 0 3px 0;
	border-bottom:1px dashed #ebebeb;
}


#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
color:#555555;
font-size:13px;
font-weight:bold;
display:block;
width:267px;
}

#sidebar li a:hover{
color:#66ccFF;
font-size:13px;
display:block;
width:267px;
}

/* 2025/08/17 追加　*/
#sidebar li.current-menu-item a{
	
        border-color:#555;
	background-color: #EBEAFF;
	}

	#sidebar li.current-menu-item a,#sidebar li a:hover,#sidebar li.current-menu-item li a:hover{
	margin-right:10px;
	width:99%;
	
	color:#999;
	background-color: #EBEAFF;
	}


@media screen and (max-width: 640px) {
	#sidebar{
	float:left;
	width:267px;
	padding:15px 0px;
	overflow:hidden;}


#sidebar article{
	clear:both;
	margin-bottom:10px;
        font-size:13px;
	padding: 0 10px 0 10px;
	border:solid 1px #999;}


#sidebar ul{padding:0px 0;}

#sidebar li{
	padding:2px 0 2px 0;
	border-bottom:1px dashed #ebebeb;
}


#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
color:#555555;
font-size:13px;
font-weight:bold;
display:block;
width:267px;
}

#sidebar li a:hover{
color:#66ccFF;
/*	font-size:12px; */
font-size:13px;
/* font-weight:bold; */
display:block;
width:267px;
}


#sidebar li.current-menu-item a{
	
        border-color:#555;
	background-color: #EBEAFF;
	}

	#sidebar li.current-menu-item a,#sidebar li a:hover,#sidebar li.current-menu-item li a:hover{
	margin-right:10px;
	width:99%;
	
	color:#999;
	background-color: #EBEAFF;
	}

}



/*************
/* フッター
*************/
#footer{
clear:both;
}

#footer a{
color:#555;
}

#footer a:hover{
color:#999;
}

#footer .inner{
padding:0px 0;
overflow:hidden;
}

#footer .grid{
margin:0;
}

#footer #info{float:left;}

#footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:0px 0 0;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
}

ul.footnav{
float:right;
width:620px;
padding:10px 0;
}
ul.footnav ul{display:none;}

ul.footnav li{
float:left;
margin:10px 0 10px 0;
padding:0 7px 0 8px;
border-right:1px solid #ebebeb;
}

#copyright{
clear:both;
padding:10px 0 5px 0;

text-align:center;
font-style:normal;
font-size:11px;
color:#555;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width:100%;
height:30px;
margin:5px 0 20px;
}

.prev{float:left}
.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}


/* タイポグラフィ
*****************************************************/
.dateLabel{
/* margin:0 0 10px; */
 margin-right:5px; 
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:0px;}





.post ul{margin:0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(img/right_arrow.gif) no-repeat 0 8px;
}

.post ol{margin:0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color:#000;
border-bottom:3px solid #cf6a88;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color:#333;
border-bottom:2px solid #cf6a88;
}

.post h3{
margin:10px 0 25px 0;
padding:10px 0 10px 0;
font-size:120%;
font-weight:normal;
border-bottom:1px dotted #ddd;
}

.post blockquote{
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

.post table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

.post table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:14px;

font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter{
display:block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin:0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float:left;}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width:960px){
	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}
	
  #mainNav{
	clear:both;
	z-index:200;
	position:relative;
	}

	#mainNav li{
	float:left;
	position:relative;
	}

	#mainNav li a{
	color:#555;
	display: block;
	text-align: center;
/*	float:left; */
	font-size:14px;
	font-weight:bold; 

/* 　メニューの幅・高さ　*/
        width:136px;
        height:40px;

        padding:10px 0; 

	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;

	}

	#mainNav li a span,#mainNav li a strong{display:block;}

	#mainNav li a span{
	color:#bababa;
	font-size:12px;
	}
	
	#mainNav ul ul{width:136px;background:#fff;}

	#mainNav li ul{display:none;}

	#mainNav li:hover ul{
	display:block;
	position:absolute;
        top:50px;
	z-index:500;
	}
	
	#mainNav li li{
	margin:0;
	float:none;
        width:136px;
	border:0;
	}
  #mainNav li li:last-child{border:0;}
	
	#mainNav li li a{
	width:auto;
	height:auto;
        padding:5px;
	font-size:95%;
	text-align:left;
	border:0;
	}

	#mainNav li li span{padding:0 10px;}
	
	#mainNav li.current-menu-item a{
	
	border-color:#A382BB;

	background-color: #EBEAFF;
	}

/*　オリジナル　*/
	#mainNav li.current-menu-item a,#mainNav li a:hover,#mainNav li.current-menu-item li a:hover{
	color:#999; 
	background-color: #EBEAFF; 
	} 


	#mainNav li.current-menu-item a,#mainNav li a:hover,{
	color:#999;
	background-color: #EBEAFF;
	}


	#mainNav li a:hover,{
	color:#999;
	background-color: #EBEAFF; 
	}



	#mainNav li.current-menu-item li a:hover{
	color:#FFF;
	background-color: #A382BB;
	}




	#header,#wrapper,.inner{

/*  メイン　幅　*/
/*	width:960px; */
        width:970px;

	padding:0;
	margin:0 auto;
	}
	
	#wrapper{clear:both;padding:20px 0;}
	




	
/* 2025/08/17 追加　*/
	#main{
	float:right;
	width:680px;
	padding:15px 0 0 0;
	}

	#main.post h3{
	font-size:11px;
	}

	#main.post a{text-decoration: underline;}


/* 2025/08/17 追加　*/

	#main.heading{
	font-size:12px;
	padding: 20px 20px 20px 20px;
        margin: 20px 20px 20px 20px;
	}

	#main.heading h1{
	font-size:18px;
        text-align:center;
        font-weight:700;
	text-decoration: underline;
	}

	#main.heading h2{
	font-size:15px;
	}


	#sidebar{
	float:left;
/*	width:250px; */
	width:267px;
	padding:15px 0;
	overflow:hidden;
	}
	
@media only screen and (max-width:959px){
	#sidebar{
	float:left;
	width:150px;
	padding:15px 0;
	overflow:hidden;}

}

	
@media only screen and (max-width:959px){
	#sidebar article{
	float:left;
	width:150px;
	padding:15px 0;
	overflow:hidden;}

}


/* 2025/09/06 */
	#main.comment h2{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding:10px 10px 10px 10px;
	}
	


	.logo{width:731px;} 
	
	/* グリッド全体 */
	.gridWrapper{
	display:table;
	border-collapse:separate;
	border-spacing:0px;
	}
	
	/* グリッド */
	.grid{
	width:320px;
	display:table-cell;
	}

}









@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
         -o-box-sizing:border-box;
        -ms-box-sizing:border-box;
            box-sizing:border-box;
	}
	
	#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
  border:1px solid #e4e4e4; 
	border-left:0;
	border-right:0;
	}


	#mainNav a.menu{
	color:#555;
	width:100%;
	display:block;

/* 携帯ナビ　縦大きさ　*/
	height:40px; 
	line-height:40px; 
	text-align:left;
	}

	#mainNav a#menu span{
	padding-left:10px;
	}
	#mainNav a.menu span:before{content:url(img/menu.png);}
	#mainNav a.menuOpen span:before{content:url(img/menuX.png);}

	#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display:none;
	width:100%;
	position:relative;
	right:0;
	top:0;
/*     	z-index:1; */
        z-index:500;
	}
	
	#mainNav ul{margin:0;padding:0;}

  #mainNav li{
	float:none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	#mainNav li a,#mainNav li.current-menu-item li a{
	color:#555;
	display: block;
	padding:5px 5px 5px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
 	#mainNav li a span{padding-left:10px;}
	
	
	#mainNav ul > li:last-child a{border:0;}
	#mainNav li li:last-child a{border-bottom:1px dashed #ccc;} 

 
	#mainNav li.current-menu-item a,#mainNav li a:hover,#mainNav li.current-menu-item a,#mainNav li a:active, #mainNav li li.current-menu-item a, #mainNav li.current-menu-item li a:hover, #mainNav li.current-menu-item li a:active{
	color:#555;
	}

	#mainNav li li{
	float:left;
	border:0;
	}

	#mainNav li li a, #mainNav li.current-menu-item li a, #mainNav li li.current-menu-item a{
	padding-left:40px;
	background:url(img/sub1.png) no-repeat 20px 18px;
	}

	#mainNav li li.current-menu-item a,#mainNav li li a:hover, #mainNav li.current-menu-item li a:hover{background:url(img/sub1.png) no-repeat 20px -62px;}

	#mainNav li li:last-child a{background:url(img/subLast.png) no-repeat 20px 20px;}
	#mainNav li li:last-child.current-menu-item a,#mainNav li li:last-child a:hover,#mainNav li.current-menu-item li:last-child a:hover{background:url(img/subLast.png) no-repeat 20px -65px;}



/*  注意：この｝を取りました。2025/09/12
}
*/



	nav div.panel{float:none;}
	
	#header{padding-left:10px;}
	
	#main{padding-top:15px;}
	section.toppage{margin:0;}

	#sidebar{padding-bottom:11px;}
	#sidebar article{padding:7px 8px;}






	
	#footer .grid,#footer ul.footnav{float:none;width:100%;text-align:center;}
	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	float:left;
	width:32%;
	margin:10px 0 0 1%;
	}

	#footer .grid img,#footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	#footer.logo,#footer .info{width:100%;float:none;}
	#footer .logo p{float:none;display:block;	}
	#footer .logo img{float:none;padding:0;}





@media only screen and (max-width:768px){
	#header{height:auto;padding-bottom:20px;}
	
/*	#header h1,.logo,.info{text-align:center;} */
	#header h1,{text-align:left;}
	#.logo{text-align:center;} 
	#.info{text-align:right;}

	
	.logo,.info{clear:both;width:100%;float:none;}
	
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

       .alignleft,.alignright,img.alignleft,img.alignright{float:none;display:block;margin:0 auto 10px;}

	.img-responsive{max-width: 100%;height:auto;}

}



@media only screen and (max-width:768px){
	.grid{width:100%;margin:10px 0;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
}

	.img-responsive{max-width: 100%;height:auto;} 

}


/* ユーザ設定　*/
/*             */

/* Go ToTop */

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
	color:#EBEBEB;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

  .gototop.active {
    opacity: 1;
    visibility: visible; }

  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5); 
    background-color: #EBEAFF;
    opacity:0.6;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }

    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle; }

    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }






/* 一覧へ戻る・Back to indexボタン　*/
.basic-button {
      background-color: #EBEAFF;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      text-color:#333;
    }

.basic-button a,a:link{color:#04419a;text-decoration:none;}

.basic-button a:hover{background-color: #EBEAFF;}

