*{
    font-size: 18px;
    line-height: 22px;
    font-family:"游ゴシック","Yu Gothic",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo,'メイリオ',sans-serif;
}
td{
	line-height: 28px;
}
p{
    line-height: 28px;
}
#out_menu{
	margin: 14px 0 0 0;
	padding: 0px;
	text-align:left;
	color: #666666; 
	display: flex;
    flex-wrap: wrap;
}

#out_menu *{
    font-size: 14px;
    line-height: 20px;
}

#out_menu ul {

    margin: 0px;
    padding: 0;
    margin-right: 4px;
    display: inline;
    text-align:left;
}

#out_menu li {
	list-style-type: none;
    font-size: 14px;
    width: 240px;
    height: 1.2em;
    line-height: 1em;
    margin: 4px;
    padding: 4px;
    border-left: 4px solid #157e46;
    border-right: 1px solid #999999;
    border-top:1px solid #999999;
    border-bottom:  1px solid #999999;
}
#out_menu ul li a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333333;
    white-space: nowrap;
    vertical-align:middle;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow:hidden;
}
#out_menu li:hover{
    background-color: rgba(133, 240, 142, 0.41);
    box-shadow:  1px 3px 5px #c7c7c7;
}
#out_menu ul li a:hover{
    color: #0919ff;
    text-decoration: underline;
}


#out_menu ul li.new a{
    width: 200px;
}
#out_menu li.new:before{
    content: 'new!';
    display: inline-block;
    float: left;
    color: #E91E63;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    font-style: italic;
    margin-right: 5px;
}

.out_title{
    font-size: 16px;
    font-weight: bold;
    color: #06379a;
    background-color: #fffcb1;
    border: 2px solid #479e8b;
    border-radius: 16px;
    display: inline-block;
    padding: 4px 20px;
    margin: 2px 2px 14px 2px;
   /* box-shadow:  1px 3px 5px #c7c7c7;*/
}
.out_title.new:before{
    content: 'new!';
    display: inline-block;
    float: right;
    color: #E91E63;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
    margin-left: 5px;
}

blockquote{
    background-color: #ffffcc;
    border: 1px solid #cbd4d7;
    padding: 15px 34px 15px 20px;
    margin: 20px;
    border-radius: 8px;
    background-image: url(element/dq.png);
    background-repeat: no-repeat;
    background-position: top right;
}
/*
blockquote:before {
content:"”";
line-height: 1em;
color: #CAC8C8;
float: right;
font-size: 400%;
margin-top: -10px;
}*/

blockquote p{
margin:0;
}


cite{
	color: #555555;
	font-size: 14px;
    line-height: 22px;
	}
cite a{
	color: #555555;
	font-size: 14px;
	line-height: 24px;
}
	
.line2{
	font-size:14px;
	}
	.line2 a{
	font-size:14px;
	}

#page_nav{
	clear:both;
	height:40px;
	}
#page_nav .back{
	float:left;
	}
#page_nav .next{
	float:right;
	}
	
	.imagebox{
	font-size: 12px;
	color:#000;
	text-align:center;
	}
	
	.sub{
			font-size: 14px;
			line-height: 18px;
			color: #245181;
			letter-spacing: 0;
		}
	.inline_box{
		border: 1px solid #868080;
	padding: 8px;
	width: inherit;
	display: inline-block;
		}

