@charset "UTF-8";

/**
 * Reset and Global tag styles
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 0;
}
body {
	line-height: 1.3;
	font-size: 90%;
	font-family: sans-serif;
	color: #000;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
	margin: 1em 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
p {
	margin: 1em 0;
}
a {
	color: #226396;
	text-decoration: none;
	-webkit-tap-highlight-color: #d8eeff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: bottom;
	/line-hegiht: 0;
}


a img {
	-webkit-tap-highlight-color: #d8eeff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a img:hover {
	opacity: 0.8;
}

/**
 * debug
 */

#debug {
	position:fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

/**
 * utilite class
 */

.only_pc { /* PCのみ表示 */
}

.only_sp { /* スマホのみ表示 */
	display: none;
}

/**
 * base structures
 */

#container {
	position: relative;
}

#header {
	margin: 0 0 20px 0;
}

#header #global_header {
	max-width: 1200px;
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
	position: relative;
}

#header .site_logo {
	position: absolute;
	left: 10px;
	top: 2em;
	width: 168px;
	height: 70px;
}

#header .menu_button {
	display: none;
	margin: 25px 10px 0 10px;
}

#header .menu_button a {
	display: block;
	width: 4.5em;
	margin: 0;
	padding-top: 48px;
	background: url(../img/ico_menu.gif) no-repeat center 0;
	background-size: 48px 43px;
	color: #000;
	text-align: center;
}

#header.menu_open .menu_button a {
	background: url(../img/ico_menu_close.gif) no-repeat center 0;
	background-size: 48px 43px;
}

#header .menu_button a:after {
	content: 'メニュー';
}

#header.menu_open .menu_button a:after {
	content: '閉じる';
}

#header .menu {

}

#header .util_link {
	float: right;
	margin: 12px 0;
	font-size: 90%;
}

#header .util_link li {
	display: inline;
}

#header .util_link li.mailmagazine {
	display: none; /* スマホの時だけ表示 */
}

#header .util_link li a {
	display: inline-block;
	margin: 0 0.2em;
	padding: 0.1em 1.2em;
	border-radius: 10px;
	background-color: #eaeaea;
	text-align: center;
	color: #000;
}

#header .util_link li:last-child a {
	margin-right: 0;
}

#header .socials {
	float: right;
	width: 180px;
	margin-left: 5px;
	margin-right: -100%;
}

#header .socials ul {
	margin: 0;
}

#header .socials li {
	margin: 0 0 8px 0;
	padding: 0;
	vertical-align: top;
}

#header .util_link li.mailmagazine a,
#header .socials .mailmagazine a {
	display: block;
	margin: 0;
	padding: 0.5em 1em 0.2em 1em;
	border-radius: 4px;
	background-color: #c3efd1;
	box-shadow: 0 3px 0 0 #41b567;
	text-align: center;
	color: #000;
}

#header .util_link li.mailmagazine a {
	display: inline-block;
}

#header .socials .facebook {
	height: 21px;
	overflow: hidden;
}

#header .banner {
	float: right;
	width: 100%;
	text-align: center;
}

#header .banner img {
	margin: 0 190px 0 180px;
}

/*
#header .banner img {
	max-width: 728px;
	width: 100%;
	height: auto;
}
*/


#nav {
	min-width: 1100px;
	background-color: #0062ad;
	color: #fff;
}

#nav ul {
	max-width: 1200px;
	min-width: 1100px;
	margin: 5px auto 8px auto;
	padding: 0 10px;
	overflow: hidden;
	font-size: 92%;
}

#nav ul li {
	display: table-cell;
	vertical-align: middle;
	width: 11%;
	margin: 0;
	padding: 0.8em 0;
	border-left: solid 1px #407eae;
}

#nav ul li a {
	display: block;
	padding: 0 1em;
	color: #fff;
	font-weight: bold;
}

#nav ul li.goverment,
#nav ul li.school,
#nav ul li.teacher,
#nav ul li.material {
	text-align: center;
}

#nav ul li.search {
	width: 23%;
	text-align: right;
}

#nav ul li.search .field {
	box-sizing: border-box;
	width: 68%;
	height: 26px;
	padding: 0 0.5em;
	border: solid 1px #ddd;
	font-size: 100%;
	vertical-align: middle;
}

#nav ul li.search .submit {
	box-sizing: border-box;
	border: 0;
	margin: 0;
	padding: 0;
	width: 38px;
	height: 26px;
	background: #fff url(../img/search_submit.gif) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
}


