@charset "utf-8";
/*
###########################################################################

■コンテンツ共通スタイルシート

---------------------------------------------------------------------------
###########################################################################
*/
.pc_none {
	display: none;
}

.pink_bg {
	background-color: #ffcccc !important;
}

.errtips2 {
	
}

.errtips3 {
	
}

.coution-maru {
 margin: 2em auto;  
 padding: 1em;
 width: 96%; /*幅の調節*/
 color: #666666; /*文字色*/
 background-color: #FCFCFC; /*背景色*/
 border: 2px solid #ccc; /*線の太さ・色*/
 border-radius: 8px; /*角の丸み*/ 
}

.coution-maru h4 {
  font-weight: bold;
  border-bottom: 2px solid #ccc;
}

.coution-maru p {
  margin: 1em 0 0 0;
}

@media screen and (min-width:700px) { 
	body {
		width:1000px !important;
		font-size: 0.9em;
		line-height: 160%;
		margin: 0 auto;
	}
	/****-------------------------------------****/	
	/* PC */
	/****-------------------------------------****/	
	
	.ui-grid-a {
		display: flex;
		width: 60%;
	}
	.ui-grid-a .ui-block-a {
		display:block;
		width: 90%;
	}
	.ui-grid-a .ui-block-b {	
		display:block;
		width: 90%;
	}


	.ui-grid-b {
		display: flex;
		width: 60%;
	}
	.ui-grid-b .ui-block-a {	
		display:block;
		width: 90%;
	}
	.ui-grid-b .ui-block-b {	
		display:block;
		width: 90%;
	}
	.ui-grid-b .ui-block-c {
		display:block;
		width: 90%;
	}
	
	
	.ui-grid-c {
		display: flex;
		width: 60%;
	}
	.ui-grid-c .ui-block-0 {	
		display:block;
		margin: 0 10px 0 0;
	}
	.ui-grid-c .ui-block-1 {	
		display:block;
		margin: 0 10px 0 0;
	}	
	.ui-grid-c .ui-block-2 {	
		display:block;
		margin: 0 10px 0 0;
	}	
	.ui-grid-c .ui-block-a {	
		display:block;		
		margin: 0 10px 0 0;
	}
	.ui-grid-c .ui-block-b {	
		display:block;		
		margin: 0 10px 0 0;
	}
	.ui-grid-c .ui-block-c {
		display:block;
	}
	
	
	
	.input-text-01 {
		width: 90%;
	}
	.input-text-02 {
		width: 90%;
	}
	.input-text-03 {
		width: 90%;
	}
	.input-text-04 {
		width: 60%;
	}
	
/*	.ui-tbl01 {border-collapse: collapse;width: 96%;margin: 1em auto;}
	.ui-tbl01 th,.ui-tbl01 td {padding: 0.5em 5%;border: 1px solid #aaa;vertical-align: top;text-align: left;}
	.ui-tbl01 th {background: #D2E6F9;width: 20%;}
	.ui-tbl01 td {background: #fff;}*/
	
	
	.ui-tbl01 , .ui-tbl02 , .ui-tbl03 {border-collapse: collapse;width: 96%;margin: 1em auto;}
	.ui-tbl01 th , .ui-tbl02 th , .ui-tbl03 th , .ui-tbl01 td , .ui-tbl02 td  {padding: 0.5em 5%;border: 1px solid #aaa; vertical-align: top;text-align: left;}
	.ui-tbl03 td {padding: 0.5em 2%;border: 1px solid #aaa; vertical-align: top;text-align: center;}
	
	.ui-tbl01 th {background: #D2E6F9;width: 30%; text-align: center;}
	.ui-tbl02 th {background: #D2E6F9;width: 20%; text-align: center;}
	.ui-tbl03 th {background: #D2E6F9;width: 25%; text-align: center;}
	.ui-tbl01 td {background: #fff;}
	.ui-tbl02 td , .ui-tbl03 td {background: #fff; text-align: right;}
	.ui-tbl03 td {background: #fff;width: 25%;}
	
	
	
}
/****-------------------------------------****/
/* SP */
/****-------------------------------------****/

@media screen and (max-width:699px) { 

	body {
		width:100% !important;
		font-size: 1em;
		line-height: 160%;
	}

	
	.ui-grid-a {
		width:90%;
		display: flex;
	}

	.ui-grid-a .ui-block-a {
		display:block;
		width:48%;
	}
	.ui-grid-a .ui-block-b {	
		display:block;
		width:48%;
	}


	.ui-grid-b {
		width:90%;
		display: flex;
	}

	.ui-grid-b .ui-block-a {	
		display:block;
		width:33%;
	}
	.ui-grid-b .ui-block-b {	
		display:block;
		width:33%;
	}
	.ui-grid-b .ui-block-c {
		display:block;
		width:33%;
	}
	
	
	.ui-grid-c {
		width:90%;
		display: flex;
	}
	
	.ui-grid-c .ui-block-0 {	
		display:block;
		width:28%;
	}
	
	.ui-grid-c .ui-block-1 {	
		display:block;
		width:38%;
	}
	
	.ui-grid-c .ui-block-2 {	
		display:block;
		width:48%;
	}
	
	.ui-grid-c .ui-block-a {	
		display:block;
		width:28%;
	}
	.ui-grid-c .ui-block-b {	
		display:block;
		width:22%;
	}
	.ui-grid-c .ui-block-c {
		display:block;
		width:22%;
	}
	
	input::placeholder {
	  font-size: 0.8em;
	  color:#666;
	}
	
	.jsCalculation input::placeholder {
	  font-size: 0.55em;
	  color:#666;
	}
	
	/****-------------------------------------****/

	.input-text-01 {
		width: 70%;
	}
	.input-text-02 {
		width: 70%;
	}
	.input-text-03 {
		width: 70%;
	}
	.input-text-04 {
		width: 90%;
	}
	
	.ui-tbl01 , .ui-tbl02 , .ui-tbl03 {border-collapse: collapse;width: 96%;margin: 1em auto;}
	.ui-tbl01 th , .ui-tbl02 th , .ui-tbl03 th , .ui-tbl01 td , .ui-tbl02 td , .ui-tbl03 td {padding: 0.5em 5%;border: 1px solid #aaa; vertical-align: top;text-align: left;}
	.ui-tbl01 th , .ui-tbl02 th , .ui-tbl03 th {background: #D2E6F9;width: 30%;}
	.ui-tbl01 td , .ui-tbl02 td , .ui-tbl03 td {background: #fff;}
	
	.ui-tbl01 th,.ui-tbl01 td {display: block;width: auto;border-bottom: none;}
	.ui-tbl01 tr:last-child {border-bottom: 1px solid #aaa;}
	
	.ui-tbl02 td:first-child {
	  background: #fbf5f5;
	}

	.ui-tbl02 {
		width: 96%;
	}
	.ui-tbl02 .thead {
	display: none;
	}
	.ui-tbl02 tr {
	width: 100%;
	}
	.ui-tbl02 td {
	display: block;
	text-align: right;
	width: 100%;
	}
	.ui-tbl02 td:first-child {
	background: #D2E6F9;
	color: #fff;
	font-weight: bold;
	text-align: center;
	}
	.ui-tbl02 td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	margin-right: 10px;
	}
	
	
	.ui-tbl03 {
		width: 96%;
	}

/*	.ui-tbl03 tr {
	width: 100%;
	}*/
	.ui-tbl03 th  {
	display:inline-block;
	text-align: right;
	width: 50%;
	}
	
	.ui-tbl03 td  {
	display: inline-block;
	text-align: right;
	width: 50%;
	}
	
	
}





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



#sim_form select {
	padding: 5px;
	border: 1px solid #999;
	border-radius: 10px;
	color: #666;
}

#sim_form input {
	padding: 5px;
	border: 1px solid #999;
	/*width: 80%;*/
	border-radius: 10px;
}

#sim_form textarea {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #999;
	width: 80%;
}

#sim_form input[type="checkbox"] {
	padding: 5px;
	border: 1px solid #999;
	border-radius: 10px;
}

/* ラジオボタン　必須入力用 */
input[ type="radio" ]+label { background: #ffe6e9 }
input[ type="radio" ]:valid+label { background: transparent }
/*input[ type="radio" ].radio+label { background: transparent }*/

/* 数値項目　上下ボタン隠す */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}

.c_link_pdf {
  position: relative;
  text-decoration: none;
}

.c_link_pdf:after {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  background: url(/cmn/img/icon_cmn_pdf.svg) no-repeat 0 0;
  background-size: 16px 16px;
  position: relative;
  top: 2px;
}


.fmerr {
	background-color: #fcc !important;
}

#error {
	padding: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FBDADB;
	font-weight: bold;
	border: 3px solid #f00;
	color: #FF0000;
}
.contents_textarea {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.contents_textarea small {
	line-height:130% !important;
}

.contents_textarea2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.contents_textarea3 {
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cont_h2 {
	background-image: url(../images/cont_h2.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 37px;
	padding-top: 10px;
	padding-left: 3%;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
}

.cmax_h2 {
	background-image: url(../images/g2.png);
	background-repeat: repeat-x;
	width: 97%;
	height: 45px;
	padding-top: 15px;
	padding-left: 3%;
	font-weight: bold;
	font-size: 1.0em;
	text-shadow:none !important;
	color:#fff;
}

.cmax_h2_s {
	background-image: url(../images/g2.png);
	background-repeat: repeat-x;
	width: 97%;
	height: 45px;
	padding-top: 15px;
	padding-left: 3%;
	font-weight: bold;
	font-size: 0.85em;
	text-shadow:none !important;
	color:#fff;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx){
	.cmax_h2 {
		background-image: url(../imagesX2/g2.png);
		-webkit-background-size:97% 45px;
		background-repeat: repeat-x;
		padding-top: 10px;
		padding-left: 3%;
		font-weight: bold;
		font-size: 1.0em;
		color:#fff;
	}

}

.cont_h3 {
	width: 99%;
	padding-left: 5px;
	border-left: 3px solid #1B3CA3;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top:15px;
	font-weight: bold;
	font-size: 1.3em;
	margin-left: auto;
	margin-right: auto;
}


.cont_h4 {
	width: 95%;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.0em;
	margin-left: auto;
	margin-right: auto;
}
.cont_h5 {
	width: 95%;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 1.0em;
	margin-left: auto;
	margin-right: auto;
	border-bottom:1px solid #283AC9;

}
.cont_h6 {
}
.accent {
}
.cont_dl {
}
.cont_dl dt {
}
.cont_dl dd {
}
.cont_ul {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.cont_ul > li {
	list-style: disc !important;
	margin-left: 20px;
}
.cont_ol {
	width:96%;
	margin-left:auto;
	margin-right:auto;
}
.cont_ol > li {
	list-style:decimal !important;
	margin-left:25px;
}
.cont_table {
	width:96%;
	margin-left:auto;
	margin-right:auto;
}
.cont_table th {
	background-color:#eee;
	padding:5px;
	border:1px solid #ccc;
}
.cont_table td {
	padding:5px;
	border:1px solid #ccc;
	background-color:#fff;
}
.notes {
	padding: 10px;
	text-align: center;
	background-color: #F0F0F0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.cont_line {
	width: 96%;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
	clear:both;
}



/*文字サイズコントール用-------------------------------------*/
.fontL {
	font-size: 120%;
}
.fontM {
	font-size: 100%;
}
.fontS {
	font-size: 80%;
}


/*
###########################################################################

■グローバルトップページスタイルシート
---------------------------------------------------------------------------
###########################################################################
*/

header {
	background-image: url(../images/head_bg.png);
	height: 55px;
}

#cont_logo {
	background-image: url(../images/cont_logo.png);
	width: 160px;
	height: 45px;
	text-indent: -9999px;
	margin-top:5px;
	float: left;
}

header h3 {
	width: 45px;
	height: 45px;
	float:right !important;
}

header h3 a {
	background-image: url(../images/menu.png);
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	display: block;
	outline: none;
	text-decoration: none;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx){
	header {
		background-image: url(../imagesX2/head_bg.png);
		-webkit-background-size:100% 55px;
	}

	#cont_logo {
		background-image: url(../images/cont_logo.png);
		-webkit-background-size:160px 45px;
		background-position:left top;
		text-indent: -9999px;
		float: left;
	}

	header h3 a {
		background-image: url(../imagesX2/menu.png);
		-webkit-background-size:45px 45px;
		text-indent: -9999px;
		display: block;
		outline: none;
		text-decoration: none;
	}
}

footer {
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #DFDFDF;
}
footer h5 {
	font-weight: normal;
	font-size: 1.0em;
	padding: 10px;
}
footer p {
	padding: 20px;
	text-align: center;
	background-color: #808080;
	color: #fff;
	font-size: 1.0em;
}

footer p small {
	font-size:10px;
}
#topic_path {
	width: 100%;
	padding: 5px;
	font-size:12px;
}

.fixed {
	position: fixed!important;
	bottom: 0px;
	width: 100%;
}

#pc_link a {
	background-image: url(../images/pc_link.jpg);
	width: 320px;
	height: 40px;
	margin-top: 10px;
	text-indent: -9999px;
	display: block;
	outline: none;
	margin-left: auto;
	margin-right: auto;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx){
	#pc_link a {
		background-image: url(../imagesX2/pc_link.png);
		-webkit-background-size:320px 40px;
		margin-top: 10px;
		text-indent: -9999px;
		display: block;
		outline: none;
		margin-left: auto;
		margin-right: auto;
	}
}

.ui-icon-pc:after {
	background-image: url("../images/pc.png");
	/* Make your icon fit */
	background-size: 18px 18px;
}


/*
###########################################################################

■申込みフォーム
---------------------------------------------------------------------------
###########################################################################
*/


#privacy_box {
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	height: 220px;
	overflow: auto;
	margin-bottom: 10px;
}
 #privacy_box::-webkit-scrollbar {
background: transparent;
height: 7px;
overflow: visible;
width: 13px;
}
#privacy_box::-webkit-scrollbar-thumb {
border-left: solid white;
background-color: rgba(0, 0, 0, 0.2);
}
#privacy_box::-webkit-scrollbar-thumb {
}
#privacy_box::-webkit-scrollbar-corner {
background: transparent;
}
 #privacy_box::-webkit-scrollbar { /* スクロールバー本体 */
 width: 5px;
 background: #9aadfc;
}
#privacy_box::-webkit-scrollbar:horizontal { /* 横方向のスクロールバー本体 */
 width: 5px;
 background: #9aadfc;
}
#privacy_box::-webkit-scrollbar-thumb { /* スクロールバーの動く部分 */
 background: #435295;
 border-radius: 2px;
}
#privacy_box::-webkit-scrollbar-thumb:horizontal { /* 横方向のスクロールバーの動く部分 */
 background: #435295;
 border-radius: 2px;
}
#privacy_box::-webkit-scrollbar-track-piece:start { /* スクロールバーの動く部分の前 */
 background: #9aadfc;
}
#privacy_box::-webkit-scrollbar-track-piece:end { /* スクロールバーの動く部分の後ろ */
 background: #a3d2a0;
}
#privacy_box::-webkit-scrollbar-corner { /* スクロールバー角 */
 background: transparent;
}
#privacy_box h3 {
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 15px;
}
#privacy_box h4 {
	padding: 5px;
	border-bottom: 1px solid #2740D0;
	margin-bottom: 10px;
	margin-top: 10px;
}
#privacy_box p {
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#privacy_box ol {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
#sim_form {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.portrait label.error, .landscape label.error {
	color: red;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 0.5em;
	width: 100%;
	float: none;
}
.landscape label.error {
	display: inline-block;
	margin-left: 22%;
}
.portrait label.error {
	margin-left: 0;
	display: block;
}
.nav_box {
	background-color: #FFFFFF;
	padding: 10px;
	min-height: 36px;
	line-height: 130%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #D4D4D4;
}

