@charset "utf-8";
/*
Theme Name: NTT 015 with twentyeleven
Version: 1.1.3
Author: NTT Communications
Author URI:
Template: twentyeleven_ntt2
*/
@import url(../twentyeleven_ntt2/style.css);

/*全般*/

/* 以下、テンプレートNo.015-1（1カラム用）よりコピー
-------------------------------------------------------------- */

/* ResetCSS.
Based on work by Eric Meyer:
http://meyerweb.com/eric/tools/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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/*Clearfix*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix{ zoom: 1; } /* IE7 */


/* Common Structure
-------------------------------------------------------------- */
body {
	text-align:center;
	font-size: 80%;
	font-family: 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;
	color:#000;
	background: url(images/bg_body.jpg) left top repeat-x;
}
#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background-color:#FFF;
}
#container-inner {
}
#header {
	width: 960px;
	margin: 0 auto;
	background: url(images/bg_container.gif) left top repeat-y;
}
#header-inner {
	width: 960px;
	margin: 0 auto;
}
#header-top {
	width: 960px;
	min-height: 85px;
	height:auto !important;
	height: 85px;
	margin:0;
	padding:0;
	border:none;
	background: #002192 url(images/bg_header.jpg) left top repeat-x;
}
#header-main {
	float: left;
	width: 550px;
	padding-top: 18px;
	padding-left: 27px;
}

/* searchform
-------------------------------------------------------------- */
#header_right {
	float: right;
	width: 350px;
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
}
#header_right .search-switch { color: #fff; font-size: 80%; }
#header_right form {
	padding-bottom:20px;
}
#header_right input {
	vertical-align: middle;
}
.search-switch {
	font-size: 75%;
}
.search-input {
	background:#fff;
	border:1px #a6a6a6 solid;
	height:16px;
	margin:0 0 0 2px;
	padding:2px;
	width:120px;
}
.search-submit {
}

#header_right .pt {
	padding-bottom:20px;
}
/* Content
-------------------------------------------------------------- */
#sidebar {
	float: left;
	width: 232px;
}
#content {
	padding: 0;
}
#content-inner {
	padding: 20px 10px 0 10px;
}
#footer {
	background: url(images/bg_footer.gif) left top repeat-x;
	width: 960px;
	margin: 0 auto;
}
#footer-inner {
	width: 960px;
	margin: 0;
	height: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}

/* Common Elements
-------------------------------------------------------------- */
/* ヘッダーロゴ */
#header-main h1,
#logo {
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: bold;
}
#header-main h1 a,
#logo a {
	text-decoration: none;
	color:#fff;
}
/* ヘッダー内イメージエリアの指定 */
#header-img {
	width: 960px;
	height: 200px;
	background: url(images/bg_header_img.gif) center bottom no-repeat;
	margin: 0;
	padding: 0;
}
#header-img img {
	margin: 0;
	padding: 0;
}
/* ヘッダー内キャッチコピーの指定 */
#header #header-inner #header-top #header-main #desc {
	color: #fff; font-weight: normal;
}

/* グローバルナビゲーション
-------------------------------------------------------------- */
#glonav {
	border: 2px solid #ececec;
	padding:0;
	margin:0;
	width:956px;
	background: #d6d6d6 url(images/bg_menu.jpg) left top repeat-x;
}
#glonav ul { 
	overflow:hidden;
}
#glonav li {
	float:left;
	background:url(images/bg_menu.jpg) left top repeat-x;
}
#glonav ul li a {	
	display: block;
	line-height:1.4;
	background: url(images/icon_arrow.gif) 10px center no-repeat;
	padding: 10px 20px 10px 35px;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	color:#000;
	width:auto;
	white-space:nowrap;
}
#glonav li:first-child {
	/* トップページのアイコンのみ変更 対応：IE7以降〜 */
	
}
#glonav a:hover {
	text-decoration: underline;
	color:#CD1400;
}
#glonav li.current-menu-item a {
	text-decoration: underline;
	color:#CD1400;
}
#glonav #jsddm {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ccc;
	width:954px; 
}
#glonav .menu-menu-container { 
	margin:0;
	padding:0;
}


#glonav:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #glonav { zoom: 1; } /* IE6 */
*:first-child+html #glonav{ zoom: 1; } /* IE7 */


