body {
	margin:0px;
	margin-top:0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:small;
	border-top:8px solid #02aedc;
}

img {
	border:0px;
	max-width:760px;
}
a > img {
	outline:0px;
}
center {
	margin:0px;
}
form {
	line-height:150%;
}
div {
	word-wrap: break-word;
}

div.main-wrapper {
	background-color:#fff;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	width:1100px;
	height:auto;
	overflow:hidden;
}

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

div.header {
	width:1080px;
	text-align:left;
	margin-bottom:16px;
}
div.header * {
	max-width:1080px;
}
div.header img {
	width:1080px;
}
div.lheader {
	float:left;
	text-align:left;
	width:760px;
	padding-bottom:8px;
}
div.rheader {
	float:left;
	text-align:right;
	width:300px;
	margin-bottom:16px;
}
div.navi {
	width:1080px;
	text-align:left;
	font-size:115%;
	margin-bottom:16px;
	background-color:#02aedc;
	color:#fff;
}
div.navi > div {
	padding:6px;
	padding-left:16px;
	padding-right:16px;
}
div.navi a {
	color:#fff;
	text-decoration-line:none;
}
div.navi a:hover {
	color:#fff;
	text-decoration-line:underline;
}

div.contents {
	float:left;
	xline-height:170%;
	width:760px;
	text-align:left;
	background-color:#fff;
}
div.contents * {
	max-width:760px;
}

div.menu {
	float:left;
	text-align:right;
	line-height:150%;
	padding-top:2px;
	margin-left:20px;
	width:300px;
	text-align:left;
	background-color:#fff;
}
div.menu * {
	max-width:300px;
}

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

td {
	font-size:small;
}

.right {
	text-align:right;
}

h1 {
	background-color: #02aedc;
	color: #fff;
	font-size:14pt;
	padding-top:8px;
	padding-bottom:6px;
	padding-left:12px;
}

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:12pt;
	padding-left:12px;
	padding-top:6px;
	padding-bottom:6px;
	text-align:left;
}

table.menubar {
	width:100%;
	margin-bottom:10px;
	padding-top:6px;
}
.menubar th {
	border-bottom:8px 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.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 {
	position:relative;
}
div.contents-overlay {
	position:absolute;
	top:0px;
	left:5%;
	right:5%;
	margin:auto;
	text-align:center;
	z-index:10;
}
div.contents-overlay-close {
	position:absolute;
	top:-27px;
	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.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;
}

span.large {
	font-size:16pt;
	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-top:6px;
	padding-left:8px;
	padding-right:6px;
}
div.pagelink div {
	padding-bottom:5px;
}
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;
}

div.page-box {
	width:100%;
	border-bottom:1px #ccc solid;
	padding-bottom:12px;
	margin-bottom:8px;
}
div.page-title {
	padding-top:4px;
	padding-bottom:8px;
	font-size:110%;
	font-weight:bold;
}
div.page-title-small {
	padding-top:4px;
	padding-bottom:8px;
	font-size:90%;
	font-weight:bold;
}
div.page-body {
	color:#666;
	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;
}
.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;
	border:1px solid #ccc;
	margin:4px;
	height:80px;
	width:120px;
	text-align:center;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:contain;
}
td.link-box {
	width:120px;
	vertical-align:top;
}
div.link-box-normal {
	width:120px;
}
td.link-box-normal {
	width:120px;
}
div.link-box-large {
	height:160px;
	width:240px;
}
td.link-box-large {
	width:270px;
	vertical-align:top;
}
div.link-box-medium {
	height:120px;
	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-bottom:12px;
	text-align:right;
	width:100%;
}
.btn-sns-group:after {
	content: "";
	clear: both;
	display: block;
}
.btn-sns {
	padding:3px;
	width:100px;
	float:right;
	text-align:center;
}
.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:260px;
	margin-right:4px;
	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%;
}

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

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

@media screen and (max-width:480px){
	* {
		max-width: 480px;
		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: 480px;
		max-width:480px;
		clear:both;
		margin:0px;
	}
	div.main-wrapper {
		padding-left:0px;
		padding-right:0px;
	}
	div.header *,div.lheader *,div.contents * {
		max-width: 480px;
	}
	div.menu *,table {
		max-width: 480px;
	}
	.mobile-none {
		display:none;
	}
	td.link-box {
		width:68px;
	}
	div.link-box {
		width:68px;
	}
	td.link-box-normal {
		width:102px;
	}
	div.link-box-normal {
		width:102px;
	}
	div.link-box-large {
		height:80px;
		width:120px;
	}
	td.link-box-large {
		width:100px;
	}
}