.nav_sbox1 {
	background-color: #244CA8 !important;
	padding:10px 0px;
	color:#fff;
	line-height: 130%;
	text-align: center;
	vertical-align: middle;
	width:40%;
	float:left;
}

.nav_sbox2 {
	background-color: #688BDD !important;
	padding:10px 0px;
	color:#fff;
	line-height: 130%;
	text-align: center;
	vertical-align: middle;
	width:60%;
	float:left;
}

.active_nav {
	background-color: #244CA8 !important;
	color: #fff;
}


.active_nav2 {
	background-color: #688BDD !important;
	color: #fff;
}

/*
###########################################################################

■フォーム共有CSS
---------------------------------------------------------------------------
###########################################################################
*/
#form_btn {
	width: 90%;
	padding-top:10px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
}
#form_btn li {
	text-align: center;
	float: left;
	width: 50%;
}

#save_box {
	padding:10px;
	background-color:#FDF1E4;
}



/*パネル設定*/
/* Lists */
.jqm-search .jqm-list {
	margin: 0 -1em 1em;
}
.jqm-list .ui-btn, .jqm-list .ui-btn:visited, .jqm-list .ui-li-divider {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-shadow: none !important;
}
.jqm-list .ui-btn:hover, .jqm-list .ui-btn:active {
	color: #3388cc;
}
.jqm-list .ui-btn.ui-btn-active {
	color: #fff;
}
.jqm-list .ui-li-divider {
	color: #3eb249;
}
/* Navmenu */
.jqm-navmenu-panel .ui-listview > li .ui-collapsible-heading {
	margin: 0;
}
.jqm-navmenu-panel .ui-collapsible.ui-li-static {
	padding: 0;
	border: none !important;
}
.jqm-navmenu-panel .ui-collapsible + li > .ui-btn, .jqm-navmenu-panel .ui-collapsible + .ui-collapsible > .ui-collapsible-heading > .ui-btn, .jqm-navmenu-panel .ui-panel-inner > .ui-listview > li.ui-first-child .ui-btn {
	border-top: none !important;
}
.jqm-navmenu-panel .ui-listview .ui-listview .ui-btn {
	padding-left: 1.5em;
	color: #999;
}
.jqm-navmenu-panel .ui-listview .ui-listview .ui-btn.ui-btn-active {
	color: #fff;
}
.jqm-navmenu-panel .ui-btn:after {
	opacity: .4;
	filter: Alpha(Opacity=40);
}
.jqm-navmenu-panel.jqm-panel-page-nav {
	display: none;
	position: absolute;
	top: 178px;
	left: 12px;
}
.jqm-navmenu-panel.jqm-panel-page-nav ul li:first-child a {
	border-top: none;
}

