@charset "utf-8";
/* CSS Document */

#leaf_title {
	margin: 30px 0 0;
	background: #efefef url(leaf_tab.svg) top left repeat-x;
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c1c1c1), color-stop(100%, #efefef));
	background-image: -webkit-linear-gradient(top, #c1c1c1, #efefef);
	background-image: -moz-linear-gradient(top, #c1c1c1, #efefef);
	background-image: linear-gradient(top, #c1c1c1, #efefef);
}


#leaf_title h2 {
	padding: 0.6em 0.5em;
	text-align: center;
	color: #515151;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 100;
}


.liaf_container {
	border: 1px solid #CCC;
	background: #fcfcfc;
	border-radius: 3px;
	padding: 1em 0.5em 0 0.5em;
	margin-bottom: 1.3em;
	-webkit-box-shadow: 0 5px 3px -3px #ccc;
    -moz-box-shadow: 0 5px 3px -3px #ccc;
	box-shadow: 0 5px 3px -3px #ccc;
}

/* liaf_container 下のpadding */
.bottom_space {
	padding-bottom: 0.7em;
}

.img_waku img {
	border: 1px solid #999;
}

.docu_title {
	border-bottom: 1px solid #999;
	margin: 0.5em 0 1em 0;
}

.row .four.columns 		{ width: 31.9%; }

.row .four.columns.leaf { width: 48.75%; }

/* IE 7 */
*:first-child+html .row .four.columns { width: 31.0%; }

/* IE 7 */
*:first-child+html .row .four.columns.leaf { width: 47.85%; }


.leaf_dlb.btn {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 60px !important;
	height: 60px;
	padding: 0 13px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.casefile_container {
	border: 1px solid #CCC;
	background: #fcfcfc;
	border-radius: 3px;
	padding: 1.5em 0.5em 0 0.5em;
	margin-bottom: 3em;
	-webkit-box-shadow: 0 5px 3px -3px #ccc;
    -moz-box-shadow: 0 5px 3px -3px #ccc;
	box-shadow: 0 5px 3px -3px #ccc;
}

.leaf_p_m {
	margin: 0 auto 30px;
}

@media only screen and (max-width: 768px) {

.bread {
	display: none !important;
}

#leaf_title {
	margin: 20px 0 20px;
}

.docu_title {
	text-align: center;
	background-color: #caecff;
}


.casefile_container_cts {
	margin-bottom: 25px;
}


}

@media only screen and (max-width: 480px) {

#leaf_title h2 {
	font-size: 14px;
	font-size: 1.4rem;
}

.leaf_dlb.btn {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 60px !important;
	height: 60px;
	padding: 0 13px;
	width: 80%;
}

}