/* メニューの追加分プルダウン設定 （1カラム）
---------------------------------------------------------*/
#jsddm li ul.sub-menu{	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	display: inline;
	z-index:1;
	background-color:#e7e7e7;
	border-top: 1px solid #ccc;
	width: 15em;
}
#jsddm li ul.sub-menu li{
	background-color: #e7e7e7;
	background-image:none;
	padding:0;
	height:auto;
	border:0;
	display:block;
	clear:both;
	line-height:1.4;
	border-bottom: 1px solid #ccc;
	width: 15em;
}
#jsddm li ul.sub-menu li a{
	display:block;
	width:auto;
	white-space:normal;
	padding: 10px 20px 10px 30px;
	color: #000;/*テキストカラー*/
	background: #e7e7e7 url(images/icon_sub.gif) 14px center no-repeat;/*背景*/
}

#jsddm li ul.sub-menu li a:hover{
	text-decoration: underline;
	color:#CD1400;/*テキストカラー*/
}

#glonav ul.sub-menu li.current-menu-item a {
	text-decoration: underline;
	color:#CD1400;
}


/* menu styles (jqueryの分) 
---------------------------------------------------------*/
#jsddm li a:hover{}
#jsddm li ul.children{	
	margin: 0 0 0 15px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	display: inline;
	z-index: 1;
}

#jsddm li ul.children li{	
	margin: 0px;
	padding: 0px; 
	float: none; 
	border: none;	
	background: #8f7240;/*背景色*/
	border-bottom: 1px solid #fff;
}

#jsddm li ul.children li a{	
	margin: 0px;
	padding: 9px;
	color: #000;/*テキストカラー*/
	width: 150px;                               
	white-space: normal;
	background: url(images/icon_sub.gif) 10px center no-repeat;/*背景*/
	line-height: 140%;
}

#jsddm li ul.children li a:hover{
	text-decoration: underline;
	color:#CD1400;/*テキストカラー*/
	line-height: 140%;
}

/* 汎用パーツ
-------------------------------------------------------------- */
/* 画像系 */
.alignleft {
	float: left;
	margin: 0 20px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
/* 文章 */
#content p {/*本体文章*/
	line-height: 160%;
	font-weight: normal;
	font-size:90%;
}
/* 各ページ */
.pagecontent {
	padding: 0 0 40px 0;
	overflow:hidden;
}
/*見出し・文章*/
#content .h-area {
	clear: both;
}
#content .h-area h1,
#content .h-area h2 {
	/*サブページ見出しLv.１*/
	padding: 6px 10px 6px 15px;
	font-size: 150%;
	font-weight: bold;
	color:#000;
}
#container .h-area h1 {
	background: url(images/bg_h1.jpg) left top repeat-x;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #122e8e;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 25px;
	padding-top:12px;
	padding-bottom:10px;
}
.home #container .h-area h1 {
	/* トップページのみ大見出しのアイコンを変更 */
	
}
#content .pagecontent h2 {
	clear: both;
	background: #fff url(images/bg_h2.gif) 5px top no-repeat;
	border-bottom: 1px solid #606060;
	padding-top: 4px;
	padding-left: 20px;
	padding-bottom: 6px;
	margin-bottom:20px;
	font-size: 130%;
	font-weight: bold;
	color:#000;
}
#content .pagecontent h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
	color:#000;
	line-height:1.5;
}
/* 追加
* html #content .pagecontent h3 { margin:0 0 5px 0; }
*:first-child+html .pagecontent h3 { margin:0; padding: 0; }
 */

#content .pagecontent p {
	margin-bottom: 1em;
}

/* フッターナビ
-------------------------------------------------------------- */
#footer #footer-nav {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#footer-nav ul {
	text-align: left;
    line-height: 1.2;
	padding: 0 0 10px 0;
}
#footer-nav ul li {
	display:inline;
	line-height: 1.5;
	padding: 10px 20px 10px 0;
}
#footer-nav ul li a{
	display:inline-block;
	white-space:nowrap;
	width:auto;
	background: url(images/icon_arrow2.gif) left center no-repeat;
	padding: 0 0 0 12px;
	color:#333;
	text-decoration: none;
}
#footer-nav ul li:last-child {
	border: none;
}
#footer-nav a:hover {
	text-decoration: underline;
	color:#CD1400;
}
/* フッター入れ子の非表示 */
#footer-nav ul.children {
	display: none;
}

#footer ul.sub-menu {
	display: none;
}
	
/* コピーライト */
#copyright {
	color:#333;
	font-weight: normal;
	margin: 0 15px;
	font-size:80%;
}