#conf label {
	border-top:1px dashed #ccc !important; 
	font-size:1.0em;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:10px;
}

/*
###########################################################################

■ポップメゾン２
---------------------------------------------------------------------------
###########################################################################
*/

.form_btn {
	width:320px;
	margin-left:auto;
	margin-right:auto;
}

.form_btn a {
	background-image:url(../images/popmaison/btn1.png);
	width:320px;
	height:57px;
	text-indent:-9999px;
	display:block;
	outline:none;
	text-decoration:none;
}

img {
	max-width:1000px;
	width:94%;
	margin-left:auto;
	margin-right:auto;
}

.img_clr {
	width:auto !important;
}

.indispensable {
	background-image:url(../images/indispensable.png);
	width:55px;
	height:15px;
	display:inline-block;
	outline:none;
	text-decoration:none;
	text-indent:-9999px;
}

.arbitrary {
	background-image:url(../images/arbitrary.png);
	width:55px;
	height:15px;
	display:inline-block;
	outline:none;
	text-decoration:none;
	text-indent:-9999px;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx){
	img {
		max-width:600px;
		width:94%;
		margin-left:auto;
		margin-right:auto;
	}

	.form_btn a {
		background-image:url(../imagesX2/popmaison/btn1.png);
		-webkit-background-size:320px 57px;
		text-indent:-9999px;
		display:block;
		outline:none;
		text-decoration:none;
	}
	.indispensable {
		background-image:url(../imagesX2/indispensable.png);
		-webkit-background-size:55px 15px;
		display:inline-block;
		outline:none;
		text-decoration:none;
		text-indent:-9999px;
	}
	.arbitrary {
		background-image:url(../imagesX2/arbitrary.png);
		-webkit-background-size:55px 15px;
		display:inline-block;
		outline:none;
		text-decoration:none;
		text-indent:-9999px;
	}
}

