@charset "utf-8";
/* CSS Document */
/* -----------------------------------------------
	
	* 一般・共通設定
	* リンク設定
	* レイアウト設定
	*　テーブル設定

----------------------------------------------- */

/* 一般・共通設定 */
html {
overflow: auto; /*はみ出た部分をどうするか*/
}
 
/* CSSリセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{
margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,
blockquote:after,q:before,q:after{content:none}

a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}
abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
input,select{vertical-align:middle}

body{
line-height:1.2em;
overflow: hidden; /*はみ出た部分をどうするか*/
background:none;
font:14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif;
color:#666666;
}

.clear{clear: both;}

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

.space12{height:12px;}
.space24{height:24px;}
.space36{height:36px;}

.mbtm6{margin-bottom:6px;}
.mbtm12{margin-bottom:12px;}
.mbtm24{margin-bottom:24px;}

hr{
display: none;
margin:0;
padding:0;
}

.division{
	padding:0 12px;
	color:#807e78;
}

.divisiondotline {
margin:24px 0;
display:block;
border:none;
border-bottom: 1px dashed #003051;
}

.divisionsolid{
margin:12px 0;
display:block;
border:none;
border-bottom: 1px solid #ccc;
}

.red{color:#cc0033;}
.green{color:#3f6b77;}
.blue{color:#006c9a;}

.left{float:left;}
.right{float:right;}
.center{text-align:center;}

.font_12{font-size:12px;}

.mark{
border:1px solid #CCC;
padding:3px;
line-height:3.0em;
}

p.links{
margin:12px 0 0 0;
padding:0 0 0 12px;
background:url(/img/common/ico-s.gif) no-repeat 0 5px;
}


/* リンク設定 */
a{ /* 共通 */
color:#003051;
text-decoration:none;
}
a:hover{
color:#d7003a;
}
/*a:visited{
color:#527071;
}*/

a.borderline{ /* 下線あり */
color:#003051;
text-decoration:underline;
}
a.borderline:hover{
color:#d7003a;
}

a.rborderline{ /* 赤下線あり */
color:#d7003a;
text-decoration:underline;
}
a.rborderline:hover{
color:#003051;
}

a.gborderline{ /* 灰色下線あり */
color:#cccccc;
text-decoration:underline;
}
a.gborderline:hover{
color:#cccccc;
}

a.gline{ /* 灰色下線なし */
color:#cccccc;
text-decoration:none;
}
a.gline:hover{
color:#cccccc;
text-decoration:underline;
}

a.wline{ /* 白下線なし */
color:#fff;
text-decoration:none;
}
a.wline:hover{
color:#fff;
text-decoration:underline;
}
a.wline:visited{
color:#fff;
text-decoration:none;
}
 
 
/* レイアウト設定 */
/* ヘッダー */
header{
margin:0;
width:100%;
height:auto;
overflow:hidden;
background:url(/img/common/bg_header.jpg) repeat-x scroll 0 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#headerBox{
margin:12px 0 24px 0;
width:100%;
height:30px;
overflow: hidden;
}

.logoBox{
margin:0 auto;
width:197px;
height:30px;
}

img.logo{
}

#contactBox{
margin:-25px 12px 0 0;
padding:0;
float:right;
font-size:13px;
width:700px;
height:13px;
}

p.tel{
margin:0 12px 0 0;
padding:0 0 0 19px;
float:right;
background:url(/img/common/ico_tel.png) no-repeat;
line-height:13px;
color:#fff;
}

p.email{
margin:0 12px 0 0;
padding:0 12px 0 22px;
float:right;
background:url(/img/common/ico_mail.png) no-repeat 12px 0;
border-left:1px solid #fff;
line-height:13px;
text-indent:12px;
color:#fff;
}

p.lang_jp{
margin:0 12px 0 0;
padding:0 12px 0 26px;
float:right;
background:url(/img/common/ico_jp.png) no-repeat;
line-height:13px;
color:#fff;
}

p.lang_uk{
margin:0;
padding:0 12px 0 26px;
float:right;
background:url(/img/common/ico_uk.png) no-repeat;
line-height:13px;
color:#fff;
}

/* メニュー*/
#menuBox{
margin:0 auto 24px auto;
font-size:15px;
font-weight:bold;
overflow:hidden;
width:1000px;
border-bottom:1px solid #bbbbbb;
}

nav{}

#menuBox li{
display:inline;
line-height:1.3em;
height:auto;
padding:0;
text-align:center;
color:#fff;
letter-spacing:0.1em;
}

