/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
}

body {
	background-color: #F5F8F7;
}


#wrap {
	margin-bottom: 20px;
}



h1 {
	margin-bottom: 20px;
}

h2 {
	font-weight:bold;
	margin: 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color:#408080;
}


.hedttl {
	border-top: 1px solid #b8a6a3;
	background: #3B0900;
	color:#fff;
	text-shadow: 0 -1px 1px #234403;
	height: 42px;
	line-height: 42px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:16px;
	display: block;
	text-align:center;
	font-weight:bold;
}



p {
	margin: 10px;
	margin-bottom: 1em;
}

.hedttl a {

	text-decoration:none;
	color:#FFFFFF;
}



.formArea {
	background-color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 10px;
	padding: 10px;
	-moz-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);

}

form dt {
	font-weight: bold;
	margin-bottom: 5px;
}

form dd {
	margin-bottom: 20px;
}

input,
textarea {
	padding: 5px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #AAAAAA;
}

.w01 {
	width:96.5%;
　
}

.h01 {
	margin-top:10px;
}


.require {
	font-size: 70%;
	background-color:#F00;
	color: #fff;
	padding: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-left: 10px;
}

.choice li {
	margin-bottom: 1em;
}

.subtxt {
	margin:0 10px;
}

.attxt {
	font-weight:normal;
	font-size:80%;
}

.error {
	font-size:80%;
	line-height:60%;
	color:#F00;
}

.btnArea {
	text-align:center;
}



input[type="submit"],input[type="button"], a.totopbtn {
	color:#FFF;
    font-weight:bold;
	text-align:center;
	margin:10px 5px;
	width:120px;
	padding:8px 10px;
	background: #FB2B75;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7eb7a9), color-stop(100%,#578373));/* webkit */
    background: -webkit-linear-gradient(top, #7eb7a9, #578373);/* webkit */
    background:    -moz-linear-gradient(top, #7eb7a9, #578373);/* fx */
    background:      -o-linear-gradient(top, #7eb7a9, #578373);/* opera */
    -pie-background:    linear-gradient(top, #7eb7a9, #578373); /*PIE*/
    background:         linear-gradient(top, #7eb7a9, #578373);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6ca0', endColorstr='#FB2B75',GradientType=0 );*//*IE 9*/
 
    border:solid 1px #578373;
 
    /* 影 */
    -webkit-box-shadow: 0px 0px 2px 0px #93847c, 0 1px 0 rgba(255, 255, 255, 0.2) inset;
       -moz-box-shadow: 0px 0px 2px 0px #93847c, 0 1px 0 rgba(255, 255, 255, 0.2) inset;
         -o-box-shadow: 0px 0px 2px 0px #93847c, 0 1px 0 rgba(255, 255, 255, 0.2) inset;
            box-shadow: 0px 0px 2px 0px #93847c, 0 1px 0 rgba(255, 255, 255, 0.2) inset;
 
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.4);

}

input[type="submit"]:hover,input[type="button"]:hover,a.totopbtn:hover {
    background: #fd6ca0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#578373), color-stop(100%,#7eb7a9));/* webkit */
    background: -webkit-linear-gradient(top, #578373, #7eb7a9);/* webkit */
    background:    -moz-linear-gradient(top, #578373, #7eb7a9);/* fx */
    background:      -o-linear-gradient(top, #578373, #7eb7a9);/* opera */
    -pie-background:    linear-gradient(top, #578373, #7eb7a9);
    background:         linear-gradient(top, #578373, #7eb7a9);
}

a.totopbtn {
	margin-top:20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration:none;
	
}


.phone_num {
    line-height:2%;
	padding:5px 5px 1px 5px;
	text-align:center;
background: -moz-linear-gradient(top, #9b7d6a 0%, #836051 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b7d6a), color-stop(100%,#836051)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #9b7d6a 0%,#836051 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #9b7d6a 0%,#836051 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #9b7d6a 0%,#836051 100%); /* IE10+ */
background: linear-gradient(top, #9b7d6a 0%,#836051 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b7d6a', endColorstr='#836051',GradientType=0 ); /* IE6-9 */
}

.phone_num p {
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#e4d5c1;
	text-shadow:0px -1px 0px #000000;
	
}

img {
    max-width: 100%;
}



.footbtn {
	border-top: 1px solid #CC9;
	height:30px;
	padding:10px 0;
	color:#260f00;
	background: #f2e8da; /* Old browsers */
background: -moz-linear-gradient(top,  #f2e8da 0%, #c9b69c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2e8da), color-stop(100%,#c9b69c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2e8da 0%,#c9b69c 100%); /* Chrome10+,Safari5.1+ */
}


.footbtn .ui-grid-a a {
	margin:0 3px 0 5px;
	padding:2px 10px;
	color:#260f00;
	background: #f2e8da; /* Old browsers */
background: -moz-linear-gradient(top,  #f2e8da 0%, #c9b69c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2e8da), color-stop(100%,#c9b69c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2e8da 0%,#c9b69c 100%); /* Chrome10+,Safari5.1+ */
    -moz-box-shadow:inset 0px 1px 2px #989189;
    -webkit-box-shadow:inset 0px 1px 2px #989189;
    box-shadow:inset 0px 1px 2px #989189;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px #b9ac9b solid;
	text-shadow:0px 1px 0px #ffffff;
	display:block;
	height:25px;
	line-height:25px;
	font-size:12px;
	text-align:center;
	text-decoration:none;

}

.footbtn .ui-grid-a a:hover,.btnpcpage a:hover {
	background: #f2e8da; /* Old browsers */
background: -moz-linear-gradient(top,  #efd7b6 0%, #c6a983 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efd7b6), color-stop(100%,#c6a983)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efd7b6 0%,#c6a983 100%); /* Chrome10+,Safari5.1+ */

}

.ui-grid-a li {
	width:48%;
	float:left;
	margin:0 1%;
}




footer {
	background: none repeat scroll 0 0 #260F00;
    border-top: 1px solid #B8A6A3;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 -1px 1px #234403;
}

.footer-docs {
    padding: 5px 0;
}

.footer-docs p {
    font-size: 0.6em;
    font-weight: normal;
    text-align: center;
}



/* clearfix */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}