footer h5 {
	font-size:12px;
	line-height:130% !important;
}

.privacy_dl {
	width:94%;
	margin-left:auto;
	margin-right:auto;
}

.privacy_dl dt {
	width:10%;
	float:left;
	text-align:center;
	clear:both;
}

.privacy_dl dd {
	width:90%;
	float:right;
}


/*
###########################################################################

■フォーム共通CSS
---------------------------------------------------------------------------
###########################################################################
*/

legend,
.ui-body > label,
.form_icon,
.jsToggleSelect > label,
.toggleItem01 > label,
.toggleItem02 > label,
.toggleItem03 > label,
.toggleItem04 > label,
.jsToggleNestSelect > label,
.form_stitle {
	font-size:1.0em !important;
	padding:5px !important;
	font-weight:bold !important;
	width:94% !important;
	margin-top:10px !important;
	display:block !important;
	background-image:url(images/icons-png/form_icon.png) !important;
	background-repeat:no-repeat !important;
	background-position:left !important;
	padding-left:22px !important;
}

#panks {
	margin-top:5px;
	margin-bottom:10px;
	text-align: center !important;
	line-height:100%;

}


#panks img {
	line-height:100% !important;
	margin:0px !important;
	padding:0px !important;
}

.ui-nodisc-icon a {
	padding-top:15px !important;
	padding-bottom:15px !important;
}

