@charset "UTF-8";
/* CSS Document */

#monodukuriWrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#monodukuriList{
width: 740px;
}

#monodukuriList p.listHeading{
font-size: 150%;
font-weight: bold;
line-height: 1.5;
padding-bottom: 0.3em;
border-bottom: 2px solid #111111;
}

#monodukuriNum{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 5px 0 20px;
}

@media screen and (max-width: 999px){
#monodukuriWrap{
display: block;
}

#monodukuriList{
width: auto;
}
}/*media*/





#monodukuriList ul.list>li{
border: 1px solid #cdcdcd;
border-radius: 7px;
overflow: hidden;
position: relative;
}
#monodukuriList ul.list>li+li{
margin-top: 10px;
}
#monodukuriList ul.list>li>a{
display: block;
position: relative;
text-decoration: none;
color: #111111;
padding: 20px 120px 20px 20px;
transition: background-color 100ms ease;
}
#monodukuriList ul.list>li>a:hover{
/*color: #aacc05;*/
background-color: #e4f5f8;
}
#monodukuriList ul.list>li>a .titleBox{
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
#monodukuriList ul.list>li>a p.year{
width: 150px;
background-color: #dc8310;
color: #ffffff;
font-weight: bold;
line-height: 1.5;
padding: 5px;
text-align: center;
}
#monodukuriList ul.list>li>a p.title{
font-size: 125%;
font-weight: bold;
line-height: 1.5;
transition: color 100ms ease;
margin-left: 15px;
}
#monodukuriList ul.list>li>a:hover p.title{
/*color: #aacc05;*/
}
#monodukuriList ul.list>li ul.topics{
font-size: 87.5%;
margin-top: 0.75em;
line-height: 1.5;
}
#monodukuriList ul.list>li ul.topics li{
list-style-type: disc;
margin-left: 20px;
}
#monodukuriList ul.list>li p.pdf{
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 100px;
border-left: 2px dotted #cdcdcd;
background-color: #ffffff;
}
#monodukuriList ul.list li p.pdf a{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
transition: background-color 100ms ease;
height: 100%;
}
#monodukuriList ul.list li p.pdf a:hover{
background-color: #e4f5f8;
}
#monodukuriList ul.list li p.pdf img{
width: 30px;
transition: transform 100ms ease;
}
#monodukuriList ul.list li p.pdf a:hover img{
transform: scale(1.1);
}

@media screen and (max-width: 999px){
#monodukuriList ul.list>li>a{
padding: 10px 70px 10px 10px;
}
#monodukuriList ul.list>li>a .titleBox{
display: block;
}
#monodukuriList ul.list>li>a p.year{
width: auto;
display: inline-block;
padding: 5px 10px;
}
#monodukuriList ul.list>li>a p.title{
margin-left: 0;
margin-top: 5px;
}
#monodukuriList ul.list>li p.pdf{
width: 60px;
}
#monodukuriList ul.list li p.pdf img{
width: 20px;
}
}/*media*/





#monodukuriSide{
width: 200px;
}
#monodukuriSide h3{
font-family: 'Poppins', sans-serif;
font-size: 150%;
font-style: italic;
font-weight: 700;
line-height: 100%;
letter-spacing: 0.05em;
border-bottom: 2px solid #111111;
padding-bottom: 0.5em;
}

.monodukuriArchive+.monodukuriArchive{
margin-top: 50px;
}
.monodukuriArchive ul li{
border-bottom: 2px dotted #cdcdcd;
}
.monodukuriArchive ul li a{
display: block;
color: #111111;
text-decoration: none;
padding: 10px;
transition: color 100ms ease;
}
.monodukuriArchive ul li a:hover{
color: #aacc05;
}
.monodukuriArchive ul li.current a{
background-color: #aacc05;
color: #ffffff;
}

#monodukuriArchiveYear ul{
display: flex;
flex-wrap: wrap;
}
#monodukuriArchiveYear ul li{
width: 50%;
}
#monodukuriArchiveYear ul li:nth-child(2n-1){
border-right: 2px dotted #cdcdcd;
}
/*#monodukuriArchiveYear ul li a{
text-align: center;
}*/

@media screen and (max-width: 999px){
#monodukuriSide{
width: auto;
margin-top: 10%;
}

.monodukuriArchive+.monodukuriArchive{
margin-top: 7%;
}
}/*media*/





#monodukuriSingle{
width: 740px;
}

#monodukuriSingle h2{
font-size: 150%;
font-weight: bold;
line-height: 1.5;
}

#monodukuriSingle .year{
display: inline-block;
text-align: center;
font-weight: bold;
background-color: #dc8310;
color: #ffffff;
padding: 0 20px;
margin-top: 20px;
}

#monodukuriSingle .topics{
margin-top: 30px;
}
#monodukuriSingle .topics ul li{
list-style-type: disc;
margin-left: 20px;
}

#monodukuriSingle .pdf{
margin-top: 30px;
}
#monodukuriSingle .pdf p{
width: 300px;
margin: 0 auto;
}
#monodukuriSingle .pdf p a{
display: block;
text-align: center;
font-size: 125%;
position: relative;
padding: 10px 40px;
height: 100%;
background-color: #003955;
color: #ffffff;
text-decoration: none;
transition: opacity 100ms ease;
}
#monodukuriSingle .pdf p a::before{
content: '';
display: block;
position: absolute;
top: 50%;
right: 10px;
transform: translate(0, -50%);
width: 20px;
height: 24px;
background-image: url(../images/icon_pdf_white.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
}
#monodukuriSingle .pdf p a:hover{
opacity: 0.7;
}

@media screen and (max-width: 999px){
#monodukuriSingle{
width: auto;
}

#monodukuriSingle .year{
margin-top: 5%;
}

#monodukuriSingle .topics{
margin-top: 5%;
}

#monodukuriSingle .pdf{
margin-top: 5%;
}
#monodukuriSingle .pdf p{
width: auto;
}
}/*media*/