

/* CSS Document */


/*----------------------------------------------------
	☆indent
----------------------------------------------------*/

.center{text-align:center!important;}
.left{text-align:left!important;}
.top0{margin-top:0 !important;}
.top5{margin-top:5px !important;}
.top10{margin-top:10px !important;}
.top15{margin-top:15px !important;}
.top20{margin-top:20px !important;}
.top25{margin-top:25px !important;}
.top30{margin-top:30px !important;}
.top35{margin-top:35px !important;}
.top40{margin-top:40px !important;}
.btm0{margin-bottom:0 !important;}
.btm5{margin-bottom:5px !important;}
.btm10{margin-bottom:10px !important;}
.btm15{margin-bottom:15px !important;}
.btm20{margin-bottom:20px !important;}
.btm25{margin-bottom:25px !important;}
.btm30{margin-bottom:30px !important;}
.btm35{margin-bottom:35px !important;}
.btm40{margin-bottom:40px !important;}
.btm45{margin-bottom:45px !important;}
.btm50{margin-bottom:50px !important;}
.btm55{margin-bottom:55px !important;}
.btm60{margin-bottom:60px !important;}
.btm65{margin-bottom:65px !important;}
.btm70{margin-bottom:70px !important;}
.btm75{margin-bottom:75px !important;}
.btm80{margin-bottom:80px !important;}
.btm85{margin-bottom:85px !important;}
.btm90{margin-bottom:90px !important;}
.btm95{margin-bottom:90px !important;}
.pT0{padding-top:0!important;}
.pT5{padding-top:5px!important;}
.pT10{padding-top:10px!important;}
.pT15{padding-top:15px!important;}
.pT20{padding-top:20px!important;}
.pT25{padding-top:25px!important;}
.pT30{padding-top:30px!important;}
.pT35{padding-top:35px!important;}
.pT40{padding-top:40px!important;}
.pT45{padding-top:45px!important;}
.pB0{padding-bottom:0!important;}
.pB5{padding-bottom:5px!important;}
.pB10{padding-bottom:10px!important;}
.pB15{padding-bottom:15px!important;}
.pB20{padding-bottom:20px!important;}
.lm5{margin-left:5px !important;}
.lm10{margin-left:10px !important;}
.lm15{margin-left:15px !important;}
.lm20{margin-left:20px !important;}
.lm50{margin-left:50px !important;}
.lm60{margin-left:60px !important;}
.lm70{margin-left:70px !important;}
.rm5{margin-right:5px !important;}
.rm10{margin-right:10px !important;}
.rm15{margin-right:15px !important;}
.rm20{margin-right:20px !important;}
.noMaR{ margin-right:0 !important}
.vAT { vertical-align:top!important;}
.vAM { vertical-align:middle!important;}
.vAB { vertical-align:bottom!important;}
.red { color:#FF2626;}
.org { color:#EB5F00;}

.bold {font-weight: bold;}
.normal {font-weight: normal;}

.icon {
	margin-right:3px;
	vertical-align:middle;
	margin-top:-1px;
}


/*----------------------------------------------------
	☆Width
----------------------------------------------------*/

.w5 {width:5%!important;}
.w10 {width:10%!important;}
.w15 {width:15%!important;}
.w18 {width:18%!important;}
.w20 {width:20%!important;}
.w25 {width:25%!important;}
.w30 {width:30%!important;}
.w35 {width:35%!important;}
.w40 {width:40%!important;}
.w45 {width:45%!important;}
.w50 {width:50%!important;}
.w55 {width:55%!important;}
.w60 {width:60%!important;}
.w65 {width:65%!important;}
.w70 {width:70%!important;}
.w75 {width:75%!important;}
.w80 {width:80%!important;}
.w85 {width:85%!important;}
.w90 {width:90%!important;}
.w95 {width:95%!important;}




/*----------------------------------------------------
	☆basecompo
----------------------------------------------------*/

#contents section {
	clear:both;
	margin-bottom: 30px;
	width:100%;
}

#contents section .sectionInr{
	margin: 0 auto;
	width: 1000px;
}

