@font-face {
	font-family: 'TitleLogo';
	src: url('font/TanukiMagic.eot') format('embedded-opentype'),
	     url('font/TanukiMagic.woff') format('woff'),
	     url('font/TanukiMagic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #2E2E2E;
	background-color: #fff;
}
a {
	color: #2E2E2E;
	text-decoration: none;
}

b {
	color: #2a2;
}
h1,h2,h3 {
	margin: 8px auto;
	text-align: center;
}
img {
	border-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
input,select,option {
	display: inline-block;
	padding: 4px 4px;
	vertical-align: middle;
	border: none;
	border-radius: 0;
	background-color: #fff;
}
input[type=text] {
	border-bottom: 1px solid #ddd;
}
input[type=text]:focus {
	border-bottom: 2px solid #2196F3;
}
select {
	-webkit-appearance: button;
	-moz-appearance: pop-up-menu;
	appearance: pop-up-menu;
}
button {
	display: inline-block;
	margin: 6px 16px;
	padding: 4px 16px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	border: none;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,.4);
}
button[name=submit] {
	background-color: #8BC34A;
}
button[name=submit]:disabled {
	opacity: .2;
}
button[name=cancel] {
	background-color: #F44336;
}
hr {
	width: 98%;
	margin: 8px auto;
	border: solid 1px #888;
}

/*	基本情報	*/
.info {
	margin: 16px auto;
	width: 90%;
	max-width: 90%;
	box-shadow: 0 2px 4px rgba(0,0,0,.4);
}
.info th, .info td {
	padding: 8px 16px;
	text-align: left;
}
.info th {
	background-color: #F5F5FF;
	border-right: solid 1px #ccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.info td {
	width: 100%;
	background-color: #fff;
	border: none;
}

/*	リスト	*/
.list {
	position: relative;
	width: 100%;
	line-height: 56px;
	font-size: 20px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #fff;
	border-top: 2px solid #ddd;
}
.list_toggle, .list_toggle * {
	cursor: pointer;
}
.list>.mi:not(.mi-right) {
	margin-left: 16px;
}
.list_text {
	margin-left: 16px;
}
.list>span {
	margin-left: 16px;
}
.mi-right {
	float: right;
	width: 56px !important;
	height: 56px !important;
}
.list_region {
	background-color: #009688;
	color: #fff;
	font-size: 18pt;
	font-weight: bold;
}
.expand>span.list_text {
	color: #009688;
	font-weight: bold;
}
.expand>.mi_expand_more {
	background-image: url(img/m/expand_less.png) !important;
}
.list_child {
	display: none;
	width: 100%;
	line-height: normal;
}
.list_child .list {
	border-top: none;
}
.list>.mi {
	line-height: 56px;
	vertical-align: middle;
}
.list>a {
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list_icon_frame {
	display: inline-block;
	position: relative;
	width: 72px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.list_icon {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	background-position: center center;
	transition: width .2s linear, height .2s linear;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.list_icon.hide {
	width: 0px;
	height: 0px;
	transition: none;
}
.bg_icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-size: 80px 45px;
}

.mi {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: text-bottom;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .54;
}
a.mi {
	cursor: pointer;
}
a.mi:hover {
	opacity: 1;
}

.lodestone {
	display: inline-block;
	margin-right: 8px;
	width: 24px;
	height: 24px;
	background-image: url(img/i_lodestone.png);
	background-size: cover;
	vertical-align: middle;
}
.list .lodestone {
	float: right;
	margin-top: 16px;
	margin-right: 16px;
}
.icon {
	width: 24px;
	height: 24px;
	margin-right: 4px;
	vertical-align: middle;
}
.level {
	color: #ffc;
	text-shadow: 1px 1px 1px #c84;
}
.level:before {
	content: 'Lv ';
	color: #8ff;
	font-size: .5em;
	line-height: .5em;
}
.item_level {
	color: #ffc;
	text-shadow: 1px 1px 1px #c84;
}
.item_level:before {
	content: 'ITEM Lv ';
	color: #8ff;
	font-size: .5em;
	line-height: .5em;
}
.level_s {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: .8em;
	font-size: .8em;
	color: #ffc;
	text-shadow: 1px 1px 1px #c84;
	z-index: 1;
}
.level_s:before {
	content: 'Lv';
	font-size: .6em;
	color: #8ff;
}
.ilm {
	color: #ffc;
	text-shadow: 1px 1px 1px #c84;
}
.ilm:after {
	content: 'Im';
	color: #8ff;
	font-size: .5em;
	line-height: .5em;
}


/*	ﾍｯﾀﾞ	*/
#header {
	position: fixed;
	width: 100%;
	height: 40px;
	top: 0;
	background-color: #ddf;
	box-shadow: 0 0 4px #000;
	z-index: 999;
}
#header .mi {
	margin-top: 8px;
}
#title {
	display: inline-block;
	width: 80%;
	padding: 0 4px;
	color: #000;
	opacity: .56;
	line-height: 40px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#search input {
	position: absolute;
	top: 4px;
	right: 8px;
	width: 200px;
	padding: 0 8px;
	line-height: 32px;
	font-size: 1em;
	color: #000;
	background-color: #fff;
	border: none;
	border-radius: 6px;
	background-image: url(img/m/search.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-size: 24px;
	padding-left: 32px;
}
#search_near {
	position: absolute;
	right: 8px;
	top: 100%;
	margin-top: -2px;
	width: 80%;
	padding: 4px 8px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 2px 2px 4px #000;
	z-index: 10;
}
#search_near .hit {
	display: block;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	padding-left: 2.5em;
	margin: .2em 0;
	color: #000;
	text-shadow: none;
	background-size: 2em;
	background-repeat: no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#search_near .hit:hover {
	background-color: #ddf;
}
#header_btn {
	position: absolute;
	top: 0;
	right: 8px;
}
#header_btn .mi {
	margin-left: 8px;
}

