/****************************************************************/
/*	共通
/****************************************************************/

/* 共通 */
html {
	overflow-y: scroll;
}

body {
	word-break:break-all;
}

table {
	margin-left: auto;
	margin-right: auto;
}

td {
	word-break:break-all;
	word-wrap:break-word;
}

.in_table th, .in_table td {
	vertical-align: top;
}

a.visited {
	color: #666;
}

.systemdate {
	color: red;
	font-size: 16px;
	line-height: 100%;
	margin-left: 10px;
}

.message {
	display: block;
	font-size: 14px;
	line-height: 150%;
	color: green !important;
	background: #e5f2e5;
	border: 3px solid #bfdfbf;
	padding: 8px 10px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.message em {
	font-style: normal;
	font-weight: bold;
}

.message.error {
	color: red !important;
	background: #ffe5e5;
	border-color: #ffbfbf;
    margin-right: 40px;
}
/*
.message_login .message {
	width: 680px;
	margin: 0 auto;
	margin-bottom: 1.5em;
	text-align: center;
}*/

#main_r2 .message {
	margin-bottom: 1.5em;
	padding: 0 5px;
	text-align: left;
}

iframe.clsFileUpload {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-bottom:5px;
}

.newsFile {
	display: block;
	text-align: center;
}

p.notes {
	font-size: 13px;
	margin: 0 20px;
	margin-top: 0px;
}

label {
	text-align: left !important;
}

.clsBaggThumb {
	display: inline-block;
	/* width: 225px; */
	/* height: 150px; */
	width: 300px;
	/* height: 50px; */
	text-align: center;
	vertical-align: middle;
}

.clsBaggThumbM {
	display: inline-block;
	/* width: 225px; */
	/* height: 150px; */
	width: 320px;
	/* height: 50px; */
	text-align: center;
    margin-top: -70px;
}

.clsBaggThumbS {
	display: inline-block;
	/* width: 225px; */
	/* height: 150px; */
	/* width: 320px; */
	/* height: 50px; */
	text-align: center;
	vertical-align: middle;
}

.photolist a {
	display: inline-block;
	border: 1px solid #cccccc;
	width: 75px;
	height: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
}

.photolist a img {
	border: 0;
}

/* IME */
.ime_zen {
	ime-mode: active;
}

.ime_han {
	ime-mode: disabled;
}

/* click thumb */
a.clsClickThumb {
	display: inline;
	border: 0;
	margin: 0;
}