/* Each Elements
-------------------------------------------------------------- */
/*TOPページお知らせ用*/
.home-news dl {
	margin: 10px 0 0;
	overflow:hidden;
}
.home-news dl dt {
	float:left;
	width: 130px;
	padding: 13px 0 13px 14px;
	border-bottom: 1px dotted #a6a6a6;
	font-weight:bold;
}
.home-news dl dd {
	margin-left: 130px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px dotted #a6a6a6;
}
.home-news dt.bg-gray{
	background-color: #f4f4f4;
}
.home-news dd.bg-gray{
	background-color: #f4f4f4;
}

/* tableデザイン：デフォルト */
table#table01 {
	width: 90%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table#table01 thead {
	padding: 5px;
	background: #C0C0C0;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
table#table01 tfoot {
	padding: 5px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
table#table01 tbody {
	padding: 5px;
	text-align: center;
}
table#table01 th {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
    text-align: center;
}
table#table01 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
    text-align: center;
}
table#table02 {
	width: 90%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table#table02 thead {
	padding: 5px;
	background: #C0C0C0;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}
table#table02 tfoot {
	padding: 5px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}
table#table02 tbody {
	padding: 5px;
	text-align: left;
}
table#table02 th {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
    text-align: left;
}
table#table02 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
    text-align: left;
}
table#table03 {
width: 90%;
/* border: 5px transparent solid; */
border-collapse: collapse;
border-spacing: 0;
}
table#table03 thead {
	padding: 5px;
	background: #C0C0C0;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
table#table03 tfoot {
	padding: 5px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
table#table03 tbody {
	padding: 5px;
	text-align: center;
}
table#table03 th {
	padding: 5px;
	border: 5px transparent solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
    text-align: center;
}
table#table03 td {
padding: 5px;
/* border: 5px transparent solid;*/
/* border-width: 0 0 1px 1px; */
text-align: center;
}
table#table04 {
width: 90%;
/* border: 5px transparent solid;*/
border-collapse: collapse;
border-spacing: 0;
}
table#table04 thead {
	padding: 5px;
	background: #C0C0C0;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}
table#table04 tfoot {
	padding: 5px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}
table#table04 tbody {
	padding: 5px;
	text-align: left;
}
table#table04 th {
	padding: 5px;
	border: 5px transparent solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
    text-align: left;
}
table#table04 td {
padding: 5px;
/*border: 5px transparent solid;*/
border-width: 0 0 1px 1px;
text-align: left;
}


/* 問合せフォーム：デフォルト */
div.wpcf7 {
	margin: 0;
	padding: 0;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
	border: 2px solid #f00;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: inline;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
div.wpcf7 .watermark {
	color: #888;
}








/* 検索結果時の下部分
-------------------------------------------------------------- */
#archives { display:none; }
#meta { display:none; }
#search { display:none; }
.entry-content form { display:none; }

/* サンプルサイト　コンテンツ用スタイル（不用の場合削除）
-------------------------------------------------------------- */
.table-wrap1 {
	 background-color:#cae4ff;
	 padding:10px 15px 10px 15px;
}

.table-finance1 {
	 background-color:#cae4ff;
	 padding:10px 15px;
}

.table-finance1 .td-fin {
	 border:1px solid #ccc;
	 border-top:0;
	 background-color:#fff;
	 padding:10px;
}

.table-wrap1 td { 
	font-size:90%;
}

.table-wrap1 ul { 
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px dotted #ccc;
}

.table-wrap1 ul li { 
	background:url(images/icon_arrow.gif) left center no-repeat;
	padding-left:15px;
	line-height:1.8;
}

.link-arrow {
	background:url(images/icon_arrow.gif) left center no-repeat;
	padding-left:15px;
	width:180px;
}

.finance-wrap1 { 
	margin:0;
	padding:0 10px;
	width:940px;
 }

.finance-img { 
	float:left;
	width:200px;
	height:150px;
	margin:0 20px 0 0;
	padding:0;
}

.finance-txt { 
	margin:0;
	padding:0;
	width:700px;
	float:right;
	text-align:left;
 }

a.link-class { color:#0052b2; }
a.link-class:link { color:#0052b2; }
a.link-class:visited { color:#0052b2; }
a.link-class:active { color:#CD1400; }
a.link-class:hover { color:#CD1400; }

table.f-table{
	width:940px;	
}

.f-td1{
	width:15%;
	vertical-align:top;
	border-right: 1px solid #ccc;
	padding:0 0 0 10px;
	line-height:1.5 ;
	font-size:90%;
}

.f-td2{
	width:3%;
	vertical-align:top;
	line-height:0;
}

.f-td3{
	width:82%;
	vertical-align:top;
	padding:0 10px 0 20px; 
	line-height:1.5;
	font-size:90%;
	background:url(images/f_table_arrow.gif) 0 0.5em no-repeat; 
}

.bg-gray{
	background-color: #f4f4f4;
}

.sp {
	height:10px;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
}

.f-td3 a{ 
	font-size:110%;
}

/* 以上、テンプレートNo.015-1（1カラム用）よりコピー
-------------------------------------------------------------- */


/*追加部分*/

#desc {
	margin-bottom: 20px;
}

.pagecontent h1 {
	font-size: 200%;
}

#header-main {
	color: #fff;
}

.left-sidebar #content-inner {
	padding-left: 0;
	padding-right: 0;
}

/*2カラム*/

.left-sidebar #sidebar {
    float: left;
    width: 230px;
}

.two-column #main-in {
	float: right;
	width: 720px;
}

.two-column #footer {
	clear: both;
}

