@charset "UTF-8";

/*================================================
 * 
 ================================================*/
/* トップナビ */
* html .cl1 {
    height:1em;
    overflow:visible;
}

.cl1 {
    overflow:hidden;
    position:relative;
    margin-right:-2%;
    margin-top:20px;
    margin-bottom:20px;
}

.cl11 {
    display:inline;
    width:60%;
    float:left;
    margin-right:1%;
}

.cl111 {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.cl12 {
	display: inline;
	width: 38%;
	float: left;
	margin-right: 1%;
}

.topNaviCon:hover {
    color:#000;
    background:#fff9f5 none repeat scroll 0 0;
    border:1px solid #f19500;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon h2 {
    margin:10px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#f19500;
    border:none;
}

.topNaviCon:hover h2 {
    color:#f19500;
}

.topNaviCon p {
    margin:10px;
}

.clPhoto img {
	width: 100%;
	border: 1px solid #ddd;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.cl_pron {
	vertical-align: top;
	border-bottom: 1px dotted #ddd;
	margin-left: 10px;
}

.cl_prot {
	vertical-align: top;
	border-bottom: 1px dotted #e78f00;
	color: #e78f00;
}

.cl_proc {
	vertical-align: top;
}

table {
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
}

table img {
    width:100%;
	border: 1px solid #ddd;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.cl_ga {border: 0px solid #FFFFFF;}
.cl_ga td {
	padding: 10px;
	text-align: left;
	width: 33%;
}
.cl_ga1 {
	border: 0px solid #FFFFFF;
}
.staff10 {
	width: 214px;
	float: left;
	margin-right: 15px;
}
.staff1 {
	margin-bottom: 10px;
}
.staff1 img {
	max-width: 100%;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #ddd;
}
.staff11 {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 30px;
	width: 214px;
}
.staff12 {}
.staff12 li {
	list-style-type: none;
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:779px) {
.staff10 {
	width: auto;
	float: none;
	margin-right: 0px;
	text-align: center;
}
.staff11 {
	margin-bottom: 10px;
	text-align: left;
}
.staff12 {
	margin-bottom: 42px;
}
}
