/* BASIC tag ----------------------------------------------------*/
*{
    margin:0;
    padding:0;
}
body {
    text-align:center;
	line-height: 160%;
	background-color: #666;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #000;
}
/* 960 pixels. */
@media screen and (max-width: 960px) {

	body {
		background-image: none;
	}
}
a {
	outline: none;
}
a:link {
	color: #0000ff;
}
a:visited {
	color: #0000ff;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
h1 {
	font-size: 24px;
	font-size: 1.5rem;
}
h2 {
	font-size: 20px;
	font-size: 1.25rem;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 5px;
	border-left: 10px solid #0000ff;
}
h3 {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
p {
	margin-bottom: 1em;
	text-indent: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
}
img {
	border-style: none;
}
a img {
	border-style: none;
}
ul,
ol {
	margin-bottom: 1em;
}
ul li,
ol li {
	margin-left: 1em;
}

input,textarea,button {
	background-color: #fff;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 16px;
	font-size: 1rem;
}
small {
	font-size: 0.9em;
}
/* css3 BASIC tag -----------------------------------------------*/

section {
	display: block;
	width: 100%;
	background-color: #ccc;
}
article {
	padding:10px;
	width: 98%;
	height: auto;
	margin: 0 auto;
}
.main280 {
	display: block;
	float: left;
	width: 270px;
}
/* 760 pixels. */
@media screen and (max-width: 760px) {
	.main280 {
		width: 97%;
	}
}
/* 480 pixels. */
@media screen and (max-width: 480px) {

	article {
		margin: 0 0 5px;
		padding: 5px 2px 5px;
	}
}
aside {
	margin-bottom: 20px;
	padding: 10px;
}
.main600 {
	display: block;
	float: left;
	width: 600px;
}
/* 960 pixels. */
@media screen and (max-width: 960px) {
	.main600 {
		width: 500px;
		
	}
}
/* 860 pixels. */
@media screen and (max-width: 860px) {
	.main600 {
		width: 400px;
	}
}
/* 760 pixels. */
@media screen and (max-width: 760px) {
	article {
		padding: 0 2px 0;
	}
	.main600 {
		width: 100%;
	}
	aside {
		padding: 0;
	}
}
footer {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px #333 solid;
}
/* BASIC DIV---------------------------------------------------*/
#container {
    margin: 0 auto;
	max-width: 960px;
	padding: 10px;
	text-align: left;
	background-color: #fff;
	border: 2pt solid #00f;
	box-shadow: 2px 2px 10px #000; /*CSS3*/
	-moz-box-shadow: 2px 2px 10px #000; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #000; /* Google Chrome, Safari用*/
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px; /* CSS3 */
	overflow: hidden;
}
/* 480 pixels. */
@media screen and (max-width: 480px) {
	#container {
		padding: 3px;
		box-shadow: none; /*CSS3*/
		-moz-box-shadow: none; /* Firefox用*/
		-webkit-box-shadow: none; /* Google Chrome, Safari用*/
	}
}
/* 共通 */
.clear_b {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.none {
	display: none;
}
.al_right {
	text-align: right;
}
.al_center {
	text-align: center;
}
.f_small80 {
	font-size: 80%;
	line-height: 1.2em;
}
.f_red {
	color: #ff0000;
}
.f_blue {
	color: #0000ff;
}
.f_yellow {
	color: #ffff00;
}
.autoimg360,
.autoimg320 {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 10px;
	text-align: center;
}
.autoimg360 img {
	width: 100%;
	max-width: 360px;
	height: auto;
}
.autoimg320 img {
	width: 100%;
	max-width: 320px;
	height: auto;
}
/* home.index.html -----------------------------------------------------------------*/
#banner {
	width: 100%;
	height: 84px;
    background-image: url("../jpg/headback.jpg");
    background-position: right top;
    background-repeat: no-repeat;
	margin-bottom: 3px;
}
#banner img {
	width: 100%;
	max-width: 208px;
	height: auto;
}
/* 640 pixels. */
@media screen and (max-width: 640px) {
	#banner {
		background-image: none;
		border-bottom: 3px solid #000088;
		
	}
	#banner h1 {
		text-align: center;
	}
}
#main_img {
	display:block;
	width: auto;
	max-width: 600px;
	height: auto;
	text-align: center;
}
#main_img img {
	width:98%;
	height: auto;
}
/* 760 pixels. */
@media screen and (max-width: 760px) {
	.sub_l {
		display: block;
		float: left;
		width: 48%;
		height: auto;
	}
	.sub_r {
		display: block;
		float: left;
		width: 48%;
		height: auto;
		padding-left: 10px;
	}
}

