@charset "UTF-8";

/* //////////////////////////////////////////////////
[ぱんクズ]
////////////////////////////////////////////////// */
.breadCrumbsWrap {
	position: relative;
	width: 960px;
	height: 21px;
  margin: 0 auto 20px;
	text-align: left;
}
.breadCrumbsWrap li {
	display: inline;
	font-size: 12px;
	background: url(/images/utility/contents/breadcrumbs_arrow.png) 3px 4px no-repeat;
	padding-left: 16px;
}
.breadCrumbsWrap li:first-child {
	background: none;
	padding-left: 0;
}
/* //////////////////////////////////////////////////
[見出し]
////////////////////////////////////////////////// */
/*見出しレベル2*/
.headings-lv2-2{
	width: 100%;
	margin-bottom: 8px;
	padding-top: 2px;
	border-bottom: 5px solid #9d9177;
	font-size: 20px;
	line-height: 1;
	text-shadow: 1px 1px 0 #C7C7C7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.headings-lv2-2 span{
	border-bottom: 5px solid #382c1c;
	display: inline-block;
	margin-bottom: -5px;
	padding: 0 30px 5px 0;
}
/* //////////////////////////////////////////////////
[ボタン]
////////////////////////////////////////////////// */
/*汎用UIボタン枠*/
.ui-btn-common-wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:330px;
	margin:0 auto;
	padding:10px 0;
}

[class^="ui-btn-"]:visited,
[class^="ui-btn-"]:link{/*class名ui-btn-で前方一致する場合に適用。レガシーは度外視*/
	text-decoration: none;
}
.ui-btn-common{
	display: block;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	border-bottom:4px solid #d5d5d5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding: 14px 0;
	cursor: pointer;
}
.ui-btn-common:hover{
	background-color:#f2f2f2;
}
.ui-btn-common:visited,
.ui-btn-common:link{
	color: #333;
	text-decoration: none;
}

.ui-btn-submit{
	display: block;
	font-weight: bold;
	background-color: #ff9300;
	border: 1px solid #da7e00;
	border-bottom: 4px solid #da7e00;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding: 14px 0;
	cursor: pointer;
}
.ui-btn-submit:hover{
	background-color:#ffaa37;
	border: 1px solid #f28d00;
	border-bottom: 4px solid #f28d00;
}
.ui-btn-submit:visited,
.ui-btn-submit:link{
	color: #fff;
	text-decoration: none;
}

.ui-btn-submit.is-disabled,
.ui-btn-common.is-disabled,
.ui-btn-inquiry-A.is-disabled{
	color: #989898;
	border-color: #ccc;
	text-shadow: none;
	background-color: #dddddd;
	cursor:default;
}
.ui-btn-inquiry-A{
	display: block;
	font-weight: bold;
	background-color: #6fbf08;
	border: 1px solid #66a318;
	border-bottom: 4px solid #66a318;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding: 14px 0;
	cursor: pointer;
}
.ui-btn-inquiry-A:hover{
	background-color:#7dd60b;
	border: 1px solid #73bf12;
	border-bottom: 4px solid #73bf12;
}
.ui-btn-inquiry-A:visited,
.ui-btn-inquiry-A:link{
	color: #fff;
	text-decoration: none;
}

/* //////////////////////////////////////////////////
[UIボタン-ダブルレイアウト、トリプルレイアウト]
////////////////////////////////////////////////// */
.ui-btn-doubleLayout-wrapper,
.ui-btn-tripleLayout-wrapper{
	max-width:700px;
	margin:0 auto;
	overflow: hidden;
	clear:both;
}

.ui-btn-doubleLayout-wrapper .ui-btn-doubleLayout,
.ui-btn-tripleLayout-wrapper .ui-btn-tripleLayout{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 10px;
	float:left;
}
.ui-btn-doubleLayout-wrapper .ui-btn-doubleLayout{
	width:50%;
}
.ui-btn-tripleLayout-wrapper .ui-btn-tripleLayout{
	width:33%;
}

