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

/*----------------------------------------------*/
/* common CSS [PC]
/*----------------------------------------------*/

/*######## General ########*/

/*---- Clear fix ----*/
.clearfix, ul.navi:after {
	content: "";
	display: block;
	clear: both;
}

/*---- hover img ----*/
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/*######## Background & Wrapper ########*/

body, table, input, h1, h2, h3, h4, h5, h6 {
	font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	
	color: #595959;
	font-size: 16px;
	font-weight: normal;
	line-height: 160%;
}

body {
	background-color: #FFFFFF;
}

#wrapper {
	width: 100%;
	background-color: #FFFFFF;
}


/*######## Common ########*/

/*----- Page top button -----*/
.pagetop-btn {
	width: 70px;
	height: 70px;
	
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}


/*######## Header ########*/

#headerfield {
	width: 100%;
}

#header-body {
	width: 100%;
}

#header-logoframe {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 10px;
}

#header-lead {
	padding: 8px 5px 15px;
	line-height: 120%;
	font-size: 10px;
}

#header-logobox {
	float: left;
	width: 45%;
	max-width: 305px;
	margin-top: 10px;
	margin-left: 5px;
}

#header-logobox img {
	max-width: 100%;
}

#header-buttonbox {
	float: right;
	width: 50%;
	margin: 0px 10px 0px 0px;
}

#header-button-buttonlist {
}

#header-spbuttonbox {
	display: none;
}

