@charset "utf-8";

/* =======================================================
	about.css
	*This document validates as CSS level 3
	
	Author: Mamico Tosa
	Last modified: [ 2013/09/03 ]	
	CSS構成: Ｈ・Ｐ未来産業創造研究会専用
	
	-----------------------------------------------------
	■基本骨格
	container		 960px
		main		 700px
		side		 200px 
======================================================= */



/* 共通
------------------------------------ */
#main article h1 { margin-bottom : 30px ; }
#main article p {
	margin : 1em 0.5em ;
	line-height : 2 ;
	text-indent : 1em ;
}
h2.sub-title {
	background : url(../../about/img/bg-midashi01.png) left bottom no-repeat ;
	height : 40px ;
	line-height : 40px ;
	padding : 1.5em 0 0 25px ;
	margin-bottom : 1em ;
	/zoom : 1 ;
}
p.border {
	border-bottom : dotted 1px #cccccc ;
	padding-bottom : 1.5em ;
}

/* サイドメニュー
------------------------------------ */
#side h1 + ul {
	background : url(../../about/img/about-bg.png) no-repeat ;
	padding-bottom: 6px;
	}


/* H・P未来産業創造研究会とは
------------------------------------ */
#index {
	border-bottom : dotted 1px #cccccc ;
	padding-bottom : 1.5em ;
}
#index h2 {
	margin-top : 1.5em ;
	border-top : dotted 1px #cccccc ;
}


/* 特別顧問挨拶
------------------------------------ */
#aisatsu h1 + p { text-align : center ; }
#aisatsu h1 + p,
#aisatsu p:last-child {
	border-bottom : dotted 1px #cccccc ;
	padding-bottom : 1.5em ;
}

/* 事業報告・事業計画
------------------------------------ */
.sub-title + ul { text-align : center ; }
.sub-title + ul li {
	display : inline ;
	margin : 0 1em ;
}


/* 会則
------------------------------------ */
#main article#kaisoku h1 + .kaisoku_block {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
#main article#kaisoku p {
	margin : 0 0 0 10px;
	line-height : 1.8 ;
	text-indent : 0;
}

#main article#kaisoku .kaisoku_block {
	border-top: 1px dotted #CCC;
	margin-top: 20px;
	padding-top: 20px;
}
#main article#kaisoku .kaisoku_block h2 {
	background: #00406F;
	color: #FFFFFF;
	font-size: 16px; font-size: 1.6rem;
	padding: 5px 8px;
	margin-bottom: 15px;

	clear: both;
	overflow: hidden;
	/zoom: 1;
}
#main article#kaisoku .kaisoku_block dl {
	clear: both;
	overflow: hidden;
	/zoom: 1;
}
#main article#kaisoku .kaisoku_block dl dt {
	color: #003F6D;
	float: left;
	font-weight: bold;
	line-height: 1.8;
	margin-left: 10px;
	width: 95px;
}
#main article#kaisoku .kaisoku_block dl dd {
	float: left;
	width: 580px;
	line-height: 1.8;
}
#main article#kaisoku .kaisoku_block dl dd p {
	margin: 0;
	margin-bottom: 10px;
}
#main article#kaisoku .kaisoku_block dl dd ul {}
#main article#kaisoku .kaisoku_block dl dd ul > li {
	line-height: 1;
	list-style: decimal;
	margin: 0 0 15px 20px;
}
#main article#kaisoku .kaisoku_block dl dd ul.list > li {
	list-style: none;
	line-height: 1.8;
	margin-left: 0;
}
#main article#kaisoku .kaisoku_block dl dd ul > li:last-child { margin-bottom: 0; }
#main article#kaisoku .kaisoku_block dl dd ul > li ol { margin-top: 20px; }
#main article#kaisoku .kaisoku_block dl dd ul > li ol > li {
	line-height: 1;
	list-style: disc;
	margin: 0 0 20px 20px;
}
#main article#kaisoku .kaisoku_block dl dd ul.list > li ol > li {
	line-height: 1;
	list-style: disc;
	margin: 0 0 20px 3em;
}
#main article#kaisoku .kaisoku_block dl dd ul > li ol > li:last-child { margin-bottom: 0; }