/*input[type=radio] {
	background-color:#EBF2FF !important;
}*/

/*
###########################################################################

■同意文
---------------------------------------------------------------------------
###########################################################################
*/

.doui_box {
	margin-bottom: 5px;
	padding: 10px;
	border: #d7d7d7 1px solid;
	height: 145px;
	overflow: auto;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-size:12px !important;
}

.doui_box .cont_dl dt {
	width:30px;
	float:left;
}

.doui_box .cont_dl dd {
	width:94%;
	float:left;
}

.cont_marunumber {
	padding-left:1em;
	text-indent:-1em;
}

.modoru {width:40%; margin-left:auto; margin-right:auto;}


.left_h3 {
	margin-top:0px !important;
	margin-bottom:0px !important;
}

#mypanel .ui-listview > .ui-li-static {
padding: 0em 1em !important;
border-collapse:collapse !important;
border-style:none !important;
white-space: normal !important;
}


.w_list .ui-collapsible-content {
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
	border-style:none !important;
	border-collapse:collapse !important;
	white-space: normal !important;
}

.w_list .ui-collapsible-content > .ui-listview-inset {
	margin-top:0 !important;
	margin-right:0 !important;
	margin-bottom:0 !important;
	border-style:none !important;
	border-collapse:collapse !important;
	white-space: normal !important;
}