.more_menu {
	position: fixed;
	top: 48px;
	right: 8px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #fff;
	border: none;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0,0,0,.4);
	z-index: 997;
}
.more_menu.hide {
	display: none;
}
.more_menu .list {
	font-size: 16px;
	line-height: 3em;
	margin-right: 16px;
}
.more_menu .list .mi {
	margin-right: 16px;
}



#logo {
	font-size: 32px;
	line-height: 80px;
	color: #fff;
	text-shadow: 2px 2px 24px #48f;
}
.font_jp {
	top: 12px;
	font-family: 'TitleLogo', serif;
}
.font_en {
	font-family: 'Shadows Into Light', cursive;
}
.font_fr {
	font-family: 'Shadows Into Light', cursive;
}
.font_de {
	font-family: 'Shadows Into Light', cursive;
}

/*	ｺﾝﾃﾝﾂ	*/
#content {
	position: relative;
	margin-top: 40px;
	overflow: hidden;
	transition: margin-left .1s ease-out;
}

/*	ｻｲﾄﾞﾊﾞｰ	*/
#sidebar {
	position: relative;
	float: left;
	left: 0;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	color: #000;
	font-size: 16px;
	line-height: 3em;
	white-space: nowrap;
	overflow: hidden;
	background-color: #ddf;
	box-shadow: 0 0 4px #000;
	z-index: 999;
}
#content.toggle_sidebar #sidebar {
	box-shadow: none;
}
#sidebar li {
	padding: 0 8px;
	vertical-align: middle;
	cursor: pointer;
}
#sidebar li:hover {
	background-color: #fff;
}
#sidebar hr {
	margin: 8px auto;
}
#sidebar a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#sidebar i {
	margin-right: 8px;
}
#sidebar_back {
	display: none;
}

/*	ﾒｲﾝ	*/
#main {
	background-color: #E0E0E0;
	overflow: hidden;
}
#main>.list:last-child {
	border-bottom: 1px solid #ddd;
}
.small {
	font-size: .8em;
}
.copyright {
	font-size: .7em;
}

/*	トップ	*/
@keyframes header_bg {
	  0% { background-position: 0 0; }
	 10% { background-position: 0 0; }
	 90% { background-position: 100% 100%; }
	100% { background-position: 100% 100%; }
}
@-webkit-keyframes header_bg {
	  0% { background-position: 0 0; }
	 10% { background-position: 0 0; }
	 90% { background-position: 100% 100%; }
	100% { background-position: 100% 100%; }
}
.top {
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: header_bg 31s linear infinite alternate;
	-webkit-animation: header_bg 31s linear infinite alternate;
}
.top a {
	color: #fff;
}
.top .mi {
	opacity: 1;
}
.top li span {
	line-height: 1.8em;
	padding: 0 1em;
	background-color: rgba(0,0,0,.5);
	border-radius: 50%;
	box-shadow: 0 0 8px #000;
	text-shadow: 0 0 8px #00f;
}

