@charset "utf-8";
/**
 * kitamura.jp内共通部分
 *
 */

/* jq.yuga.js */
.btnOver {
	
}
.btnBright {
	
}

/* Font-Size どーする、pとかdd,td,dt,とか、そのへんのタグ全部それぞれ宣言するか？ */
/*
address, blockquote, p, pre,
li, dt, dd, td, th,
input, button, option, textarea, label, legend {
	font-size: 1.4em;
}
*/





div#wPrimary, div#wSecondary {
	font-size: 1.2em; /* => 12px  body{font-size: 62.5%;} */
}

div#wSideBar {
	font-size: 1.2em;
}


h1{
	/*clear: both; 要るの？*/
	font-size: 8px;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img{
	vertical-align: middle;
}

strong {
	line-height: 1.7;
	font-size: 160%;
	font-weight: bold;
}


p{
	line-height: 1.7;
	margin: 0.2em 0 1.5em 0;
	padding: 0;
	text-align: left;
}

blockquote{
	margin: 1em 0.5em;
	padding: 0.2em;
}

blockquote p{
	margin: 0.1em 0 0.5em 0;
	padding: 0;
}

blockquote blockquote{
	margin: 0.2em 0;
	padding: 0.2em 0 0.2em 0.2em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	color: #666;
}

.titleSub {
	position: relative;
	margin-bottom: 1.0em;
}

.titleSub span {
	position: absolute;
	top: 7px;
	right: 0;
	color: #999;
	text-align: right;
	font-size: 0.9em;
	margin-right: 10px;
}

.titleSub h2 span {
	font-weight: normal;
}


/* トピックパス
----------------------------------------------------------------------------------------------------*/
ol.tPath {
	clear: both;
	width: 950px;
	height: 20px;
	margin: 0 auto 25px auto;
	padding: 0;
}

ol.tPath li {
	float: left;
	line-height: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
}

ol.tPath li strong {
	line-height: 20px;
	float: left;
	font-size: 100%;
	font-weight: normal;
	height: 20px;
}

ol.tPath li a {
	line-height: 20px;
	display: inline;
	float: left;
	height: 20px;
	text-align: center;
	min-width: 50px;
	margin-right: 15px;
	padding: 0 25px 0 0;
	background: url(/common/images/bg_tPathA.gif) no-repeat right center;
}

/*
ol.tPath li a.first {
	padding-right: 0;
	background: none;
}
*/
ol.tPath li a.first {
	width: 210px;
	padding: 0 20px;
	text-align: left;
	background: url(/common/images/bg_tPathA3.gif) no-repeat 0 -5px;
}
ol.tPath li a.first:hover {
	background-position: 0 -35px;
}


ol.tPath li a:link {
	color: #666;	
	/*color: #0033cc;*/
	text-decoration: underline;
}

ol.tPath li a:visited {
	color: #666;	
	/*color: #000066;*/
	text-decoration: underline;
}

ol.tPath li a:active {
	color: #d80b24;	
	/*color: #ff0000;*/
	text-decoration: none;
}

ol.tPath li a:hover {
	color: #d80b24;	
	/*color: #0099ff;*/
	text-decoration: none;
}





/* kitamura.jp内メニュー */
#wMM {
	position: relative;/*addThis*/
	width: 950px;
	height: 27px;
	margin: 0 auto 10px auto;
}



#wMM ul {
	list-style: none;
}

#wMM ul li {
	display: inline;
	float: left;
}


/* メインコンテンツ */
#wContents {
	position: relative; /*addThis*/
	clear: both;
	width: 950px;
	min-height: 400px;
	margin: 0 auto;
}






a:link {
	text-decoration: underline;
	color: #be1f33;
}

a:visited {
	text-decoration: underline;
	color: #b95966;
}

a:hover, a:active {
	text-decoration: none;
	color: #d80b24;	
}


/* sitemap */

#wMenuFull {
	clear: both;
	width: 950px;
	margin: 10px auto 0 auto;
	padding: 0;
	
	/*border: 1px solid #f0f0f0;*/
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;

	letter-spacing: -0.05em;
	color: #666;
	font-size: 12px;
}


#wMenuFull ol.tPath {
	width: 940px;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #ccc;
	height: 30px;
}

#wMenuFull li, #wMenuFull ol.tPath li strong, #wMenuFull ol.tPath li a {
	line-height: 30px;
	height: 30px;
}

#wMenuFull ol.tPath li a.first {
	background: url(/common/images/bg_tPathA3.gif) no-repeat 0 0;
}

