@charset "utf-8";

*{
	margin:0;
	padding:0;
}
html{
	height:100%;
	background:#4596ca;
}
body{
	background:#fff;
	min-width:1000px;
	color:#555;
	font-family:"メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"ＭＳ　Ｐゴシック","MS P Gothic",
		sans-serif;
	font-size:14px;
	line-height:1.8;
	-webkit-text-size-adjust: 100%;
}
a{
	text-decoration:none;
}
a:link {
	color:#e26436;;
}
a:visited {
	color:#e26436;;
}
a:hover {
	color:#ffa100;;
	text-decoration:underline;
}
a:active {
	color:#ffa100;;
}
a img:hover{
	opacity:0.8;
}
div.anchorDiv{
	display:inline-block;
	position:relative;
	width:0px;
}
a.anchor{
	position:absolute;
	top:-100px;
}
a.button, a.buttonS, a.buttonB{
	color:#fff;
	background:#e26436;
	padding:5px 20px 3px 20px;
	margin:1px 1px;
	border-radius:3px;
	min-width:60px;
	font-size:15px;
	display:inline-block;
	text-align:center;
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.05),inset 0px -15px 15px 0px rgba(0,0,0,0.05),inset 0px 15px 15px 0px rgba(255,255,255,0.05);
}
a.buttonS{
	padding:4px 8px 2px 8px;
	min-width:30px;
	font-size:14px;
	line-height: 1.7;
}
a.buttonB{
	padding:8px 20px 5px 20px;
	min-width:90px;
	font-size:18px;
	line-height: 1.7;
}
a.button:hover, a.buttonS:hover, a.buttonB:hover{
	background:#9c3a16;
	text-decoration:none;
}
img.border{
	border:1px solid #aaa;
}
p{
	margin:10px 0;
}
.caution{
	color:#ff0000;
}
span.bg{
	color:#fff;
	background:#4596ca;
	padding:1px 10px 0 10px;
	border-radius:3px;
	display:inline-block;
}
ul{
	list-style-type:disc;
	list-style-position:outside;
	padding-left:20px;
}
ul li{
	margin:0;
	padding:0;
}
ol li{
	margin-left:40px;
	list-style-position: outside;
}
big, span.bigText{
	font-size:130%;
	font-weight:bold;
	color: #a22140;
}
.smallText{
	font-size:13px;
}
.clearfix{
	overflow:hidden;
}
.clearboth{
	clear:both;
}
.center{
	text-align:center;
}
.block{
	display:inline-block;
}
.right{
	float:right;
}
.left{
	float:left;
}
.rightText{
	text-align:right;
}
.leftText{
	text-align:left;
}
.breakWord{
	word-wrap: break-word;
}
.nodisplay{
	display:none;
}
.marginTop{
	margin-top:10px;
}
a.impBtn{
	background:#a22140;
}
/*************************************/
/* テーブル */
/*************************************/
table{
	border-collapse:separate;
	border-spacing:0;
	margin:10px 0;
	padding:0;
	width:100%;
	word-break: break-all;
}
table tr:first-child th, table tr:first-child td{
	border-top:1px solid #62a3e8;
}
table tr th:first-child, table tr td:first-child{
	border-left:1px solid #62a3e8;
}
table tr th:last-child, table tr td:last-child{
	border-right:1px solid #62a3e8;
}
table tr:first-child td:first-child, table tr:first-child th:first-child{
	border-radius: 3px 0 0 0;
}
table tr:first-child td:last-child {
	border-radius: 0 3px 0 0;
}
table tr:last-child td:first-child, table tr:last-child th:first-child {
	border-radius: 0 0 0 3px;
}
table tr:last-child td:last-child {
	border-radius: 0 0 3px 0;
}
table caption{
	background:#bd6924;
	color:#fff;
	border:1px solid #e9c8ae;
	border-bottom:none;
	border-radius:3px 3px 0 0;
	padding:7px 10px 5px 10px;
}
table td, table th{
	border-right:1px solid #62a3e8;
	border-bottom:1px solid #62a3e8;
	font-weight:normal;
	padding:7px 10px 5px 10px;
}
table th{
	background:#bcd7f5;
}
table tr:nth-child(even) {
	background:#fbfbfb;
}
table tr:nth-child(odd) {
	background:#fff;
}
table th.pcth{
	width:150px;
}
table.autoWidth{
	width:auto;
}
/*************************************/
/* フォーム */
/*************************************/
div.submit{
	text-align:center;
	padding:10px 0;
	margin:0;
}
form{
	display:block;
}
form.inline{
	display:inline-block;
}
textarea{
	width:90%;
	max-width:90%;
}
input[type=text].min, input[type=password].min{
	width:30px;
}
input[type=text].short, input[type=password].short{
	width:100px;
}
input[type=text].middle, input[type=password].middle{
	width:200px;
}
input[type=text].long{
	width:300px;
}
input[type=text]:focus{
	outline: 0;
	border:1px solid #62a3e8;
}
input[type=submit], input[type=button], button{
	background:#e26436;
	color:#fff;
	border:none;
	margin:1px;
	padding:5px 20px 3px 20px;
	border-radius:2px;
	line-height:1.8;
	min-width:100px;
	font-size:15px;
	font-family:"メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"ＭＳ　Ｐゴシック","MS P Gothic",
		sans-serif;
}
input[type=submit]:hover, input[type=button]:hover, button:hover{
	background:#9c3a16;
	color:#fff;
	cursor:pointer;
}
input[type=submit]:disabled, button:disabled{
	background-color:#dcdcdc;
	color:#555;
	cursor:default;
}
input[type=submit].small, button.small{
	padding:2px 8px 2px 8px;
	min-width:50px;
	font-size:14px;
}
input[type=submit].middle, button.middle{
	padding:3px 8px 3px 8px;
	min-width:70px;
	font-size:14px;
}
input[type=submit].big, input[type=button].big, button.big{
	padding:10px 50px 8px 50px;
	min-width:100px;
	font-size:16px;
	line-height: 1.7;
}

