/*ベース*/
/*ベース*/
ul {
	list-style: none;
	padding-left: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}
html {
    width: 100vw;
    height: 100vh;
    overflow-x : hidden;
    overflow-y : auto;
}
img{
    max-width: 20vw;
}


.input_page_num{
    width: 20px;

    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
.main {
    background: white;
    z-index: var(--frame-index);
}
.move_category_icon_bottom_position {
    text-align: left;
}

/*各枠組み設定*/

#container{
    width: 100%;
    overflow: hidden;
}
#side{
    /* background: #52de4f38; */
    background: #b4ffc4;
	color: rgb(151, 95, 21);
	width: 19%;
	height: 100vh;
	float: left;
	text-align: center;
	overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling : touch;
}
#main{
	background: #ffffff;
	width: 100%;
	height: 100vh;
	float: right;
	color: rgb(73, 73, 73);
	box-shadow: -2px 0 10px rgb(128, 128, 128);
	overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling : touch;
}




/*サイドバー*/

#logo img{
    padding-bottom: 0;
    width: 80%;    
}
#menu{
	margin-left: 10%;
	width: 90%;
}
#menu ul{
	margin-left: 0;
}
#menu li{
	width: 86%;
    text-align: left;
    border-top: dashed 2px gray;
}
#menu a {
	display:inline-block;
	position: relative;
	color: #8f6552;
	line-height: 1.2;
	text-decoration:none;
	font-weight:bold;
}

#menu img{
	margin: 10px 2px 8px 0;
}
#menu li:hover > a {
	transition: all .3s;
	transform:translateX(20px) /*translateY(-5px)*/;
}





/*メインコンテンツ*/

.contents_1st_div {
	margin-top: 5%;
	margin-left: 15%;
}
.bus_box{
    width: 80%;
    background-color: rgba(255, 255, 255, 0.281);
    margin-bottom: 5%;
    height:auto;
    overflow:hidden;
	box-shadow: 0 5px 15px rgba(138, 138, 138, 0.52);
}
.bus{
    margin: 1%;
    width: 45%;
    font-size: 1.1em;
    line-height: 2em;
    text-align: center;
    float: left;
}

.bus p{
    border-bottom: 1px solid #c0c0c0;
    display: inline-block;
}

.bus span{
    font-size: 1.3em;
}

.bus h2{
    font-size: 1em;
}
.title{
    margin-bottom: 3%;
} 
h1{
    font-size: 1.2em;
    font-weight: bold;
}
h1 img{
    width: 32px;
    height: 32px;
    margin-right: 3%;
    vertical-align: top;
}
.contents_2nd_div {
	margin-left: 0%;
	width: 50%;
}
.news_pos {
	float: left;
	margin-left: 5%;
	margin-bottom: 3%;
}
.thread_pos {
	position: relative;
	margin-left: 55%;
	margin-bottom: 3%;
}






/*お知らせ*/

.news_box{
	width: 80%;
	background-color: rgba(255, 255, 255, 0.281);
	margin-bottom: 5%;
	height:auto;
	overflow:hidden;
	box-shadow: 0 5px 15px rgba(138, 138, 138, 0.52);
}
.news{
	width: 100%;
    margin-right: 2%;
	float: left;
	margin-top: 5%;
    margin-bottom: 5%;
}
.news a{
    color: black;
    text-decoration: none;
}
.news hr{
    border: dashed 1px gray;
    margin: 3% 0;
}
.news p{
    margin-top: 3%;
    margin-left: 4%;
}
.tag{
    margin-left: 2%;
    background-color: rgba(128, 128, 128, 0.459);
}
.date{
    font-weight: bold;
    margin: 0 2%;
}



/*すれっど*/

.thread_box{
	width: 80%;
	background-color: rgba(255, 255, 255, 0.281);
	margin-bottom: 5%;
	height:auto;
	overflow:hidden;
	box-shadow: 0 5px 15px rgba(138, 138, 138, 0.52);
}
.thread{
	width: 100%;
    margin-right: 2%;
	float: left;
	margin-top: 5%;
    margin-bottom: 5%;
}
.thread a{
    color: black;
    text-decoration: none;
}
.thread hr{
    border: dashed 1px gray;
    margin: 3% 0;
}
.thread p{
    margin-top: 3%;
    margin-left: 4%;
}
.tag{
    margin-left: 2%;
    background-color: rgba(128, 128, 128, 0.459);
}
.date{
    font-weight: bold;
    margin: 0 2%;
}








/*回り込み解除*/
.clear{
	clear: both;
}

/*開発日記*/

.contents_3rd_div{
	margin: 0 0 5% 15%;
}
.diary_box{
	width: 80%;
	background-color: rgba(255, 255, 255, 0.281);
	height:auto;
	overflow:hidden;
	box-shadow: 0 5px 15px rgba(138, 138, 138, 0.52);
}
.diary {
    /* margin-top: 5%; */
    width: 100%;
    overflow: hidden;
}
.diary li {
    position: relative;
    float: left;
    list-style: none;
    text-decoration: none;
    background: rgba(224, 224, 224, 0.25);
    width: 40%;
    margin: 3% 4%;
	box-shadow: 0 5px 15px rgba(138, 138, 138, 0.52);
}
.diary a {
    display: block;
    text-decoration: none;
    color: rgb(44, 43, 42);
    padding-left: 4px;
}
.diary img {
	/*max-width: 3vw;*/
	max-height: 10vh;
}






/*タイトル下の線の設定*/

.line {
   position: relative;
   padding-left: 25px;
}   
.line:before {
   position: absolute;
   content: '';
   bottom: -3px;
   left: 0;
   width: 0;
   height: 0;
   border: none;
   border-left: solid 15px transparent;
   border-bottom: solid 15px rgb(154, 227, 253);
}
.line:after {
   position: absolute;
   content: '';
   bottom: -3px;
   left: 10px;
   width: 100%;
   border-bottom: solid 3px rgb(154, 227, 253);
}
.line{
   font-size: 1.2em;
   font-weight: bold;
}


/*------トップに戻るボタン insert by makino 20181213--------------*/
.page_top {
    z-index: 9999999;
    position: fixed;
    bottom: 1em;
    right: 4em;
}
.page_top a:hover {
    opacity: 0.5;
}

