@charset "UTF-8";

/*======================================
	やまがたNPO事典
=======================================*/
* {
	line-height: 1.6;
}
.page_title .tl_sp{
	width:205.5px;
}

/* トップページ */
#enc_top .common_h{
	display:block;
	border:1px solid #d93924;
	padding:10px;
	color:#d93924;
	font-size:20px;
	text-decoration:none;
	margin-bottom:1em;
}
.top_contents{
	width:48%;
	float:left;
}
.top_contents:nth-of-type(odd){
	margin-right:2%;
	clear:both;
}
.top_contents:nth-of-type(even){
	margin-left:2%;
}
.top_contents li{
	margin-bottom:0.5em;
}


.text_title{
	border:2px solid #d93924;
	padding:10px;
	color:#d93924;
	font-size:130%;
	margin-bottom:2em;
}

.jiten_contents{
	margin-left:1em;
}
.jiten_contents h4{
	border-bottom:solid 2px #d93725;
	color: #d93725;
	margin-bottom:1.5em;
	font-weight:bold;
	font-size:120%;
	padding-left:10px;
}
.jiten_contents .jiten_txt{
	padding-left:10px;
	margin-bottom:1em;
}
.jiten_contents p,
.jiten_contents ul{
	margin-bottom:1em;
}
.jiten_contents li{
	padding-left:10px;
}

.em_b{
	font-weight:bold;
}

a{
	word-break:break-all;
}


/* NPO事典ローカルメニュー */
.jiten_menu .menu_wrap{
	width:48%;
	float:left;
}
.jiten_menu .menu_wrap:nth-of-type(odd){
	margin-right:2%;
	clear:both;
}
.jiten_menu .menu_wrap:nth-of-type(even){
	margin-left:2%;
}
.jiten_menu .menu_wrap h3{
	margin-bottom:0;
}
.jiten_menu .common_h2{
	display:block;
	border:1px solid #d93924;
	padding:10px;
	color:#d93924;
	font-size:20px;
	margin-bottom:0;
	text-decoration:none;
}
.jiten_menu .menu_wrap ul{
	padding-top:1em;
	padding-bottom:2em;
	display:block;
}
.jiten_menu .menu_wrap li{
	margin-bottom:0.5em;
}



/* NPO法人を立ち上げるとき */
#tachiage h5{
	font-weight:bold;
	font-size:110%;
	color:#d93725;
	margin-bottom:0.5em;
}
#tachiage .step_hd{
	font-weight:bold;
	font-size:110%;
}
#tachiage .step{
	color:#d93725;
	font-weight:bold;
}
#tachiage .w_style{
	display:inline-block;
	background:#fdede4;
	color:#d93725;
	padding:2px 5px;
	border:1px solid #d93725;
	border-radius:5px;
	text-decoration:none;
	font-weight:bold;
	font-size:75%;
}
#tachiage .step_wrap{
	margin-bottom:3em;
}
#tachiage .step_wrap_s{
	margin-bottom:2em;
}

#tachiage th,
#tachiage td{
	border:1px solid #221814;
	padding:10px;
	vertical-align:middle;
	text-align:left;
}
table#consider{
	margin-bottom:2em;
}
table#consider th{
	width:20%;
	background:#fdede4;
}
table#consider td{
	width:80%;
}

table#doc{
	margin-bottom:0.5em;
}
table#doc td{
	width:75%;
}
table#doc td#row8{
	width:25%;
}
#tachiage_flow{
	border:1px solid #221814;
	background:#fdede4;
	padding:10px;
}
#tachiage_flow li{
	margin-bottom:5px;
}



/* 会計 */
.kaikei_box{
	border:1px solid #221814;
	background:#fdede4;
	padding:10px;
}
#kaikei2 img{
	float:right;
}
#kaikei table{
	margin-bottom:1em;
	width:100%;
}
#kaikei table th{
	border:1px solid #221814;
	padding:10px;
	vertical-align:middle;
	text-align:left;
	background:#fdede4;
	width:20%;
}
#kaikei table td{
	border:1px solid #221814;
	padding:10px;
	vertical-align:middle;
	width:80%;
}
#kaikei dt{
	font-weight:bold;
}
#kaikei dd{
	padding-left:1em;
	margin-bottom:1em;
}
#shiwake_link{
	margin-bottom:4em;
}
#shiwake_link a{
	font-weight:bold;
}

/* 仕訳 */
.jirei{
	border:1px solid #221814;
	background:#fdede4;
	padding:10px;
}
#shiwake #jirei_list li{
	margin-bottom:4em;
}
#shiwake table{
	margin-bottom:1em;
	width:100%;
}
#shiwake table th{
	border:1px solid #221814;
	padding:5px 10px;
	text-align:center;
	font-weight:normal
}
#shiwake table td{
	border:1px solid #221814;
	padding:5px 10px;
	text-align:center;
}
#shiwake .day{
	text-align:center;
}


/*======================================
	タブレット
=======================================*/
@media screen and (max-width:959px){


}


/*======================================
	スマホ
=======================================*/

@media screen and (max-width: 639px){
	
	/* トップページ */
	.top_contents{
		width:100%;
		float:none;
		margin-left:0 !important;
		margin-right:0 !important;
	}
	
	
	.jiten_contents{
		margin-left:0;
	}
	.jiten_contents .jiten_txt,
	.jiten_contents li{
		padding-left:0;
	}
	
	
	/* NPO事典ローカルメニュー */
	.jiten_menu{
		border-bottom:1px solid #d93924;
	}
	.jiten_menu .menu_wrap{
		width:100%;
		float:none;
		margin-left:0 !important;
		margin-right:0 !important;
		border-top:1px solid #d93924;
		border-left:1px solid #d93924;
		border-right:1px solid #d93924;
	}
	.jiten_menu .menu_wrap h3{
		margin-bottom:0;
	}
	.jiten_menu .menu_wrap .common_h2{
		border:none;
		cursor:pointer;
	}
	.jiten_menu .menu_wrap .common_h2:hover{
		opacity:0.7;
	}
	.jiten_menu .menu_wrap ul{
		display:none;
		border-top:1px solid #d93924;
		padding:1em 1em;
	}
	
	
	
	table#consider th{
		display:block;
		width:100%;
	}
	table#consider td{
		display:block;
		width:100%;
		border-top:none;
		margin-bottom:1em;
	}
	
	table#doc td{
		width:65%;
	}
	table#doc td#row8{
		width:35%;
	}
	
	#kaikei table th{
		display:block;
		width:100%;
	}
	#kaikei table td{
		display:block;
		width:100%;
		border-top:none;
		margin-bottom:1em;
	}
	
	#shiwake table th{
		font-size:70%;
		padding:5px 2px;
	}
	#shiwake table td{
		font-size:80%;
		padding:5px 2px;
	}
	.swk_space{
		display:none;
	}
	
}