@charset "UTF-8";
/*------------------------------common上書き-------------------------------*/
.container_left{
	border-right: dotted 1px #cfcfcf;
}
.container_left,
.container_right{
	width: 490px;
	padding: 20px 40px;
	margin-bottom: 20px;
}
.container_left a,
.container_right a{
	color: #336699;
	text-decoration: none;
}
@media screen and (max-width:641px) {
	.container_left{
		border-right: none;
	}
	.container_left,
	.container_right{
		width: 100%;
		padding: 20px;
	}
}

/*------------------------------画像・テキストカラム-------------------------------*/
.col_img{
    float: left;
    width: 80px;
}
.col_txt{
	position: relative;
    color: #444;
	margin-left: 100px;
}
.col_txt_title{
    color: #336699;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding-bottom: 5px;
    border-bottom: dashed 1px #cfcfcf;
}
.col_txt_title>a{
    color: #336699;
    text-decoration: none;
}
.col_txt_detail>a{
    color: #444;
    text-decoration: none;
}
.col_txt_title>a:hover,
.col_txt_detail>a:hover{
	text-decoration: underline;
}

/*------------------------------TEXT05-------------------------------*/
.center_box{
    border: solid 1px #cfcfcf;
    border-radius: 5px;
    background: #f2f2f2;
    margin: 0 20px 20px 20px;
    padding: 20px;
}
.center_box .center{
	text-align: center;
}
.center_box .dotted_bottom{
    position: relative;
    border-top: none;
    border-bottom: dashed 1px #cfcfcf;
    padding: 0 0 0 20px;
    line-height: 30px;
}
.center_box .dotted_bottom:before{	
    display: block;
    position: absolute;
    content: "▶";
    color: #c11920;
    top: 0px;
    left: 0;
    right: auto;
    line-height: 30px;
}
.center_box.color_beige{
	background: #f8f9e3;
}
.center_box.color_pink{
	background: #fbf7f4;
}
@media screen and (max-width:641px) {
	.center_box{
	    margin: 0 0 20px 0;
	    padding: 20px
	}
	.center_box img{
		width: 40%;
	}	
}

/*------------------------------メインビジュアル-------------------------------*/
.main_static{
	width: 980px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.main_static.left{
	width: 680px;
}
.main_static .txt{
	color: #444;
}
@media screen and (max-width:641px) {
	.main_static{
		margin: 85px 0 0 0;
		width: 100%;
	}
	.main_static .txt{
	    width: 100%;
	    font-size: 12px;
	    margin: 0;
	    padding: 20px;
	    background: #fff;
	}
}

/*------------------------------ボタン-------------------------------*/
.bill,
.s_staff_new{
	height: 35px;
	text-align: center;
	margin-bottom: 20px;
}
.bill .btn>a,
.s_staff_new .btn>a{
	height: 45px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 80px;
	border: solid 1px #fff;
	border-radius: 5px;
	box-shadow: 1px 2px 2px 2px #cfcfcf;
}
.bill .btn>a span,
.s_staff_new .btn>a span{
	position: relative;
	padding-left: 25px;
}
.bill .btn>a span:before,
.s_staff_new .btn>a span:before{
	content: url(../../../img/common/ico_arrow_w.png);
	width: 20px;
	height: 20px;
	position: absolute;
    top: 2px;
    left: 0;
}
.bill .btn>a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #195824), color-stop(0.49, #117e2a), color-stop(0.00, #30ad25));
	background: -webkit-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: -moz-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: -o-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: -ms-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: linear-gradient(to bottom, #30ad25 0%, #117e2a 49%, #195824 100%);
}
.bill .btn>a:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #217d31), color-stop(0.49, #17ba3c), color-stop(0.00, #3bcc2e));
	background: -webkit-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: -moz-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: -o-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: -ms-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: linear-gradient(to bottom, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
}
.s_staff_new .btn>a{
	font-style: italic;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffa220), color-stop(0.49, #e0a138), color-stop(0.00, #ebe952));
	background: -webkit-linear-gradient(top, #ebe952 0%, #e0a138 49%, #ffa220 100%);
	background: -moz-linear-gradient(top, #ebe952 0%, #e0a138 49%, #ffa220 100%);
	background: -o-linear-gradient(top, #ebe952 0%, #e0a138 49%, #ffa220 100%);
	background: -ms-linear-gradient(top, #ebe952 0%, #e0a138 49%, #ffa220 100%);
	background: linear-gradient(to bottom, #ebe952 0%, #e0a138 49%, #ffa220 100%);
}
.s_staff_new .btn>a:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffb54d), color-stop(0.49, #eac76c), color-stop(0.00, #fcf1a1));
	background: -webkit-linear-gradient(top, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
	background: -moz-linear-gradient(top, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
	background: -o-linear-gradient(top, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
	background: -ms-linear-gradient(top, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
	background: linear-gradient(to bottom, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
}
@media screen and (max-width:641px) {
	.bill,
	.s_staff_new{
		margin-top: 30px;
	}
	.bill .btn>a{
	    padding: 10px 15%;
	}
	.s_staff_new .btn>a{
		padding: 10px 5%;
	}
}


/*------------------------------table01-------------------------------*/
.touroku{
	margin-bottom: 20px;
}
.touroku a{
	text-decoration: none;
	color: #336699;
}
.touroku a:hover{
	text-decoration: underline;
}
.touroku table{
	width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}
.touroku table th,
.touroku table td.name{
    background: #EFE7E9;
	vertical-align: top;
	text-align: center;
	width: 80px;
}
.touroku table tr,
.touroku table th,
.touroku table td{
	padding: 10px;
    border: 1px solid #cfcfcf;
}
.touroku table td{
	background: #fff;
}
.touroku table td.name{
	background: #F8F4F5;
}
.touroku table td p.kenpo {
    margin: 5px 20px;
    padding: 5px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background: #f2f2f2;
}
@media screen and (max-width: 640px) {
	.touroku table tr,
	.touroku table th,
	.touroku table td,
	.touroku table td.name{
		display: block;
		width: 100%;
	}
	.touroku table th,
	.touroku table td{
		border: none;
		padding: 10px;
	}
	.touroku table th,
	.touroku table td.name{
		text-align: left;
	}
	.touroku table tr{
		padding: 0;
	}
	.touroku table tr+tr{
		border-top: none;
	}
	.touroku table td{
		padding-left: 20px;
	}
}

/*------------------------------div05-------------------------------*/
.bt{width: 515px;
margin: 10px auto;
padding: 10px;
display: block;
clear: both;}

.bt_img01{margin-right: 10px}
.bt_img02{margin-left: 10px}

.bt img{float: left}

.clr{clear: both;}

.img_center img{margin: 0 auto 20px auto;
display: block;}

/*------------------------------追加-------------------------------*/
.s_bt img{margin-bottom: 15px;}
