@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
}

html, body          {
	font-family: 'メイリオ', 
		'Hiragino Kaku Gothic Pro',
		sans-serif;
		background-color: #f5f5f5;
}

/* ### 枠組み ### */

	#container {
		margin: auto;
		background-color: #ffffff;
		border-right: solid 1px #aaa;
		border-left: solid 1px #aaa;
	}

	#main {
		overflow:hidden;
	
	}	
	
	#content	{
		padding:4px;
	}

	#content-main	{
		padding: 5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#content-side {
		padding: 5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}


	/* ##　画面小　## */
	@media (max-width : 499px ){
		
			#container {
				width: 100%;
			}
		
			#main {
				width: 100%;
			}

			#content-main {
				width: 100%;
			}
	
			#content-side {
				margin-top: 10px;
				width: 100%;
			}
	
				
			} 
		/* 画面小ここまで　*/
		
		/* ##　画面中　## */
		@media (min-width: 500px) and (max-width: 1099px) {
		
			#container {
				width: 1100px;
			}
		
			#main {
				width: 1100px;
			}
			
			#main:after {
				content:"";
				display: block;
				clear: both;
			}
		
			#content-main {
				float: left;
				width: 770px;
			}
		
			#content-side {
				float: left;
				width: 320px;
			}
	
		} 
		/* 画面中ここまで */
		
		/* ###　画面大　############################################# */
		@media ( min-width : 1100px ){
		
			#container {
				width: 1100px;
			}
		
			#main {
				width: 1100px;
			}
		
			#main:after {
				content:"";
				display: block;
				clear: both;
			}
			
			#content-main {
				float: left;
				width: 770px;
			}
		
			#content-side {
				float: left;
				width: 320px;
			}
	
		}
		/* 画面大ここまで */

/* 枠組み終わり */

#header-site {
	text-align: left;
	background-color: #000;
      border-bottom: solid 4px #aaa;
	overflow: hidden;
}

#header-site a {
	text-decoration: none;
	color: #fff;
}

.header-top	{
	margin: 0;
	height: 20px;
	padding: 5px;
	font-size: 14px;
	color: #aaa;
	background-color: #ff8c00;
}

.headertitle {
	float: left;
}
.headertitle a {
	text-decoration: none;
	color: #aaa;
}
.headersubtitle {
	float:left;
}
.headersubtitle a {
	text-decoration: none;
	color: #aaa;
}
#header-site p	{
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

.headerdescription {	
	padding: 5px;
	color: #fff;
}

.header-logo {
	text-align:center;
	clear:both;
}

/* ### ナビ　######################## */

nav {
	
}

#header-nav {
	background-color: #7cbac1;
}

.menu ul {

	list-style: none;
}

.menu p {

}

.menu li {
	float: left;
	text-align: center;
	width: 10%;
}

.menu li a {
	display: block;
	padding: 5px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu li a:hover {
	background-color: #75dbe7;
}

.menu ul:after {
	content: "";
	display: block;
	clear: both;
}


.nav-ad {
	text-align: center;
}

/* ###　索引　#################### */

	.notice {
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	}

	#gnav {
	border: solid 1px #B18904;
	background-color: #fff;
	margin-bottom: 5px;
	overflow: hidden;
	}

	.gnav-index {
	font-size: 20px;
	padding: 5px;
	}

	.gnav-index-2 {
	font-size: 20px;
	padding: 5px;
	width: auto;
	height: 32px;
	}

	
	.gnav-index-2 h2 {
	font-size: 18px;
	clear: both;
	}

	.gnav-index-2 h2 a {
	text-decoration: none;
	color: #000;
	}

	.gnav-index-2 h2 a:hover {
	text-decoration: underline;
	color: #aaa;
	}

	.gnav-index-2 ul {
	margin: 0;
	padding: 0;
	}

	.gnav-index-2 li {
	list-style: none;
	float:left;
	}

	.gnav-index-2 li a {
	display: block;
	width: 60px;
	line-height: 32px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #8b4513;
	}

	.gnav-index-2 li.conjugation a {
		display: block;
		width: auto;
		line-height: 32px;
		border-top: solid 1px #fff;
		border-bottom: solid 1px #fff;
		border-right: solid 1px #fff;
		color: #fff;
		text-align: center;
		text-decoration: none;
		background-color: #8b4513;
	}

	.gnav-index-2 li a:hover {
	background-color: #d2691e;
	}

	.gnav-content {
	float: left;
	font-size: 0.9em;
	padding: 5px;
	margin: 0;
	}

	.gnav-content-2 {
	float: left;
	font-size: 0.9em;
	padding: 5px;
	margin: 0;
	clear: left;
	}

	.gnav-content-2 a {
	display: block;
	line-height: 30px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #8b4513;
	}	
	.gnav-content-2 a:hover {
	background-color: #d2691e;
	}

	#menubtn {
	padding: 6px 12px;
	margin: 5px;
	border: solid 1px #aaa;
	border-radius: 5px;
	color: #000;
	background-color: #fff;
	cursor: pointer;
	}

	.gnav-search {
	display: block;
	padding: 5px;
	}

	.gnav-ad {
	font-size: 0.75em;
	color: #666666;
	padding: 2px;
	}

	/* ###　画面小　############################################# */
	@media (max-width : 499px ){
	
	.gnav-index-2 {
		display: none;
	}
	.gnav-content-2 {
		display: none;
	}
	
	.gnav-search {
		float: right;
	}
	
	} 
	/* 画面小ここまで　*/
	
	/* ###　画面中　############################################# */
	@media (min-width: 500px) and (max-width: 1099px) {

		.gnav-search {
		float: left;
		}
	
		#menubtn {
			display: none;
		}
	
	} 
	/* 画面中ここまで */
	
	/* ###　画面大　############################################# */
	@media ( min-width : 1100px ){
	
	.gnav-search {
		float: left;
	}
	
	#menubtn {
		display: none;
	}
	
	}
	/* 画面大ここまで */