#attention_tags {
	margin: 8px auto;
	max-width: 1200px;
	min-width: 1100px;
	padding: 0 10px;
	overflow: hidden;
}

#attention_tags .title {
	float: left;
	display: inline-block;
	margin: 0.1em 0;
	padding: 0.1em 1.2em;
	border-radius: 10px;
	background-color: #eaeaea;
	font-weight: bold;
}

#attention_tags ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#attention_tags ul li {
	margin: 0;
	padding: 0;
}

#attention_tags ul li a {
	float: left;
	display: inline-block;
	margin: 0.1em 0 0.1em 1.5em;
	padding: 0.1em 0 0.1em 10px;
	background: url(../img/link_arrow.png) no-repeat 0 38%;
}

#pr {
	min-width: 1100px;
	background-color: #eaf6ff;
}

#pr .inner {
	max-width: 1200px;
	min-width: 1100px;
	margin: 0 auto;
	padding: 0.6em 10px;
}

#pr p {
	margin: 0;
}

#pr .pr1,
#pr .pr2,
#pr .pr3 {
	margin: 0.2em 0;
	display: inline-block;
}

#pr .pr1,
#pr .pr2 {
	margin-right: 1em;
}

#pr span.pr,
#pr span.attention {
	display: inline-block;
	width: 93px;
	height: 1.5em;
	min-height: 19px;
	background: url(../img/pr_pr.gif) no-repeat 0 0;
	vertical-align: middle;
	text-indent: -999em;
	overflow: hidden;
	margin-right: 0.5em;
}

#pr span.attention {
	background-image: url(../img/pr_attention.gif);
}


#footer {
	margin: 56px 0;
}

#footer #global_footer {
	background-color: #0062ad;
}

#footer .inner {
	max-width: 1200px;
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
}

#footer #pagetop {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	min-width: 1100px;
}

#footer #pagetop a {
	position: absolute;
	right: 10px;
	bottom: 82px;
	display: block;
	width: 56px;
	height: 56px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../img/pagetop.png) no-repeat 0 0;
	background-size: 56px 56px;
	opacity: 0.7;

	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}


#footer #pagetop a.fixed {
	position: fixed;
	bottom: 10px;
}


#footer #pagetop a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

#footer ul {
	margin: 0;
	padding: 0.5em 0;
	overflow: hidden;
}

#footer ul li {
	display: inline-block;
}

#footer ul li a {
	display: inline-block;
	color: #fff;
	padding: 0.5em 0;
}

#footer ul li:after {
	content: ' | ';
	color: #fff;
}

#footer ul li:last-child:after {
	content: '';
}

#footer .copyright {
	text-align: right;
}






#contents {
	max-width: 1200px;
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
}

#contents #main {
	float: right;
	width: 100%;
}

#contents #main_body {
	margin: 0 290px 0 250px;
}

#contents #main_aside {
	float: right;
	margin-right: -100%;
	width: 250px;
}

#contents #aside {
	float: right;
	margin-right: -200px;
	width: 200px;
}





/**
 * aside, main_aside
 */

.aside .main_banner {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1;
	text-align: center;
}

.aside .main_banner img {
	margin: 0;
}

.aside .amazon_banner {
	margin: 0 0 20px 0;
}

.aside .amazon_banner ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.aside .amazon_banner ul li {
	float: right;
	width: 120px;
}

.aside .amazon_banner ul li:first-child {
	float: left;
}


.aside .widget,
.aside .schedule {
	margin-bottom: 20px;
	border: solid 1px #f2f2f2;
}

.aside .widget .inner {
	margin: 10px;
}

.aside .widget .inner ul {
	margin: 0;
}

.aside .widget .inner p {
	margin: 0;
}

.aside .widget .inner img {
	display: block;
	margin: 4px auto;
}

.aside .widget h2 {
	padding: 10px;
	border-bottom: solid 2px #0062ad;
	background-color: #f2f2f2;
	font-size: 110%;
	font-weight: bold;
}

.aside .widget h2 a {
	display: block;
	color: #333;
}

.aside .widget ul li a,
.aside .widget ul li span {
	display: block;
	margin: 0;
	padding: 0.3em 0 0.3em 18px;
	background: url(../img/aside_arrow.png) no-repeat 0 8px;
}

.aside .widget ul li a:hover {
	background: #d8eeff url(../img/aside_arrow.png) no-repeat 2px 8px;
}


