﻿@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru|Sawarabi+Gothic&display=swap');

        pre{
         	white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;
        }
        div.chatlogger pre,div.chatlogger dt,div.chatlogger,div.explog pre{
        	font-family:'ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック','Osaka',sans-serif;
        	word-wrap:break-word;font-size:100%;
        	font-size:14px;
        	line-height:1.5;
        	vertical-align:baseline;
        }

        div.chatlogger{
        	max-width:910px;
        	margin:0 auto;
        	font-family:'ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック','Osaka',sans-serif;
        	font-size:14px;
        	word-wrap:break-word;
        	padding:1em 5px 0px 5px;
        }
        
        .chatlogger .explog{
        	margin:0em 3em 1.5em 3em;
        	padding:5px;
        	border-radius:5px;
        	border:1px solid silver;
        }
        
        .chatlogger .explog img,.chatlogger dd img{
        	max-height:200px;
        	max-width:200px;
        	margin:5px;
        	border-radius:10px;
        	border:darkgray 2px solid;
        }

        div.chatlogger dd{
        	width:auto;
        	background-color:transparent !important;
        	margin-left:8em;
        	margin-right:5px;
        }
        
        div.chatlogger dl{
        	margin-bottom:15px;
        }

        div.chatlogger dt{
        	text-align:right;
        	clear:left;
        	float:left;
        	width:8em;
        	background-color:transparent !important;
        	overflow:hidden;
        	float:left;
        }
        
        div.chatlogger dt img{
        	width:1.7em;height:1.7em;
        	vertical-align:middle;
        }

        .chatlogger .html5jp-progress{
        	width:101px;
        	margin:0 5px;
        	line-height:1!important;
        	display:inline-block;
        }

        div.chatlogger h1{
        	line-height:1.2;
        	font-size:50px;
        	margin-bottom:20px;
        	border-radius:10px;
        }

        div.chatlogger h2{
        	line-height:1.2;
        	font-size:35px;
        	margin-bottom:20px;
        	border-radius:5px;
        }

        div.chatlogger h3{
        	line-height:1.2;
        	font-size:30px;
        	margin-bottom:40px;
			position: relative;
            color: #6eb0f9;
            line-height: 1.4;
            font-family: 'Kosugi Maru', sans-serif;
            -webkit-box-reflect: below -10px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.6));
}

        }

        div.chatlogger h4{
        	line-height:1.2;
        	font-size:20px;
        	margin-bottom:10px;
        }

        div.chatlogger h4{
        	line-height:1.2;
        	font-size:20px;
        	margin-bottom:10px;
        }

        div.chatlogger h5{
        	line-height:1.2;
        	font-size:20px;
        }

        div.chatlogger h6{
        	line-height:1.2;
        	font-size:17px;
        }
		
		div.chatlogger dt{
			color:#2675c5;
			background-color:white;
			border-color:black;
		}

		div.chatlogger dt a{
			color:#2675c5;
		}

    	div.chatlogger dd{
    		background-color:white;
    		border-color:black;
    	}
    	
    	div.chatlogger dd pre{
    		color:black;
    	}
    	
    	div.explog{
    		background-color:#f6fafd;
    	}

    	div.explog pre{
    		color:#576e85;
    	}

		/*リンク色*/
		a {
		}

		a:link {
			color:#2675c5;
		}

		a:visited {
			color:#888888;
		}

		a:hover {
			color:#FF0099;
			text-decoration:underline;
		}

		a:active {
			color:#2675c5;
		}