@charset "UTF-8";
body{font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;color:#4e4e4e;margin:0;padding:0;height:100%;overflow-x:hidden}
dl,dt,dd,ul,li{ list-style-type:none; margin:10; padding:0; font-size:100%;}
.a-noline{
    color : #ffffff;
	text-decoration: none;
}
.a-noline:link { color: #ffffff; }
.a-noline:visited { color: #ffffff; }
.a-noline:hover { color: #ffffff; }
.a-noline:active { color: #ffffff; }
#contents{
    width: 100%;
    height: 100%;
    overflow: scroll;
    background: url("../image/bg_monbopattern_01.svg"), linear-gradient(180deg, #ffe048 0%, #2ed3dcff 100%);
}

.article-contents{
    user-select: none;
    outline: none;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2);
    margin: 10px 40px 30px 40px;
}
.contents-in-header {
    margin: 0 auto;
    text-align: left;
    margin-top: 20px;
    padding : 20px 30px 15px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #102028;
    background-color: #FAFAFA;
    border-bottom: 1px solid #CCCCCC;
}
.contents-in-desc {
    margin: 0 auto;
    padding: 10px 30px 0px 30px;
    background-color: #F0F0F0;
}
.contents-in-topic{
    display: block;
    padding-bottom: 10px; 
}
.contents-in-topic-title {
    /*min-width: 230px;
    max-width: 230px;*/
    /*height: 25px;*/
    margin-top: 12px;
    margin-left: 5px;
    padding: 2px 0px 3px 20px;
    font-weight: bold;
    font-size : 16px;
    color: #102028;
    border-left: 8px solid #FFCC00;
}
.contents-in-topic-desc {
    width: 90%;
    background-color: #E6E6E6;
    margin-top: 5px;
    padding : 20px 5% 20px 5%;
    border-radius: 0px 4px 4px 0px;
    font-size : 16px;
    color: #3B484E;
}

.btn-link{
	display: block;
	width: 90%;
    margin: auto;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    font-size: 21px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
    background-color: #2878CC7F;
    border: 0px none;
	border-radius: 30px;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 20px 1px 2878CC7F;
}

#contents::-webkit-scrollbar {
    display:none;
}
.display-none{
	display: none;
}