/* 索引 */

/* コンテンツ */

  /* 記事体裁 */
    .post {
    }

    .post h1 {
    	color: #000000;
     	font-size: 24px;
    	margin: 0;
    	padding: 5px;
    	margin: 5px;
    }
    .post h2 {
      margin: 0;
      padding: 0;
    }

    .post p {
  	  font-size: 16px;
  	  margin: 0;
  	  line-height: 1.5;
  	  margin: 0;
  	  padding: 0;
    }

    .post p.text {
  	  margin-bottom: 15px;
    }

   .post p.large {
  	  font-size: 16px;
    }

    .postfooter	{
  		  font-size:0.8em;
    }
  /* 記事体裁終わり */

  /* パンくず */

    .bread	{
    	font-size: 14px;
    	padding: 5px;
    	margin-bottom: 5px;
    	color: #eee;
    	background-color: #555;
    }
    .bread a {
    	color: #eee;
    	text-decoration: none;
    }
    .bread a:hover {
    	color: #fff;
    	text-decoration: underline;
    }

  /* パンくず終わり */

/* ###　見出しのページ　#################### */

.post ul {

}
.post li {
	border: solid 1px #eee;
	margin-bottom: 5px;
}
.post li a {
	display: block;
	color: #0000cd;

}
.post li a:hover {
	background-color:#eee;

}

.word-index {
  overflow: hidden;
}
.word-index ul {
  list-style: none;
  margin: 5px;
}
.word-index li {
  font-size: 14px;
  float: left;
  margin-right: 2px;
  border: none;
}
.word-index li a {
  display: block;  
  padding: 5px;
  background-color: #000080;
  border: 1px solid #b0c4de;
  color: #b0c4de;
  text-decoration: none;
}
.word-index li a:hover {
  background-color: #b0c4de;
  border: 1px solid #000080;
  color: #000080;
}
.word-index li.current {
  display: block;
  padding: 5px;
  border: 1px solid #000080;
  background-color: #b0c4de;
}

.word-list {
}

.word-list ul {
	list-style: none;
	margin: 5px;
}

.word-list li {
	font-size: 20px;
}


.term-item {
	border: solid 1px #eee;
	margin-bottom: 5px;
	overflow: hidden;
}
.term-item a {
	display: block;
	text-decoration: none;
	padding: 5px;
}

.term-item a:hover {
	background-color: #eee;
}

.term-item p {
	font-size: 14px;
	color: #000;
}
.term-item p.detail {
	font-size: 14px;
	color: #0000cd;
	text-decoration: underline;
}
.term-item h2 {
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #dc143c;
}

.term-item h2.rate-1{
	font-size: 24px;
	color: #dc143c;
}
.term-item h2.rate-2{
	font-size: 24px;
	color: #000;	
}
.term-item h2.rate-3{
	font-size: 20px;
	color: #000;	
}
.term-item h2.rate-4{
	font-size: 18px;
	color: #000;		
}

.term-item_1 {
	border: solid 1px #eee;
	margin-bottom: 5px;
}