.aside .widget .index_link {
	text-align: right;
}

.aside .widget .index_link a {
	display: block;
}

.aside .movie ul li img {
	width: 203px;
	height: auto;
}

.aside .rss,
.aside .banner {
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
}

.aside .rss a,
.aside .facebook a,
.aside .twitter a {
	display: block;
	width: 250px;
	height: 50px;
	margin: 0 auto 20px auto;
	background: url(/img/aside_rss.gif) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}

.aside .ictrepo {
	text-align: center;
}

.aside .facebook a {
	background-image: url(../img/aside_facebook.gif);
}

.aside .twitter a {
	background-image: url(../img/aside_twitter.gif);
}

.aside .schedule {
	border-radius: 6px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede) );
	background: -webkit-linear-gradient( top, #fff, #dedede );
	background: -moz-linear-gradient( top, #fff, #dedede );
	background: -o-linear-gradient( top, #fff, #dedede );
	background: -ms-linear-gradient( top, #fff, #dedede );
}

.aside .schedule a.button {
	display: block;
	font-weight: bold;
	padding: 8px 0 8px 28px;
	background: url(../img/aside_arrow.png) no-repeat 10px 9px;
}

.aside .schedule a.button:hover {
	background: #d8eeff url(../img/aside_arrow.png) no-repeat 12px 9px;
}


.aside .banners ul {
	margin: 0 0 20px 0;
}

.aside .banners ul li {
	margin: 0 0 10px 0;
	text-align: center;
}

.aside .widget_archive label {
	display: none;
}

.aside .widget_archive .inner {
	text-align: center;
}

.aside .widget_archive select {
	font-size: 120%;
}



/**
 * main
 */

#main img {
	max-width: 100%;
	height: auto;
}

#main strong {
	font-weight: bold;
}

#main .page_title {
	padding: 0.7em;
	border-top: solid 5px #0066b5;
	border-bottom: dotted 1px #b2b2b2;
	overflow: hidden;
	_zoom: 1;
}

#main .page_title h1 {
	margin: 0;
	font-size: 120%;
	font-weight: bold;
	/margin-bottom: 0;
}

#main .page_title .rss {
	float: right;
	width: 22px;
	height: 22px;
	margin: 0;
	background: url(/img/ico_rss.gif) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}

#main .page_title .date {
	margin: 0 0 0.3em 0;
}

#main h2 {
	margin: 2em 0 1em 0;
	padding: 0.5em;
	border-left: solid 10px #0062ad;
	background-color: #f2f2f2;
	font-size: 130%;
	font-weight: bold;
}


#main .topic_path {
	margin: 0 0 1em 0;
}

#main .topic_path li {
	display: inline;
	font-size: 90%;
}

#main .topic_path li a {
	padding: 0 17px 0 0;
	background: url(/img/topicpath.gif) no-repeat right center;
}

#main .wp-caption {
	padding: 0;
	text-align: center;
	background-color: #eee;
}

#main #single_content {
	overflow: hidden;
}

#main .wp-caption p.wp-caption-text,
#main #single_content .wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0.5em 0;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.3;
	border: solid 1px #eee;
}


#main .alignleft,
#main img.alignleft {
	display: inline;
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#main .alignright,
#main img.alignright {
	display: inline;
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#main .aligncenter,
#main img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#main .clear {
	clear: both;
}

#main #error_content {
	margin-left: 10px;
	margin-right: 10px;
}

#main .desc {
	background-color: #f2f2f2;
	padding: 0.5em 1em;
}

#main .desc p {
	margin: 0.5em 0;
}



/**
 * index
 */
#main .index .newest ul,
#main #single_content .index .newest ul {
	margin: 0.5em 0;
	padding: 0;
	overflow: hidden;
	_zoom: 1;
}

#main .index .newest ul li,
#main #single_content .index .newest ul li {
	float: left;
	width: 48%;
	margin: 0 1%;
	/margin: 0 5px;
	_margin: 0 3px;
	border-bottom: dotted 1px #b2b2b2;
	overflow: hidden;
}

#main .index .newest ul li a {
	display: block;
	padding: 1em 5px;
	overflow: hidden;
	_zoom: 1;
}

#main .index .newest ul li a:hover {
	background-color: #d8eeff;
}

#main .index .newest ul li img {
	float: left;
	margin-right: 6px;
	border: solid 1px #bbb;
}