@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 * {
		max-width: 414px;
	}
	div.main-wrapper {
		padding-left:0px;
		padding-right:0px;
	}
	div.menu *,table {
		max-width: 414px;
	}
	.mobile-none {
		display:none;
	}
	td.link-box {
		width:68px;
	}
	div.link-box {
		width:68px;
	}
	td.link-box-normal {
		width:102px;
	}
	div.link-box-normal {
		width:102px;
	}
	div.link-box-large {
		height:80px;
		width:120px;
	}
	td.link-box-large {
		width:100px;
	}
}

@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.main-wrapper {
		padding-left:0px;
		padding-right:0px;
	}
	div.header *,div.lheader *,div.contents * {
		max-width: 375px;
	}
	div.menu *,table {
		max-width: 375px;
	}
	.mobile-none {
		display:none;
	}
	td.link-box {
		width:60px;
	}
	div.link-box {
		width:60px;
	}
	td.link-box-normal {
		width:102px;
	}
	div.link-box-normal {
		width:102px;
	}
	div.link-box-large {
		height:80px;
		width:120px;
	}
	td.link-box-large {
		width:100px;
	}
}

@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.main-wrapper {
		padding-left:0px;
		padding-right:0px;
	}
	div.header *,div.lheader *,div.contents * {
		max-width: 320px;
	}
	div.menu *,table {
		max-width: 320px;
	}
	.mobile-none {
		display:none;
	}
	td.link-box {
		width:50px;
	}
	div.link-box {
		width:50px;
	}
	td.link-box-normal {
		width:102px;
	}
	div.link-box-normal {
		width:102px;
	}
	div.link-box-large {
		height:80px;
		width:120px;
	}
	td.link-box-large {
		width:100px;
	}
}
table.item-caption {
	border-collapse: collapse;
	border:1px solid #999;
	margin-bottom:12px;
	width:90%;
}
table.item-caption th {
	background-color:#efefef;
	font-size:90%;
	text-align:left;
	width:160px;
}
table.item-caption th,table.item-caption td {
	border:1px solid #999;
	padding:6px;
}

.review0,.review1,.review2,.review3,.review4,.review5 {
	margin-top:8px;
	font-weight:bold;
}
.on-star {
	color:#FFCC00;
}
.off-star {
	color:#ccc;
}
a {
	cursor:pointer;
}
a:visited {
	color:#6927FF;
}

.cls_header h1{
	border:none;
}

.entry2{
	width:900px;
	padding:15px;
	border-radius:7px;
	background:#FFECEC;
	border:1px solid #cccccc;
}

h1 a{
	text-decoration:none;
}
h2,p{
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
}
h1.setting,h2.setting {
	color:#333;
	padding-left:12px;
	padding-bottom:4px;
	border-bottom:4px solid #3389aa;
	margin-bottom:18px;
}
center {
	clear:both;
}
textarea {
	min-width:420px;
	min-height:120px;
}form {
	width:auto;
}

#container{
	margin:0 auto;
}
#container:after {
	height:0;
	content:" ";
	clear:both;
}

#header-contents {
	text-align:left;
	position:fixed;
	top:0px;
	background:#3389aa;
	color:#fff;
	padding:4px;
	padding-left:12px;
	padding-bottom:2px;
	width:100%;
}
#main-contents {
	text-align:center;
	margin:0;
	overflow:hidden;
	zoom:1;
}
#footer-contents {
	margin-top:50px;
	padding-top:16px;
	padding-bottom:16px;
	color:#fff;
	background-color:#3389aa;
	text-align:center;
}
#footer-contents a {
	color:#fff;
}

#center-contents {
	background:#fff;
	max-width:960px;
	min-height:500px;
	margin:0 auto;
}
#left-contents {
	float:left;
	width:250px;
	height:100%;
	background:#fff;
	position:absolute;
	top:0px;
}
#right-contents {
	margin:0px 0px 0px 250px;
	padding:10px;
	background:#fff;
}

#login-contents {
	width:480px;
	padding:32px;
	background-color:#f9f9f9;
	color:#333;
	margin-top:72px;
	margin-bottom:100px;
}

.align-left {
	text-align:left;
	margin:0 auto;
}
.align-center {
	text-align:center;
	margin:0 auto;
}
.align-right {
	text-align:right;
	margin:0 auto;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}

.cls_leftheader {
	text-align:left;
	float:left;
	margin-left:250px;
}
.cls_rightheader {
	text-align:right;
	float:right;
}

.cls_header {
	margin-top:6px;
	margin-bottom:6px;
	margin-right:16px;
}
.cls_header a {
	color:#fff;
	text-decoration:none;
}
.cls_header a:hover {
	text-decoration:underline;
}

.cls_menu {
	background-color:#f9f9f9;
	padding:12px;
	padding-bottom:0px;
	height:100%;
	overflow-y:auto;
}
.cls_menu a {
	color:#333;
	text-decoration:none;
}
.cls_menu a:hover {
	text-decoration:underline;
}
.cls_menu > div {
	padding-top:1px;
	padding-bottom:2px;
}
.cls_noborder {
	border:0px;
}
.cls_admin_menu {
	background-color:#f9f9f9;
}