#menuBox li span,#menuBox li.fixed span{
font-size:11px;
color:#fff;
}

#menuBox li a:link{
color:#fff;
padding:0 18px 2px 18px;
display:block;
float:left;
text-decoration: none;
line-height:1.3em;
height:auto;
letter-spacing:0.1em;
border-right:1px solid #001c30;
}

#menuBox li a:visited{
color:#fff;
border-right:1px solid #001c30;
}
 
#menuBox li a:hover{
color:#d7003a;
padding:0 18px 2px 18px;
text-decoration: none;
line-height:1.3em;
height:auto;
display:block;
float:left;
border-bottom:4px solid #d7003a;
border-right:1px solid #001c30;
}

#menuBox li a:active{
color:#d7003a;
}

#menuBox li.fixed{
color:#fff;
padding:0 18px 2px 18px;
text-decoration: none;
line-height:1.3em;
height:auto;
display:block;
float:left;
border-bottom:4px solid #006c9a;
border-right:1px solid #001c30;
}

#menuBox li.fixed a:link,#menuBox li.fixed a:visited,#menuBox li.fixed a:hover{
padding:0;
border:none;
}

#menuBox li.menuend,#menuBox li.menuend a:link,#menuBox li.menuend a:hover,#menuBox li.visited a:hover{
border-right:none;
}

.naver-handle {
display: none;
}	

 /* メインコンテンツ*/
#container{
width:1000px;
margin:0 auto;
} 

#container p{
font-size:14px;
} 
 
/* スライダー */
#intro{
margin-bottom:24px;
text-align:center;
line-height:1.5em;
}

.bxslider{display:block;}

#intro h1{
margin:6px 0;
color:#d7003a;
font-size:20px;
font-weight:bold;
} 

.bxslider li {/* バグ調整*/
  display: none;
}
.bx-viewport .bxslider li {
  display: block !important;
}
     
/* トップへ戻る*/
.retop{
margin:12px 0;
text-align:right;
clear:both;
cursor: pointer;
}

.retop_btm{
margin:0 auto;
text-align:right;
clear:both;
cursor: pointer;
width:1000px;
}

.retop{
margin-right:24px;
}

#fotterTop{
margin:12px 0 1px 0;
padding:12px 0 2px 0;
text-align:right;
clear:both;
background:#f6f2e7;
}
     
/* サブエリア */
#subBox{
width:256px;
float:left;
margin:0;
padding:0;
clear:right;
}

aside{
background:#eeeeee;
margin:0;
padding:24px 12px;
clear:right;
color:#666666;
}

section.rcontents{
margin:0;
} 

section.rcontents h1{
margin:0 0 24px 0;
padding:0 0 0 12px;
font-size:16px;
font-weight:bold;
color:#fff;
background:#0d436a;
height:36px;
line-height:36px;
} 

