﻿
/*
Theme Name: NTT 002 with twentyeleven
Version: 1.1.2
Author: NTT Communications
Author URI:
Template: twentyeleven_ntt2
*/
@import url(style1.css);


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

/* ResetCSS.
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, 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;
	background: #fff url(../image/bg_tpl.jpg) no-repeat center top;
	font-size: 80%;
	font-family: 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;
	color:#565656;
}
#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#header-top {
	height: 100%;
	padding-bottom:28px;
}
#header-main {
	float: left;
	margin-left: 20px;
	padding-top: 40px;
	width: 580px;
}

/** html #header-main { margin-left: 10px; }*/

#desc {
	padding-top: 20px;
	color: #fff;
}
#header-img {
	padding: 10px 0 10px 10px;
	background: #eee url(../image/bg_header_img.gif) repeat left top;
	position: relative;
}


/* searchform
-------------------------------------------------------------- */
#header-search {
	float: right;
	width: 300px;
	padding-top: 20px;
	margin-right: 20px;
	text-align: right;
	color:#fff;
}

#header-search 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 {

}


/* Content
-------------------------------------------------------------- */
#content {
	padding: 30px 20px 20px 20px;
	background: #fff url(http://kk-inoue.jp/wordpress/wp-content/themes/twentyeleven_ntt_002/images/bg_content.gif) repeat-x left top;
}

#footer {
	height: 96px;
	background: #2aa3ea url(../image/bg_footer.gif) repeat-x left top;
	overflow: hidden;
	text-align:center;
	padding-top:30px;
}

/* Common Elements
-------------------------------------------------------------- */
#header h1,
#logo {
	font-size: 160%;
	font-weight: bold;
	color:#fff;
}
#header h1 a,
#logo a {
	color:#fff;
}
/*グローバルナビゲーション*/
#glonav {
	margin: 0;
	padding: 0;
	background: url(../image/bg_glonav_top.gif) repeat-x left top #fafafa;
	border: 1px solid #e8e8e8;
	width: 100%;
}

#glonav:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#glonav ul.sub-menu,
#footer ul.sub-menu {
	display: none;
}

#glonav ul {
	border: 1px solid #fff;
	margin-top: 5px;
	border-top: none;
	background: url("../image/bg_glonav.gif") repeat scroll left center transparent;
}

#glonav li {
	padding: 0 15px;
	border-right: 1px solid #ccc;
	background: url(../image/bg_glonav.gif) repeat-x left center;
	line-height:110%;
	height: 42px;
}

#glonav li:last-child { background: none; }

#glonav a {
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	color:#757575;
	padding: 10px 25px 10px 5px;
}

#glonav a:hover { color: #42b2e9; }
#glonav li.current-menu-item a { color: #42b2e9; }

/* 画像系 */
.alignleft {
	float: left;
	padding:2px;
	margin: 0 20px 20px 0;
	border: 2px solid #dedede;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
/* 文章 */
#content p {/*本体文章*/
	line-height: 160%;
}

/* 各ページ */
.pagecontent {
	padding: 15px;
}

/*セクション*/
.content-section {
	margin-bottom: 30px;
}

/*見出し・文章*/
#content .h-area {
	clear: both;
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #dfdfdf;
	background: #fff;
}
#content .h-area h1,
#content .h-area h2 {/*サブページ見出し１*/
	padding: 20px 15px 15px 15px;
	background: #f7f7f7 url(../image/bg_h.gif) no-repeat left top;
	font-size: 130%;
	font-weight: bold;
	color:#333;
}

#content .pagecontent h2 {
	clear: both;
	padding-bottom: 8px;
	border-bottom:#54cbf1 2px solid;
	margin-bottom: 10px;
	font-size: 130%;
	font-weight: bold;
	color:#000;
	width: 100%;
}
#content .pagecontent h3 {
	margin: 15px 0 10px 0;
	font-weight: bold;
	font-size: 110%;
	color:#444;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 7px;
	background: url(../image/h3_02_01.png) no-repeat left top;
	width:100%;
} 

* html #content .pagecontent h3 { margin-bottom: 5px; }
*:first-child+html .pagecontent h3 { margin-bottom: 5px; padding-bottom: 10px; }
#content .pagecontent p { }