.term-item_1 h2 {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #dc143c;
}
.term-item_1 a {
	display: block;
	text-decoration: none;
	padding: 5px;
}

.term-item_1 a:hover {
	background-color: #eee;
}

.term-item_1 p {
	font-size: 14px;
	color: #000;
}
.term-item_1 p.detail {
	font-size: 14px;
	color: #0000cd;
	text-decoration: underline;
}

.term-item_2 {
	border: solid 1px #eee;
	margin-bottom: 5px;
}

.term-item_2 h2 {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 24px;
}
.term-item_2 a {
	display: block;
	text-decoration: none;
	padding: 5px;
}

.term-item_2 a:hover {
	background-color: #eee;
}

.term-item_2 p {
	font-size: 14px;
	color: #000;
}
.term-item_2 p.detail {
	font-size: 14px;
	color: #0000cd;
	text-decoration: underline;
}

.term-item_3 {
	border: solid 1px #eee;
	margin-bottom: 5px;
}

.term-item_3 h2 {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 20px;
}
.term-item_3 a {
	display: block;
	text-decoration: none;
	padding: 5px;
}

.term-item_3 a:hover {
	background-color: #eee;
}

.term-item_3 p {
	font-size: 14px;
	color: #000;
}
.term-item_3 p.detail {
	font-size: 14px;
	color: #0000cd;
	text-decoration: underline;
}
/* ###　各語のページ　#################### */

.intro {
	padding: 5px;
}
.intro p {
	margin-bottom: 15px;
}
.gogi {
  padding: 5px;
  margin: 5px;
  border: solid 1px #aaa;
}
.gogi h2 {
  font-size: 16px;
  border-bottom: solid 1px #aaa;
}

.gogi-es {
	padding: 5px;
}
.gogi-es p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}
.gogi-es a {
	text-decoration: none;
	color: #4169E1;
}
.gogi-es a:hover {
	text-decoration: underline;
	color: #1E90FF;
}


.meishi {
  padding: 5px;
}
.meishi h3 {
  padding: 2px;
  padding-left: 4px;
	margin-bottom: 5px;
  font-size:14px;
	color: #000;
  background-color: #fff;
  border-left: solid 4px #191970;
}
.meishi p {

}

.doushi {
  padding: 5px;
}
.doushi h3 {
  padding: 2px;
  padding-left: 4px;
	margin-bottom: 5px;
  font-size:14px;
	color: #000;
  background-color: #fff;
  border-left: solid 4px #ff4500;
}
.doushi p {
  
}


/*　語の定義　*/

.def-en {

	margin:0 15px 5px 15px;
	padding: 2px;
	overflow:hidden;
}

.def-en h5 {
	font-size: 11px;
	color: #444;
	padding: 2px;
	background-color: #f0f8ff;
	border: solid 1px #04629c;
	float: left;
}

.def-en p {
	font-size: 14px;
	margin-left: 5px;
	float:left;
}

.sentence	{
	margin:0 5px 5px 5px;
	padding: 4px;
	font-size:14px;
	background-color: #fff;
	border: solid 1px #aaa;

}

.sentence-inner {
	border-left: solid 1px #aaa;
	margin:5px 0px 15px 15px;
	padding: 2px;
}

.sentence h2 {
	font-size: 14px;
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 50px;
	text-align: center;
	border: solid 1px #00008b;
	background-color: #ff8c00;
}
.sentence h3 {
	border: 0;
	padding: 0;
	margin-left: 5px;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	border: none;
}

.sentence-es {
	padding: 4px;
}
.sentence-es p {
	font-size: 16px;	
}
.sentence-es a {
	text-decoration: none;
	color: #4169E1;
}
.sentence-es a:hover {
	text-decoration: underline;
	color: #1E90FF;
}

.sentence-es-inner {
	margin-top: 0px;
	font-size: 16px;
	padding: 4px;
}
.sentence-es-inner a {
	text-decoration: none;
	color: #4169E1;
}
.sentence-es-inner a:hover {
	text-decoration: underline;
	color: #1E90FF;
}

.sentence-jp {
	padding-left: 4px;
}

.sentence-en {
	padding-left: 4px;
	overflow: hidden;
}

.sentence-en h5 {
	font-size: 11px;
	color: #444;
	padding: 2px;
	background-color: #f0f8ff;
	border: solid 1px #04629c;
	float: left;
}

.sentence-en p {
	font-size: 14px;
	margin-left: 5px;
	float: left;
}