#main article#kaisoku .kaisoku_block table {
	border: 1px #CCC solid;
	border-collapse: collapse;
	margin: 20px auto 0;
	width: 300px;
}
#main article#kaisoku .kaisoku_block table th ,
#main article#kaisoku .kaisoku_block table td {
	border: 1px #CCC solid;
	text-align: left;
}
#main article#kaisoku .kaisoku_block table th {
	background: #E6E6E6;
	padding: 10px 20px;
	width: 80px;
}
#main article#kaisoku .kaisoku_block table td {
	padding: 10px 25px;
}
#main article#kaisoku .kaisoku_block h2.sub-title {
	background : url(../../about/img/bg-midashi01.png) left bottom no-repeat ;
	color: #333;
	height : 40px ;
	line-height : 40px ;
	padding : 1.5em 0 0 25px ;
	margin-bottom : 1em ;
	/zoom : 1 ;
}



/* 役員名簿・会員リスト
------------------------------------ */
#main article#list p ,
#main article#executive p {
	margin : 0 ;
	line-height : 1.4 ;
	text-indent : 0 ;
}
/* 選択ボタン */
.bt-list {
	width : 100% ;
	overflow : hidden ;
	background : url(../../about/img/list/bg-list.png) no-repeat ;
}
.bt-list li { float : left ; }
.bt-list a:hover img { opacity : 0 ; }

/* 検索結果 */
#list h2 {
	background : url(../../about/img/bg-midashi01.png) left bottom no-repeat ;
	height : 40px ;
	line-height : 40px ;
	padding-left : 25px ;
	margin : 30px 0 ;
	/zoom : 1 ;
	font-size : 16px ;	font-size : 1.6rem ;
}
#list h2 span {
	margin-left : 4em ;
	font-size : 13px ;	font-size : 1.3rem ;
	color : #30a5cb ;
}

#list dl {
	line-height : 1.5 ;
	width : 100% ;
	overflow : hidden ;
}
#list dl p {
	line-height : 1.5 ;
	margin : 0 5px 0 0 ;
	font-size : 13px ;	font-size : 1.3rem ;
}
#list dt {
	background : #368ecf ;
	color : #ffffff ;
	font-weight : bold ;
	padding : 9px 0 ;
	margin-bottom  : 5px ;
	width : 38px ;
	float : left ;
	text-align : center ;
}
#list dd {
	width : 640px ;
	float : right ;
	overflow : hidden ;
	padding : 3px 0 2px;
	margin-bottom : 5px;
	border-bottom : dotted 1px #cccccc ;
}
#list dd .name {
	float: left;
	width: 300px;
}
#list dd .name p {}
#list dd .info {
	position: relative;
	float: right;
	width: 330px;
}
#list dd .info p {
	float: left;
	width: 275px;
}
#list dd .info p.hp {
	position: absolute;
	right: 10px;
	top: 7px;
	margin-left: 10px !important;
	width: auto;
}




/* 役員 */
#executive h2 {
	background : url(../../about/img/bg-midashi01.png) left bottom no-repeat ;
	height : 40px ;
	line-height : 40px ;
	padding-left : 25px ;
	margin : 30px 0 ;
	/zoom : 1 ;
	font-size : 16px ;	font-size : 1.6rem ;
}
#executive h2 span {
	/* margin-left : 4em ; */
	float: right;
	font-size : 12px ;	font-size : 1.2rem ;
	/* color : #30a5cb ; */
	color: #666;
}

#executive dl {
	background: url(../../about/img/list/dl_bg.gif) left top repeat-y;
	border-bottom: 3px solid #FFF;
	line-height : 1.5 ;
	width : 100% ;
	overflow : hidden ;
}
#executive dl p {
	line-height : 1.5 ;
	margin : 0 5px 0 0 ;
	font-size : 13px ;	font-size : 1.3rem ;
}
#executive dt {
	background : #368ecf ;
	color : #ffffff ;
	font-size: 12px; font-size: 1.2rem;
	font-weight : bold ;
	padding : 8px 9px ;
	float : left ;
	text-align : center ;
	width: 32px;
}
#executive dd {
	width : 640px ;
	float : right ;
	overflow : hidden ;
	padding : 12px 0;
	margin-bottom : 5px;
	border-bottom : dotted 1px #cccccc ;
}
#executive dd .executive {}
#executive dd .executive p {}
#executive dd .info {
	position: relative;
	float: right;
	width: 320px;
}
#executive dd .info p {
	float: left;
	width: 285px;
}
#executive dd .info p.hp {
	position: absolute;
	right: 10px;
	top: 7px;
	margin-left: 10px !important;
	width: auto;
}