/* 510 pixels. */
@media screen and (max-width: 510px) {
	.sub_l {
		width: 100%;
	}
	.sub_r {
		display: none;
	}
}
.main_cont {
	display: block;
	float: left;
	width: 45%;
	height: auto;
}
/* 600 pixels. */
@media screen and (max-width: 600px) {
	article .main_cont {
		padding-left: 0;
	}
	.main_cont {
		width: 97%;
	}
}
/*-----------------------------
	menu title h2
-------------------------------*/
.subtitle_back  {
	color: #fff;
	padding: 2px;
	margin: 0;
	background: -webkit-gradient(linear, top left, right bottom, color-stop(0.67, #0131bc), color-stop(0.00, #000000));
	background: -webkit-linear-gradient(left,  #000000 0%, #0131bc 67%);
	background: -moz-linear-gradient(left, #000000 0%, #0131bc 67%);
	background: -o-linear-gradient(left, #000000 0%, #0131bc 67%);
	background: -ms-linear-gradient(left, #000000 0%, #0131bc 67%);
	background: linear-gradient(left, #000000 0%, #0131bc 67%);
}

/*-----------------------------
	main menu
-------------------------------*/

#main_menu {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: center;
	background-color: #44d;
	margin-bottom: 3px;
}

.main_menu_item {
	flex-basis: 80px;
	flex-grow: 1;
	text-align: center;
	padding: 5px;
	margin-top: 2px;
}

.item_now {
	color: #fff;
	background-color: #333;
	padding: 10px 0 5px;
}

.main_menu_item:nth-child(1) {
	border-right: solid 1pt #ddd;
}

.main_menu_item a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 5px 0;
}

.main_menu_item a:hover,
.main_menu_item a:active {
	color: #333;
	background-color: #ddd;
}

/*-----------------------------
	weather
-------------------------------*/

#weather_menu {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: center;
	background-color: #44d;
	margin-bottom: 3px;
}

.weather_menu_item {
	flex-basis: 80px;
	flex-grow: 1;
	text-align: center;
	padding: 5px;
	margin-top: 2px;
}

.weather_menu_item:nth-child(1),
.weather_menu_item:nth-child(2),
.weather_menu_item:nth-child(3) {
	border-right: solid 1pt #ddd;
}

.weather_menu_item a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 5px 0;
}

.weather_menu_item a:hover,
.weather_menu_item a:active {
	color: #333;
	background-color: #ddd;
}

.config_info {
	text-align: right;
	font-size: small;
}

.b_night img {
	background: linear-gradient(-45deg, #660000, #660066, #000066);
}

.b_day img {
	background: rgb(254, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(221, 241, 249, 1) 35%, rgba(160, 216, 239, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(221, 241, 249, 1) 35%, rgba(160, 216, 239, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(254, 255, 255, 1) 0%, rgba(221, 241, 249, 1) 35%, rgba(160, 216, 239, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#a0d8ef', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */

}

#weather_now {
	text-align: center;
	background-color: #fff;
}

#weather_now h3 {
	color: #fff;
	background-color: #44d;
	padding-top: 10px;
	margin-top: 10px;
}

#weather_now .img_reg {
	text-align: center;
	width: 50px;
	height: 50px;
	padding: 2px;
	margin: 5px auto;
}

#weather_now .img_reg img {
	width: 90%;
	height: auto;
}

#weather_now .now_weather {
	font-size: 1.2em;
	font-weight: bold;
}
/* weather_now AMeDAS------------------------------------------------- */
#weather_now .today_weather {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 12px;
	padding: 2px;
	justify-content: center;
	overflow-x: scroll;
}
@media screen and (max-width: 778px) {
	#weather_now .today_weather {
		justify-content: flex-start;
	}
}
#weather_now .today_weather img {
	width: 30px;
	height: auto;
	margin-top:5px;
	margin-bottom:5px;
}
#weather_now .today_weather dl dt,
#weather_now .today_weather dl dd {
	display: block;
	color: #444;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.1em;
	width: 6em;
	height: 2em;
	padding: 10px 2px 0px;
	border-left: 1pt solid #ddd;
	border-bottom: 1pt solid #ddd;
}
#weather_now .today_weather dl dd:last-child {
	height:80px;
}
#weather_now .today_weather dl dt {
	border-top: 1pt solid #ddd;
}
#weather_now .today_weather dl:nth-child(5) dt,
#weather_now .today_weather dl:nth-child(6) dt {
	border-left: 1pt solid #fff;
}
#weather_now .today_weather dl:last-child dt,
#weather_now .today_weather dl:last-child dd {
	border-right: 1pt solid #ddd;
}
#weather_now p {
	color: #444;
}