.sentence-ref {
	font-size: 12px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
	border: solid 1px #aaa;
	background-color: #eee;
}
.sentence-ref p {
	font-size: 14px;
}
.sentence-ref a {
	text-decoration: none;
	color: #4169E1;
}
.sentence-ref a:hover {
	text-decoration: underline;
	color: #1E90FF;
}

.related-term {
	padding: 2px;
	font-size:14px;
	border: solid 1px #555;
	background-color: #eee;
	margin-top: 5px;
	margin-bottom: 5px;
}

.related-term h3 {
	font-size: 12px;
	border-bottom: solid 1px #555;
	margin-bottom: 5px;
}

.related-term h4 {
	font-size: 12px;
	font-weight: stong;
}


.related-term p {
	padding: 5px;
	font-size: 14px;
}
.note {
	padding: 2px;
	font-size:14px;
	border: solid 1px #555;
	background-color: #eee;
	margin-top: 5px;
	margin-bottom: 5px;
}

.note h3 {
	font-size: 12px;
	border-bottom: solid 1px #555;
	margin-bottom: 5px;
}

.note p {
	padding: 5px;
	font-size: 14px;
}

.idiom	{
	margin:15px 0 0 0;
	padding: 4px;
	font-size:14px;
	border: solid 1px #04629c;
	margin-bottom: 5px;
}

.idiom h3 {
	font-size: 12px;
	border-bottom: solid 1px #04629c;
}
.idiom h4 a {
	text-decoration: none;
	color: #000;
}
.idiom h4 a:hover {
	text-decoration: underline;
	color: #1E90FF;
}

.idiom h5 {
	font-size: 14px;

}
.idiom h5 a {
	text-decoration: none;
	color: #4169E1;
}
.idiom h5 a:hover {
	text-decoration: underline;
	color: #4169E1;
}

.idiom-jp {
	margin: 0 0 0 15px;
}

.idiom-def {
	margin: 0 0 0 15px;
}

.idiom-en {
	background-color: #f0f8ff;
	margin:0 15px 5px 15px;
	padding: 2px;
	border-top: solid 1px #04629c;
	border-bottom: solid 1px #04629c;
}

.idiom-en h5 {
	font-size: 11px;
	color: #444;

}

.idiom-en p {
	margin: 0;
	padding: 0;
}

.idiom p {
	font-size: 14px;
	padding: 0;
}

.synonym {
	margin:0 15px 5px 15px;

	overflow: hidden;
}
.synonym h5 {
	font-size: 11px;
	color: #444;
	padding: 2px;
	background-color: #87cefa;
	border: solid 1px #04629c;
	float: left;
}
.synonym p {
	margin-left: 5px;
	float: left;
}

.antonym {
	margin:0 15px 5px 15px;
	overflow: hidden;
}
.antonym h5 {
	font-size: 11px;
	color: #444;
	padding: 2px;
	background-color: #ffa500;
	border: solid 1px #04629c;
	float: left;
}
.antonym p {
	margin-left: 5px;
	float: left;
}

.table_01	{
	width: 100%;
		border-collapse: collapse;
		font-weight: normal;
            border-spacing: 0;
            background-color: #ffffff;
            border-top: 1px solid #000000;
            border-left: 1px solid #000000;
            empty-cells: show;
            text-align: center;
		}
.table_01 th	{
           	background-color: #f0e68c;
		font-size: 14px;
		padding: 2px;
    		border-right:1px solid #000000;
   		border-bottom:1px solid #000000;
				}
.table_01 td	{
		font-size: 14px;
		padding: 2px;
    		border-right: 1px solid #000000;
    		border-bottom: 1px solid #000000;
		}

