@charset "utf-8";


/* TABLEをたてに重ねる　ただ、display:block;にするだけ */
/*@media screen and (max-width:640px) {
    .table th, .table tr, .table td {
        display:block;
	width:100%;
	]
}*/


/* 蛍光ペンマーカー*/
.marker_lime {
background: linear-gradient(transparent 60%, #66FFCC 60%);
}

.marker_yellow {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

.marker_water {
background: linear-gradient(transparent 60%, #66ccff 60%);
}

.marker_pink {
background: linear-gradient(transparent 60%, #ff66ff 60%);
}





@media only screen and (max-width:800px){
	.table{
		display: block;
		margin:0px auto 0px auto;
		}
		.table thead{
			display: none;
			}
		.table tbody{
			display: block;
			}
			.table tbody tr{
				display: block;
				margin-bottom: 1.0em;
				}
			.table tbody th,
			.table tbody td{
				display: list-item;
				border: none;
				}
			.table tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #aaa;
				text-align:right;
				}
			.table tbody td{
				margin-left: 20px;
				padding: 0;
				background:transparent;
			/*	background: #fff; */
				}
/*
			.table tbody td:nth-of-type(1):before { content: "[品詞]"; }
			.table tbody td:nth-of-type(2):before { content: "[意味]"; }
			.table tbody td:nth-of-type(3):before { content: "[用例]"; }
*/
}


/*****************************************************
/* GO TOP
******************************************************/
#gotop{
clear:both;
float:right;
padding:10px 25px 20px 10px;
/*background:#fff;*/
font-size:10px;
}

#gotop a{
padding:0 0 0 12px;
background:url(../images/bg_gotop.gif) 0 60% no-repeat;
}



/*****************************
GOTO TOP ボタン演出
*****************************/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}



/*****************************
section.content:after 追加処理
*****************************/
/* 回り込み解除 */
section.content:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}




/***************************************
IFRAME をレスポンシブ化する魔法のタグ
この指定をしていればすべてのiframeタグを
レスポンシブ対応させることができます。
使用方法
<div class="magic-ifame">
<iframe src=&quot;//www.youtube.com/embed/9OPWPtYLg4g&quot; height="360" width="480" allowfullscreen="" frameborder="" </iframe>
</div>
***************************************/
.magic-ifame {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
}
.magic-ifame iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*****************************
イメージ表示サイズ
*****************************/

/* 通常表示 */
.is10{width:10%;}
.is15{width:15%;}
.is20{width:20%;}
.is30{width:30%;}
.is40{width:40%;}
.is50{width:50%;}
.is60{width:60%;}
.is70{width:70%;}
.is80{width:80%;}
.is90{width:900%;}
.is100{width:100%;}

.is25{width:25%;}
.is75{width:75%;}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
.is10{width:100%;}
.is15{width:100%;}
.is20{width:100%;}
.is30{width:100%;}
.is40{width:100%;}
.is50{width:100%;}
.is60{width:100%;}
.is70{width:100%;}
.is80{width:100%;}
.is90{width:100%;}
.is100{width:100%;}

.is25{width:100%;}
.is75{width:100%;}

}


/*****************************
グーグルマップ
*****************************/
div#gMap {
    width: 100%;
    height: 500px;
}

