body {
	margin:0px;
	margin-top:0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:90%;
	background-color:#f6f6f6;
}

p {
	padding:8px;
	padding-left:12px;
}
img {
	border:0px;
	max-width:760px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a > img {
	outline:0px;
}
center {
	margin:0px;
}
form {
	line-height:150%;
}
div {
	word-wrap:break-word;
	word-break:break-all;
}
td {
	font-size:95%;
}

blockquote {
	position:relative;
	border-radius:5px;
	margin:8px;
	padding:1em;
	padding-top:2em;
	background:#f9f9f9;
	color:#333;
}
blockquote:before {
	position:absolute;
	top:24px;
	left:0px;
	content:'\201C';
	font-size:8em;
	color:#000;
	opacity:.2;
}

div.main-wrapper {
	height:auto;
	overflow:hidden;
	clear:both;
	max-width:1180px;
	background-color:#fff;
}

div.main {
	width:1180px;
	text-align:center;
	padding-top:16px;
	display:flex;
}

div.header {
	width:1180px;
	text-align:center;
	padding-top:12px;
	padding-bottom:12px;
}
div.header-title {
	font-size:220%;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:10px;
	left:0;
	right:0;
	margin:auto;
}
div.header * {
	max-width:1180px;
}
div.header > div {
	font-size:220%;
	font-weight:bold;
}
div.header a:hover {
	text-decoration:none;
}
div.lheader {
	float:left;
	text-align:left;
	width:760px;
	padding-bottom:8px;
}
div.rheader {
	float:left;
	text-align:right;
	width:350px;
	margin-bottom:16px;
}
div.navi {
	position:relative;
	background-color:#02aedc;
}
div.navi-scroll {
	width:100%;
	font-size:115%;
	color:#fff;
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
}
div.navi-scroll ul {
	min-width:360px;
	height:52px;
	line-height:52px;
	margin:0 auto;
	list-style:none;
	padding-right:25px;
	white-space:nowrap;
}
div.navi-scroll ul li {
	padding-left:12px;
	padding-right:12px;
	text-align:center;
	display:inline-block;
}
div.navi-scroll ul li a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	position:relative;
}
div.navi-scroll ul li a:hover {
	text-decoration:none;
}
div.navi-scroll ul li a::after {
	content:'';
	position:absolute;
	bottom:4px;
	left:-10%;
	width:120%;
	height:3px;
	background:#fff;
	transition:all .3s;
	transform:scale(0, 1);
	transform-origin:center top;
}
div.navi-scroll ul li.current a::after,
div.navi-scroll ul li a:hover::after {
	transform:scale(1, 1);
}

div.slideshow-wrapper {
	background-color:#fff;
	width:100%;
}
div.slideshow {
	margin-bottom:12px;
	padding-top:24px;
	padding-bottom:12px;
}
div.btn-prev {
	display:none;
	position:absolute;
	opacity:0.9;
	top:0px;
	left:0px;
	width:25px;
	height:100%;
	line-height:52px;
	background-color:#fff;
	color:#555;
	cursor:pointer;
}
div.btn-next {
	display:none;
	position:absolute;
	top:0px;
	right:0px;
	width:25px;
	height:100%;
	line-height:52px;
	background-color:#fff;
	color:#555;
	cursor:pointer;
}
div.navi a {
	color:#fff;
	text-decoration-line:none;
}
div.navi a:hover {
	color:#fff;
	text-decoration-line:underline;
}

#header-area {
	max-width:none;
	padding-top:12px;
	padding-bottom:12px;
}

div.contents {
	float:left;
	width:760px;
	text-align:left;
	padding:30px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#fff;
}
div.contents * {
	max-width:760px;
}
div.contents img {
	max-width:720px;
}
div.contents iframe {
	width:100%;
}

