@charset "UTF-8";




a.gradBtn {
	display: block;
	height: 25px;
	/*background: #355393;*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #355393), color-stop(0.00, #192f67));
	background: -webkit-linear-gradient(#355393, #192f67);
	background: -moz-linear-gradient(#355393, #192f67);
	background: -o-linear-gradient(#355393, #192f67);
	background: -ms-linear-gradient(#355393, #192f67);
	background: linear-gradient(#355393, #192f67);
	border-radius: 3px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0 1px 1px #10175d;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 25px;
	font-weight: 500;
}




/*
h4 i{
	color: #228BAE;
	font-size: 28px;
	padding-right: 2px;
	position: relative;
	top:6px;
	left: -2px;
}
*/

/*基本テンプレートカラー*/

a{	
	text-decoration: underline;
	color: #228BAE;
}

.tempColor1{
	color: #003980; 
}

.tempColor1 a{
	color: #003980; 
}

.tempColor1Back{
	background: #003980;
}

.tempColor1Border{
	border-color: #003980;
}

.tempColor1Grad{
	background:  #355393;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #182668), color-stop(0.00, #355393));
	background: -webkit-linear-gradient(#355393, #182668);
	background: -moz-linear-gradient(#355393, #182668);
	background: -o-linear-gradient(#355393, #182668);
	background: -ms-linear-gradient(#355393, #182668);
	background: linear-gradient(#355393, #182668);

	border-radius: 5px;
	text-align: center;
	padding: 19px 0px 15px;
	margin-bottom: 22px;
}

h4{
	border-color: #003980;	
}


.tempColor2{	
	color: #006FAB;
}

.tempColor2Back{	
	background: #006FAB;
}

.tempColor3{	
	color: #E8F3F6;
}





/*---------------------------------------
 * Header
---------------------------------------*/ 

/*ヘッダー上部ラインと背景色*/

header{
	background: url(../images/temp/bg_header-01.png) 0 0 repeat-x;
}







/*---------------------------------------
 * GlobalNavigation
---------------------------------------*/

/*ナビゲーション*/

#gNav .gNavInner ul li.gn1 a { background: url(../images/b-01/gnav.png) 0 0 no-repeat;}
#gNav .gNavInner ul li.gn2 a { background: url(../images/b-01/gnav.png) -200px 0 no-repeat;}
#gNav .gNavInner ul li.gn3 a { background: url(../images/b-01/gnav.png) -400px 0 no-repeat;}
#gNav .gNavInner ul li.gn4 a { background: url(../images/b-01/gnav.png) -600px 0 no-repeat;}
#gNav .gNavInner ul li.gn5 a { background: url(../images/b-01/gnav.png) -800px 0 no-repeat;}

#gNav .gNavInner ul li.gn1 a:hover { background: url(../images/b-01/gnav.png) 0 -59px no-repeat;}
#gNav .gNavInner ul li.gn2 a:hover { background: url(../images/b-01/gnav.png) -200px -59px no-repeat;}
#gNav .gNavInner ul li.gn3 a:hover { background: url(../images/b-01/gnav.png) -400px -59px no-repeat;}
#gNav .gNavInner ul li.gn4 a:hover { background: url(../images/b-01/gnav.png) -600px -59px no-repeat;}
#gNav .gNavInner ul li.gn5 a:hover { background: url(../images/b-01/gnav.png) -800px -59px no-repeat;}


#top #gNav .gNavInner ul li.gn1 a { background: url(../images/b-01/gnav.png) 0 -59px no-repeat;}
#office #gNav .gNavInner ul li.gn2 a { background: url(../images/b-01/gnav.png) -200px -59px no-repeat;}
#practice #gNav .gNavInner ul li.gn3 a { background: url(../images/b-01/gnav.png) -400px -59px no-repeat;}
#fee #gNav .gNavInner ul li.gn4 a { background: url(../images/b-01/gnav.png) -600px -59px no-repeat;}
#accessForm #gNav .gNavInner ul li.gn5 a { background: url(../images/b-01/gnav.png) -800px -59px no-repeat;}





/*---------------------------------------
 * Footer
---------------------------------------*/







/*---------------------------------------
 * Top
---------------------------------------*/ 

/*ブログヘッドライン日付背景と文字色*/

#information .block dl dt{
	background: #E5E7F1;
	color: #006FAB;
}










/*---------------------------------------
 * PCサイドバー
---------------------------------------*/ 


/*お問い合わせボタンとの区切り線*/

.asideBlock1 .text4{
	border-color:#0d3152;
}

.asideBlock1 .btn{
	border-color: #769dbe;
}





/*---------------------------------------
 * 下層ページテンプレート
---------------------------------------*/ 





/*---------------------------------------
 * Office
---------------------------------------*/ 



/*事務所概要テーブル背景*/

#office #main section .block table tr th{
	background-color: #E5E7F1 !important;
}



/*---------------------------------------
 * AccessForm
---------------------------------------*/ 

#accessForm #contacts .block2 table tr th{
	background-color: #E5E7F1 !important;
}

#accessForm #contacts .block2 table tr td{
	background-color: #f6f7fb !important;
}

#accessForm #contacts .block2 .submit{
	background: url(../images/b-01/formbtn.png) 0 0 no-repeat;
}

div.mfp_buttons #mfp_button_send{
	background-color: #003980 !important;
}