#weather_now #today_scroll_button {
	position: relative;
}
#weather_now #today_scroll_button #today_button_left {
	display: block;
	width: 30px;
	height: 100px;
	cursor: pointer;
	position: absolute;
	top:30px;
	left:10px;
	z-index: 100;
}
#weather_now #today_scroll_button #today_button_right {
	display: block;
	width: 30px;
	height: 100px;
	cursor: pointer;
	position: absolute;
	top:30px;
	right: 0;
	z-index: 100;
}
#weather_now #today_scroll_button #today_button_left img, 
#weather_now #today_scroll_button #today_button_right img {
	width: 100%;
	height:100%;
}
/* hourly------------------------------------------------- */
#weather_hourly {
	background-color: #fff;
}

#weather_hourly h3 {
	color: #fff;
	background-color: #44d;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
}

#weather_hourly #houry_scroll_button {
	position: relative;
}
#weather_hourly #houry_scroll_button #houry_button_left {
	display: block;
	width: 30px;
	height: 100px;
	cursor: pointer;
	position: absolute;
	top:300px;
	left:10px;
	z-index: 100;
}
#weather_hourly #houry_scroll_button #houry_button_right {
	display: block;
	width: 30px;
	height: 100px;
	cursor: pointer;
	position: absolute;
	top:300px;
	right:0;
	z-index: 100;
}
#weather_hourly #houry_scroll_button #houry_button_left img, 
#weather_hourly #houry_scroll_button #houry_button_right img {
	width: 100%;
	height:100%;
}
#weather_hourly .hourly_title {
	text-align: center;
}

#weather_hourly .hourly_list img {
	width: 80%;
	height: auto;
	margin: 2px;
}

#weather_hourly .hourly_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	overflow-x: scroll;
	z-index: 1;
}

#weather_hourly .hourly_list dl dt,
#weather_hourly .hourly_list dl dd {
	display: block;
	color: #444;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.1em;
	width: 3em;
	height: 2.5em;
	padding: 2px;
	border-left: 1pt solid #ddd;
	border-bottom: 1pt solid #ddd;
	overflow: hidden;
}

#weather_hourly .hourly_list dl dd.no_data {
	border-left: 1pt solid #fff;
}
#weather_hourly .hourly_list dl dt:first-child,
#weather_hourly .hourly_list dl dd:first-child {
	border-top: 1pt solid #ddd;
}

#weather_hourly .hourly_list dl dt:nth-child(3),
#weather_hourly .hourly_list dl dd:nth-child(3) {
	height: 80px;
}

#weather_hourly .hourly_list dl dt:nth-child(4),
#weather_hourly .hourly_list dl dd:nth-child(4) {
	height: 200px;
}

#weather_hourly .hourly_list dl:nth-child(1) dt:nth-child(4) {
	position: relative;
	overflow: visible;
}

#weather_hourly .hourly_list dl dt:nth-child(7),
#weather_hourly .hourly_list dl dd:nth-child(7) {
	height: 4em;
}

#weather_hourly .hourly_list dl dt:nth-child(8),
#weather_hourly .hourly_list dl dd:nth-child(8) {
	height: 80px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#weather_hourly .hourly_list dl:last-child dt,