#contents section.last {
	margin-bottom:0;
}

#contents article{
	margin-bottom: 60px;
}

.boxL {
}

.boxR {
	float:right;
}

/*----------------------------------------------------
	☆List
----------------------------------------------------*/

.indList,
.indListS {
	margin-bottom:15px;
}

.indList li,
.indListS li {
	line-height:170%;
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:20px;
}

.indList li span{
	font-weight: bold;
	display: block;
}

.indListS li {
	font-size: 1.1rem !important;
	line-height:130%;
}


.numList,
.numListS {
	margin-bottom:15px;
	padding-left:1.6em;
}

.numList li,
.numListS li {
	line-height:150%;
	list-style: decimal outside none;
	margin-bottom: 15px;
}

.numListS li {
	font-size: 1.1rem !important;
	line-height: 130%;
}

:first-child + html .numList {
    padding-left: 2em;
}
:first-child + html .numListS {
    padding-left: 2em;
}

/*----------------------------------------------------
	☆head
----------------------------------------------------*/

.head01 {
	border-top:3px solid #FF0;
	border-bottom:3px solid #FF0;
	background:#FFF;
	padding:4px 4px;
	margin-bottom: 30px;
	
}
.head01 span {
	padding:0 0 0 20px;
	font-size:20px !important;
	
}


.head02 {
	background:url(https://yamatomi.biz/js/jquery.ui/theme/cmn_img/img_head02.png) left top no-repeat;
	margin-bottom: 15px;
	
}
.head02 span {
	padding:7px 0 10px 45px;
	display:block;
	font-weight:bold;
	font-size:22px !important;
	
}


.head03 {
	background:#FFD;
	padding:10px 20px;
	font-size:16px !important;
	margin-bottom:20px;
	
}

.head04 {
	padding:10px 20px;
	letter-spacing:0.15em;
	font-weight:bold !important;
	font-size:14px !important;
	margin-bottom:20px;
	
}



/*----------------------------------------------------
	☆btn
----------------------------------------------------*/

.bscBtn01 a {
    background: #212121;
	color:#EBEBEB !important;
	font-weight:bold !important;
	display:inline-block;
	padding:20px 30px;
	line-height:140%;
	text-decoration:none !important;
    border: none;
}

.bscBtn01 a:hover {
    background: #595758 !important;
	text-decoration:none !important;
    border: none!important;
}


#contents .bscBtn02 a {
	background-color:#000;
	border:1px solid #000;
	color:#FFF;
	font-size: 22px;
	display:inline-block;
	padding:20px 200px;
	line-height:140%;
	text-decoration:none;
}


.bscBtn03 a {
	background-color:#FF5353;
    border: none;
	color:#FFF !important;
	font-weight:bold !important;
	display:inline-block;
	padding:20px 30px;
	line-height:140%;
	text-decoration:none !important;
}

.bscBtn03 a:hover {
	background-color:#FE7676;
	color:#FFF !important;
	text-decoration:none !important;
    border: none;
}

.bscBtn04{
	margin: 0 auto !important;
	width:684px;
}

.bscBtn04 a {
    background: #212121;
	color:#EBEBEB !important;
	font-weight:bold !important;
	display:inline-block;
	padding:20px 110px;
	line-height:140%;
	text-decoration:none !important;
	border: none;
	width:684px;
}

.bscBtn04 a:hover {
    background: #595758 !important;
	text-decoration:none !important;
    border: none!important;
}

.BtnArea{
	width:100%;
	text-align: center;
}

/*----------------------------------------------------
	☆Table
----------------------------------------------------*/
div.bscTbl01 table {
	border-collapse:collapse;
	border-left:1px solid #333;
	border-top:1px solid #333;
	width:100%;
}

div.bscTbl01 table th,
div.bscTbl01 table td {
	border-right:1px solid #333;
	border-bottom:1px dotted #333;
	line-height:1.4;
	padding:15px 12px 15px;
	text-align:left;
}