#executive p.exline {
	border-top: 1px solid #005CA2;
	border-bottom: 1px solid #005CA2;
	color: #666;
	font-size : 12px ;	font-size : 1.2rem ;
	line-height: 1;
	margin: 60px 0 10px !important;
	padding: 5px;
	text-align: center;
}


/* 保有する高圧機と開発拠点
------------------------------------ */
#kyoten table { border-collapse: collapse; }
#kyoten table th ,
#kyoten table td { border: 1px solid #00406F;}
#kyoten table th { background: #AFC4D6; }
#kyoten table td {}


#kyoten table#list {
	margin-left: 10px;
	width: 690px;
}
#kyoten table#list th ,
#kyoten table#list td { padding: 10px;}
#kyoten table#list th { text-align: center; }
#kyoten table#list th.name { width: 190px; }
#kyoten table#list th.data { width: 150px; }
#kyoten table#list th.user { width: 288px; }
#kyoten table#list td:first-child,
#kyoten table#list td:nth-child(2) {
	text-align: center;
	vertical-align: middle;
}
#kyoten table#list td:last-child { vertical-align: middle; }

#kyoten table#list td a { color: #029EEA; }

#kyoten section#hp01 {
	border-top: 1px dotted #CCC;
	margin-top: 20px;
	padding-top: 20px;
}


#kyoten .hp_block { margin-bottom: 30px; }
#kyoten .hp_block h3 {
	background: #00406F;
	color: #FFFFFF;
	font-size: 16px; font-size: 1.6rem;
	padding: 5px 8px;
	margin-bottom: 15px;

	clear: both;
	overflow: hidden;
	/zoom: 1;
}
#kyoten .hp_block table { float: left; }
#kyoten .hp_block table th ,
#kyoten .hp_block table td {
	padding: 10px 12px;
	text-align: left;
}
#kyoten .hp_block table th { width: 100px; }
#kyoten .hp_block table td { width: 240px; }

#kyoten .hp_block div.img { float: right; }
#kyoten .hp_block a.listtop {
	border-bottom: 1px dotted #CCC;
	color: #029EEA;
	display: block;
	line-height: 1;
	padding: 10px 0 20px;
	text-align: right;
}


/* 企業開発商品の紹介
------------------------------------ */
#item {}
#item .item_box { margin-bottom: 10px; }
#item .item_box h2 {
	background: url(../../about/img/bg-midashi01.png) left bottom no-repeat ;
	font-size: 18px; font-size: 1.8rem;
	height: 40px ;
	line-height: 40px ;
	padding: 1.5em 0 0 25px ;
	margin-bottom: 1em ;
	/zoom: 1 ;
}
#item .item_box h2 a {
	text-decoration: none;
	margin-left: 20px;
	font-size: 14px; font-size: 1.4rem;
	}
#item .item_box p.clearfix {
	line-height: 1.6;
	text-indent: 0;
	}
#item .item_box p.clearfix .Right_item {
	border: 1px solid #CCC;
	margin: 0 10px;
	}
#item .item_box div.clearfix {
	background: #FFFFCC;
	border-top: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
	padding: 15px;
}
#item .item_box div.clearfix .Left_item ,
#item .item_box div.clearfix .Right_item {
	font-size: 12px; font-size: 1.2rem;
	font-style: normal;
	line-height: 1.6;
	margin: 0;
	text-indent: 0;
	}
#item .item_box div.clearfix .Right_item { text-align: right; }

#item .category_line {
	background: #DCE5ED;
	padding: 10px;
	color: #333;
	margin: 50px 0 -10px;
	clear: both;
	overflow: hidden;
	/zoom: 1;
}
#item .category_line span {
	float: left;
	font-size: 18px; font-size: 1.8rem;
	margin: 5px;
	font-weight: bold;
	line-height: 1;
	margin: 7px 0 0;
}
#item .category_line a {
	-webkit-border-radius: 4px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
			border-radius: 4px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
	background: #00406F;
	color: #FFF;
	float: right;
	line-height: 1;
	padding: 5px 10px;
	text-decoration: none;
}
#item .item_btm {
.	color: #029EEA;
	display: block;
	line-height: 1;
	margin-top: 15px;
	text-align: right;
}


/* 高圧処理技術研究者の紹介
------------------------------------ */