section.rcontents ul{
margin:0 0 12px 0;
padding:0;
clear:both;
} 
section.rcontents li{
margin:0 0 6px 0;
padding:0;
}
li.lstttl:first-letter{color:#003051;}

/* 検索窓 */
#kensakuBox{
margin:0 0 24px 0;
padding:0;
}
/* カスタマイズ */
.gsc-control-cse, .gsc-control-cse .gsc-table-result {padding:6px 6px 5px 6px !important;}/*余白調整*/
.gsc-search-box-tools .gsc-search-box .gsc-input {padding-right:6px !important;}/*フォームの余白調整*/
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {padding: 6px 16px !important;}/*ボタンの余白調整*/
.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset !important;}/*テキスト入力フォームの影を消す*/
.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {box-shadow: 0 0 0 rgba(0, 0, 0, 0.3) inset !important;}/*テキスト入力フォームの影を消す*/
.cse input.gsc-search-button:hover, input.gsc-search-button:hover {background-color: #91898 !important;}/*ボタンの色調整*/

/* SNS */
#snsBox{
margin:0 0 24px 0;
padding:12px 0;
text-align:center;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

.social-button{
margin-left:42px;
}

/* ICAEW */
#ICAEWBox{
margin:0 0 24px 0;
padding:12px;
border:1px solid #bbbbbb;
background:#fff;
overflow:hidden;
}

#ICAEWBox img{
margin:0;
padding:0;
float:right;
}

#ICAEWBox p{
margin:0;
padding:0;
font-size:12px;
}

.bannerBox{
margin:24px 0;
padding:0;
}

/* ぱんくずリスト*/
#breadcrumb{
background:#f6f2e7;
/*background:#f8f7f5;*/
padding:10px;
font-size:10px;
margin-bottom:12px;
margin-top:12px;
}

/* フッター */
footer{
width:100%;
min-width:1000px;
overflow:hidden;
}

footer:before{/*枠落ち防止 */
content:"";
display:table;
clear:both;
}

.sitelistBox{
width:1000px;
margin:0 auto;
}

#fotterBox{
margin:0　0　12px　0;
padding:24px 0;
background:url(/img/common/bg_footer.jpg) repeat-x #001c30;
overflow: hidden;
}

#fotterBox dl{
width:232px;
margin-right:24px;
display:block;
float:left;
}
#fotterBox dl.end{margin-right:0;}

#fotterBox dt{
margin:0 0 12px 0;
font-size:15px;
width:232px;
}
#fotterBox dt a{
color:#fff;
padding:2px 0 2px 10px;
display:block;
}
#fotterBox dt a:hover{
color:#006c9a;
background:#eee;
padding:2px 0 2px 7px;
border-left:#d7003a 3px solid;
}

#fotterBox dt.secondlst{
margin-top:24px;
}

#fotterBox dd{
margin:0;
font-size:13px;
border-top:dashed 1px #e4e4e4;
width:232px;
}
#fotterBox dd a{
color:#e4e4e4;
padding:6px 0 6px 10px;
display:block;
}
#fotterBox dd a:hover{
color:#006c9a;
background:#eee;
padding:6px 0 6px 7px;
border-left:#d7003a 3px solid;
}

#fotterBox dd.logo{
border-top:none;
}
#fotterBox dd.logo img{
    width: 80%;
    text-align: center;
    margin: 30px auto 0 auto;
    display: block;
}
#fotterBox dd.logo a:hover{
	background: none;
	padding:6px 0 6px 10px;
	border-left:none;
}

footer p{
color:#fff;
text-align:center;
margin:0;
padding:24px 0;
background:#001c30;
border-top:1px solid #bbbbbb;
}

footer a{color: #666666}

#termsBox{
background:#021523;
color:#fff;
font-size:10px;
text-align:center;
margin:0;
padding:6px 0;
}

#termsBox ul {
height: 15px;
margin: 0 auto;
padding: 0;
text-align: center;
}

#termsBox ul li {
border-right: 1px solid #ccc;
display: inline;
height: 15px;
margin: 0;
padding: 0 7px;
}
#termsBox ul li.first {
border-left: 1px solid #ccc;
}

/* テーブル設定 */
table.grossary {
width:100%;
font-size:14px;
border-collapse:collapse;
border-top: 1px solid #bbb;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
}
table.grossary th {
background-color:#e4e4e4;
padding:6px;
font-weight:bold;
border-bottom: 1px solid #bbb;
border-left: 1px solid #bbb;
}

table.grossary tr td {
padding:6px;
border-bottom: 1px solid #bbb;
border-left: 1px solid #bbb;
}