#main .index .newest ul li .article {
	overflow: hidden;
	_zoom: 1;
}

#main .index .newest ul li p,
#main #single_content .index .newest ul li p {
	margin: 0;
}

#main .index .newest ul li p.title {
	font-size: 106%;
}

#main .index .newest ul li p.date {
	color: #000;
}


#main .index .news ul {
	margin: 2em 0;
	overflow: hidden;
}

#main .index .news ul li a {
	display: block;
	margin: 0;
	padding: 0.3em 0 0.3em 16px;
	background: url(../img/link_arrow.png) no-repeat 0 8px;
}

#main .index .news ul li a:hover {
	background: #d8eeff url(../img/link_arrow.png) no-repeat 4px 8px;
}

#main .index .news ul li .excerpt {
	margin: 0 0 1em 0;
	padding: 0 0 0 16px;
	font-size: 90%;
}

#main .index .news ul li .excerpt p {
	margin: 0;
}

#main .index .news ul li .excerpt a {
	display: inline;
}

/**
 * search
 */

#main #search_result .search_status {
	margin: 1em 0 1em 0.8em;
}

#main #search_result .index .news ul {
	margin-top: 1em;
}

#main #search_result .index .news ul li {
	margin: 0 0 1em 0;
	line-height: 1.5;
	border-bottom: dotted 1px #ccc;
}



/* wp-pagenavi */
#main .wp-pagenavi {
	margin: 2.5em 0;
	clear: both;
	text-align: center;
}

#main .wp-pagenavi a,
#main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

#main .wp-pagenavi a:hover,
#main .wp-pagenavi span.current {
	border-color: #000;
}

#main .wp-pagenavi span.current {
	font-weight: bold;
}

#main .wp-pagenavi .pages,
#main .wp-pagenavi .last {
	display: inline-block;
}


/**
 * image.php
 */

#main #image {
	text-align: center;
}

#main #image p.caption {
	padding-top: 1em;
	border-top: dashed 1px #ccc;
}


/**
 * AD
 */

#main .ad {
	width:468px;
	margin:1em auto;
}

#main .ads {
	overflow: hidden;
}

#main .ads .ad1,
#main .ads .ad2 {
	width: 300px;
	margin: 20px 10px;
	float: left;
}

#main .ads .ad2 {
	float: right;
}

#main .banner_b3 {
	margin: 1em 0;
}

#main .banner_b4 {
	margin: 0 0 1em 0;
}

#main .banner2l,
#main .banner1l {
	overflow: hidden;
	margin: 0;
}

#main .banner2l li {
	float: left;
	margin: 10px 0;
	width: 50%;
}

#main .banner1l li {
	margin: 10px 0;
	text-align: center;
}

#main .banner_b4 .banner2l li,
#main .banner_b4 .banner1l li {
	margin: 0 0 5px 0;
}

#main .banner2l li:nth-child(even) {
	float: right;
	text-align: right;
}


/* ページ分割 */
#main .page_link {
	text-align: center;
	margin: 2em 0;
}

#main .page_link .post-page-numbers {
	display: inline-block;
	margin: 0 2px;
	padding: 3px 0.8em;
	border: solid 2px #0066b5;
	border-radius: 4px;
	background-color: #fff;
	color: #000;
	font-size: 110%;
	text-decoration: none;
}

#main .page_link .post-page-numbers.current {
	background-color: #0066b5;
	color: #fff;
}

#main .page_link a.post-page-numbers:hover {
	background-color: #d8eeff;
	color: #000;
}




/**
 * Media query
 */

@media (max-width: 1200px) {

	#main .banner2l,
	#main .banner1l {
		margin: 0;
		padding: 0;
	}
	
	#main .continuity {
		margin-top: -10px;
	}

	#main .banner2l li,
	#main .banner1l li,
	#main .banner2l li:nth-child(even),
	#main .banner1l li:nth-child(even) {
		float: none;
		width: auto;
		text-align: center;
		margin: 10px 0;
	}
	
	#contents #main_body {
		margin: 0 270px 0 230px;
	}
	
}



