/*レシポンシブ設定*/

@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900");
@import url("font-awesome.min.css");



/* List */

ul.default {
	list-style: disc;
	padding-left: 1em;
}
ul.default li {
	padding-left: 0.5em;
}
ul.style2 li {
	border-top: solid 1px #eee;
	padding: 1.5em 0 0 0;
	margin: 1.5em 0 0 0;
}
ul.style2 li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}
ul.style3 li {
	border-top: solid 1px #eee;
	padding: 0.5em 0 0 0;
	margin: 0.5em 0 0 0;
}
ul.style3 li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}
ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}
ol.default li {
	padding-left: 0.25em;
}
/* Feature List */

.feature-list h3 {
	color: #e97770 !important;
}
.feature-list h3:before {
	position: relative;
	display: inline-block;
	color: #fff;
	background: #2f333b url("images/overlay.png");
	border-radius: 1em;
	text-align: center;
}
/* Icons */

.icon {
	text-decoration: none;
}
.icon:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.25em;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon > .label {
	display: none;
}
/* ▼基本設定--------------------------------------------------------------------------------------------------------------*/

/* Wrappers */

.wrapper {
	position: relative;
}





/* Mobile Only */

#navPanel, #titleBar {
	display: none;
}


/*ページトップ-----------------------------------------------*/

.pageTop {
	position: fixed;
	bottom: 20px;
	right: 30px;
	width: 30px;
	height: 30px;
	z-index: 100001;
}
.pageTop img {
	width: 100%;
}


/*スマホ設定-----------------------------------------------*/

@media screen and (max-width: 999px) {
#titleBar {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	display: block;
	height: 44px;
	right: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
	background: none;
}
#titleBar .title {
	display: none;
}
#titleBar .toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 44px;
}
#titleBar .toggle:before {
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	font-family: FontAwesome;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f0c9';
	font-size: 14px;
	position: absolute;
	top: 6px;
	left: 6px;
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: rgba(255, 255, 255, 0.75);
	background-color: rgba(92, 95, 103, 0.5);
	border-radius: 0.25em;
}
#titleBar .toggle:active:before {
	background-color: rgba(92, 95, 103, 0.75);
}
#navPanel {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translateX(275px);
	-webkit-transform: translateX(275px);
	-ms-transform: translateX(275px);
	transform: translateX(275px);
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	display: block;
	height: 100%;
	right: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 275px;
	z-index: 10002;
	background: #242730 url("images/overlay.png");
	box-shadow: inset -3px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
#navPanel .link {
	display: block;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.85em;
	letter-spacing: 0.15em;
	text-decoration: none;
	height: 44px;
	line-height: 44px;
	border-top: solid 1px rgba(255, 255, 255, 0.05);
	margin: 0 15px 0 15px;
}
#navPanel .link:first-child {
	border-top: 0;
}
#navPanel .indent-1 {
	display: inline-block;
	width: 1em;
}
#navPanel .indent-2 {
	display: inline-block;
	width: 2em;
}
#navPanel .indent-3 {
	display: inline-block;
	width: 3em;
}
#navPanel .indent-4 {
	display: inline-block;
	width: 4em;
}
#navPanel .indent-5 {
	display: inline-block;
	width: 5em;
}
#navPanel .depth-0 {
	color: #fff;
}
body.navPanel-visible #page-wrapper {
	-moz-transform: translateX(275px);
	-webkit-transform: translateX(275px);
	-ms-transform: translateX(275px);
	transform: translateX(275px);
}
body.navPanel-visible #titleBar {
	-moz-transform: translateX(-260px);
	-webkit-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	transform: translateX(-260px);
}
body.navPanel-visible #navPanel {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/* Nav */

#navpc {
	display: none;
}
/* Main */

#main {
	padding: 1em 0 0 0;
}
/* Content */

#content {
	padding: 0 0 2em 0;
}
#content header.style1 {
	padding-bottom: 2.5em;
}
/* Footer */

#footer hr {
	display: none;
}
/* Copyright */

#copyright {
	padding: 2em 0 0 0;
}
#copyright ul {
	padding: 1em 2em;
	width: 100%;
}
#copyright ul li {
	display: block;
	margin: 0.5em 0 0 0;
}
#copyright ul li:first-child {
	margin-top: 0;
}

html*{
	margin: 0px;
	padding: 0px;
}
body {
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 100%;
	padding: 0px 0px 0em 0px;
}
.img {
	width: 100%;
}

#navpc {
	display: none;
}
#nav {
	display: none;
}
#nav a {
	display: none;
	text-decoration: none;
}

.smb20{
	margin-bottom: 20px;
}

.smt20{
	margin-top: 20px;
}


h1{
	margin-left: 2%;
	margin-bottom: 20px;
}

h3{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.8em;
	font-weight: normal;
	text-align: center;
}

h3.left-al{text-align: left;}

p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.8em;
	font-weight: normal;
}

a { color: #2C6BB1;
text-decoration:none;
	}

#l-nav{
	display: none;
}