.con-block {
	display: block;
	overflow: hidden;
}
.con-block-inner {
	display: block;
	float: left;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.similar {
		padding: 2px;
		font-size:1em;
		border: solid 1px #04629c;
		background-color: #eee;
		margin: 5px 0;
}

.sidemenu		{
	font-size: 0.8em;
	border: solid 1px #B18904;
	padding: 2px;
	margin-bottom: 10px;
}

.sidemenu ul {
	list-style: none;
}
.sidemenu li a {
	display: block;
	padding: 5px;
	font-size: 14px;
}
.sidemenu li a:hover {
	background-color: #eee;
}

.sidemenu h2 {
	margin-bottom: 10px;
	border-bottom: sotted 2px #ddd;
	color: #666;
	font-size: 18px;
}



/* ###　画面小　############################################# */
@media (max-width : 499px ){

.headersubtitle {
	display: none;
}

.headerdescription {	
	display: none;
	float: right;
}

.con-block-inner {
	width: 100%;
}

} 
/* 画面小ここまで　*/

/* ###　画面中　############################################# */
@media (min-width: 500px) and (max-width: 1099px) {

.headersubtitle {
	display: none;
}

.headerdescription {	
	display: block;
	float: right;
}

.word-list {
}

.word-list ul {
	list-style: none;
}

.word-list li {
}

.con-block-inner {
	width: 50%;
}

} 
/* 画面中ここまで */

/* ###　画面大　############################################# */
@media ( min-width : 1100px ){

.headerdescription {	
	display: block;
	float: right;
}

.word-list {
}

.word-list ul {
	list-style: none;
}

.word-list li {
}

.con-block-inner {
	width: 50%;
}

}
/* 画面大ここまで */


/* ###　フッター　###################################*/

#footer {
    font-size: 12px;
	margin: 0px;
	position:relative; z-index: 1;
	border-top: solid 1px #B18904;
	background-color: #555;
	padding: 10px;
	text-align: left;
	clear: both;
	color: #eee;
	overflow: hidden;
}

#footer a {
	color: #eee;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-copyright {
	display: block;
	clear: both;
}
.footer-link {
	display: block;
	margin-bottom: 10px;
}

/* ### 広告 ##################################### */

	.ad    {	
		background-color: #f0e68c;
		position: relative; z-index: 1;
		padding: 2px;
		text-align: center;
	}
	.ad-bottom    {	
		background-color: #f0e68c;
		position: relative; z-index: 1;
		padding: 2px;
		text-align: center;
	}
	.ad-mo    {	
		background-color: #f0e68c;
		position: relative; z-index: 1;
		padding: 2px;
		text-align: center;
	}

	.ad-space-bottom {
		background-color: #f0e68c;	
		position: relative; z-index: 1;		
		width: 100%;
		padding: 5px;
		padding-left: 35px;
		overflow: hidden;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.ad-1   {	
	float: left;
	width: 340px;
	position: relative; z-index: 1;
	padding: 2px;
	text-align: center;
	}

	.ad-2   {	
	float: left;
	width: 340px;
	position: relative; z-index: 1;
	padding: 2px;
	text-align: center;
	}

	.side-ad    {	
	background-color: #f0e68c;
	position: relative; z-index: 1;
	padding: 2px;
	text-align: center;
	}
	.side-ad-mo    {	
	background-color: #f0e68c;
	position: relative; z-index: 1;
	padding: 2px;
	text-align: center;
	}

	/* ##　画面小　## */
	@media (max-width : 499px ){

		.ad {
			display: none;
		}
		.ad-bottom {
			display: none;
		}
		.ad-mo {
			display: block;
		}
		
	.ad-space-bottom {
		display: none;
	}
		
	.side-ad {
		display: none;
	}

	.side-ad-mo {
		display: block;
	}

	} 
	/* 画面小ここまで　*/

	/* ##　画面中　## */
	@media (min-width: 500px) and (max-width: 1099px) {
	
		.ad {
			display: block;
		}
		.ad-bottom {
			display: block;
		}
		.ad-mo {
			display: none;
		}

	.ad-space-bottom {
		display: block;
	}
	
	.side-ad {
		display: block;
	}

	.side-ad-mo {
		display: none;
	}

	} 
	/* 画面中ここまで */

	
	/* ##　画面大　## */
	@media ( min-width : 1100px ){

		.ad {
			display: block;
		}
		.ad-bottom {
			display: block;
		}
		.ad-mo {
			display: none;
		}
	
	.ad-space-bottom {
		display: block;
	}
	
	.side-ad {
		display: block;
	}

	.side-ad-mo {
		display: none;
	}

	}
	/* 画面大ここまで */

/* 広告ここまで */

/* ###　ページトップへ戻るボタン　###################################*/

	.pagetop {
	display: none;
	position: fixed; z-index: 0;

	}
	.pagetop a {
	display: block;
	background-color: #191970;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px;
	}
	.pagetop a:hover {
	display: block;
	background-color: #00008b;
	color: #fff;

	}

	@media (max-width : 499px ){
		.pagetop {
			bottom: 30px;
			right: 15px;
	}
	}

	@media (min-width: 500px) and (max-width: 1099px) {
	.pagetop {
		bottom: 30px;
		right: 10px;
	}

	}

	@media ( min-width : 1100px ){
	.pagetop {
		bottom: 30px;
		right: 500px;
	}
	}

/* トップへ戻るボタン */
