@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**								組合の設立・運営用CSS						*/
/****************************************************************************/
#side_navi h1::before {
	content: url(../img/soshikika/ico_chart.png);
}


/* ----------------------------------------------------
		中小企業の法人組織の比較
---------------------------------------------------- */
#comparison_table thead th {
	width: 86px;
	padding: 15px 5px;
}

#comparison_table thead th:first-child {
	width: auto;
	text-align: center;
}

#comparison_table thead th:first-child p {
	display: inline-block;
	width: 1em;
}

#comparison_table tbody td {
	padding: 15px 5px;
}


/* ----------------------------------------------------
		書式・様式ダウンロード
---------------------------------------------------- */
/*#download_internal_link {
	background-color: #f5f5f5;
	padding: 10px 180px 20px 35px;
	line-height: 1.5;
	position: relative;
}

#download_internal_link li {
	display: inline-block;
	margin-right: 45px;
}

#download_internal_link p {
	position: absolute;
	top: 20px;
	right: 35px;
}*/

#download_arrow_list ul.arrow_list li {
	display: inline-block;
    width: 29%;
    margin: 3.5% 0 0 0;
    padding-left: 28px;
    vertical-align: top;
}


/* ----------------------------------------------------
		よくあるご質問
---------------------------------------------------- */
#faq_link {
	margin-bottom: 42px;
	padding: 25px;
	background: #f5f5f5;
	line-height: 1.5;
}

#faq_link li {
	display: inline-block;
	margin-right: 58px;
	padding-left: 17px;
	background: url(../img/soshikika/arrow_i001.png) no-repeat left center;
	cursor: pointer;
}

#faq_link li.act {
	color: #2396f3;
	font-weight: bold;
}

.faq_box_date {
	margin-bottom: 7px;
	text-align: right;
}

.faq_box {
	margin-bottom: 25px;
}

.faq_box dl {
	padding: 3px;
	background: #f0f8ff;
	line-height: 1.5;
}

.faq_box dl dt{
	padding: 15px 20px 30px 45px;
	background: url(../img/soshikika/open_i001.png) no-repeat right 5px bottom 5px;
	text-indent: -2.1em;
}

.faq_box dl dt span{
	padding-left: 30px;
	background: url(../img/soshikika/faq_i001.png) no-repeat left top ;
}

.faq_box dl dd{
	display: none;
	padding: 20px 20px 5px 45px;
	background: #fff url(../img/soshikika/faq_i002.png) no-repeat left 13px top 20px;
}

.faq_box_close {
	margin-top: 10px;
	padding: 0 0 5px 0;
	background: url(../img/soshikika/close_i001.png) no-repeat right 50px top;
	text-align: right;
	cursor: pointer;
}

#faq_search dl{
	padding: 18px 23px;
	background: #f0f8ff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#faq_search dt {
	margin: 0 0 9px 0;
	padding: 4px 0 4px 40px;
	background: url(../img/soshikika/search_i001.png) no-repeat left center;
	font-size: 134%;
	font-weight: bold;
}

#faq_search #searchform{
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#textBox{
	float: left;
	width: 630px;
	margin: 8px 0 0 10px;
	border: none;
	padding: 3px 0;
}
#textBox:focus{
	outline: 0;
}
#searchBtn{
	float: right;
	margin: 0 3px 0 0;
	padding: 0;
	border: none;
	background: none;
}

.faqblock .subtitle {
	font-weight: normal !important;
}

#download_internal_link {
	margin: 20px 20px 10px 0;
	line-height: 1.5;
}