.sp-footer{
	display: block;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sp-footer a{
	text-decoration: none;
}

.sp-footer .address{
	padding-top: 20px;
	padding-bottom: 20px;
}

.sp-footer .copy{
	font-size: 60%;
	line-height: 1.3em;
	padding-top: 20px;
	padding-bottom: 10px;
}


.box{
	margin-bottom: 20px;
}
.imagefigure{
	width: 76% !important;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-bottom: 20px;
}

.imagefigure img{width: 100% !important;}

.text{font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.8em;
	font-weight: normal;}
	
hr{
	display: block;
}

/*page設定-----------------------------------------------*/

.sw48 {
	width: 48%;
}

.sw60 {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

.sw70 {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.sw80 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.sw96 {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.sw100 {
	width: 100%;
}
.contentsArea {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	border-left: 5px solid #0A3372;
	padding: 0 0 0 15px;
	line-height: 2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	font-weight: bold;
	}
	
h2.main-img{border-left: 0px;
padding: 0 0 0 0;}

#access h3,
#organization h3,
#businesscontent h3,
#performance h3,
#pressrelease h3,
#member h3,
#project h3,
#sitemap h3,
#link h3 {
	margin: 0 0 10px;
	padding: 9px 10px 7px;
	background-image: url(../../common/images/common/bg.gif);
	background-repeat: repeat;
	}


#toppage h4 {
	border-left: 5px solid #0A3372;
	padding: 0 0 0 15px;
	line-height: 2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	font-weight: bold;
	}
	
#toppage #whatnew dl.news dd{
	border-bottom: 1px dotted #666666;
	padding: 9px 0 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	

iframe{
	height: 250px;
	width: 100%;
}

#philosophy h3{
	text-align: left;
	font-weight: bold;
}

#first .box {
	margin-top: 15px;
	}
#first { 
	line-height: 1.7em;
	}
#first h2 {
	font-size: 100%;
	font-weight: bold;
	}
#first h3 {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	}

.first-list li{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1em;
}

/* 相談の流れ
========================================================== */	
#aboutus .box{
	margin-bottom: 50px;
}

#aboutus .box dl {
	margin-top: 7px;
	padding: 0 0 5px ;
	border-bottom: 1px dotted #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	}
#aboutus dl dt{
	width: 100%;
	color: #0A3372;
	text-align: left;
	font-weight: bold;
	}
#aboutus dl dd{
	width: 100%;
	text-align: left;
	}
#aboutus .box .cent01{
	text-align: center !important;	
}


#contentsArea table{
	width: 100%;
}

/*支援メニューと料金-------------------------------------*/
#origin .box {
	margin-top: 20px;
	text-align: center;
	}
	
#origin table {
	margin-left: 0px;
	width: 100%;
	}
#origin th {
	color:#0A3372;
	font-weight: bold;
	padding: 13px 10px 13px 0;
	border-bottom: 1px dotted #666666;
	}
#origin td {
	border-bottom: 1px dotted #666666;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	width: 50%;
	}
#origin .month {
	text-align:right;
	}
	
/*組織メンバー-------------------------------------*/
#organization .box dl {
	margin: 0 0 40px 10px;
	overflow : hidden;
	_zoom:1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	}
#organization dl dt{
	color:#0A3372;
	padding: 10px 0 6px ;
	border-bottom: 1px dotted #666666;
	}
#organization dl dd{
	padding: 10px 0 6px ;
	border-bottom: 1px dotted #666666;	
	}
	
/*組織メンバー詳細-----------------------------------*/
#member .memberlist {
	margin-bottom: 7px;
	font-size: 0.9em;
	}
#member .shot {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
		}
#member .shot img{
	width: 100%;
	}
		
#member .cap{
	text-align: center;
}
#member .introduction {
	}
#member table {
	width: 100%;
	}
#member th {
	white-space: nowrap;
	padding: 5px 5px 5px 0;
	border-bottom: 1px dotted #666666;
	font-size: 0.9em;
	color:#0A3372;
	font-weight: bold;

	}
#member td {
	white-space: nowrap;
	padding: 5px;
	border-bottom: 1px dotted #666666;	
	font-size: 0.9em;
	}

#member .cap {
	font-size: 0.9em;
	text-align:center;
	font-weight:bold;
	margin-top: 5px;
	}
	
.intr01{width: 100%;
	}
	
.intr01 td.prof {width: 70%;}

/* 事業コンセプト
========================================================== */			
#business .title {
	margin: 35px 0;
	}
	
#business h2,
#client h2,
#supportservices h2 {
	font-size: 100%;
	line-height: 1.5em;
	margin-bottom: 15px;
}

#business .box h3,
#client .box h3,
#supportservices h3 {
	line-height: 1.5em;
	font-size: 0.9em;
	font-weight: bold;
	border-left: none;
	padding: 0;
	background: none;
	text-align: left;
	}
	
.jigyo-list li{
	border: 1px dotted #999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
	padding: 10px !important;
	color: #09F;
	margin-bottom: 10px;
	background-color: #E8FFFB;
	text-align: center;
}

/*クライアント企業様の成長展開 ----------------------------*/
#client .box {
	text-align: center;
	}