.cls_main {
	background-color:#ffffff;
	padding:10px;
	padding-top:60px;
}

.cls_section {
	font-size:90%;
	margin-top:12px;
	margin-bottom:4px;
}

.cls_message {
	font-size:90%;
	padding:6px;
	background-color:#ffefef;
	display:none;
}

.cls_error {
	background-color:#ffefef;
}

.cls_tag {
	margin-top:24px;
	margin-bottom:32px;
}

.cls_navi {
	text-align:center;
	margin-top:24px;
	margin-bottom:24px;
}

input[type=text],input[type=password],input[type=combobox] {
	font-size:80%;
	height:24px;
}
input[type=text],input[type=password] {
	border:1px solid #bbb;
	border-radius:4px;
	padding-left:4px;
	padding-right:4px;
	font-size:90%;
}

select {
	font-size:100%;
}

input[type=button],label.button {
	color:#fff;
	font-size:85%;
	padding:4px;
	padding-left:18px;
	padding-right:18px;
	margin-right:2px;
	background-color:#3389aa;
	border:1px solid #3389aa;
	border-radius:4px;
	min-width:140px;
	cursor:pointer;
}

label.button {
	padding:7px;
	margin-left:8px;
	margin-right:16px;
}

input.red-button {
	background-color:#aa6666;
	border:1px solid #aa6666;
}
input.default-button {
	background-color:#ccc;
	border:1px solid #ccc;
	color:#000;
}
input.large-button {
	min-width:150px;
	font-size:90%;
}
input.small-button,label.small-button {
	font-size:80%;
}

.cls_left {
	text-align:left;
}
.cls_right {
	text-align:right;
}
.cls_center {
	text-align:center;
}

.cls_div_option {
	display:none;
	position:absolute;
	border:1px solid #000;
	padding:0px;
	background-color:#f9f9f9;
	z-index:1999;
	width:auto;
	height:auto;
	min-width:80px;
}