/* フッターナビ */
#footer-nav {
	/*	padding-top: 40px;*/
}

#footer-nav ul {
	padding-left: 10px;
	line-height: 1.2;
}

#footer-nav ul li {
	display:inline;
	margin-bottom: 5px;
	padding: 0 12px;
	border-right: 1px solid #fff;
}

#footer-nav ul li:last-child {
	border: none;
}

#footer-nav a {
	text-decoration: none;
	color:#fff;
}

/* フッター入れ子の非表示 */
#footer-nav ul.children { display: none; }
#footer-nav ul.sub-menu { display: none; }	


/* コピーライト */
#copyright {
	padding: 10px 10px 0 0;
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
	clear:both;
	color:#fff;
}

/* Each Elements
-------------------------------------------------------------- */

#home-content {
	margin-bottom: 20px;
}
#home-content h2#top-head {
	clear: none;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 140%;
}

/*TOPページお知らせ用*/
.home-news dl {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #a6a6a6;
	overflow:hidden;
}
.home-news dt {
	float:left;
	width: 120px;
	font-weight:bold;
}
.home-news dd {
	margin-left: 120px;
}

/*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;
}

/* menu styles (jqueryの分) */
#menu
{	margin: 0;
  padding: 0;
}

#jsddm
{	margin: 0;
  padding: 0;
}

#jsddm li
{	float: left;
  list-style: none;
}

#jsddm li a
{	display: block;
  white-space: nowrap;
  line-height: 20px;
}

#jsddm li a:hover
{}

#jsddm li ul.children
{	margin: 12px 0 0 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  display: inline;
  z-index:1;
}

#jsddm li ul.children li {
    margin: 0px;
    padding: 0px; 
    float: none; 
    border: none;
}

/* ie6対応 */ * html #jsddm li ul.children li { float: left; }
/* ie7対応 */ *:first-child+html #jsddm li ul.children li { float: left; clear: both; }

#jsddm li ul.children li a {	
	margin: 0px;
	padding: 9px;
	color: #757575;
	width: 150px;                               
	white-space: normal;
	background: #c6e8f8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#jsddm li ul.children li a:hover
{
	color:#fff;
	background: #68c1ed;
}

/* メニューの追加分プルダウン設定 */
#jsddm li ul.sub-menu
{	margin: 2px 0 0 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  display: inline;
  z-index:1;
}

#jsddm li ul.sub-menu li
{
	margin: 0px;
	padding: 0px;
	float: none;
	border: none;
	line-height:100%;
	height:100%;
}

/* ie6対応 */ * html #jsddm li ul.sub-menu li { float: left; }
/* ie7対応 */ *:first-child+html #jsddm li ul.sub-menu li { float: left; clear: both; }

#jsddm li ul.sub-menu li a
{
	margin: 0px;
	padding: 12px;
	color: #757575;
	width: 150px;                               
	white-space: normal;
	background: #c6e8f8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#jsddm li ul.sub-menu li a:hover { color:#fff; background: #68c1ed; }
#glonav ul.sub-menu li.current-menu-item a { color:#fff; background: #68c1ed; }


/* ヘッダーのサブ画像表示 */
#header_right {
	float: right;
	width: 320px;
	height: 80px;
	padding-top: 30px;
	margin-right: 5px;
	text-align: right;
	color:#FFFFFF;
}

#header_right .pt { padding-top: 10px; }

caption{
	line-height:110%;
}

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


/* 検索結果h3改行 */
.search-page-result h3 { float: left; clear: left; margin: 0 0 5px 0; padding: 0; }
*:first-child+html .search-page-result { width: 880px; margin-bottom: 15px; }

/* テンプレートNo.002-1（1カラム用）よりコピー、ここまで
-------------------------------------------------------------- */

/* テンプレートNo.002-2（2カラム用）よりコピー
-------------------------------------------------------------- */

/* ここから左メニュー追加分 */