/*支援業務の展開 ----------------------------*/
#supportservices .box {
	/*margin-top: 100px;*/
	text-align: center;
	}
/*業務内容 ----------------------------*/
#businesscontent .box {
	overflow : hidden;
	_zoom:1;
	}
#businesscontent .ddscontents {
	float: left;
	width: 96%;
	margin-right: 25px;
	}
#businesscontent .ddscontents p {
	line-height: 1.6em;
	text-align:left;
	margin: 10px 10px 20px ;
	}
	
/* 実績
========================================================== */	
/*#performance .box ul {
	margin: 15px 0 50px 10px;
	overflow : hidden;
	_zoom:1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	}
#performance .box ul li {
	float: left;
	width: 350px;
	line-height: 1.8em;
	}
#performance .box .sm {
	text-align:right;
	}*/	
	
	
.performance h2{
	font-size: 100% !important;
	line-height: 1.5em;
	margin-bottom: 15px;
	}
	
.jisseki-list li{
	/*	border: 1px dotted #999;
*/	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: normal;
	padding: 3px !important;
	color: #000;
	margin-bottom: 10px;
	background-color: #E8FFFB;
	text-align: center;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
	


/*中小企業診断士業務拡充事業 --------------------*/
#contentsbox dl{
	border-top: 1px solid #bbb;
	}
#contentsbox dt{
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 0.6em;
	border: 1px solid #bbb;
	border-top-color: transparent;
	background: #fff url(../../jisseki/images/shindanshi-tab.jpg) repeat-x center center;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .4);
	text-shadow: 0 1px 1px #fff;
	font-weight: bold;
	cursor: pointer;
	zoom: 1;
	overflow : hidden;
	_zoom:1;
	}
#contentsbox dt .more {
	float:right;
	}
#contentsbox dt .shindanshititle {
	float:left;
	}
#contentsbox dt.hover,
#contentsbox dt.active{
	background: #fff url(../../jisseki/images/shindanshi-tab-on.jpg) repeat-x center center;
}
#contentsbox dt.active{ cursor: inherit; }
#contentsbox dd{
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 1em 1em 1em 2em;
	border: 1px solid #bbb;
	border-top-color: #fff;
	background-color: #fff;
	zoom: 1;
	font-size: 0.9em;
}
#shindanshi .industry {
	/*float: left;
	width: 335px;*/
	}
#shindanshi .industrymanagement {
	/*float: right;
	width: 335px;*/
	}
#shindanshi .industry h4,
#shindanshi .industrymanagement h4{
	color:#0A3372;
	padding: 0 0 4px 3px;
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
	}
#shindanshi .industry h5,
#shindanshi .industrymanagement h5 {
	margin: 10px 0;
	}
#shindanshi .industry .industrybox {
	background: url(../images/common/bg.gif) repeat;
	padding: 10px 15px;
	font-size: 0.9em;
	}
#shindanshi .industry .industrybox h6 {
	margin: 10px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #666666;
	}
#shindanshi .matching { 
	clear: both;
	text-align: center;
	background:#004F99;
	padding: 3px 0;
	color:#fff;
	margin: 20px 0 0;
	}
	
/*募集 ------------------------------------------*/
#recruitment h3 {
	margin: 0 0 7px 0;
	font-size: 0.9em;
	line-height: 2.0em;
	font-weight: normal;
	background: none;
	text-align: left;
	}	

/* sitemap
========================================================== */
#sitemap ul {
	margin: 8px 0 17px 15px;
	}
#sitemap ul li {
	border-bottom: 1px dotted #999;
	padding: 6px 0 5px;
	overflow : hidden;
	_zoom:1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	}
	
/* link
========================================================== */

#link .title {
	margin: 0 0 7px 0;
	font-size: 1.2em;
	font-weight: bold;
	}
#link h4 {
	margin: 10px 0 5px 10px;
	padding: 0 0 2px 3px;
	border-bottom: 1px dotted #666666;
	}
#link ul {
	margin: 10px 0 10px 15px;
	overflow : hidden;
	_zoom:1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	}
#link ul li {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	}

/* 認定支援機関プロジェクト
========================================================== */			
#project h4 {
	line-height: 1.6em;
	font-weight: normal;
	font-size: 1.2em;
	margin: 10px 0 20px 0;
	}
#project .em {
	font-size: 1.8em;
	}
#project p {
	margin: 0 0 20px 0;
	}
#project ul {
	margin: 0 0 20px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	}
#project .sm {
	font-size: 0.9em;
	}
#project table {
	margin: 15px 0 5px 0;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	}
#project th { 
	font-weight:bold;
	border-bottom: 1px dotted #999;
	padding: 7px 30px 7px 0;
	}
#project td {
	border-bottom: 1px dotted #999;
	padding: 7px 30px 7px 0;
	}
#project .membertext {
	font-size: 0.8em;
	text-align:right;
	}	

/*フォーム ------------------------------------------*/

.formTable th,.formTable td{
	padding: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 74%;
}	
	
.formTable span{
	color: #C00;
}
	
}