/*
Theme Name: da2025
Author: kondodesign
Author URI: https://www.tk-design.jp
Description: da
*/


/* main */
div#main {
	width:90%;
	margin:50px auto 0;
	max-width:1000px;
	overflow:hidden;
}

/* blogleft */
div#blogleft , div#blogright {
	margin-bottom:80px;
}
div#blogleft h2 a {
	font-size:2rem;
	font-weight:700;
	color:#333;
	line-height:1.3;
	display:block;
	text-decoration:none;
	margin:15px 0 55px 0;
}
div#blogleft h2 span {
    font-size: 1.5rem;
    font-weight:700;
    color: #333;
    line-height: 2;
    display: inline-block;
    margin-top: 15px;
}
div#blogleft p {
	font-size: 1.4rem;
	text-align:justify;
	margin-bottom:30px;
}
div#blogleft .contents {
	padding-bottom:80px;
	margin-bottom:80px;
	border-bottom:1px dotted #808080;
	overflow:hidden;
}
div#blogleft .contents img {
	 max-width: 100%;
	 height: auto;
}
div#blogleft div.btn-more {

}



/* blogright */
div#blogright h4 {
    text-align: center;
    font-size: 1.4rem;
	font-weight:700;
    line-height: 1;
    letter-spacing: 0em;
    color: #fff;
    padding: 20px 0;
    margin-top: 10px;
	box-sizing:border-box;
    background-color: #333;
}
div#blogright ul {
	margin-bottom:50px;
}
div#blogright li {
	padding:15px 0;
	border-bottom:1px dotted #808080;
}
div#blogright li span {
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 700;
    display: block;
}
div#blogright li a {
	font-size: 1.4rem;
    text-decoration: none;
     font-weight: 700;
    color: #006da4;
}
div#blogright li a:hover {
    color: #78b2cf;
}
div#blogright ul.children {
    padding-left: 10px;
    margin-bottom:0;
    margin-top: 10px;
}
div#blogright ul.children li {
    border-bottom:none;
    padding:5px 0;
}

.ichiran a:hover {
    background-color: #333;
    color: #fff;
}
.ichiran a {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 20px 0;
    display: block;
    color: #333;
    margin: 30px auto 30px auto;
	width:100%;
    border: 1px solid #333;
}
@media print, screen and (min-width: 600px) {
div#blogright {
	width:80%;
	margin:0 auto 70px auto;
}
.ichiran a {
	width:50%;
}
}
@media print, screen and (min-width: 960px) {
div#blogleft {
	float:left;
	width:65%;
}
div#blogright {
	float:right;
	width:25%;
}
}

@media print, screen and (min-width: 960px) {
div#blogleft {
	float:left;
	width:65%;
}
div#blogright {
	float:right;
	width:25%;
}
}



.btn-select {
    width: 100%;
    position: relative;
    border: 1px solid #333;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer; /* IEでcursorがチラついたので */
}

.label {
    color: #333;
    position: absolute;
    width: 100%;
    z-index: 1;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
}

.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    cursor: pointer;
    width: 100%;
    border: none;
    opacity: 0;
    position: relative;
    z-index: 2;
    height: 55px;
}

/* IE10以上で矢印を消す */
.select::-ms-expand {
  display: none; 
}

/* フォーカス時 */
.select:focus {
  z-index: -1;
  opacity: 1;
}

/* ページャー */
.pager{
    margin-bottom: 20px;
    font-size: 1.3rem;
    text-align:center;
}
a.page-numbers,
.pager .current{
    border: solid 1px #aaaaaa;
    border-radius:5px;
    padding:5px 8px;
    color: #808080;
text-decoration: none;
    margin:0 2px;
}
 
.pager .current{
    background-color: #000000;
    border: solid 1px #000000;
    color: #ffffff;
}
 
.pager a:hover{
    color: #ffffff;
    border: solid 1px #000000;
    background-color: #000000;
}


div#blogleft .contents h1 {
	font-size:2.6rem;
	margin-bottom:30px;
	padding:0;
	text-align:left;
	line-height:1.2;
}
div#blogleft .contents h2 {
	font-size:2.4rem;
	margin-bottom:30px;
	padding:0;
	text-align:left;
	line-height:1.5;
}
div#blogleft .contents h3 {
	font-size:2.2rem;
	margin-bottom:30px;
	padding:0;
	text-align:left;
	line-height:1.5;
}
div#blogleft .contents h4 {
	font-size:2rem;
	margin-bottom:30px;
	padding:0;
	text-align:left;
	line-height:1.5;
}
div#blogleft .contents h5 {
	font-size:1.8rem;
	margin-bottom:30px;
	padding:0;
	text-align:left;
	line-height:1.5;
}
div#blogleft .contents h6 {
	font-size:1.5rem;
	margin-bottom:30px;
	padding:0;
	text-align:left;
	line-height:1.5;
}
div#blogleft .contents strong {
	font-weight:700;
}
div#blogleft .contents li {
	font-size:1.5rem;
}
div#blogleft .contents ul li {
	list-style-type:disc;
	list-style-position: inside;
	margin-bottom:15px;
}
div#blogleft .contents ol li {
	list-style-type:decimal;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom:15px;
}
div#blogleft .contents em {
	font-style:italic;
}

@media print, screen and (min-width: 600px) {
div#blogleft .contents br {
	display: block;
}
}