/*	釣り場一覧	*/
.area {
	cursor: pointer;
}
.list .weather_icon {
	width: 32px;
	height: 32px;;
	margin: 0 16px;
	line-height: 56px;
	vertical-align: middle;
}

/*	天気予報	*/
#skywatcher_list {
	table-layout: fixed;
	position: relative;
	height: 32px;
	white-space: nowrap;
	overflow: hidden;
}
#skywatcher_list .weather_icon {
	margin: 0 auto;
}
#skywatcher_list tr:first-child {
	position: relative;
	background-color: rgba(0,0,0,.1);
	z-index: 1;
}
#skywatcher_list td {
	padding: 2px;
	vertical-align: middle;
	overflow: hidden;
}
.skywatcher_time {
	text-align: center;
	font-weight: bold;
}
.skywatcher_time:after {
	content: ':00';
}
.skywatcher_past {
	opacity: .6;
	color: #c88;
	background-color: rgba(128,0,0,.1);
}
.skywatcher_report {
	font-size: .8em;
	text-align: center;
	padding-right: 8px;
}
.img_only .weather_name {
	display: none;
}
.weather_rate_text {
	position: relative;
	z-index: 1;
	text-shadow: 1px 1px 2px #fff;
}
.weather_rate_text .weather_icon {
	margin-left: 0;
}
.weather_rate_bar {
	display: inline-block;
	position: absolute;
	left: 56px;
	top: 24px;
	height: 12px;
	background-color: rgba(0,255,128,.8);
	vertical-align: text-bottom;
	box-shadow: 2px 1px 2px 1px rgba(0,255,128,.2);
	transition: transform .5s ease-out;
	-webkit-transition: -webkit-transform .5s ease-out;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform-origin: left center;
	-webkit-transform-origin: left center;
}
.weather_rate_bar.close {
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
}

/*	時間帯	*/
.timezone {
	margin-left: 2%;
	width: 96%;
}
.tz_hour {
	position: relative;
	float: left;
	width: 4%;
	margin-bottom: 8px;
}
@keyframes tz_now_beacon {
	  0% { transform: scale( 0, 1); opacity:  1; }
	 80% { transform: scale(.8, 1); opacity: .4; }
	100% { transform: scale( 1, 1); opacity:  0; }
}
@-webkit-keyframes tz_now_beacon {
	  0% { -webkit-transform: scale( 0, 1); opacity:  1; }
	 80% { -webkit-transform: scale(.8, 1); opacity: .4; }
	100% { -webkit-transform: scale( 1, 1); opacity:  0; }
}
.tz_now_pos {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	border-left: rgba(255,192,0,.8) 1px solid;
	z-index: 1;
}
.tz_now_pos:after {
	content: '';
	position: absolute;
	width: 200%;
	height: 100%;
	top: 0;
	left: 0;
  transform-origin: left center;
  -webkit-transform-origin: left center;
  background-image: linear-gradient(left, rgba(255,192,0,.6), rgba(255,64,0,0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,192,0,.6)), to(rgba(255,64,0,0)));
  background-image: -moz-linear-gradient(left, rgba(255,192,0,.6), rgba(255,64,0,0));
  background-image: -ms-linear-gradient(left, rgba(255,192,0,.6), rgba(255,64,0,0));
	animation: tz_now_beacon 4s linear infinite;
	-webkit-animation: tz_now_beacon 4s linear infinite;
}
.tz_rate_frame {
	position: relative;
	left: 5%;
	width: 90%;
	height: 96px;
	background-color: rgba(0,255,128,.1);
}
.tz_rate_bar {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,255,128,1);
	box-shadow: 2px 1px 2px 1px rgba(0,255,128,.2);
	transition: transform .5s ease-out;
	-webkit-transition: -webkit-transform .5s ease-out;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
}
.tz_rate_bar.close {
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
}
.tz_rate_text {
	display: inline-block;
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	font-size: .8em;
	line-height: 1em;
	white-space: nowrap;
	overflow: hidden;
	opacity: .8;
	z-index: 1;
}