div.menu {
	float:left;
	text-align:right;
	line-height:160%;
	background-color:#fff;
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:40px;
	width:350px;
	text-align:left;
	height:max-content;
}
div.menu * {
	max-width:350px;
}

div.footer {
	clear:both;
	float:left;
	background-color:#02aedc;
	width:100%;
	color:#e9efe6;
	padding-top:20px;
	padding-bottom:20px;
}
div.footer a {
	color:#fff;
}

div.pagenation {
	font-size:105%;
	font-weight:bold;
	padding:12px;
	margin-top:24px;
	margin-bottom:32px;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
}

div.index-contents {
	line-height:190%;
	font-size:110%;
	padding-top:4px;
}

.center {
	text-align:center;
}
.right {
	text-align:right;
}
.label-right {
	width:100%;
	text-align:right;
	margin-top:4px;
	margin-bottom:4px;
	white-space:nowrap;
}

h1 {
	background-color:#02aedc;
	color:#fff;
	font-size:16pt;
	font-weight:bold;
	padding-top:18px;
	padding-bottom:18px;
	padding-left:20px;
	width:-webkit-fill-available;
}

h1.up {
	background-color:#fff;
	border-bottom:1px solid #999;
	color:#333;
	background-image:url(./images/title_up.png);
	background-repeat:no-repeat;
	padding-left:28px;
	height:25px;
}

h1.down {
	background-color:#fff;
	border-bottom:1px solid #999;
	color:#333;
	background-image:url(./images/title_down.png);
	background-repeat:no-repeat;
	padding-left:28px;
	height:25px;
}

h2,h3,h4,h5 {
	background-color:#02aedc;
	color:#fff;
	font-size:14pt;
	font-weight:bold;
	padding:4px;
	padding-left:16px;
	padding-top:16px;
	padding-bottom:16px;
	text-align:left;
	width:-webkit-fill-available;
}

table.menubar {
	width:100%;
	margin-bottom:10px;
	padding-top:6px;
}
.menubar th {
	border-bottom:3px solid #333;
	color:#333;
	font-size:12pt;
	height:32px;
	padding-left:12px;
	padding-bottom:3px;
	text-align:left;
}
.menubar td {
	border-bottom:1px solid #bfbfbf;
	padding-left:0px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
}
.menubar th a {
	color:#fff;
	font-weight:normal;
}
.menubar th i{
	color:#333;
}
table.ranklist {
	border-bottom:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	margin-top:5px;
	width:100%;
}
.ranklist th {
	font-size:11pt;
	background-color:#efefef;
	border-left:1px solid #bfbfbf;
	border-top:1px solid #bfbfbf;
}
.ranklist td {
	border-left:1px solid #bfbfbf;
	border-top:1px solid #bfbfbf;
	padding-right:3px;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
}

.ranklist tr {
	background-color:#fff;
}
.ranklist tr.t1 {
	background-color:#f3f9f6;
}

.ranklist td table{
	border-collapse:collapse;
	border:1px solid #999;
	background-color:#fff;
	margin-left:6px;
	margin-top:6px;
	margin-bottom:6px;
}
.ranklist td table td{
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	border:1px solid #999;
}
.ranklist td table th{
	border:1px solid #999;
}

table.replist {
	width:100%;
}
.replist td {
	padding:3px;
}
.replist tr.t1 {
	background-color:#f3f9f6;
}

table.channel-box {
	background-color:#f9f9f9;
	padding:10px;
	border:1px solid #ccc;
	margin-top:20px;
}

div.contents-overlay-wrap {
	display:none;
	position:relative;
}
div.contents-overlay {
	position:absolute;
	top:0px;
	left:5%;
	right:5%;
	padding-top:30px;
	padding-bottom:16px;
	margin:auto;
	text-align:center;
	z-index:10;
	border:1px solid #aaa;
    background-color:#fff;
	box-shadow:1px 1px 2px 0 #a4a4a4;
	-moz-box-shadow:1px 1px 2px 0 #a4a4a4;
	-webkit-box-shadow:1px 1px 2px 0 #a4a4a4;
}
div.contents-overlay-close {
	position:absolute;
	top:-15px;
	left:10%;
	right:10%;
	width:38px;
	margin:auto;
	vertical-align:middle;
	text-align:center;
	font-size:200%;
	background-color:#fff;
	color:#000;
	cursor:pointer;
}
div.contents-overlay img {
	max-width:98%;
}