#weather_hourly .hourly_list dl:last-child dd {
	border-right: 1pt solid #ddd;
}

#weather_hourly .hourly_list dl:last-child dt:nth-child(4),
#weather_hourly .hourly_list dl:last-child dd:nth-child(4) {
	border-right: 0;
}

/* スマホ対応 */
@media screen and (max-width: 639px) {
	
	#weather_hourly #houry_scroll_button {
		display: none;
	}
	
	#weather_hourly .hourly_list {
		display: block;
	}

	#weather_hourly .hourly_list dl {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: nowrap;
		width: auto;
		max-width: 100%;
		border-top: 1pt solid #ddd;
		border-right: 1pt solid #ddd;
	}

	#weather_hourly .hourly_list dl dt:first-child,
	#weather_hourly .hourly_list dl dd:first-child {
		border-top: 0;
		border-left: 0;
	}

	#weather_hourly .hourly_list dl dt:nth-child(3),
	#weather_hourly .hourly_list dl dt:nth-child(7),
	#weather_hourly .hourly_list dl dt:nth-child(8) {
		height: 60px;
		margin: 0;
	}

	#weather_hourly .hourly_list dl dd:nth-child(3),
	#weather_hourly .hourly_list dl dd:nth-child(7),
	#weather_hourly .hourly_list dl dd:nth-child(8) {
		height: 80px;
		margin: 0;
	}

	#weather_hourly .hourly_list dl dt:nth-child(6),
	#weather_hourly .hourly_list dl dd:nth-child(6) {
		display: none;
	}
	#weather_hourly .hourly_list dl dt {
		height: 60px;
		border-bottom: 0;
		padding-top: 10px;
	}

	#weather_hourly .hourly_list dl dd {
		height: 80px;
		border-bottom: 0;
		padding-top: 10px;
	}
	#weather_hourly .hourly_list dl dt:nth-child(4),
	#weather_hourly .hourly_list dl dd:nth-child(4) {
		display: none;
	}

	#weather_hourly .hourly_list dl:last-child dt,
	#weather_hourly .hourly_list dl:last-child dd {
		border-right: 0;
	}

}

/*  daily ---------------------------------------------------------- */
#weather_daily {
	background-color: #fff;
}

#weather_daily h3 {
	color: #fff;
	background-color: #44d;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
}

#weather_daily .daily_title {
	text-align: center;
}

#weather_daily .daily_list img {
	width: 50px;
	height: auto;
	margin: 5px;
}

#weather_daily .daily_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	overflow-x: scroll;
	justify-content: center;
}

#weather_daily #daily_scroll_button {
	position: relative;
}
#weather_daily #daily_scroll_button #daily_button_left {
	display: block;
	width: 30px;
	height: 100px;
	cursor: pointer;
	position: absolute;
	top:150px;
	left:10px;
	z-index: 100;
}
#weather_daily #daily_scroll_button #daily_button_right {
	display: block;
	width: 30px;
	height: 100px;
	cursor: pointer;
	position: absolute;
	top:150px;
	right:0;
	z-index: 100;
}
#weather_daily #daily_scroll_button #daily_button_left img, 
#weather_daily #daily_scroll_button #daily_button_right img {
	width: 100%;
	height:100%;
}
#weather_daily .daily_list dl {
	margin-bottom: 10px;
}

#weather_daily .daily_list dl:first-child {
	margin-left: 10px;
}

#weather_daily .daily_list dl dt,
#weather_daily .daily_list dl dd {
	display: block;
	color: #444;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.1em;
	width: 75px;
	height: 2.5em;
	padding: 2px;
	border-right: 1pt solid #ddd;
	border-bottom: 1pt solid #ddd;
	overflow: hidden;
}

#weather_daily .daily_list dl dt {
	border-left: 1pt solid #ddd;
}

#weather_daily .daily_list dl dt:first-child,
#weather_daily .daily_list dl dd:first-child {
	border-top: 1pt solid #ddd;
}

#weather_daily .daily_list dl dt:nth-child(2),
#weather_daily .daily_list dl dd:nth-child(2) {
	height: 90px;
}