input[type=submit].cautionBtn, button.cautionBtn{
	background:#3cb371;
}
input[type=text], textarea, input[type=password], input[type=file], select{
	padding:7px 10px;
	margin:2px 0;
	border:1px solid #62a3e8;
	box-shadow:rgba(0, 0, 0, 0.05) 0px 1px 3px 0px inset;
	color:#633207;
}
select{
	padding:6px 5px;
}
select:focus{
	border:1px solid #633207;
	outline: 0;
}
input[type=file]{
	width:205px;
	font-size:12px;
}
input[type=text]:hover, textarea:hover, fieldset:hover{
	border:1px #633207 solid;
}
input[type=text].max{
	width:100%;
	box-sizing:border-box;
}
label{
	display:inline-block;
	margin:0px 10px 0 0;
	cursor:pointer;
	padding:0 3px;
}
label:hover{
	background:#dcdcdc;
}
div.radioDiv{
	display:inline-block;
	white-space: nowrap;
}
input[type=radio], input[type=checkbox] {
	width: 13px;
	height: 13px;
  -moz-transform-or
	margin-left:5px;
	vertical-align:middle;
  -moz-transform-origin: right bottom;
  -moz-transform: scale( 0.9 , 0.9 );
}
input[type=radio]{
	vertical-align:middle;
}
input[type=checkbox].button, input[type=radio].button{
	transform: scale(0.5);
}
input[type=checkbox].button + label, input[type=checkbox].buttonS + label, input[type=radio].button + label{
	color:#633207;
	position:relative;
	display:inline-block;
	background:#f5cbbc;
	padding:5px 20px 3px 20px;
	margin:1px 7px 1px -12px;
	border-radius:3px;
	min-width:50px;
	font-size:15px;
	display:inline-block;
	text-align:center;
}
input[type=radio].noRadioBtn{
	display:none;
}
input[type=radio].noRadioBtn + label{
	margin:1px 7px 1px 0px;
}
input[type=radio].leftText + label{
	text-align:left;
}
input[type=checkbox].buttonS + label, input[type=radio].buttonS + label{
	min-width:30px;
	padding:5px 10px 3px 10px;
}
input[type=checkbox].button:checked + label, input[type=checkbox].buttonS:checked + label, input[type=radio].button:checked + label{
	background:#e26436;
	color:#fff;
}

/*************************************/
/* メッセージ */
/*************************************/
div.error-message{
	color:#ff0000;
	padding:5px 10px 3px 10px;
	background:#f8f0ee;
	border:1px solid #eac0cb;
	border-radius:3px;
//	border-bottom:1px solid #d9d9d9;
//	box-shadow:inset 0px -15px 20px 0px rgba(0,0,0,0.05), inset 0px 15px 20px 0px rgba(255,255,255,0.2);
}
div#flashMessage, div#authMessage{
	margin-top:10px;
	margin-bottom:5px;
	color:#ff0000;
	padding:5px 10px 3px 20px;
	background-color:#f8f0ee;
	border:1px solid #eac0cb;
	border-radius:3px;
//	box-shadow:inset 0px -15px 20px 0px rgba(0,0,0,0.05), inset 0px 15px 20px 0px rgba(255,255,255,0.2);
}
/*************************************/
/* ページネート */
/*************************************/
.paging{
	padding:7px 20px;
	margin:20px 0;
	text-align:center;
	overflow:hidden;
	clear:both;
//	background:#f5f5f5;
}
.paging span a, .paging span.current{
	display:inline-block;
	background:#efefef;
	box-shadow:inset 0px -5px 10px 0px rgba(0,0,0,0.05), inset 0px 5px 10px 0px rgba(255,255,255,0.05);
	border-radius:3px;
	margin:0 3px 0px 3px;
	padding:4px 12px 2px 12px;
}
div.paging span.current{
	background:#e26436;
	color:#fff;
}
div.paging span a:hover{
	background:#bd6924;
	color:#fff;
	text-decoration:none;
}
span.pagingLeft{
	float:left;
	padding-top:5px;
}
span.pagingRight{
	float:right;
	padding-top:5px;
}
span.paginateAsc:before{
	margin-right:3px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 12px solid #009fde;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
span.paginateDesc:before{
	margin-right:3px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 12px solid #009fde;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