/*	flexslider	*/
.flexslider {
	width: 80%;
	margin: 16px auto 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-shadow: 0 2px 4px rgba(0,0,0,.4);
}
.flex-direction-nav {
	height: 0;
}

/*	アイコン	*/
.clear_icon {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
}
.list>a>.clear_icon {
	margin: 0 16px;
	line-height: 48px;
	vertical-align: middle;
}
.clear_icon img {
	margin-top: 2px;
	margin-left: 4px;
	width: 40px;
	height: 40px;
}
.piechart {
	margin-top: 2px;
	margin-left: 4px;
}
.clear_icon:after {
	content: '';
	position: absolute;
	width: 48px;
	height: 48px;
	left: 0;
	top: 0;
	background-image: url(img/reflection_frame_48.png);
}
.clear_icon_m {
	display: inline-block;
	position: relative;
	width: 76px;
	height: 76px;
	line-height: 76px;
	vertical-align: middle;
	background-image: url(img/socket_64.png);
}
.clear_icon_m img {
	margin: 3px 0 0 6px;
	width: 64px;
	height: 64px;
}
.clear_icon_m:after {
	content: '';
	position: absolute;
	width: 76px;
	height: 76px;
	left: 0;
	top: 0;
	background-image: url(img/reflection_frame_64.png);
}
.clear_icon_l {
	display: inline-block;
	position: relative;
	width: 152px;
	height: 152px;
	line-height: 152px;
	vertical-align: middle;
	background-image: url(img/socket_128.png);
}
.clear_icon_l img {
	margin: 6px 0 0 12px;
	width: 128px;
	height: 128px;
}
.clear_icon_l:after {
	content: '';
	position: absolute;
	width: 152px;
	height: 152px;
	left: 0;
	top: 0;
	background-image: url(img/reflection_frame_128.png);
}