#wMenuFull ol.tPath li a.first:hover {
	background-position: 0 -30px;
}

/*SEO対策だって*/

ol.tPath p{
	font-weight:bold;
	font-size:10px;
	padding-top:3px;
}


#wMenuFull div {
	clear: both;	
}

#wMenuFull img {
	clear: both;
	margin-bottom: 5px;
}

#wMenuFull dl {
	clear: none;
	display: inline;
	float: left;
	/*width: 162px;*/
	width: 179px;
	min-height: 380px;
	margin: 2px;
	padding: 2px 2px 2px 4px;
}

* html #wMenuFull dl {
	height: 285px;
}

#wMenuFull dl.lastChild {
	width: 182px;
}


#wMenuFull dl dt {
	line-height: 1.4;
	clear: both;
	margin: 2px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#wMenuFull dl dt a {
	color: #999;
	font-weight: bold;
}

#wMenuFull dl dt a:link {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
#wMenuFull dl dt a:visited {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
#wMenuFull dl dt a:active {
	text-decoration: none;
	color: #f00;
	font-weight: bold;
}
#wMenuFull dl dt a:hover {
	text-decoration: underline;
	color: #f00;
	font-weight: bold;
}

#wMenuFull a:link {
	color: #AFAFAF;
	text-decoration: none;
}
#wMenuFull a:visited {
	color: #AFAFAF;
	text-decoration: none;
}
#wMenuFull a:active {
	/*color: #ff0000;*/
	color: #f00;
	text-decoration: none;
}
#wMenuFull a:hover {
	color: #f00;
	text-decoration: underline;
}

#wMenuFull dl dd {
	line-height: 1.4;
	display: block;
	float: none;
	margin: 0 0 2px 2px;
	padding: 0;
	/*width: 160px;*/
	background: none;
}

#wMenuFull dl dd ul {
	line-height: 1.0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#wMenuFull dl dd ul li {
	line-height: 1.4;
	margin: 0 0 2px 10px;
	padding: 0;
	height: auto;
}

table.data, table.dataTL {
	margin: 1em 0 2.5em 1em;
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	border-spacing: 0;
}

table, th, td, table.data, table.dataTL {
	border-collapse: collapse;
}

table a, table.data a {
	font-weight: normal !important;
}

caption{
	text-align: center;
}