div.video-overlay {
	position:absolute;;
	top:10%;
	left:10%;
	right:10%;
	margin:auto;
	vertical-align:middle;
	text-align:center;
}
div.video-overlay-close {
	position:absolute;
	top:-14px;
	left:10%;
	right:10%;
	width:38px;
	margin:auto;
	vertical-align:middle;
	text-align:center;
	font-size:200%;
	background-color:#fff;
	color:#000;
	cursor:pointer;
}

td.up {
	color:red;
	text-align:right;
	white-space:nowrap;
}
td.down {
	color:blue;
	text-align:right;
	white-space:nowrap;
}

span.normal {
	color:black;
	font-weight:bold;
}
span.up {
	color:red;
	font-weight:bold;
}
span.down {
	color:blue;
	font-weight:bold;
}

td.normal {
	color:black;
	text-align:right;
	white-space:nowrap;
}

a.up {
	background-image:url(./images/allow_up.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}

a.down {
	background-image:url(./images/allow_down.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}

a.zero {
	background-image:url(./images/allow_zero.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}

a.pt {
	background-image:url(./images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	height:18px;
}

a.pt_up {
	background-image:url(./images/title_up2.png);
	background-repeat:no-repeat;
	background-position:1%;
	padding-left:22px;
	height:18px;
}

a.pt_down {
	background-image:url(./images/title_down2.png);
	background-repeat:no-repeat;
	background-position:1%;
	padding-left:22px;
	height:18px;
}

div.sec {
	width:96%;
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	background-color:#f6f6f6;
	line-height:120%;
	padding-left:10px;
	background-color:#fff;
}

span.large {
	font-size:14pt;
	font-weight:bold;
}

span.middle {
	font-size:12pt;
	font-weight:bold;
}

input[type=submit] {
	font-size:90%;
	color:#fff;
	border:1px solid #333;
	background-color:#02aedc;
}
div.pagelink,span.pagelink {
	padding:8px;
}
div.pagelink {
	line-height:190%;
	font-size:100%;
	text-align:left;
}
div.btnlink {
	text-align:center;
	border:3px solid #333;
	padding:4px;
	padding-left:12px;
	padding-right:12px;
	margin-bottom:12px;
}
div.btnlink a {
	text-decoration:none;
}
.btn-link {
	background-color:#333;
	padding:8px;
	margin-top:8px;
	margin-bottom:8px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	font-size:110%;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
.btn-link-none {
	text-decoration:none;
}

div.page-box {
	/* width:100%; */
	background-color:#fff;
	border-bottom:1px solid #ccc;
	line-height:150%;
	margin-bottom:16px;
}
div.page-box td {
	padding-top:6px;
	padding-right:8px;
}
div.page-box h1 {
	font-size:90%;
}
div.page-box2 {
	width:48%;
	height:130px;
	border:1px solid #ccc;
	box-shadow:1px 1px 1px 0 #dcdcdc;
	-moz-box-shadow:1px 1px 1px 0 #dcdcdc;
	-webkit-box-shadow:1px 1px 1px 0 #dcdcdc;
	margin:4px;
}
div.page-title {
	padding-top:4px;
	padding-bottom:8px;
	font-size:120%;
	font-weight:bold;
}
div.page-title-small {
	padding-top:4px;
	padding-bottom:8px;
	font-size:90%;
	font-weight:bold;
}
div.page-body {
	color:#111;
	padding-top:6px;
}
.page-category {
	font-weight:bold;
	margin-left:8px;
	margin-right:8px;
	padding-left:16px;
	background-image:url(./images/tags.png);
	background-repeat:no-repeat;
	background-size:12px;
}
.page-date {
	font-size:90%;
	font-weight:bold;
	margin-left:8px;
	padding-left:16px;
	background-image:url(./images/calendar.png);
	background-repeat:no-repeat;
	background-size:12px;
}
.page-button {
	font-size:100%;
	color:#fff;
	background-color:#02aedc;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:12px;
	padding:6px;
	padding-left:8px;
	padding-right:8px;
	width:102px;
	text-align:center;
	border-radius:3px;
}
.page-button:hover {
	background-color:#fff;
	color:#000;
}
.link-button {
	font-size:120%;
	color:#fff;
	background-color:#02aedc;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:12px;
	padding:12px;
	width:280px;
	text-align:center;
	border-radius:8px;
}
.link {
	padding-left:20px;
	margin-top:2px;
	margin-bottom:4px;
	background-image:url(./images/right-arrow.png);
	background-repeat:no-repeat;
	background-size:14px;
}

div.chat {
	width:286px;
	height:400px;
	overflow-y:scroll;
	overflow-x:hidden;
	border:1px solid #ccc;
	padding:4px;
}
div.chat_header {
	border:2px solid #ccc;
	padding:8px;
	margin-bottom:12px;
	font-weight:bold;
	font-size:110%;
	text-align:center;
	background-color:#f6f6f6;
}
div.chat_box {
	border:1px solid #ccc;
	padding:12px;
	margin-bottom:8px;
	line-height:180%;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
div.chat_user {
	font-weight:bold;
	float:left;
}
div.chat_time {
	color:#999;
	font-size:95%;
	float:right;
}
div.chat_content {
	color:#666;
	clear:both;
}
div.link-box {
	background-color:#fff;
	margin:4px;
	height:100px;
	width:120px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
td.link-box {
	width:120px;
	vertical-align:top;
}
.link-box:hover {
	opacity:0.7;
	transition:0.3s;
	xbackground-size:cover;
}
div.link-box-normal {
	width:120px;
}
td.link-box-normal {
	width:120px;
}
div.link-box-large {
	height:180px;
	width:240px;
}
div.link-box-large2 {
	height:300px;
}
td.link-box-large {
	width:270px;
	vertical-align:top;
}
div.link-box-max {
	height:460px;
	width:690px;
}

td.link-box-max {
	width:710px;
	vertical-align:top;
}
div.link-box-medium {
	height:135px;
	width:180px;
}
td.link-box-medium {
	width:180px;
	vertical-align:top;
}
div.rank-box {
	border:2px solid #bf0000;
	padding:12px;
	margin-top:12px;
	margin-bottom:12px;
	line-height:180%;
}

form,form select,form button,form td {
	font-size:110%;
}
button {
	padding-left:16px;
	padding-right:16px;
	border:1px solid #333;
	background-color:02aedc;
	color:#fff;
}

.btn-sns-group {
	margin-top:16px;
	margin-bottom:16px;
	text-align:right;
	width:100%;
}
.btn-sns-group:after {
	content:"";
	clear:both;
	display:block;
}
.btn-sns {
	padding:3px;
	width:100px;
	float:left;
	text-align:center;
	font-size:90%;
}
.btn-sns a {
	color:#fff!important;
	text-decoration:none;
}
.btn-sns a:visited {
	color:#fff!important;
}
.btn-twitter {
	background:#3b5998;
}
.btn-facebook {
	background:#55acee;
}
.btn-hateb {
	background:#008fde;
}
.btn-line {
	background:#2bb24c;
}
.btn-line i {
	font-size:120%;
}
.btn-pocket {
	background:#d3505a;
}

#page_top {
	position:fixed;
	bottom:40px;
	right:20px;
	margin:0;
}
#page_top div {
	z-index:99999;
}
#page_top a {
	padding:8px;
	color:#fff;
	background-color:#aab;
	opacity:0.7;
	font-weight:bold;
	font-size:110%;
	width:35px;
	height:35px;
	text-align:center;
	display:block;
	border-radius:30px;
	position:relative;
}
#page_top i {
	padding-top:10px;
}

#id_inp_seacrh {
	border-radius:0px;
	width:270px;
	font-size:110%;
}
#id_btn_seatch {
	font-size:110%;
	color:#666;
	cursor:pointer;
	border:1px soild #ccc;
	border-radius:4px;
}

.label_new {
	background-color:#cc3030;
	color:#ffffff;
	border-radius:4px;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	margin-left:8px;
	font-size:60%;
}

.label_rss {
	font-size:115%;
	display:inline-block;
	margin-right:4px;
}
.label_rss:link {
	color:#fff;
}

.section-box {
	/*padding:10px;*/
	padding-top:6px;
	margin-top:4px;
	margin-bottom:12px;
	background-color:#fff;
	/*
	border:1px solid #ccc;
	box-shadow:3px 3px 2px 0 #eee;
	-moz-box-shadow:3px 3px 2px 0 #eee;
	-webkit-box-shadow:3px 3px 2px 0 #eee;
	border-radius:2px;
	*/
}
.section-box img{
	max-width:100%;
}
.section-box::after {
	content:"";
	display:block;
	clear:both;
}
.index-box {
	background-color:#f9f9f9;
	border:1px solid #ccc;
	margin:8px;
	margin-top:24px;
	margin-bottom:36px;
	padding:12px;
	text-align:left;
}
.index-title {
	font-size:120%;
	font-weight:bold;
	text-align:center;
	margin:4px;
}
.index-list {
	margin-top:8px;
}
.index-list > li {
	font-weight:bold;
	font-size:110%;
}
.index-list > li > a {
	text-decoration:none;
}
.index-list-child > li {
	font-weight:normal;
	font-size:90%;
}
.index-item {
	margin-top:12px;
}

ul.sitemap li {
	list-style-type:disc;
	line-height:250%;
}

.category {
	font-size:95%;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	background-color:#eee;
	margin:4px;
	width:auto;
}
div.category {
	float:left;
}
span.category {
	display:inline-block;
}
.category a, .category a:link, .category a:visited {
	text-decoration:none;
	color:#333;
}
.category a:hover {
	text-decoration:underline;
}
table.categorylist {
	width:100%;
	border-collapse:collapse;
	background-color:#fff;
}
table.categorylist td {
	border-bottom:1px solid #ccc;
	padding:0px;
}
table.categorylist td div {
	padding:16px;
}
table.categorylist td a {
	text-decoration:none;
	color:#333;
}
table.categorylist td a:hover div{
	background-color:#eee;
}
.category_label {
	background-color:#111;
	color:#fff;
	font-size:70%;
	position:relative;
	top:-28px;
	left:4px;
	width:max-content;
	padding:1px;
	padding-left:4px;
	padding-right:4px;
}
.badge {
	background-color:#ddd;
	border-radius:12px;
	padding:6px;
	padding-right:9px;
	padding-left:9px;
	font-size:90%;
}

.tag {
	font-size:95%;
	background-color:#fff;
	border:2px solid #007D7A; /*#2e6da4*/
	border-radius:12px;
	padding:4px;
	padding-left:12px;
	padding-right:12px;
	margin:4px;
	line-height:100%;
	width:auto;
}
div.tag {
	float:left;
}
.tag a, .tag a:link, .tag a:visited {
	text-decoration:none;
	color:#007D7A;
}

@media screen and (max-width:1180px){
	* {
		max-width:1180px;
		white-space:normal;
		word-break:break-all;
	}
	body {
		width:1180px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width:1180px;
		max-width:1180px;
		clear:both;
		margin:0px;
		padding:0px;
	}
	div.main {
		display:block;
	}
	div.header *,div.lheader *,div.contents *,div.menu *,table {
		max-width:1180px;
	}
	.mobile-none {
		display:none;
	}
	div.btn-prev,div.btn-next {
		display:block;
	}
	div.page-box {
		width:100%!important
	}
}

@media screen and (max-width:1024px){
	* {
		max-width:1024px;
		max-width:1024px;
	}
}

@media screen and (max-width:768px){
	* {
		max-width:758px;
		white-space:normal;
		word-break:break-all;
	}
	body {
		width:768px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width:768px;
		max-width:768px;
		clear:both;
		margin:0px;
	}
	div.header *,div.lheader *,div.contents *,div.menu *,table {
		max-width:758px;
	}
	.mobile-none {
		display:none;
	}
	div.navi-scroll {
		width:auto;
		font-size:100%;
	}
	.navi .float-center {
		text-align:center;
		padding-top:10px;
	}
	div.navi-scroll ul {
		height:40px;
		line-height:40px;
		padding-left:0px;
		padding-right:0px;
		float:none;
	}
	div.btn-prev,div.btn-next {
		line-height:40px;
	}
	div.page-title {
		font-size:100%;
	}
	.slideshow .page-title {
		display:none;
	}
}

@media screen and (max-width:720px){
	* {
		max-width:710px;
		white-space:normal;
		word-break:break-all;
	}
	body {
		width:720px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width:720px;
		max-width:720px;
		clear:both;
		margin:0px;
	}
	div.header *,div.lheader *,div.contents * ,div.menu *,table {
		max-width:710px;
	}
	.mobile-none {
		display:none;
	}
}

@media screen and (max-width:640px){
	* {
		max-width:630px;
		white-space:normal;
		word-break:break-all;
	}
	body {
		width:630px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width:630px;
		max-width:630px;
		clear:both;
		margin:0px;
	}
	div.header *,div.lheader *,div.contents *,div.menu *,table {
		max-width:630px;
	}
	.mobile-none {
		display:none;
	}
	textarea,input {
		min-width:530px!important;
	}
	div.contents img,div.contents-overlay img {
		max-width:600px;
		height:auto!important;
	}
	.section-box {
		width:627px;
		margin:4px;
	}
}

@media screen and (max-width:540px){
	* {
		max-width:530px;
		white-space:normal;
		word-break:break-all;
	}
	body {
		width:530px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width:530px;
		max-width:530px;
		clear:both;
		margin:0px;
	}
	div.header *,div.lheader *,div.contents *,div.menu *,table {
		max-width:530px;
	}
	.mobile-none {
		display:none;
	}
	textarea,input {
		min-width:500px!important;
	}
	div.contents img,div.contents-overlay img {
		max-width:500px;
		height:auto!important;
	}
	.section-box {
		width:527px;
		margin:4px;
	}
}

@media screen and (max-width:480px){
	* {
		max-width:470px;
		white-space:normal;
		word-break:break-all;
	}
	body {
		width:480px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width:470px;
		max-width:470px;
		clear:both;
		margin:0px;
	}
	div.header *,div.lheader *,div.contents *,div.menu *,table {
		max-width:470px;
	}
	div.header-title {
		font-size:140%;
	}
	.mobile-none {
		display:none;
	}
	td.link-box {
		width:78px;
	}
	div.link-box {
		width:78px;
	}
	td.link-box-normal, div.link-box-normal {
		width:102px;
	}
	div.link-box-large {
		height:80px;
		width:120px;
	}
	div.link-box-large2 {
		height:120px;
	}
	td.link-box-large {
		width:100px;
	}
	div.link-box-max {
		height:300px;
		width:450px;
	}
	td.link-box-max {
		width:470px;
	}
	div.page-box2 {
		float:none!important;
		width:100%;
	}
	textarea,input {
		min-width:370px!important;
	}
	div.contents img,div.contents-overlay img {
		max-width:440px;
		height:auto!important;
	}
	.slideshow {
		padding-left:6px;
		padding-right:6px;
	}
	.slideshow .link-box-large {
		width:100%!important;
		height:90px!important;
	}
	.section-box {
		width:467px;
		margin:4px;
	}
	ol {
		padding-left:16px!important;
	}
}

/* iPhone15plus */
@media screen and (max-width:430px){
	* {
		max-width:430px;
		white-space:normal;
		word-break:break-all;
	}
	body {
		width:430px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width:430px;
		max-width:430px;
		clear:both;
		margin:0px;
	}
	div.header *,div.lheader *,div.contents *,div.menu *,table {
		max-width:430px;
	}
	.mobile-none {
		display:none;
	}
	td.link-box {
		width:78px;
	}
	div.link-box {
		width:100%;
	}
	td.link-box-normal, div.link-box-normal {
		width:102px;
	}
	div.link-box-large {
		height:80px;
		width:120px;
	}
	div.link-box-large2 {
		height:120px;
	}
	td.link-box-large {
		width:100px;
	}
	div.link-box-max {
		height:240px;
		width:370px;
	}
	td.link-box-max {
		width:380px;
	}
	textarea,input {
		min-width:300px!important;
	}
	div.contents img,div.contents-overlay img {
		max-width:400px;
		height:auto!important;
	}
	.section-box {
		width:420px;
		margin:4px;
	}
}

/* iPhone15plus */
@media screen and (max-width:428px){
	* {
		max-width:428px;
		white-space:normal;
		word-break:break-all;
	}
	body {
		width:428px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width:428px;
		max-width:428px;
		clear:both;
		margin:0px;
	}
	div.header *,div.lheader *,div.contents *,div.menu *,table {
		max-width:428px;
	}
	.mobile-none {
		display:none;
	}
	td.link-box {
		width:78px;
	}
	td.link-box-normal, div.link-box-normal {
		width:102px;
	}
	div.link-box-large {
		height:80px;
		width:120px;
	}
	div.link-box-large2 {
		height:120px;
	}
	td.link-box-large {
		width:100px;
	}
	div.link-box-max {
		height:240px;
		width:370px;
	}
	td.link-box-max {
		width:380px;
	}
	textarea,input {
		min-width:300px!important;
	}
	div.contents img,div.contents-overlay img {
		max-width:400px;
		height:auto!important;
	}
	.section-box {
		width:418px;
		margin:4px;
	}
}

/* iPhone11 */
@media screen and (max-width:414px){
	* {
		max-width:414px;
		white-space:normal;
		word-break:break-all;
	}
	body {
		width:414px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width:414px;
		max-width:414px;
		clear:both;
		margin:0px;
	}
	div.header *,div.lheader *,div.contents *,div.menu *,table {
		max-width:414px;
	}
	.mobile-none {
		display:none;
	}
	td.link-box {
		width:78px;
	}
	td.link-box-normal, div.link-box-normal {
		width:102px;
	}
	div.link-box-large {
		height:80px;
		width:120px;
	}
	div.link-box-large2 {
		height:120px;
	}
	td.link-box-large {
		width:100px;
	}
	div.link-box-max {
		height:240px;
		width:354px;
	}
	td.link-box-max {
		width:364px;
	}
	textarea,input {
		min-width:300px!important;
	}
	div.contents img,div.contents-overlay img {
		max-width:384px;
		height:auto!important;
	}
	.section-box {
		width:404px;
		margin:4px;
	}
}

/* iPhone15 */
@media screen and (max-width:393px){
	* {
		max-width:393px;
		white-space:normal;
		word-break:break-all;
	}
	body {
		width:393px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width:393px;
		max-width:393px;
		clear:both;
		margin:0px;
	}
	div.header *,div.lheader *,div.contents *,div.menu *,table {
		max-width:393px;
	}
	.mobile-none {
		display:none;
	}
	td.link-box {
		width:70px;
	}
	td.link-box-normal, div.link-box-normal {
		width:102px;
	}
	div.link-box-large {
		height:80px;
		width:120px;
	}
	div.link-box-large2 {
		height:120px;
	}
	td.link-box-large {
		width:100px;
	}
	div.link-box-max {
		height:220px;
		width:330px;
	}
	td.link-box-max {
		width:340px;
	}
	textarea,input {
		min-width:260px!important;
	}
	div.contents img,div.contents-overlay img {
		max-width:325px;
		height:auto!important;
	}
	.section-box {
		width:383px;
		margin:4px;
	}
}

/* iPhone12/13/14 */
@media screen and (max-width:390px){
	* {
		max-width:390px;
		white-space:normal;
		word-break:break-all;
	}
	body {
		width:390px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width:390px;
		max-width:390px;
		clear:both;
		margin:0px;
	}
	div.header *,div.lheader *,div.contents *,div.menu *,table {
		max-width:390px;
	}
	.mobile-none {
		display:none;
	}
	td.link-box {
		width:70px;
	}
	td.link-box-normal, div.link-box-normal {
		width:102px;
	}
	div.link-box-large {
		height:80px;
		width:120px;
	}
	div.link-box-large2 {
		height:120px;
	}
	td.link-box-large {
		width:100px;
	}
	div.link-box-max {
		height:220px;
		width:330px;
	}
	td.link-box-max {
		width:340px;
	}
	textarea,input {
		min-width:260px!important;
	}
	div.contents img,div.contents-overlay img {
		max-width:325px;
		height:auto!important;
	}
	.section-box {
		width:380px;
		margin:4px;
	}
}

/* iPhoneSE2 */
@media screen and (max-width:375px){
	* {
		max-width:375px;
		white-space:normal;
		word-break:break-all;
	}
	body {
		width:375px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width:375px;
		max-width:375px;
		clear:both;
		margin:0px;
	}
	div.header *,div.lheader *,div.contents *,div.menu *,table {
		max-width:375px;
	}
	.mobile-none {
		display:none;
	}
	td.link-box {
		width:70px;
	}
	td.link-box-normal, div.link-box-normal {
		width:102px;
	}
	div.link-box-large {
		height:80px;
		width:120px;
	}
	div.link-box-large2 {
		height:120px;
	}
	td.link-box-large {
		width:100px;
	}
	div.link-box-max {
		height:220px;
		width:330px;
	}
	td.link-box-max {
		width:340px;
	}
	textarea,input {
		min-width:260px!important;
	}
	div.contents img,div.contents-overlay img {
		max-width:325px;
		height:auto!important;
	}
	.section-box {
		width:365px;
		margin:4px;
	}
}

/* iPhoneSE */
@media screen and (max-width:320px){
	* {
		max-width:320px;
		white-space:normal;
		word-break:break-all;
	}
	body {
		width:320px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width:320px;
		max-width:320px;
		clear:both;
		margin:0px;
	}
	div.header *,div.lheader *,div.contents *,div.menu *,table {
		max-width:320px;
	}
	.mobile-none {
		display:none;
	}
	td.link-box-normal, div.link-box-normal {
		width:102px;
	}
	div.link-box-large {
		height:80px;
		width:120px;
	}
	div.link-box-large2 {
		height:120px;
	}
	td.link-box-large {
		width:100px;
	}
	div.link-box-max {
		height:180px;
		width:270px;
	}
	td.link-box-max {
		width:300px;
	}
	textarea,input {
		min-width:210px!important;
	}
	div.contents img,div.contents-overlay img {
		max-width:275px;
		height:auto!important;
	}
	.section-box {
		width:310px;
		margin:4px;
	}
}