#weather_daily .daily_list dl dt:nth-child(4),
#weather_daily .daily_list dl dd:nth-child(4) {
	height: 50px;
}
#weather_daily .daily_list dl dt:nth-child(5),
#weather_daily .daily_list dl dd:nth-child(5) {
	height: 50px;
}

#weather_daily .daily_list dl dt:nth-child(6),
#weather_daily .daily_list dl dd:nth-child(6) {
	height: 100px;
	padding-top: 10px;
	margin-bottom: 10px;
}

/* スマホ対応 */
@media screen and (max-width: 760px) {
	#weather_daily .daily_list {
		justify-content: flex-start;
	}
}

@media screen and (max-width: 639px) {
	#weather_daily #daily_scroll_button {
		display: none;
	}
	#weather_daily .daily_list img {
		width: 30px;
		height: auto;
		margin: 3px;
	}

	#weather_daily .daily_list {
		display: block;
	}

	#weather_daily .daily_list dl {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: nowrap;
		width: auto;
		max-width: 320px;
		border-top: 1pt solid #ddd;
		border-right: 1pt solid #ddd;
		margin-bottom: 0;
	}

	#weather_daily .daily_list dl:first-child {
		margin-left: 0;
	}

	#weather_daily .daily_list dl dt {
		border-left: 0;
	}

	#weather_daily .daily_list dl dt:first-child,
	#weather_daily .daily_list dl dd:first-child {
		border-top: 0;
		border-left: 0;
	}

	#weather_daily .daily_list dl dt:nth-child(2),
	#weather_daily .daily_list dl dt:nth-child(5),
	#weather_daily .daily_list dl dt:nth-child(6) {
		height: 60px;
		margin: 0;
	}

	#weather_daily .daily_list dl dd:nth-child(2),
	#weather_daily .daily_list dl dd:nth-child(5),
	#weather_daily .daily_list dl dd:nth-child(6) {
		height: 80px;
		margin: 0;
	}

	#weather_daily .daily_list dl dt {
		height: 60px;
		border-bottom: 0;
		padding-top: 10px;
	}

	#weather_daily .daily_list dl dd {
		height: 80px;
		border-bottom: 0;
		padding: 2px 0px 0px 0px;
	}

}

/*  gaikyo ---------------------------------------------------------- */
#weather_gaikyo {
	background-color: #fff;
}

#weather_gaikyo h3 {
	color: #fff;
	background-color: #44d;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
}
#weather_gaikyo p {
	padding: 2px 5px;
	margin-bottom: 0;
}
/*  graph ---------------------------------------------------------- */
#graph {
	width: 100%;
	height: 200px;
}

#graph_area {
	width: 1100px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}


@media screen and (max-width: 639px) {
	#graph_area {
		display: none;
	}
}

/*  button ---------------------------------------------------------- */
a.b_size_b {
	display: block;
	text-align: center;
	text-indent: 0;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1a62db), color-stop(0.51, #3690f0), color-stop(0.50, #54a3ee), color-stop(0.00, #70b6f2));
	background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -moz-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -o-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: -ms-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	background: linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border: 2px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 3px rgba(255, 255, 255, 1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 3px rgba(255, 255, 255, 1);
	box-shadow:
		0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 3px rgba(255, 255, 255, 1);
}

a.b_size_b {
	float: right;
	width: 8em;
	margin: 2px;
	padding: 2px;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
}

a.b_size_b img {
	vertical-align: middle;
}

a.b_size_b:hover {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #244386), color-stop(0.00, #4375a8));
	background: -webkit-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: -moz-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: -o-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: -ms-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: linear-gradient(top, #4375a8 0%, #244386 100%);
}

a.b_size_b:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #bcf4fd), color-stop(0.75, #87c2fb), color-stop(0.51, #6ba8e4), color-stop(0.50, #8fbff0), color-stop(0.20, #91bae4), color-stop(0.00, #b6e2fd));
	background: -webkit-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -moz-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -o-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: -ms-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
	background: linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 50%, #6ba8e4 51%, #87c2fb 75%, #bcf4fd 100%);
}

/* リロードボタン -----------------------------------------------*/
.reload_bottom:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

@media screen and (max-width: 639px) {
	.reload_bottom {
		display: none;
	}
}