.ui-widget-overlay {
	background-color:#000;
	opacity:0.6;
	xbackground:-webkit-gradient(linear, left top, left bottom, from(#111),to(#000));
	xbackground:-moz-linear-gradient(top, #ccccff,#111);
}

.ui-widget textarea {
	font-size:75%;
}

.cls_none {
	display:none;
}

div.cls_dialog {
	display:none;
	background-color:#fff;
	width:600px;
	height:600px;
	border:1px solid #000;
	text-align:left;
}

.cls_block {
	padding-top:2px;
	padding-bottom:2px;
}

.cls_selected {
	background-color:#3389aa !important;
	border:1px solid #333 !important;
	color:#fff;
}

.cls_noselected {
	background-color:#eee !important;
	color:#666;
}

.cls_focus {
	background-color:#fdfdea !important;
}

input.cls_rdo_left {
	background-color:#ccc;
	border:1px solid #ccc;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}
input.cls_rdo_right {
	background-color:#ccc;
	border:1px solid #ccc;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}

/*リスト	*/
table.cls_tbl_list {
	background-color:#fff;
	border-collapse:collapse;
	width:100%;
	font-size:90%;
}

table.cls_tbl_list tr {
	background-color:#fff;
}
table.cls_tbl_list tr:nth-child(2n+1)
{
	background:#f3f6f9;
}

table.cls_tbl_list th {
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	background-color:#3389aa;
	color:#fff;
	font-weight:normal;
}

table.cls_tbl_list th a {
	color:#fff;
	text-decoration:none;
}
table.cls_tbl_list th a:hover {
	text-decoration:underline;
}
table.cls_tbl_list td {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:8px;
	padding-left:12px;
	padding-right:12px;
	height:20px;
	min-width:60px;
	cursor:cursor;
}
table.cls_tbl_link th{
	vertical-align:top;
	white-space:normal;
	height:44px;
}

table.cls_tbl_link {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
table.cls_tbl_link td{
	vertical-align:top;
	white-space:normal;
	height:38px;
}
table.cls_tbl_input {
	width:100%;
}

table.cls_tbl_input th, table.cls_tbl_input td{
	padding:6px;
	white-space:nowrap;
	vertical-align:top;
	font-size:90%;
}

/* カレンダー	*/
div#id_opt_date {
	width:300px;
	height:auto;
}
table.cls_tbl_cal {
	width:100%;
	height:300px;
}
table.cls_tbl_cal td {
	text-align:center;
}

div#id_cal_date{
	width:100%;
	cursor:cursor;
}

div.cls_preview {
	padding:20px;
	margin:20px;
	background-color:#fff;
	border:1px solid #333;
	height:800px;
	width:600px;
	box-shadow:3px 3px 1px 1px rgba(0,0,0,0.4);
}

.cls_selectedLow {
	background-color:#cde !important;
}

.cls_selectedHigh {
	background-color:#9ab !important;
}

.cls_info_box {
	border:1px solid #999;
	border-radius:2px;
	padding:12px;
	margin:4px;
	text-align:center;
}

.cls_link_box {
	background-color:#fff;
	border:1px solid #999;
	border-radius:2px;
	padding:12px;
	margin:4px;
	height:50px;
	width:90px;
	text-align:center;
	background-image:url(images/favicon.ico);
	background-repeat:no-repeat;
	background-position:center center;
}

.cls_page_box {
	background-color:#f6f6f6;
	border:1px solid #ccc;
	border-radius:2px;
	padding:4px;
	padding-left:6px;
	padding-right:6px;
	margin:4px;
	text-align:center;
	float:left;
	cursor:pointer;
}
.cls_page_box a {
	text-decoration:none;
}
.cls_page_box a:hover {
	color:#3389aa;
}
.cls_now_page a {
	color:#3389aa;
}
.cls_page_count_box {
	padding:4px;
	padding-left:6px;
	padding-right:6px;
	margin:4px;
	float:left;
}

.cls_label_red {
	background-color:crimson;
	color:#fff;
	font-size:50%;
	font-weight:normal;
	border-radius:4px;
	padding:4px;
	margin:4px;
	text-align:center;
}
.cls_label_orange {
	background-color:coral;
	color:#fff;
	font-size:50%;
	font-weight:normal;
	border-radius:4px;
	padding:4px;
	margin:4px;
	text-align:center;
}

.cls_question {
	padding:8px;
	width:90%;
	vertical-align:top;
	border-top:1px solid #ccc;
}

.cls_answer {
	padding:8px;
	width:90%;
	vertical-align:top;
	border-top:1px solid #ccc;
}

.cls_help {
	padding-left:22px;
	background-image:url("images/help.png");
	background-repeat:no-repeat;
	background-position:0px -1px;
}
.cls_mail {
	padding-left:22px;
	background-image:url("images/mail.png");
	background-repeat:no-repeat;
	background-position:0px -1px;
}

.cls_login {
	padding-left:22px;
	background-image:url("images/login.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.cls_link {
	padding-left:22px;
	background-image:url("images/arrow.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.cls_gray {
	background-color:#f6f6f6;
}

.cls_article_title {
	font-size:120%;
	padding:3px;
	padding-top:8px;
	padding-right:16px;
}
.cls_article_body {
	font-size:100%;
	color:#666;
	padding:3px;
	padding-top:8px;
}
.cls_article_body div {
	padding-right:12px;
}
.cls_article_link {
	font-size:105%;
	color:#666;
	padding:3px;
	padding-bottom:16px;
}

#id_image_thumnail {
	overflow:scroll;
	height:500px;
}
.cls_image_thumnail {
	border:1px solid #ccc;
	margin:5px;
	float:left;
	min-width:100px;
	min-height:100px;
	cursor:pointer;
}
.cls_image_thumnail img {
	max-width:100px;
	max-height:100px;
}
.cls_image_selected {
	border:3px solid #3389aa !important;
	margin:3px;
}

.rank {
	font-size:130%;
	font-weight:bold;
	color:#bf0000;
}
.rank span {
	padding-left:1px;
	font-size:80%;
}
.price {
	color:#bf0000;
}

.btn-rank {
	margin-top:16px;
	margin-bottom:24px;
	margin-right:6px;
}
.btn-rank a{
	text-decoration:none;
}

.btn-normal {
	background-color:#666;
	padding:6px;
	padding-left:9px;
	padding-right:9px;
	margin-top:2px;
	margin-bottom:2px;
	color:#fff;
	text-align:center;
	font-size:80%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.btn-normal a {
	text-decoration:none;
	color:#fff;
}

.cls_header_normal {
	font-size:110%;
	font-weight:bold;
	color:#fff;
	padding:4px;
	padding-left:8px;
}
.cls_header_radius {
	border-radius:10px;
	padding-left:10px;
}
.cls_header_bubble {
	position:relative;
	border-radius:10px;
	padding-left:10px;
}
.cls_header_bubble:after {
	position:absolute;
	bottom:-9px;
	left:1em;
	width:0;
	height:0;
	content:'';
	border-width:10px 10px 0 10px;
	border-style:solid;
	border-top-color:inherit;
}
.cls_header_left {
	background-color:#fff!important;
	border-left-width:14px;
	border-left-style:solid;
	color:#333;
}
.cls_header_bottom {
	background-color:#fff!important;
	border-bottom-width:10px;
	border-bottom-style:solid;
	color:#333;
}