@media (max-width: 800px) {

	#contents,
	#contents #main,
	#contents #main_body {
		min-width: 0;
		max-width: 100%;
		width: auto;
		float: none;
		margin: 0;
	}
	
	#header #global_header,
	#nav,
	#nav ul,
	#attention_tags,
	#pr,
	#pr .inner,
	#footer .inner {
		min-width: 0;
		max-width: 100%;
		width: auto;
	}
	
	
	#header #global_header {
		padding: 0;
	}
	
	#header .site_logo {
		position: static;
		float: left;
		margin: 15px 10px;
	}

	#header .menu_button {
		display: block;
		float: right;
	}

	#header .header_inner {
		clear: both;
		padding: 12px 10px 0 10px;
		border-top: solid 7px #0062ad;
	}
	
	#header .util_link {
		float: none;
		clear: both;
		margin: 0;
		text-align: center;
	}
	
	#header .util_link li.about {
		display: none;
	}
	
	#header .util_link li.mailmagazine {
		display: inline-block;
	}
	
	#header .util_link li a {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	
	#header .socials {
		float: none;
		width: auto;
		margin: 0;
		text-align: center;
	}
	
	#header .socials li {
		display: inline-block;

	}
	
	#header .socials .mailmagazine {
		display: none;
	}
	
	#header .banner {
		float: none;
		width: 100%;
		margin: 12px 0;
	}
	
	#header .banner img {
		margin: 0;
		width: 100%;
		height: auto;
	}
	
	#contents #main_body {
		margin-bottom: 2em;
		border-bottom: solid 3px #0062ad;
	}
	

	#contents #main_aside,
	#contents #aside {
		min-width: 0;
		max-width: 100%;
		float: left;
		width: 49%;
		margin: 0;
	}
	
	#contents #aside {
		float: right;
	}
	
	#header .menu {
		position: absolute;
		top: 100px;
		left: -100%;
		width: 100%;
		border-bottom: solid 2px #0062ad;
		background-color: rgba(255,255,255,0.9);
		z-index: 99;

		transition: 0.3s ease-out;
		-webkit-transition: 0.3s ease-out;
		-moz-transition: 0.3s ease-out;
	}
	
	#header.menu_open .menu {
		display: block;
		left: 0;
	}
	
	#nav {
		border: 0;
		font-size: 110%;
	}
	
	#nav ul {
		padding: 0;
		margin: 0;
	}
	
	#nav ul li {
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	#nav ul li a {
		padding: 1.5em 0;
		text-align: center;
		border-bottom: solid 1px #fff;
		font-size: 110%;
	}
	
	#nav ul li.search {
		width: auto;
		text-align: center;
		padding: 10px 0;
		border-bottom: solid 1px #fff;
	}

	#attention_tags .title {
		float: none;
		margin-bottom: 0.5em;
		background-color: #0062ad;
		color: #fff;
	}
	
	#attention_tags ul li a {
		margin: 0 1em 0 0;
		padding: 0.5em 1em 0.5em 10px;
	}
}


@media (max-width: 600px) {

	.only_pc {
		display: none;
	}
	
	.only_sp {
		display: block;
	}
	
	img.only_sp {
		display: inline-block;
	}

	#header .util_link li {
		display: none;
	}
	
	#header .util_link li a {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	
	#header .util_link li.pricelist,
	#header .util_link li.mailmagazine {
		display: inline-block;
	}
	
	#contents #main_aside,
	#contents #aside {
		float: none;
		width: auto;
	}
	
	#main .index .newest ul li {
		float: none;
		width: auto;
	}

}



@media (max-width: 430px) {

	#footer #pagetop a {
		bottom: 114px;
	}
	
	#footer .copyright {
		font-size: 80%;
	}

	#main .alignright,
	#main img.alignrigh,
	#main .alignleft,
	#main img.alignleft {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

}


/* ads by google */
@media (max-width: 480px) {
	.adsbygoogle.only-sp {
		max-height:inherit !important;
		height:auto;
		width:480px;
	}
}

@media (min-width: 481px) and (max-width: 600px) {
	.adsbygoogle.only-pc {
		height: 0 !important;
	}
	.adsbygoogle.only-pc ins {
		display: none !important;
	}

	.adsbygoogle.only-sp {
		display: inline-block;
		max-height:150px !important;
		height:150px;
		width:600px;
	}
	.adsbygoogle.only-sp ins {
		display: block !important;
	}
}

@media (min-width: 601px) {
	.adsbygoogle.only-pc {
		display: inline-block;
		max-height:90px !important;
		height:90px !important;
		width:728px !important;
	}
	.adsbygoogle.only-pc ins {
		display: block !important;
	}

	.adsbygoogle.only-sp {
		height: 0 !important;
	}
	.adsbygoogle.only-sp ins {
		display: none !important;
	}
}