@charset "utf-8";

html {
}
body {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
h1 {
	background-repeat: no-repeat;
	background-size: contain;
    max-width:900px;
	height: 25px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
h1#D {
	background-image: url(../images/DAICOLO_LOGO.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
div#header h1 span {
    display: none ;
}

h2 {
	margin: auto;
    padding: 10px;
    width: auto;
	height: auto;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.3em;
	color : #696969;
}
div.head h2 {
    max-width: 900px;
}

#header {
	height: auto;
	clear: both;
	margin: 0;
	padding: 0;
}
div#header h1 span {
    display: none ;
}

.head {
	width: 100%;
}

#all {
	margin:0px auto;
}

.contents {
	max-width: 900px;
	padding-top:2px;
	margin: auto;
}
.block p {
/*	width: auto;*/
/*	padding: 0 10px;*/
    margin: auto ;
	line-height : 1.2em;
}

/* ===== 20170616 閉じるボタン　css化 ===== */ 

div#batu {
	display:block;
	position:absolute;
	right: 10px;
	top: 10px;
	border: solid 1px #696969;
	text-indent:-9999px;
}
div#batu a {
	color : #696969;
}
div#batu span {
    display: none;
}
div#batu {
	height:20px;
	width:20px;
}
div#batu a:before, div#batu a:after {
	content:'';
	height:3px;
	width:14px;
	display:block;
	background:#696969;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	position:absolute;
	top:8px;
	left:3px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
div#batu a:after {
	transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
}
div#batu span {
    display: none;
}
/* ===== 20170616 閉じるボタン　css化 ===== */

ol {
	margin : 0;
}
ul {
	margin : 0;
}
li {
	line-height : 1.2em;
	padding : 0.3em 0;
	margin : 0;
}

article section div.contents div.time {
	text-align: right;
    line-height: 1em;    
    display: block;
    font-size: 100%;
    line-height: 1.5em;
    color: #696969;
}

main {
    margin: 20px auto;
}

main section.block p {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.5em;
}

ol.pvc {
    margin: 0px;
    padding-left: 30px;
}

li.pvc {
    margin: 10px auto;
    padding: 5px 0px 5px 10px;
    line-height: 1.5em;
}

address dl {
    display: block;
    float: right;
    max-width: 400px;
    font-style: normal;
    border-color: #696969;
    border-style: solid;
    border-width: 1px;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 150px;    
    clear: both;
}
footer.pvc aside, address {
    float: right;
    clear: both;
}

footer.pvc {
    margin-top: 50px;
    float: right;
}

address dt.add {
    margin-bottom: 10px;
}
