@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
}

.font-click {
	text-decoration: underline;
	font-size: 12px;
	color: #ff8c00;
}
.font-persona {
	color: #deb887;
}

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;
		overflow: hidden;
		-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;
		padding-left: 2px;
		padding-right: 2px;
		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 {
	overflow: hidden;
}

.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 h1 {
	color: #000000;
	font-size: 28px;
	margin: 0;
	padding: 5px;
	margin: 5px;
}
.post h2 {
	color: #000000;
	font-size: 18px;
	padding: 2px;
	padding-left: 6px;
	margin: 2px;
	margin-bottom: 5px;
	border-left: solid 4px #ff8c00;
}

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

.post p a {
	text-decoration: none;
	color: #4169E1;
}
.post p a:hover {
	text-decoration: underline;
	color: #1E90FF;
}

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

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

.postfooter {
	text-align: center;
	float: right;
	display: block;
	width: 118px;
	margin: 10px;
}

.postfooter p {
	font-size: 14px;
}

.postfooter p a {
	display: block;
	background-color: #191970;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}
.postfooter p a:hover {
	display: block;
	background-color: #00008b;
	color: #fff;
}
.postfooter p a:visited {
	background-color: #191970;
	color: #fff;
	text-decoration: none;
}

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

.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;

}

.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 {
	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 h3 {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #000;	
}
.term-item h4 {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #000;	
}

.term-item h5 {
	border: none;
	margin: 0;
	padding: 0;
	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;
}


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

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

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

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

/* ###　各語のページ　#################### */

.pronunciation {
	font-size: 12px;
	padding: 2px;
	margin: 5px;
	background-color: #eee;
	border: solid 1px #555;
}

.status	{
		padding: 2px;
		font-size:14px;
		border: solid 1px #555;
		background-color: #eee;
		margin-bottom: 5px;
}
.status p {
	font-size: 14px;
}
#detailbtn {
	padding: 6px 12px;
	font-size: 14px;
	border: solid 1px #aaa;
	border-radius: 5px;
	color: #000;
	background-color: #fff;
	cursor: pointer;
}

.conjugation-present {
	display: none;	
	overflow: hidden;
	padding: 5px;
}
ul.conjugation-present-list {
	border: solid 1px #aaa;
	border-radius: 5px;
	background-color: #fff;
	padding: 10px;
	list-style: none;
}

li.conjugation {
  font-size: 16px;
  border: none;
  font-weight: bold;
}

li.conjugation-list-item {
	border: none;
	font-size: 16px;
}

.partsofspeech {
	padding: 4px;
	margin-bottom: 5px;
	font-size:14px;
	color: #000;
	border: solid 1px #800000;
	background-color: #ffa500;
}

/*　語の定義　*/
.definition {
}
.definition p {
	font-size: 14px;
	line-height: 1.5;
	padding: 0;
	margin:0;
}
.definition ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.definition ol {
}
.definition li {
}

.def-block {
	overflow:hidden;
}
.def-block-number {
	float: left;
}
p.numbering {
	font-weight: bold;
}
.def-block-content {
	float: left;
}
p.jp {
	font-weight: bold;
}

.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;
}

.def-explanation {
	border: solid 1px #aaa;
	background-color: #eee;
	margin: 10px 15px;
	padding: 5px;
}
.def-explanation h3 {
	font-size: 14px;
	font-weight: bold;
}
.def-explanation p {
	font-size: 14px;
}

.sentence	{
	margin:0 15px 5px 15px;
	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 h4 {
	font-size: 12px;
	width: 100px;
	color: #fff;
	padding: 5px;
	border: solid 1px #add8e6;
	background-color: #000080;
}

.sentence-es {
	font-weight: bold;
	margin-top: 5px;
	font-size: 16px;
	padding: 4px;
}
.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-jp a {
	text-decoration: none;
	color: #4169E1;
}
.sentence-jp a:hover {
	text-decoration: underline;
	color: #1E90FF;
}

.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 h2 {
	border: none;
	width: 250px;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	background-color: #800000;
	color: #f0e68c;
}

.idiom h3 {
	font-size: 16px;
	border: none;
	padding: 5px;
}
.idiom h3 a {
	text-decoration: none;
	color: #0000cd;
}
.idiom h3 a:hover {
	text-decoration: underline;
	color: #1E90FF;
}

.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-left: 15px;
	margin-bottom: 5px;
}
.idiom-jp p {
	font-size: 16px;
}

.idiom-en {
	margin-left: 15px;
	margin-bottom: 5px;
	overflow: hidden;
}

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

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


.idiom-def {
	margin-left: 15px;
	margin-bottom: 5px;
	overflow: hidden;	
}
.idiom-def h5 {
	font-size: 11px;
	color: #444;
	padding: 2px;
	background-color: #deb887;
	border: solid 1px #04629c;
	float: left;
}

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

.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;
}


.word-index {
}

.word-list {
}

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

.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: dotted 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;
	}

	.ad-in-article {
		position: relative; z-index: 1;
		padding: 2px;
		text-align: center;		
	}
	.in-article-ad {
		margin: 10px;
	}

	/* ##　画面小　## */
	@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;
		}
	}

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