@charset "UTF-8";
/* CSS Document */

a:hover {
	opacity: 0.75;
	}
	
a[href^="tel:"]{
    pointer-events: none;
    }
	
a.tax:link {
	color: #00b8ee !important;
	text-decoration: underline
	}
	
a.tax:visited {
	color: #00b8ee !important;
	text-decoration: underline
	}
	
a.tax:hover {
	color: #656d73;
	text-decoration: none
	}

.ttl_h3 {
	font-size: 120%;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	}
	

.as-doc {
	letter-spacing: normal;
	margin-left: 3%;
	margin-bottom: 10px;
	}

	.as-doc img {
	width: 350px;
	}

	ul.pt_tell {
	margin: 30px 0 0 8px;
	}
	
	ul.pt_tell li {
	float: left;
	margin-left: 10px;
	}
	
	
	ul.pt_tell li img {
		padding: 4px;
		}
	
/* clear */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

table#contentbox {
	width: 600px;
	margin: 30px auto
	}
	
table#contentbox tbody tr td.box01 {
	width: 20%;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 10px
	}

table#contentbox tbody tr td.box02 {
	width: 40%;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 10px
	}
	
table#contentbox tbody tr td.box02 span {
	color: #ff0000
	}


/* 20171101 */

	.archive {}
	
	.archive .period01 {
		padding-left: 1em;
		text-indent: -1em
		}

	.archive .period01.box {
		border: 1px solid #CCCCCC;
		width: 40%;
		margin: 30px auto;
		padding: 30px
		}
	
	.archive period02 {
		padding-left: 2em;
		text-indent: -1em
		}
		
	.archive ul.period03 {
		padding-left: 3em;
		}

	.archive .period04.box {
		border: 1px solid #CCCCCC;
		width: 45%;
		margin: 30px auto;
		padding: 30px
		}
	.archive .period04.box span {
		padding-bottom: 10px;
		text-decoration: underline;
		display: block
		}
		
	.archive .period04.box span.ttl {
		padding-bottom: 10px;
		text-decoration: none;
		display: block;
		font-weight: 700
		}
		
	.topic_list {
		padding-left: 2.6em;
		text-indent: -2.6em
		}

.archive ul.list {
	margin-bottom: 20px
	}
	
.archive ul.list li{
	padding-left: 1em;
	text-indent: -1em;
	}

.mb10 {
	margin-bottom: 10px;
	}
	
.mb20 {
	margin-bottom: 20px;
	}
	
.pt30 {
	padding-top: 60px;
	}	
	
.archive table.month {
	margin-bottom: 10px;
	}
	
.archive table.month tbody th{
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: center
	}
.archive table.month tbody td {
	border: 1px solid #cccccc;
	padding: 8px 5px;
	}
	
.archive table.month.sec {
	width: 80%;
	}
.archive table.month.sec tr th {
	background-color: #f3f3f3
	}
	
	
.archive table.month.sec td.left{
	width: 19%;
	}

.archive table.month.sec td.right{
	width: 81%;
	text-align: left;
	padding-left: 2em;
	padding-right: 2em;
	text-indent: -1em
	}
	
	
.list {
	margin-bottom: 0;
	padding: 20px 20px 0 20px
}


@media screen and (max-width: 979px) {


	.archive .period01.box {
		width: 70%;
	}

}

@media screen and (max-width: 768px) {

a[href^="tel:"]{
    pointer-events: auto;
    }

	.as-doc img {
	width: 100%;
	}
	
		#ev-title-common ul.ev-gnav {
		display: none;
		padding: 0 10px;
	}
	
	ul.pt_tell {
	margin: 30px 0 0 0px;
	}
	
	ul.pt_tell li img {
	display: none;
	}
	
	#content-body .section-wrapper {
	margin-top: 25px;
	}
	
	table#contentbox {
	width: 100%
	}
	
	.archive .period04.box {
		width: 100%;
		box-sizing: border-box
		}
	.archive table.month {
		width: 100%;
		margin-bottom: 30px
	}
	
.archive table.month.sec {
	width: 100%;
	}
	
	
.archive table.month.sec td.left{
	width: 25%;
	}

.archive table.month.sec td.right{
	width: 75%;
	}

}