/*---------------------------------------
 * Blog
---------------------------------------*/ 






/*---------------------------------------
 * スマホ用
---------------------------------------*/ 


/*スマホ用リンクボタン*/

.sp a.gradBtn {
	display: block;
	height: 30px;
	background: #355393;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #355393), color-stop(0.00, #192f67));
	background: -webkit-linear-gradient(#355393, #192f67);
	background: -moz-linear-gradient(#355393, #192f67);
	background: -o-linear-gradient(#355393, #192f67);
	background: -ms-linear-gradient(#355393, #192f67);
	background: linear-gradient(#355393, #192f67);
	
	border-radius: 3px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0 1px 1px #10175d;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 30px;
}



/*スマホ用メニューボタン・問い合わせボタン*/

.sp-gradBtn2{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1072a9), color-stop(0.00, #4c92c0));
	background: -webkit-linear-gradient(#4c92c0, #1072a9);
	background: -moz-linear-gradient(#4c92c0, #1072a9);
	background: -o-linear-gradient(#4c92c0, #1072a9);
	background: -ms-linear-gradient(#4c92c0, #1072a9);
	background: linear-gradient(#4c92c0, #1072a9);
}


/*スマホ用メニューボタン影調整*/
header .headerInner .sp-menuBtn{
	box-shadow: 1px 1px 2px #444444 !important;
}

/*問い合わせボタン・送信内容を確認するボタンの文字影調整*/
#spFootBanner .spFootBannerInner .btn a,
.accessForm .submit span{
	text-shadow: 0px 1px 1px #333333 !important;
}


/*スマホ用メインビジュアル部分背景*/

.sp #mainVisual,
.pageHeadGrad{
border-top: 4px solid #0055A2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #05357d), color-stop(0.50, #094d97), color-stop(0.00, #063e86));
	background: -webkit-linear-gradient(top, #063e86 0%, #094d97 50%, #05357d 100%);
	background: -moz-linear-gradient(top, #063e86 0%, #094d97 50%, #05357d 100%);
	background: -o-linear-gradient(top, #063e86 0%, #094d97 50%, #05357d 100%);
	background: -ms-linear-gradient(top, #063e86 0%, #094d97 50%, #05357d 100%);
	background: linear-gradient(to bottom, #063e86 0%, #094d97 50%, #05357d 100%);

}




/*スマホ用フッターバナー背景*/

#spFootBanner{

	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #05357d), color-stop(0.50, #094d97), color-stop(0.00, #063e86));
	background: -webkit-linear-gradient(top, #063e86 0%, #094d97 50%, #05357d 100%);
	background: -moz-linear-gradient(top, #063e86 0%, #094d97 50%, #05357d 100%);
	background: -o-linear-gradient(top, #063e86 0%, #094d97 50%, #05357d 100%);
	background: -ms-linear-gradient(top, #063e86 0%, #094d97 50%, #05357d 100%);
	background: linear-gradient(to bottom, #063e86 0%, #094d97 50%, #05357d 100%);

}




/* 背景に色はいる場合
---------------------------------------*/ 

#spFootBanner .spFootBannerInner .notice{
	border-bottom-color: #01193b !important;
}


/*スマホ用電話番号とフォームボタン区切り線*/

#spFootBanner .spFootBannerInner .hr{
	border-top:1px solid #8195b4 !important;
}





/*スマホ用電話番号リンク文字色*/
/*
.footZip a{
	color: #FFFFFF !important;
}
*/