tr, table.data tr {
	border: none;
}
table.data th, table.dataTL th {
	background-color: #f0f0f0;
}
table.data th, table.data td, table.dataTL td, table.dataTL th {
	padding: 0.5em 4px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
table.data th, table.data td, table.dataTL th {
	text-align: center;
}
table.dataTL td {
	text-align: left;
}

table.dataBN {
	padding: 0.5em 4px;	
}





/* LIST
---------------------------------------------------------*/
ul.listGeneralFloat {
	list-style: none;
	margin: 0;
}
ul.listWhatsnew, ul.listIcon {
	list-style: none;
	margin: 0.2em 0 1.5em 0em;
}
ul.listArrow, ul.listNormal, ul.listExclamation {
	list-style: none;
	margin: 0.2em 0 1.5em 0.5em;
}
ul.listImgMenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.listImgMenu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
/*div#wrapContents hazusita*/

ul.listWhatsnew li {
	line-height: 1.6;
	margin: 3px 3px 1.0em 0.5em;
	padding: 0 2px;
}

ul.listWhatsnew li a {
	/* 単品には.icoOpenを使う*/
	padding-left: 20px;
	background: url(/common/images/arrow_Red2.gif) no-repeat left 3px;
}

ul.listNormal li {
	line-height: 1.4;
	margin: 3px 3px 4px 0.5em;
	padding: 0 2px 0 20px;
	background: url(/common/images/ico_circleRed.gif) no-repeat left 3px;
}

ul.listArrow li {
	line-height: 1.4;
	margin: 3px 3px 4px 0.5em;
	padding: 0 2px 0 20px;
	background: url(/common/images/arrow_Red2.gif) no-repeat left 3px;
}

ul.listExclamation li {
	line-height: 1.4;
	margin: 3px 3px 4px 0.5em;
	padding: 2px 2px 2px 20px;
	background: url(/common/images/ico_exclamation.gif) no-repeat left 1px;
}

ul li.openWindow {
	background: url(/common/images/arrow_open_7x7.gif) no-repeat left center !important;
	margin: 3px 3px 4px 0.5em;
	padding: 0 2px 0 20px;
}


ul.listGeneralFloat li{
	list-style-image: none;
	display: inline;
	float: left;
	margin: 2px 0;
	padding: 2px;
	text-align: center;
	background: none;
}

ul.listGeneralFloat li img{
	margin-bottom: 5px;
}




/* タブ　<script type="text/javascript" src="/common/js/jquery.idTabs.min.js"></script>
<script type="text/javascript">
$("#tab_1 ul").idTabs();
</script>
---------------------------------------------------------*/
.tabUsual ul.listTabMenu {
	list-style-position: outside;
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
	background: url(../images/bg_tabUsual.gif) repeat-x bottom;
}
.tabUsual ul.listTabMenu li {
	display: inline;
	float: left;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 2px;
	padding: 0;
	color: #333;
}

.tabUsual ul.listTabMenu li a {
	display: inline;
	float: left;
	margin: 0;
	padding: 0.5em 1em;
	color: #0066ff;
	background: #eeeeee;
}

.tabUsual ul.listTabMenu li a:hover, .tabUsual ul.listTabMenu li a.selected {
	color: #0099ff;
	background-color: #fff;
	background-position: bottom;
}




/* ページ内メニュー(下がる)
---------------------------------------------------------*/
ul.listLocalMenu {
	clear: both;
	min-height: 1.2em;
	margin: 10px 0 15px 0;
	padding: 5px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

* html ul.listLocalMenu {
	height: 1.3em;
}

ul.listLocalMenu li {
	display: inline;
	float: left;
	margin: 2px 2px 2px 8px;
	padding: 2px;
}

ul.listLocalMenu li a {
	display: block;
	padding: 2px 2px 2px 12px;
	background: url(/common/images/ico_arrow_localmenu.gif) no-repeat left center;
}
/* ページ内メニュー(ヨコ)
---------------------------------------------------------*/
ul.listLocalMenuHorizontal {
	clear: both;
	min-height: 1.2em;
	margin: 10px 0 15px 0;
	padding: 5px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

* html ul.listLocalMenuHorizontal {
	height: 1.3em;
}

ul.listLocalMenuHorizontal li {
	display: inline;
	float: left;
	margin: 2px 2px 2px 8px;
	padding: 2px;
}

ul.listLocalMenuHorizontal li a {
	display: block;
	padding: 2px 2px 2px 12px;
	background: url(/common/images/arrow_Red2.gif) no-repeat left center;
}


/* DATA
---------------------------------------------------------*/
dl, dt, dd {
	line-height: 1.4;
}

dl {
	margin-bottom: 10px;	
}

dt {
	margin-bottom: 5px;	
}

dd {
	margin-left: 5px;	
}


.icoOpen {
	/* 単品には.listOpenを使う*/
	padding-left: 10px;
	background: url(/common/images/arrow_open_7x7.gif) no-repeat left center;	
}

.icoRed {
	padding-left: 14px;
	background: url(/common/images/arrow_Red.gif) no-repeat left center;	
}


.icoRed2 {
	padding-left: 14px;
	background: url(/common/images/arrow_Red2.gif) no-repeat left center;	
}







/* 文字
---------------------------------------------------------*/
.minutely {
	font-size: .834em; /* 1.2em * 0.834em = 10px  */
}






/* 製品／写真例
---------------------------------------------------------*/

div.figureLeft {
	display: inline;
	float: left;
	width: 200px;
	background-color: #fff;
	padding: 0 5px 5px 0;
	border-right: 1px solid #f6f6f6;
}

div.figureRight {
	display: inline;
	float: right;
	width: 200px;
	background-color: #fff;
	padding: 0 0 5px 5px;
	border-left: 1px solid #f6f6f6;
}


div.figure {
	display: inline;
	float: right;
	/*width: 200px;*/
	margin: 0 0 0.5em 0.5em;
	padding: 0.5em 0 0.5em 0.5em;
	padding-bottom: 1.5em;
	border-left: 1px solid #f6f6f6;
	background-color: #fff;
}

div.figureW {
	display: inline;
	float: right;
	width: 305px;
	background-color: #fff;
	padding: 0 0 1.5em 3px;
	border-left: 1px solid #f6f6f6;
}

div.figureWide {
	display: inline;
	float: right;
	width: 745px;
	padding: 1.5em 0 1.5em 0;
	/*border: 1px solid #f6f6f6;*/
	background-color: #fff;
}
/*
* html div.figure {
	width: 200px;
}
*/

div.figure img {
	margin: 0 auto 5px auto;
	padding: 2px;
	background-color: #fff;
}

/*
div.figure a img {
	text-decoration: none !important;
	border: 1px solid #c5e9fe;
	padding: 3px;
}

div.figure a:hover img {
	border: 1px solid #33ccff;
	padding: 3px;
}
*/

div.figureW p, div.figure p, div.thumbnail p {
	margin: 0 0 0.5em 0;
	font-size: 12px;
}



.onePoint {
	padding: 10px;
	border: 2px solid #e6e6e6;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

div.figureL {
	display: inline;
	float: left;
	margin: 0 0 0.5em 0.5em;
	padding: 0.5em 0 0.5em 0.5em;
	padding-bottom: 1.5em;
	border-left: 1px solid #f6f6f6;
	background-color: #fff;
}



/* ページトップへ wrapPageCTRL */
.wPT {
	clear: both;
	height: 25px;
}

.wPT p {
	display: inline;
	float: right;
}


p.PT {
	clear: both;
	margin: 0 0 25px 0;
	height: 25px;
	border-top: 1px solid #ccc;
}

p.PT img {
	display: inline;
	float: right;
}



/* 汎用ラップ
---------------------------------------------------------*/
div.section {
	clear: both;
	min-height: 50px;
	margin-bottom: 3.5em;
	padding-bottom: 0.2em;
}
div.section div.section {
	border-bottom: none;
	background: none;
}

/* 文章ラップ */
div.paragraph {
	margin-bottom: 1em;
	padding: 5px;
}


div.section3 {
	
}

div.bindRow {
	clear: both;
}



/* ソーシャル
---------------------------------------------------------*/

div.socialBookmark {
	clear: both;
	min-height: 1.0em;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px dotted #ccc;
	background-color: #f6f6f6;
}
div.socialBookmark div {
	display: inline;
	float: left;
	margin: 0 15px 0 0;
}

div.socialBookmark p {
	display: inline;
	float: left;
	line-height: 20px;
	margin: 0 15px 0 3px;
	padding: 2px;
}


/* ↑がいらなくなる
----------------------------------------------------------*/
#wSBM-B {
	clear: both;
}

#wSBM {
	margin: 10px 0;
	padding: 5px;
	/*
	min-height: 1.0em;
	border: 1px dotted #ccc;
	background-color: #f6f6f6;
	*/
}

#wPrimary #wSBM p {
	line-height: 1.4;
	margin: 0 0 5px 0;
	padding: 2px 0;
}

#wSBM div {
	margin: 0 3px 5px 0;
	padding: 2px 0;
}

