/*リスト先頭のアイコンを無くす*/
ul.none{
    list-style-type: none; 
}

/*文字サイズ・カラー*/
.oomozi {
/*	font-size: 18pt;*/
	font-size: 115%;
	line-height: 35px;
	font-weight:bold;
}
.komozi {
/*	font-size: 80%;*/
	font-size: 85%;
}
strong {
	color: #ff0000;
}

/*テキスト右寄せ*/
.al-r {
text-align: right;
padding-right: 10px;
}

/*--------------------
 サイドバーアイコン
--------------------*/
#side aside ul li ul li { /* デフォルトのアイコンと余白を削除 */
	background: none;
	padding-left: 0;
}
#side aside li.cat-item a { /* リンク全体の装飾 */
	display: block;
	overflow: hidden;
	font-size: 15px; /* 文字サイズ */
	line-height: 2.4em; /* 行（ボックス）の高さ */
	text-decoration: none;
	vertical-align: middle;
	padding: 0 8px; /* 左右の余白 */
	color: #039BE5; /* 文字色 */
/*	background: #f4fbff;  背景色 */
	background: #F2FCFF; /* 背景色 */

	margin-bottom: 2px; /* 次のカテゴリーとの余白 */
}
#side aside li.cat-item a:hover { /* マウスオーバー時の設定 */
	background: #039BE5; /* 背景色 */
	color: #fff; /* 文字色 */
}
#side aside li.cat-item span { /* 記事数部分の装飾 */
	line-height: 1em;
	float: right; /* 右端に寄せる */
	margin: 8px 0 0 8px; /* 位置の調整 */
	padding: 4px 8px; /* 文字周りの余白 */
	border-radius: 4px; /* 角の丸み */
	color: #fff; /* 文字色 */
	background: #278a71; /* 背景色 */
}

/*各カテゴリーの表示設定*/
li.cat-item a:before {
    font-family: "FontAwesome";
    content: "\f036"; /* アイコン */
    padding-right: 6px;
}

/*子カテゴリを非表示*/
li.cat-item ul.children {
display: none;
}

/*--------------------
tableをスクロールさせる
--------------------*/
table{
width:100%;
}
.scroll{
overflow: auto;/*tableをスクロールさせる*/
white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

/*--------------------
 吹き出しを作る
--------------------*/
.balloon {
margin-bottom: 2em;
position: relative;
}
.balloon:before,.balloon:after {
clear: both;
content: "";
display: block;
}
.balloon figure {
width: 60px;
height: 60px;
}
.balloon-image-left {
float: left;
margin-right: 20px;
margin-left: 5px;
}
.balloon-image-right {
float: right;
margin-left: 20px;
margin-right: 5px;
}
.balloon figure img {
width: 100%;
height: 100%;
border: 1px solid #aaa;
border-radius: 50%;
margin: 0;
}
.balloon-image-description {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}
.balloon-text-right,.balloon-text-left {
position: relative;
padding: 10px;
border: 1px solid;
border-radius: 10px;
max-width: -webkit-calc(100% - 120px);
max-width: calc(100% - 120px);
display: inline-block;
}
.balloon-text-right {
border-color: #aaa;
}
.balloon-text-left {
border-color: #aaa;
}
.balloon-text-right {
float: left;
margin-top: 15px;
}
.balloon-text-left {
float: right;
margin-top: 15px;
}
.balloon p {
margin: 0 0 20px;
}
.balloon p:last-child {
margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #aaa;
top: 15px;
left: -20px;
}
.balloon-text-right:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -19px;
}
.balloon-text-left:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #aaa;
top: 15px;
right: -20px;
}
.balloon-text-left:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #fff;
top: 15px;
right: -19px;
}

/* 考え事風 */
.think .balloon-text-right,.think .balloon-text-left {
 border-radius: 30px;
 margin-top: 15px;
}
.think .balloon-text-right:before {
 border: 1px solid #aaa;
 border-radius: 50%;
 width: 8px;
 height: 8px;
 top: 15px;
 left: -12px;
}
.think .balloon-text-right:after {
 border: 1px solid #aaa;
 border-radius: 50%;
 width: 4px;
 height: 4px;
 top: 20px;
 left: -19px;
}
.think .balloon-text-left:before {
 border: 1px solid #aaa;
 border-radius: 50%;
 width: 8px;
 height: 8px;
 top: 15px;
 right: -12px;
}
.think .balloon-text-left:after {
 border: 1px solid #aaa;
 border-radius: 50%;
 width: 4px;
 height: 4px;
 top: 20px;
 right: -19px;
}

/*--------------------
YouTube用
--------------------*/
.youtube{ 
    position:relative; 
/*  padding-bottom: 56.25%; */
    padding-bottom: 67%;
    padding-top:10px;
    height:0; 
    overflow:hidden; 
} 
.youtube iframe{ 
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
}

/*--------------------
 スポンサードリンク
--------------------*/
.sponsoredlink {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 15px;
}