﻿body {
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea { font-size: 130%; border-radius: 5px; border: 1px solid #cccccc; }

input[type="text"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
textarea[disabled] { background-color: #cccccc; }

input[type="button"],
input[type="submit"] { cursor: pointer; }

input.core_input_number{
	ime-mode: disabled;
	text-align:right;
}

select { font-size: 130%; }

a:link { color: #1364c4; text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { color: #960bb4; text-decoration: none; }

/****** content ******/
.core_content { 
	padding: 2px 0;
	background-color:white;
	clear:both;
}
.core_main { 
	padding: 10px 10px 10px 10px; 
    clear:both;
}

/***** table *****/
table.core_list_view,
table.core_detail_view { width: 98%; margin: 2px; border-collapse: collapse; }
table.core_list_view th,
table.core_detail_view th { background-color: #CCCCCC; font-weight: bold; color: #000000; border: 1px solid #C0C0C0;padding:3px 10px 3px 10px; text-align:left; }
table.core_list_view td,
table.core_detail_view td { border: 1px solid #C0C0C0; padding: 2px; vertical-align:top; }

/***** validation by mvc framework *****/
.validation-summary-errors { color: #cc0000; margin: 3px 0px; padding: 10px; }
.input-validation-error { background-color: #f7e3e3; }