div.bscTbl01 table th {
	background:url(https://yamatomi.biz/js/jquery.ui/theme/cmn_img/bg_table.gif) left top repeat;
	font-size:108% !important;
	font-weight:bold;
	text-align:center;
	width:25%;
}
div.bscTbl01 table td {
}






div.bscTbl02 table {
	border-collapse:collapse;
	border-left:1px dotted#333;
	border-top:1px dotted#333;
	width:100%;
	background: #fff;
}

div.bscTbl02 table th,
div.bscTbl02 table td {
	border-right:1px dotted#333;
	border-bottom:1px dotted#333;
	line-height:1.4;
	padding:14.3px 12px;
	text-align:left;
}

div.bscTbl02 table th {
	background:#FFFFD9 !important;
	font-size:120% !important;
	font-weight:bold;
	text-align:center;
	width:25%;
}
div.bscTbl02 table td a {
	text-decoration:none !important;
	color:#666 !important;
}
div.bscTbl02 table td.gray {
	background:#FAFAFA;
	font-weight:bold;
	text-align:center;
}



/*----------------------------------------------------
	☆Box
----------------------------------------------------*/

.bscBox01{
	background-color: #ecf6fb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	width: 100%;
}


.bscBox02{
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	width: 100%;
}


/*----------------------------------------------------
	☆pager
----------------------------------------------------*/



/*----------------------------------------------------
	☆form
----------------------------------------------------*/


form table {
	width: 100%;
}
form table tr td input {
	color:#666;
	border-style: none;
	background:#F3F3F3;
	padding: 9px !important;
	font-size: 14px!important;
}
form table tr td input:focus {
	background-color: #FFF;
}



.wSS{ width: 50px;}
.wS { width: 100px;}
.wM{ width: 270px;}
.wL{ width: 350px;}
.imeOff { ime-mode: disabled;}
.imeOn { ime-mode: active;}


textarea {
	border: 1px solid #CCCCCC;
	font-size:93%!important;
	line-height: 140%;
	 padding: 3px 6px;
}

textarea:focus {
	background-color: #FFFFED;
 border: 1px solid #AAA;
}

textarea.txtarea01 {
	height:70px;
	width:410px;
}

label{
	cursor:pointer;
}

label:hover{
	color:#418BB8;
}

input{
	padding:0;
}

form p.btn {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 410px;
	margin-top: 40px;
}
form p.btn input.reset {
	background-color: #fff;
	border:1px solid #333;
	font-size: 17px!important;
	margin-right: 30px;
	padding: 10px 55px;
}

form p.btn input.kakunin {
    background: #212121;
	border-style: none;
	color: #EBEBEB;
	font-size: 22px!important;
	padding: 15px 75px;
}

form p.btn input.kakunin:hover {
    background: #595758 !important;
	text-decoration:none !important;
    border: none!important;
}

form p.btn input.return {
	background-color: #fff;
	border:1px solid #333;
	font-size: 17px!important;
	margin-right: 30px;
	padding: 10px 55px;
}

form p.btn input.sousin {
    background: #212121;
	border-style: none;
	color: #EBEBEB;
	font-size: 22px!important;
	padding: 15px 75px;
}

form p.btn input.sousin:hover {
    background: #595758 !important;
	text-decoration:none !important;
    border: none!important;
}

input.wSS, input.wS, input.wM, input.wL, input.wLL {
    border: 1px solid #CCCCCC;
				font-size:93%!important;
    line-height: 140%;
    padding: 3px 6px;
}

input.wSS:focus, input.wS:focus, input.wM:focus, input.wL:focus, input.wLL:focus {
    background-color: #FFFFED;
    border: 1px solid #AAA;
}

.textFocus {
	color: #AAA;
}

button, input, select, textarea {
    font-size:93%!important;
}

.err {
	color:#E23435;
	font-size:77%!important;
	line-height:140%!important;
	padding-top:5px;
}

.errTd {
	background-color:#FFECE4!important;
}
.fltImgL{
	float: left;
	margin-right: 20px;
}
.fltImgR{
	float: right;
	margin-left: 20px;	
}
.fltL{
	float: left;
}
.fltR{
	float: right;
}