/*----- Header button -----*/
a.header-btn-consult {
	float: right;
	width: 150px;
	margin-left: 10px;
	padding: 4px 0px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	
	border:1px solid #908c68;
	background-color: #a9a588; background-image: -webkit-gradient(linear, left top, left bottom, from(#a9a588), to(#8e865b));
	background-image: -webkit-linear-gradient(top, #a9a588, #8e865b);
	background-image: -moz-linear-gradient(top, #a9a588, #8e865b);
	background-image: -ms-linear-gradient(top, #a9a588, #8e865b);
	background-image: -o-linear-gradient(top, #a9a588, #8e865b);
	background-image: linear-gradient(to bottom, #a9a588, #8e865b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a9a588, endColorstr=#8e865b);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
}

a.header-btn-consult:hover {
	text-decoration: none;
	
	border:1px solid #767255;
	background-color: #938e6b; background-image: -webkit-gradient(linear, left top, left bottom, from(#938e6b), to(#6f6947));
	background-image: -webkit-linear-gradient(top, #938e6b, #6f6947);
	background-image: -moz-linear-gradient(top, #938e6b, #6f6947);
	background-image: -ms-linear-gradient(top, #938e6b, #6f6947);
	background-image: -o-linear-gradient(top, #938e6b, #6f6947);
	background-image: linear-gradient(to bottom, #938e6b, #6f6947);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#938e6b, endColorstr=#6f6947);
}

a.header-btn-contact {
	float: right;
	width: 150px;
	padding: 4px 0px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	
	border:1px solid #52763a;
	background-color: #6C9B4D; background-image: -webkit-gradient(linear, left top, left bottom, from(#6C9B4D), to(#4a6b33));
	background-image: -webkit-linear-gradient(top, #6C9B4D, #4a6b33);
	background-image: -moz-linear-gradient(top, #6C9B4D, #4a6b33);
	background-image: -ms-linear-gradient(top, #6C9B4D, #4a6b33);
	background-image: -o-linear-gradient(top, #6C9B4D, #4a6b33);
	background-image: linear-gradient(to bottom, #6C9B4D, #4a6b33);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6C9B4D, endColorstr=#4a6b33);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
}

a.header-btn-contact:hover {
	text-decoration: none;
	
	border:1px solid #3d572b;
	background-color: #54793c; background-image: -webkit-gradient(linear, left top, left bottom, from(#54793c), to(#324823));
	background-image: -webkit-linear-gradient(top, #54793c, #324823);
	background-image: -moz-linear-gradient(top, #54793c, #324823);
	background-image: -ms-linear-gradient(top, #54793c, #324823);
	background-image: -o-linear-gradient(top, #54793c, #324823);
	background-image: linear-gradient(to bottom, #54793c, #324823);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#54793c, endColorstr=#324823);
}

#header-tel {
	margin-bottom: 5px;
	text-align: right;
	font-size: 13px;
	color: #000000;
}

#header-tel span {
	font-size: 26px;
	font-weight: bold;
}

#header-sptel {
	display: none;
}

/*----- Global navigation -----*/
#header-gnavi {
	width: 100%;
	height: 50px;
	background-color: #8CC22C;
}

#header-gnavi ul {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	height: 50px;
}

#header-gnavi ul li {
	float: left;
	width: 16.66%;  /* = 100% / 6 */
	height: 50px;
	
	border-right: 1px solid #FFFFFF;
	
	-webkit-box-sizing: border-box;  /* for Safari,Firefox3 */
	box-sizing:         border-box;  /* for Chrome,IE8+ */
}

#header-gnavi ul li:first-child {
	border-left: 1px solid #FFFFFF;
}

#header-gnavi li a {
	display: block;
	height:      50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

#header-gnavi li a:hover {
	background-image: url(../images/common/gnavi_linkbar_over.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header-gnavi li.current a {
	background-image: url(../images/common/gnavi_linkbar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


/*######## Contents ########*/

/*----- Contents field -----*/
#contentsfield {
	width: 100%;
	max-width: 1040px; /* = 1000 + 20(.contentsbox margin) x 2 */
	margin: 0px auto;
}

/*----- Contents body -----*/
.contentsfield-body {
	overflow: hidden;  /* preventing height 0 when float */
	margin: 0px 20px;
}

/*----- Bread crumb -----*/
#breadcrumb {
	width: 100%;
	margin: 10px auto 10px;
}

#breadcrumb li {
	display: inline;
	font-size: 12px;
	color: #999999;
}

#breadcrumb li:before {
	content: " > ";
}

#breadcrumb li:first-child:before {
	content: none;
}

/*----- Title -----*/
.title-base {
	margin-bottom: 20px;
	color: #333333;
	font-size: 30px;
	text-align: center;
}

.title-rightmain-base {
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #333333;
	font-size: 30px;
	line-height: 110%;
	border-bottom: 2px solid #44630E;
}

.title-rightmain-base-prefix {
	margin-bottom: 5px;
x	color: #333333;
	font-size: 16px;
x	line-height: 110%;
x	border-bottom: 2px solid #000000;
}

.title-rightmain-sub {
	margin: 40px 0px 20px;
	padding: 0px 0px 5px 15px;
	color: #333333;
	font-size: 20px;
	line-height: 110%;
	border-left: 5px solid #44630E;
	border-bottom: 2px solid #E5E5E5;
}

/*----- Contents box(1column) -----*/
.contentsbox {
	overflow: hidden;  /* preventing height 0 when float */
	margin-bottom: 50px;
	padding: 4% 4%;
	border: 1px solid #E5E5E5;
	
	-webkit-box-sizing: border-box;  /* for Safari,Firefox3 */
	box-sizing:         border-box;  /* for Chrome,IE8+ */
	
	background-color: #FFFFFF;
	
	border-radius:         5px;  /* for Chrome,Safari,IE9+,Firefox */
	-webkit-border-radius: 5px;  /* for iOS3.2 before */
	-moz-border-radius:    5px;  /* Firefox */
}

/*----- Contents box(2column) -----*/
.contentsbox-leftmenu {
	float: left;
	width: 22%;
	margin-bottom: 50px;
	font-size: 14px;
	
	-webkit-box-sizing: border-box;  /* for Safari,Firefox3 */
	box-sizing:         border-box;  /* for Chrome,IE8+ */
	
	background-color: #FCFBFA;
}

.contentsbox-rightmain {
	overflow: hidden;  /* preventing height 0 when float */
	float: right;
	width: 75%;
	margin-bottom: 50px;
	padding: 3% 3%;
	border: 1px solid #E5E5E5;
	
	-webkit-box-sizing: border-box;  /* for Safari,Firefox3 */
	box-sizing:         border-box;  /* for Chrome,IE8+ */
	
	background-color: #FFFFFF;
	
	border-radius:         5px;  /* for Chrome,Safari,IE9+,Firefox */
	-webkit-border-radius: 5px;  /* for iOS3.2 before */
	-moz-border-radius:    5px;  /* Firefox */
}

/*----- Number list box -----*/
.numberlistbox {
	width: 100%;
	margin-bottom: 25px;
	
	background-color: #F1F1E8;
	
	/* box-shadow */
	box-shadow:2px 2px 2px 2px #DEDEDE;
	-moz-box-shadow:2px 2px 2px 2px #DEDEDE;
	-webkit-box-shadow:2px 2px 2px 2px #DEDEDE;
}

.numberlist-titlebox {
	display: table;
x	width: 100%;
	padding: 20px 3% 10px;
x	background-color: #FF0000;
}

.numberlist-title-number {
	display: table-cell;
	width: 40px;
	height: 40px;
	
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	
	background-color: #43630E;
	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.numberlist-title-text {
	display: table-cell;
	line-height: 110%;
	padding-left: 10px;
	font-size: 18px;
	vertical-align: middle;
	color: #43630E;
}

.numberlist-text {
	padding: 0px 4% 20px;
}

.numberlist-text span {
	background-color: #FCFB8A;
}


/*######## Left menu ########*/

.leftmenu-title {
	padding: 5px 10px;
	background-color: #5B801A;
	color: #FFFFFF;
	
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	
}

.leftmenu-linkbox li {
	border-bottom: 1px dotted #000000;
}

.leftmenu-linkbox li.current {
	background-color: #EBEBEB;
}

.leftmenu-linkbox li a {
	display: block;
	padding: 5px 10px;
}


/*######## Footer ########*/

/*----- Footer contact -----*/
#footercontactfield {
	width: 100%;
	max-width: 1040px; /* = 1000 + 20(.contentsbox margin) x 2 */
	margin: 0px auto;
}

#footercontact-body {
	overflow: hidden;  /* preventing height 0 when float */
	margin: 0px 20px 50px;
	padding: 30px 0px;
	border: 1px solid #E5E5E5;
	
	-webkit-box-sizing: border-box;  /* for Safari,Firefox3 */
	box-sizing:         border-box;  /* for Chrome,IE8+ */
	
	background-color: #FFFFFF;
	
	border-radius:         5px;  /* for Chrome,Safari,IE9+,Firefox */
	-webkit-border-radius: 5px;  /* for iOS3.2 before */
	-moz-border-radius:    5px;  /* Firefox */
}

#footercontact-lead {
	margin-bottom: 20px;
	font-size: 15px;
	text-align: center;
}
#footercontact-lead-m img{
	max-width: 100%;
}


#footercontact-buttonlist {
	text-align: center;
}

/*----- Footer button -----*/
a.footercontact-btn-contact {
	display: inline-block;
	width: 150px;
	margin-right: 20px;
	padding: 8px 0px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	
	border:1px solid #52763a;
	background-color: #6C9B4D; background-image: -webkit-gradient(linear, left top, left bottom, from(#6C9B4D), to(#4a6b33));
	background-image: -webkit-linear-gradient(top, #6C9B4D, #4a6b33);
	background-image: -moz-linear-gradient(top, #6C9B4D, #4a6b33);
	background-image: -ms-linear-gradient(top, #6C9B4D, #4a6b33);
	background-image: -o-linear-gradient(top, #6C9B4D, #4a6b33);
	background-image: linear-gradient(to bottom, #6C9B4D, #4a6b33);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6C9B4D, endColorstr=#4a6b33);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
}

a.footercontact-btn-contact:hover {
	text-decoration: none;
	
	border:1px solid #3d572b;
	background-color: #54793c; background-image: -webkit-gradient(linear, left top, left bottom, from(#54793c), to(#324823));
	background-image: -webkit-linear-gradient(top, #54793c, #324823);
	background-image: -moz-linear-gradient(top, #54793c, #324823);
	background-image: -ms-linear-gradient(top, #54793c, #324823);
	background-image: -o-linear-gradient(top, #54793c, #324823);
	background-image: linear-gradient(to bottom, #54793c, #324823);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#54793c, endColorstr=#324823);
}

a.footercontact-btn-consult {
x	float: right;
	display: inline-block;
	width: 150px;
	padding: 8px 0px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	
	border:1px solid #908c68;
	background-color: #a9a588; background-image: -webkit-gradient(linear, left top, left bottom, from(#a9a588), to(#8e865b));
	background-image: -webkit-linear-gradient(top, #a9a588, #8e865b);
	background-image: -moz-linear-gradient(top, #a9a588, #8e865b);
	background-image: -ms-linear-gradient(top, #a9a588, #8e865b);
	background-image: -o-linear-gradient(top, #a9a588, #8e865b);
	background-image: linear-gradient(to bottom, #a9a588, #8e865b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a9a588, endColorstr=#8e865b);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
	}

a.footercontact-btn-consult:hover {
	text-decoration: none;
	
	border:1px solid #767255;
	background-color: #938e6b; background-image: -webkit-gradient(linear, left top, left bottom, from(#938e6b), to(#6f6947));
	background-image: -webkit-linear-gradient(top, #938e6b, #6f6947);
	background-image: -moz-linear-gradient(top, #938e6b, #6f6947);
	background-image: -ms-linear-gradient(top, #938e6b, #6f6947);
	background-image: -o-linear-gradient(top, #938e6b, #6f6947);
	background-image: linear-gradient(to bottom, #938e6b, #6f6947);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#938e6b, endColorstr=#6f6947);
}

/*----- Footer contents -----*/
#footerfield {
x	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
	background-color: #8CC22C;
}

#footer-body {
	width: 100%;
}

#footer-linkbox {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	padding: 20px 0px;
}

#footer-linkbox ul {
	overflow: hidden;  /* preventing height 0 when float */
	width: 90%;
	margin: 0px auto;
	text-align: center;
}

#footer-linkbox ul li {
	display: inline-block;
	height:      15px;
	line-height: 15px;
	margin-bottom: 5px;
	padding: 0px 10px;
	border-right: 1px solid #FFFFFF;
}

#footer-linkbox ul li:last-child {
	border-right: none;
}

#footer-linkbox a, 
#footer-linkbox a:hover {
	color: #FFFFFF;
	font-size: 14px;
}

#footer-copyright {
	padding: 15px 0px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #5B801A;
}


/*######## 標準文字入力フォーム<input>,<textarea>,タグ ########*/
input[type="text"], input[type="password"], input[type="email"], textarea {
	margin-bottom: 5px;
	padding: 8px 5px;
	border: 1px solid #999999;
	
	font-size: 14px;
	line-height: 100%;
	color: #333333;
	letter-spacing: 1px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*---- プレースフォルダー ----*/
input:-ms-input-placeholder, textarea:-ms-input-placeholder {  /* IE10+ */
	color: #BBBBBB;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {  /* WebKit(Safari,Chrome,Opera15+) */
	color: #BBBBBB;

}
input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #BBBBBB;
}


/*######## 標準実行ボタン<input>タグ ########*/
input[type="submit"], input[type="button"] {
	-webkit-appearance: none;    /* for stop iOS gradation */
}


/*######## 標準選択フォーム<input type="radio">,<input type="checkbox">,<label>タグ ########*/

/*---- フォーム要素本体 ----*/
input[type="radio"], input[type="checkbox"] {
	width: auto;
	margin: 0px 3px 0px 6px;
	padding: 0px;
	
	font-size: 18px;
}

/*---- フォーム選択肢(radio&checkbox) ----*/
.formchoice {
	padding-top: 5px;
}

/*---- フォーム用<label>タグ ----*/
label {
	font-size: 14px;
}


/*######## 標準<select>タグ ########*/
select {
	height: 28px;
	margin: 0px;
	padding-left: 3px;
	
	font-size: 14px;
	color: #333333;
}


/*######## 標準ボタンフォーム<input type="submit">,<input type="button">タグ ########*/
input[type="submit"], input[type="button"] {
	cursor: pointer;
}


/*######## フォーム関連 ########*/

/*---- フォームリード ----*/
.form-leadbox {
	margin-bottom: 20px;
	padding: 0px 5%;
	text-align: center;
}

/*---- フォームテーブル ----*/
.formtable {
	display: table;
	width : 100%;
}

.formtable-row {
	display: table-row;
}

.formtable .formtable-title {
	display: table-cell;
	width : 220px;
	padding: 10px 20px 20px 0px;
	vertical-align: top;
}

.formtable .formtable-title-text {
	display: inline-block;
	padding-top: 3px;
	font-weight: bold;
}

.formtable .formtable-title-must {
	display: inline-block;
	padding: 3px;
	float: right;
	color: #FFFFFF;
	background-color: #A6927C;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.title-must {
	padding: 3px;
	display: inline-block;
	color: #FFFFFF;
	background-color: #A6927C;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.formtable .formtable-title-option {
	padding: 3px;
	display: inline-block;
	float: right;
	color: #FFFFFF;
	background-color: #B0AEAE;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.formtable .formtable-data {
	display: table-cell;
	padding: 10px 0px 20px 0px;
	vertical-align: top;
}

.formtable .formtable-data .formchoice span {
	display: inline-block;
	margin-bottom: 10px;
}

.formtable .formtable-data .formchoice span.vertical-item {
	display: block;
}

.formtable .formtable-data label {
}

/*---- フォーム実行ボタン ----*/
.btn-formsubmit {
	margin: 0px auto;
	text-align: center;
}

.btn-formsubmit input {
	width: 150px;
	padding: 8px 0px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	
	border:1px solid #52763a;
	background-color: #6C9B4D; background-image: -webkit-gradient(linear, left top, left bottom, from(#6C9B4D), to(#4a6b33));
	background-image: -webkit-linear-gradient(top, #6C9B4D, #4a6b33);
	background-image: -moz-linear-gradient(top, #6C9B4D, #4a6b33);
	background-image: -ms-linear-gradient(top, #6C9B4D, #4a6b33);
	background-image: -o-linear-gradient(top, #6C9B4D, #4a6b33);
	background-image: linear-gradient(to bottom, #6C9B4D, #4a6b33);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6C9B4D, endColorstr=#4a6b33);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
}

.btn-formsubmit input:hover,
.btn-formsubmit input:focus,
.btn-formsubmit input:active {
	text-decoration: none;
	
	border:1px solid #3d572b;
	background-color: #54793c; background-image: -webkit-gradient(linear, left top, left bottom, from(#54793c), to(#324823));
	background-image: -webkit-linear-gradient(top, #54793c, #324823);
	background-image: -moz-linear-gradient(top, #54793c, #324823);
	background-image: -ms-linear-gradient(top, #54793c, #324823);
	background-image: -o-linear-gradient(top, #54793c, #324823);
	background-image: linear-gradient(to bottom, #54793c, #324823);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#54793c, endColorstr=#324823);
}

.btn-formsubmit .btn-formsubmit-back {
	color: #333333;
	
	border:1px solid #CACACA;
	background-color: #E6E6E6; background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
	background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}

.btn-formsubmit .btn-formsubmit-back:hover,
.btn-formsubmit .btn-formsubmit-back:focus,
.btn-formsubmit .btn-formsubmit-back:active {
	border:1px solid #B3B3B3;
	background-color: #cdcdcd; background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#b3b3b3));
	background-image: -webkit-linear-gradient(top, #cdcdcd, #b3b3b3);
	background-image: -moz-linear-gradient(top, #cdcdcd, #b3b3b3);
	background-image: -ms-linear-gradient(top, #cdcdcd, #b3b3b3);
	background-image: -o-linear-gradient(top, #cdcdcd, #b3b3b3);
	background-image: linear-gradient(to bottom, #cdcdcd, #b3b3b3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cdcdcd, endColorstr=#b3b3b3);
}

.btn-formsubmit-between {
	display: inline-block;
	width: 20px;
}

/*---- フォームエラー ----*/
.formerrmainbox {
	max-width : 400px;  /* for mbfavmls add balloon */
	margin: 0px auto;
	padding-bottom: 30px;
	
	line-height: 130%;
	
	color: #FF6633;
}

.formerrmainbox .formerrmain-title {
	font-weight: bold;
}

.formerrtext {
	color: #7d0000;
}

.formerritem {
	border: 3px solid #FF6633 !important;
	  /* !importantがないと<input type="text">等に効かない */
}

/*---- フォーム完了 ----*/
.form-donebox {
	max-width: 700px;
	margin: 10px auto 30px;
}

.form-donebox-link {
	margin-top: 20px;
}

/*----- 関連記事 -----*/
.relatedbox {
	width: 95%;
	margin-top: 30px;
	padding: 10px 10px 10px 20px;
	background-color: #EBEBEB;
	border: 1px dotted #000000;
}

.relatedbox ul {
	margin-left: 10px;
}

.relatedbox ul li {
	padding-left: 15px;
	background-image: url(../images/common/arrow_s.png);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}

.related-title {
	margin-bottom: 5px;
	font-weight: bold;
	color: #44630E;
}