/* //////////////////////////////////////////////////
[ページング]
////////////////////////////////////////////////// */
.ui-listView-common .paging {
	display:inline-block;
	font-size:85%;
	overflow:hidden;
	text-align:center;
	margin-bottom:30px;
}
.ui-listView-common .paging li {
	float: left;
  margin-right: 4px;
}
.ui-listView-common .paging li a {
	display: block;
	width:40px;
	height: 26px;
	line-height: 27px;
	border: 1px #ccc solid;
	border-radius: 5px;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
	color: #666;
}
.ui-listView-common .paging li a:hover {
	background:#eee;
}
.ui-listView-common .paging li.current span {
	display: block;
	width:40px;
	height: 26px;
	margin-right: 2px;
	background: #ccc;
	border: 1px solid #ccc;
	border-radius: 5px;
	line-height: 26px;
	color: #FFFFFF;
	font-weight: bold;
}
.ui-listView-common .paging li.pre a,
.ui-listView-common .paging li.pre span {
	display: block;
	width:auto;
	margin:0 10px 0 0;
	padding: 0 0 0 12px;
	background:url('/images/utility/contents/icon_pageing_pre.png') 0 50% no-repeat;
	border:none;
	font-weight:bold;
	font-size:120%;
}
.ui-listView-common .paging li.next a,
.ui-listView-common .paging li.next span {
	display: block;
	width:auto;
	margin:0 0 0 10px;
	padding: 0 12px 0 0;
	background:url('/images/utility/contents/icon_pageing_next.png') 100% 50% no-repeat;
	border:none;
	font-weight:bold;
	font-size:120%;
}
.paging li.pre a:hover,
.paging li.next a:hover{
	color:#ff9300;
}
/* //////////////////////////////////////////////////
[フォーム系]
////////////////////////////////////////////////// */
.large-check{
	background: url(/images/common/selectCheck.png) no-repeat 0px 0px;
	background-size: 20px;
	min-height: 24px;
	line-height: 20px;
	text-align: left;
}
.large-check.checked{
	background: url(/images/common/selectChecked.png) no-repeat 0px 0px;
	background-size: 20px;
}
.large-check input{
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	float: left;
	width:20px;
	height:20px;
	margin-right: 8px;
}
.large-radio{
	background: url(/images/common/radioCheck.png) no-repeat 0px 0px;
	background-size: 20px;
	min-height: 24px;
	line-height: 20px;
	text-align: left;
}
.large-radio.checked{
	background: url(/images/common/radioChecked.png) no-repeat 0px 0px;
	background-size: 20px;
}
.large-radio input{
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	float: left;
	width:20px;
	height:20px;
	margin-right: 8px;
}
input.ui-input-text{
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d5d5d5;
	padding: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ui-input-selectBox-wrap{
	position: relative;
	width: 300px;
}
.ui-input-selectBox-wrap::after{
	content: " ";
	position: absolute;
	right: 10px;
	top: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #8e8e8e transparent transparent transparent;
}
.ui-input-selectBox{
	width: 300px;
	padding: 10px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;/*ff*/
	text-overflow: '';/*ff*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
.ui-input-selectBox::-ms-expand {
	display: none;/*ie*/
}
.ui-input-textarea{
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* //////////////////////////////////////////////////
[テキストリンク]
////////////////////////////////////////////////// */
.textlink{
	padding-left:12px;
	background: url('/images/utility/svg/icon_arrow_txtlink_dkblue.svg') no-repeat left center / 10px;
}
.textlinkGray{
	padding-left:12px;
	background: url('/images/utility/svg/icon_all_arrow_txtlink_gray.svg') no-repeat left center / 10px;
}
/* //////////////////////////////////////////////////
[アラート]
////////////////////////////////////////////////// */
.ui-alert-common{
  display: none;
  position: fixed;
  top:calc(50% - 100px/2);
  left:calc(50% - 600px/2);
  width: 600px;
  background: #fff;
  box-shadow:0 0 10px #999;
  box-sizing: border-box;
  z-index: 500;
  overflow: hidden;
}
.ui-alert-common .errorMark{
  display: table-cell;
  width:100px;
  height:100%;
  background: url(/images/utility/icon_alert.png) #eee no-repeat center center/70%;
}
.ui-alert-common .alertText{
  display: table-cell;
  width:500px;
  height:100%;
  padding: 30px;
  background: #fff;
  font-size: 16px;
  vertical-align: middle;
  box-sizing: border-box;
}
.ui-alert-common .alertText .emphasize{
  font-size: 16px;
  font-weight: bold;
  color: #f00;
}