#sidebar .widget-title {
	display: none;
}

.left-sidebar #glonav ul.sub-menu {
    display: block;
}

.left-sidebar #glonav ul {
    overflow: visible;
}

#content .pagecontent h3 {
	font-size: 130%;
}

/* テンプレートNo.015-2（2カラム用）よりメニュー部分をコピー　グローバルナビゲーション
-------------------------------------------------------------- */
.two-column #glonav {
	border: 2px solid #ececec;
	padding:0;
	margin:0;
	width:224px;
	float: left;
}
.two-column #glonav li {
	display: block;
	background: #fff url(images2/bg_menu.jpg) left bottom repeat-x;
	line-height:1.4;
	width: 224px;
	z-index:1;
}
.two-column #glonav li a {	
	display: block;
	overflow:hidden;
	width:auto;
	padding: 1.1em 10px 1.0em 35px;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	color:#000;
	background: url(images2/icon_arrow.gif) 15px center no-repeat;
}
.two-column #glonav li:first-child {
	/* トップページのアイコンのみ変更 対応：IE7以降〜 */	
}
.two-column #glonav a:hover {
	text-decoration: underline;
	color:#CD1400;
}
.two-column #glonav li.current-menu-item a {
	text-decoration: underline;
	color:#CD1400;
}
.two-column #glonav #jsddm {
	 
}
.two-column #glonav .menu-menu-container { 
	
}


.two-column #glonav:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .two-column #glonav { zoom: 1; } /* IE6 */
*:first-child+html .two-column #glonav{ zoom: 1; } /* IE7 */


/* サブメニュー2
-------------------------------------------------------------------*/
.dropdown ul li {
 position: relative;
 display: block;
 list-style: none;
}
.dropdown ul ul {
 visibility: hidden;
 position: absolute;
 left: 220px;  /* メニューの幅と同じ値 */
 top: 0;  /* サブメニューのボーダー幅を減算 */
}
.dropdown ul li:hover > ul {
 visibility: visible;
}

/* sub-menu
-------------------------------------------------------------- */
.two-column #glonav ul li ul.sub-menu{	
	display: inline;
	z-index:10;
	background-color:#e7e7e7;
	border-top: 1px solid #ccc;
}

.two-column #glonav ul li ul.sub-menu li{
	background: #e7e7e7;
	padding:0;
	height:auto;
	border-bottom: 1px solid #ccc;
}

.two-column #glonav ul li ul.sub-menu li a{	
	display:block;
	padding: 12px 10px 12px 30px;
	color: #000;/*テキストカラー*/
	background: #e7e7e7 url(images2/icon_sub.gif) 14px center no-repeat;/*背景*/
	width:auto;
	overflow:hidden;
}
.two-column #glonav ul li ul.sub-menu li a:hover{
	text-decoration: underline;
	color:#CD1400;/*テキストカラー*/
}

#glonav ul.sub-menu li.current-menu-item a {
	text-decoration: underline;
	color:#CD1400;
}

/* サブメニュー入れ子部分の設定 */
.two-column #glonav ul.children li { 
	margin:0;
}

.two-column #glonav ul.children li a {
	display: block;
	background: #f6f6f6 url(images2/icon_gnav.gif) 10px center no-repeat;
	color:#000;
}

.two-column #glonav ul.children a:hover {
	text-decoration: underline;
	color:#CD1400;
}
/* 左メニュー追加分ここまで */