#mypanel a.ui-btn {
	white-space: normal !important;
}

#mypanel img {vertical-align:middle !important;}




#fleurir_line {
	border-bottom:1px dashed #333;
}


#fleurir_line li {
	border-top:1px dashed #333;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}


/*
###########################################################################

■同意文
---------------------------------------------------------------------------
###########################################################################
*/

.free_column {
	margin-left:auto;
	margin-right:auto;
	border-top:3px solid #185BAC;
	border-bottom:2px solid #C4C4C4;
	margin-bottom:15px;
	background-color:#fff;
}


small {
	padding:0px !important;
	margin:0px !important;
}

.ui-body-a h3 {
	margin-bottom:10px;
	line-height:160%;
}

.ui-body-a h4 {
	line-height:110% !important;
	padding-top:5px;
	font-weight:normal;
}

.ui-body-a p {line-height:130%;}

.ui-btn {
	font-weight:normal !important;
}

.free_box {
	text-align:center;
	margin-bottom:5px;
}

.free_box a {
	display:block;
	color:#333;
}

.freeloan_index1 {
	border:3px solid #EB8020;
	width:96%;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
	background-color:#fff;
	margin-bottom:10px;
}

.freeloan_index1 p {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #EB8020;
	padding:5px;
	margin-bottom:5px;
	font-size:0.9em;
}

