@charset "utf-8";

/*--------------------------------------------
 
      English 共通
 
---------------------------------------------*/


nav ul li{ width: 25%; }
nav ul img{ width: 100%; }

.floating_menu{ left: 250px; width: 224px; }
.intro-area{ margin-left: -10px; width: 250px; }
.intro-area li{ width: 98%; }
.f-link li:nth-child(2){ width: 50%; }


/*--------------------------------------------
 
      メインイメージ
 
---------------------------------------------*/

.mainimg{
	width:1280px;
	margin:0px auto 40px;
}

.mainimg img{
	width:100%;
	height:auto;
}

@media screen and (min-width:769px) and (max-width:1280px) {
.mainimg{ width: 100%; }
}

/*--------------------------------------------
 
      新着情報・セミナー情報・執筆のお知らせ
 
---------------------------------------------*/

#release{
	width:1000px;
	margin:0px auto 20px;
	position:relative;
}

#release .tit{
	text-align:center;
}

#release .list{
	position:absolute;
	right:0;
	top:0;
	background:#0B50A2
}

#release .list a{
	display:block;
	color:#fff;
	font-size:12px;
	padding:6px 15px;
	text-align:center;
	text-decoration:none;
}

.newsbox{	
	width:1000px;
	margin:0px auto 50px;
	position:relative;
}

.list{	position:absolute;
		right:0px;
		top:0px;
}

.tab{	
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;}

.tab li{
	float:left;
	margin-right:10px;
	border:1px solid #ddd;
	background:#f2f2f2;
	padding:5px 10px;
	text-align:center;
	color:#002D79;
	font-weight:bold;
	list-style:none;
	cursor:pointer;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
}

.tab li:hover{	
	filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
}

.tab li.select{	
	background:#002F7B;
	border:none;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	color:#fff;
}

.content{
	margin-top:20px;}

.content li{
	padding:0px 0px 0px 0px;
	list-style:none;
}

.content li .space{	
	width:100%;
	height:320px;
	overflow:auto;
}

.content li dl{
	padding:10px;}

.content li dt{	
	width:120px;
	float:left;
	margin:0px 0px 0px 0px;
}

.content li dd.category{
	width:110px;
	float:left;
	margin:0px 20px 0px 0px;
	text-align:center;
	color:#fff;
	font-size:84%;
}

.col1{	background:#0061AF;}
.col2{	background:#3399CC;}
.col3{	background:#2E1F12;}


.content li dd.txt{	
	width:640px;
	float:left;
}

.bg-sp{	background:#F1EFEB;}


.hide { display:none;}


.pickupbox{ 
	background: #efeedc;
	height: 250px;
    padding: 20px 30px;
    width: 540px;
	overflow: scroll;
}
.pickup_content{ display: table; margin-bottom: 60px;}
.pickup_txt{ width: 380px; display: table-cell; }
.pickup_content dt {
    float: left;
    margin: 0;
    width: 120px;
}
.pickup_content dd{
	color: #fff;
    float: left;
    font-size: 84%;
    margin: 0 20px 0 0;
    text-align: center;
    width: 110px;
}
.pickup_tit{ 
	color: #362415;
	font-size: 18px; 
	font-weight: bold; 
	border-bottom: solid 1px #a2978a;
	padding: 10px 0;
	margin-bottom: 10px;
}
.pickup_photo{ width: 160px; display: table-cell; vertical-align: middle; text-align: right; }
.pickupbanner { width: 380px; display: inline-block; }
.pickupbanner p{ line-height: 0; }
.pickupbanner img{ width: 100%; display: inline-block; }
.newsbox2 { margin: 0 auto 50px; position: relative; width: 1000px; }
.indent1{padding-left: 3em; text-indent: -3em; }


/*--------------------------------------------
 
      主な取扱業務
 
---------------------------------------------*/

#work{ 
	width: 100%;
	background-image: url(/common/img/annai_bg.jpg);
	background-color: #fde8d4;
	background-repeat: no-repeat;
	background-position:center top;
}
#work a{ display: block; }
.work_box{ 
	width: 1000px; 
	margin:0 auto; 
	padding: 74px 0;
	background: url(/common/img/work_arrow.png) no-repeat right center;
	background-size: 22px; 
}
.work_box p{ text-align: center;}
.work_box p img{ width: 243px;}


/*--------------------------------------------
 
      事務所のアクセス
 
---------------------------------------------*/

#access{ 
	width: 100%;
	background-image: url(/common/img/access_bg.jpg);
	background-color: #b8d5fc;
	background-repeat: no-repeat;
	background-position:center top;
	margin-bottom: 60px;
}
.access_box{ 
	width: 1000px; 
	margin:0 auto; 
	padding: 72px 0;
	background: url(/common/img/access_arrow.png) no-repeat right center;
	background-size: 22px; 
}
.access_box p{ text-align: center;}
.access_box p img{ width: 279px;}