/*	コメント	*/
.comment {
	position: relative;
	width: 90%;
	margin: 16px auto;
	padding: 8px;
	font-size: .8em;
	line-height: normal;
	white-space: normal;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,.5);
	transition: transform .5s ease-out, opacity .5s ease-out;
	transform: translate(0px, 0px) scale(1, 1);
	transform-origin: left top;
	-webkit-transition: -webkit-transform .5s ease-out, opacity .5s ease-out;
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-webkit-transform-origin: left top;
}
.comment.hide {
	opacity: 0;
	transform: translate(16px, 16px) scale(1.2, 1.2);
	-webkit-transform: translate(16px, 16px) scale(1.2, 1.2);
}
.comment a {
	color: #0D47A1;
}
.comment .weather_icon {
	margin: 0 2px;
	vertical-align: text-bottom;
}
.comment_translate {
	color: #33d;
}
.comment_origin {
	display: none;
}
.comment_continue {
	margin: 20px auto 64px;
	width: 20px;
	height: 20px;
	background-image: url(img/loading_m.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.comment_info {
	font-size: .8em;
	line-height: .8em;
	color: #888;
}
.comment_form {
	width: 90%;
	margin: 0 auto;
	padding: 16px;
	font-size: .8em;
	line-height: normal;
	white-space: normal;
	box-shadow: 0 2px 4px rgba(0,0,0,.5);

}

/*	エサ食いつき率	*/
.effective_bait {
	overflow: scroll;
}
.effective_bait table {
	position: relative;
}
.effective_bait th {
	position: relative;
	background-color: rgba(0,255,128,.5);
}

/*	アラーム	*/
#add_alarm {
	display: block;
	width: 48px;
	height: 48px;
	background-size: 100%;
	margin: 16px auto;
}
#alarm_toggle.expand>.mi_alarm_off {
	background-image: url(img/m/alarm_on.png) !important;
}
.alarm_list {
	background-color: #fff;
}
.alarm_list.disabled>.mi_alarm_on {
	background-image: url(img/m/alarm_off.png) !important;
}
.alarm_list.disabled>span {
	color: #aaa;
}
.alarm_list:not(.disabled).active {
	background-color: #00C853;
}
.alarm_list:not(.disabled).active>span {
	color: #E8F5E9;
	font-weight: bold;
}
@-webkit-keyframes ring_alarm {
	  0% { -webkit-transform: rotateZ(10deg); }
	  5% { -webkit-transform: rotateZ(-10deg); }
	 10% { -webkit-transform: rotateZ(10deg); }
	 15% { -webkit-transform: rotateZ(-10deg); }
	 20% { -webkit-transform: rotateZ(10deg); }
	 25% { -webkit-transform: rotateZ(-10deg); }
	 30% { -webkit-transform: rotateZ(10deg); }
	 35% { -webkit-transform: rotateZ(-10deg); }
	 40% { -webkit-transform: rotateZ(0deg); }
}
@keyframes ring_alarm {
	  0% { -webkit-transform: rotateZ(10deg); }
	  5% { -webkit-transform: rotateZ(-10deg); }
	 10% { -webkit-transform: rotateZ(10deg); }
	 15% { -webkit-transform: rotateZ(-10deg); }
	 20% { -webkit-transform: rotateZ(10deg); }
	 25% { -webkit-transform: rotateZ(-10deg); }
	 30% { -webkit-transform: rotateZ(10deg); }
	 35% { -webkit-transform: rotateZ(-10deg); }
	 40% { -webkit-transform: rotateZ(0deg); }
}
.alarm_list:not(.disabled).active .mi_alarm_on {
	transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
	animation: ring_alarm 2s linear infinite;
	-webkit-animation: ring_alarm 2s linear infinite;
}
.alarm_detail {
	background-color: #E0E0E0;
	padding: 4px 0;
	line-height: 1em;
}
.alarm_detail input {
	font-size: 24px;
}
.alarm_detail_text {
	color: #888;
	margin-right: 32px;
	line-height: 34px;
}
.alarm_detail select,.alarm_detail td {
	font-size: 16px;
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	background-color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text_icon {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 4px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
}
.delete_icon {
	color: #fff;
	background-color: #f00;
}
.sound_test.playing {
	background-image: url(img/m/pause_circle_fill.png) !important;
}

.ads_banner {
	margin: 8px auto;
}

.dummy_ads {
	width: 100%;
	height: 96px;
	position: relative;
	background-color: #4ac;
}
.dummy_ads:after {
	content: 'ads';
	color: #fff;
}

.sel_weather {
	padding: 2px;
}
.sel_weather select {
	min-height: 32px;
	padding-left: 40px;
	background-repeat:no-repeat;
}
.btn_right {
	float: right;
	margin-right: 8px;
}

.tug_graph {
	display: inline-block;
	width: 2em;
	height: 2em;
	background-color: rgba(0,0,0,.2);
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 1em;
}

.list .tug_graph {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 4px;
	top: 0;
}

.page_form {
	padding-top: .5em;
}
.page_main {
	font-weight: 1.2em;
	line-height: 1.5em;
}
.page_num {
	text-align: center;
}
.page {
	display: inline-block;
	line-height: 1.2em;
	padding: 0 .3em;
	margin: 0 .15em;
	background-color: rgba(255,255,255,.5);
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 10%;
}
a.page:not([href]) img {
	opacity: .5;
}

/*	横長	*/
@media screen and (max-width: 640px) {

html,body,#area {
	height: 100%;
}
#content {
	height: auto;
	min-height: 100%;
}

#content.toggle_sidebar {
	margin-left: 0 !important;
}
#sidebar {
	position: fixed;
	left: -100%;
	transition: left .1s ease-out;
	background-color: transparent;
	z-index: 999;
}
#sidebar_back {
	display: block;
	position: absolute;
	min-height: 100%;
	left: -100%;
	top: 0;
	bottom: 0;
	background-color: #ddf;
	transition: left .1s ease-out;
	box-shadow: 0 0 4px #000;
	z-index: 997;
}
#content.toggle_sidebar #sidebar {
	left: 0;
}
#content.toggle_sidebar #sidebar_back {
	left: 0;
}

#main {
	margin-left: 0 !important;
}

.skywatcher_time:after {
	content: '';
}

.timezone li {
	width: 12%;
}
.tz_rate_frame {
	height: 96px;
}


/*	end of media	*/
}