.dropdown ul, .dropdown ul * {
	line-height: normal;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.dropdown ul, .dropdown ul ul, .dropdown ul li {
	width: 168px;  /* メニューの幅 */
}

* html .dropdown ul, .dropdown ul ul, .dropdown ul li { width: 170px;  /* メニューの幅 */ }

.dropdown ul li {
	position: relative;
	display: block;
	list-style: none;
	background: #fff;  /* メインメニュー背景 */
}

.dropdown ul a {
	display: block;
	padding: 2px 0.5em;
}
.dropdown ul a, .dropdown ul a:link, .dropdown ul a:hover, .dropdown ul a:visited {
}

.dropdown ul ul {
	visibility: hidden;
	position: absolute;
	left: 170px;  /* メニューの幅と同じ値 */
	top: -1px;  /* サブメニューのボーダー幅を減算 */
}


.dropdown ul li:hover > ul {
	visibility: visible;
}

/*グローバルナビゲーション*/
.left-sidebar #glonav {
	padding: 4px 0 0 0;
	background: url(../image/bg_glonav_top1.gif) repeat-x left top;
	position: relative;
	z-index: 10;
}

* html .left-sidebar #glonav { float: left; }
*:first-child+html .left-sidebar #glonav { float: left; }

.glonav-top { margin-top: -65px; }
	.left-sidebar #glonav ul {
		padding: 30px 0 0 0;
		border: 1px solid #e8e8e8;
		border-top: none;
		background: url(../image/glonav_head.gif) no-repeat left top;
	}
	.left-sidebar #glonav li {
	display: block;
	border-top: 1px solid #e8e8e8;
		*background-position:left 2px;
		*font-size:95%;
	_margin-bottom:0;
	width: 168px;
	_float:left;
	background-image: url(../image/bg_glonav1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;		
	}
	
.left-sidebar #glonav li li { width: 170px; }
	

.left-sidebar #glonav a {
	display: block;
	padding: 10px 15px 10px 20px;
	border: 1px solid #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	color:#757575;
	background-image: url(../image/bg_glonav_arrow.gif);
	background-repeat: no-repeat;
	background-position: -5px center;
	}
    
	.left-sidebar #glonav a:hover {
		background: url(../image/bg_glonav_arrow_on.gif) no-repeat -5px center;
        color: #42b2e9;
	}
	.left-sidebar #glonav li.current-menu-item a{
		background: url(../image/bg_glonav_arrow_on.gif) no-repeat -5px center;
		color: #42b2e9;
	}

	.left-sidebar #glonav a:hover { color: #42b2e9; }
	
	
/* サブメニュー入れ子部分の設定 */
.left-sidebar #glonav ul.children {
    background-image: none;
	padding: 0px;
	margin: 0px;
	z-index:1;
}

.left-sidebar #glonav ul.children li a {
background: #c6e8f8;
padding: 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #fff;
}

.left-sidebar #glonav ul.children a:hover {
padding: 10px;
color:#fff;
background: #68c1ed;
}

.left-sidebar #glonav ul.children li.current-menu-item a { color:#42b2e9; }
.left-sidebar #glonav ul.children li.current-menu-item a:hover { color:#fff; }

/* 左メニュー追加分ここまで */

	

/* sub-menu
-------------------------------------------------------------- */
.left-sidebar #glonav ul.sub-menu {
    background-image: none;
	padding: 0px;
	margin: 0px;
	z-index:1;
}

#footer ul.sub-menu { display: none; }

.left-sidebar #glonav ul.sub-menu a {
background: #c6e8f8;
padding: 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #fff;
}

.left-sidebar #glonav ul.sub-menu a:hover {
padding: 10px;
color:#fff;
background: #68c1ed;
}

.left-sidebar #glonav ul.sub-menu li.current-menu-item a { color:#42b2e9; }
.left-sidebar #glonav ul.sub-menu li.current-menu-item a:hover { color:#fff; }


/* 1カラムと2カラム調整と共通
-------------------------------------------------------------- */

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

.left-sidebar #content {
	padding: 10px;
	background-image: none;
}

.left-sidebar #content-inner {
	overflow: auto;
	padding: 20px;
}

#sidebar {
	float: left;
    width: 170px;
}

#main-in {
    float: right;
    width: 690px;
}

#main-content {
    float: right;
    width: 660px;
}

#colophon {
	clear: both;
}

.left-sidebar #glonav {
	/*	width: 223px;*/
}

.left-sidebar #glonav a {
	line-height: normal;
}

.left-sidebar #glonav ul {
	margin-top: 0;
}

.left-sidebar #glonav li {
	padding: 0;
	height: 100%;
}

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