#wSBM p img {
	vertical-align: middle;
	margin-right: 5px;
}

#wSBM p a {
	color: #3D3333;
}

#wSBM p a:link, #wSBM p a:visited {
	text-decoration: none;
}

#wSBM p a:hover {
	text-decoration: underline;
}


#S-TW, #S-MI, #S-GR, #S-GP {
	display: inline;
	float: left;
}

#S-TW, #S-GR {
	width: 80px;
}

#S-MI {
	width: 100px;	
}

#S-GP {
	width: 70px;
}

#S-FB {
	clear: both;	
}



/* tPathの横 */
#SBM-N {
	position: absolute;
	right: 0;
	top: 55px;
	float: none;
	width: 95px;
}
/*
#SBM-N p {
	display: inline;
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
}

#SBM-N p a {
	display: block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	background: url(/common/images/sbm/ico_sbmW.png) no-repeat left center;
}
*/



/* SEO文言
----------------------------------------------------------------------------------------------------*/
p#txt{
	clear: both;
	width: 950px;
	margin: 5px auto 0 auto;
	padding: 0;
	color: #666;
	font-size: 12px;
}



.clear {
	clear: both;	
}


/* clearfix
----------------------------------------------------------------------------------------------------*/
#wContents, ol.tPath, dl.listDate, .wPT, ul.listTabMenu, #wMenuFull div, div.section, .socialBookmark,
ul.listLocalMenu, .listLocalMenuHorizontal, p.PT,
.clearfix {
	zoom: 1;/*for IE 5.5-7*/
}

#wContents:after, ol.tPath:after, dl.listDate:after, .wPT:after, ul.listTabMenu:after, #wMenuFull div:after, .socialBookmark:after, ul.listLocalMenu:after, p.PT:after,
.listLocalMenuHorizontal:after, div.section:after, .clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}