.freeloan_index1 p a {

	display:block;
}

.freeloan_index1 img {width:100% !important;}

.freeloan_index2 {
	border:3px solid #EB8020;
	width:96%;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
	background-color:#fff;
	margin-bottom:10px;
}

.login_h2 {
	background-color:#EBE9E9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece);
	border-bottom:3px solid #003FD4;
	border-top:1px solid #ccc;
	font-weight:bold;
	color:#333;
	font-size:1.0em;
	padding:10px;
	line-height:110% !important;
}

.f_ib_table td {
	padding:5px;
	text-align:left;
	vertical-align:top;
}

.back_btn {
	width:240px;
	display: block;
	padding: 15px 40px;
    font-size: 1.0em;
	background-color: #F8F7F7;
	border: #000000 1px solid;
}

.back_btn a {
	display: block;
	padding: 10px;
	background-color: #333;
	color: #fff !important;
	text-decoration: none !important;
}

input#submit_button {
	
	display:block;
	width:300px;
    font-size: 1em;
	

    /* 文字の太さをboldに指定 */
    font-weight: bold;

	margin: 20px auto;
    padding: 20px 30px;

    /* 文字色を白色に指定 */
    color: #fff;

    /* ボーダーをなくす */
    border-style: none;

    box-shadow: 2px 2px 3px 1px #666;
    /*-moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;*/

    text-shadow: 1px 1px 2px #000;

    /* グラデーションの指定 */
	background: #666;
    background: -moz-linear-gradient(bottom, #36d, #248 50%, #36d);
    background: -webkit-gradient(linear, left bottom, left top, from(#36d), color-stop(0.5, #248), to(#36d));

    /* 角丸の指定 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input#submit_button:hover {
    /* 透明度を20%に指定 */
    opacity: 0.8;
}

#hissu_button {
	
	width:300px;
    font-size: 1em;
	display:block;
	
    /* 文字の太さをboldに指定 */
    font-weight: bold;

	margin: 20px auto;
    padding: 20px 30px;

    /* 文字色を白色に指定 */
    color: #fff;

    /* ボーダーをなくす */
    border-style: none;

    box-shadow: 2px 2px 3px 1px #666;
    /*-moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;*/

    text-shadow: 1px 1px 2px #000;

    /* グラデーションの指定 */
	background: #ffcccc;
    background: -moz-linear-gradient(bottom, #ffcccc, #ffcccc 50%, #FFC1C1);
    background: -webkit-gradient(linear, left bottom, left top, from(#ffcccc), color-stop(0.5, #ffcccc), to(#FFC1C1));

    /* 角丸の指定 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#hissu_button span {
	display:inline-block;
	margin-top: -15px;
	vertical-align:middle;
}

#hissu_button li {
	list-style-position: outside !important;
	list-style-image: url(../../images/exclamation-triangle-solid.png) !important;
	margin: 0px 0px 0px 30px;
}

.errtips {
	position:relative;
}
.errtips2:before {
	content: '';
	position:absolute;
	top:10px;
	left:-20px;
	border:12px solid transparent;
	border-right:12px solid #808080;
}
.errtips2 {
	position:absolute;
	background-color:#808080;
	color:white;
	font-size:0.8em;
	border-radius:0.5em;
	padding:10px;
	margin:-3em 0.5em 0 14em;
	display:none;
}

.errtips3:before {
	content: '';
	position:absolute;
	top:10px;
	left:-20px;
	border:12px solid transparent;
	border-right:12px solid #808080;
}
.errtips3 {
	position:absolute;
	background-color:#808080;
	color:white;
	font-size:0.8em;
	border-radius:0.5em;
	padding:10px;
	margin:-3em 0.5em 0 14em;
	display:none;
}
