@charset "UTF-8";

@-webkit-keyframes fadeInPack {
  from {
    opacity: 0;
    top: -18px;
  }

  to {
    opacity: 1;
    top: -8px;
  }
}

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
  margin: 0;
  padding: 0;
}

article, header, footer, section, nav, aside {
  display: block;
}



/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html {
	overflow-y: scroll;
}

/* for mozilla: always display scrollbar */
body {
	min-height: 846px;
	padding-top: 15px;
	color: #333;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	/* for ie6/7 */
  font-size: 13px;
	line-height: 1.5;
  *font-size: 82%;
  /* for ie6/7 */
}


a:link {
	color: #039;
	text-decoration: underline;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:visited {
	color: #039;
}

a:hover,
a:active {
  color: #039;
  text-decoration: none;
}

.btnLink {
  border: solid 3px #909090;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover .btnLink {
  border: solid 3px #ff9900;
}

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  line-height: 1.2;
}

h1{
	color:#FFF;
	font-size: 110%;
	text-align: left;
}

h2{
	color:#FFF;
	background-color: #06F;
	padding: 5px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top: 2px;
	margin-bottom: 5px;
	line-height: 150%;
}

h3{
	color:#333;
	padding: 2px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #3F732D;
	margin-top: 15px;
	margin-bottom: 10px;
}

h4{
	color:#333;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../../inquiry_mbile/img/bg_h4.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	line-height: 150%;
}


.logo .pageImage{
	margin-bottom: 5px;
	text-align: center;
	display: block; width: 100%;
}

/* p {} */
/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li {
  list-style: none;
}

ol {
	list-style-type: decimal;
	padding-left: 10px;
}


ol li.no {
	list-style-type: decimal;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 130%;
}






/* --------------------------------------------------
	5. Other
-------------------------------------------------- */
img {
  border: none;
  vertical-align: bottom;
}

object {
  vertical-align: middle;
  outline: none;
}

em, strong {
  font-weight: bold;
  font-style: normal;
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

q:before, q:after {
  content: '';
}

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal;
}

code, pre {
  font-family: monospace;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

hr {
  display: none;
}

/* ------------------------------------------------------------
	6. For IE6/7
------------------------------------------------------------ */
/* --- for ie7: page zoom bug fix --- */
*:first-child + html body,
*:first-child + html br {
  letter-spacing: 0;
}

/* --------------------------------------------------
    [Layout] 
----------------------------------------------------- */
/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
#container {
  padding-bottom: 26px;
}

.brandName {
  white-space: nowrap;
}

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
#header {
  display: table;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 3px;
}

/* siteName
----------------------------------- */
#siteName {
	position: absolute;
	top: 2px;
	width: 80px;
	height: 80px;
}

#siteName img {
	width: 80px;
	height: 80px;
}

.siteTitle {
	display: table-cell;
	width: 100%;
	height: 82px;
	padding-left: 110px;
	/*padding-right: 257px;*/
	padding-right: 100px;
	vertical-align: middle;
}
.siteTitle img {
  width: 100%;
  height: auto;
  max-width: 380px;
  min-width: 200px;
}






/* copyright
----------------------------------- */



/* --------------------------------------------------
 サイトヘッダー 
 -------------------------------------------------- */

.nav-bar {
 margin-bottom: 1em;
 height: 44px;
 line-height: 44px;
 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(119,202,2,0.8)),to(rgba(79,134,2,0.8)));
 text-align: center;
/* -webkit-box-shadow: 0 1px #FFFFFF;
 box-shadow: 0 1px #FFFFFF;*/
}

.page-heading {
	width: 180px;
	overflow: hidden;
	color: #079A3E;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0 1px #ffffff;
	text-overflow: ellipsis;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.page-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 90%;
}

.page-nav-left {
	position: absolute;
	top: 0;
	left: 10px;
	padding-bottom: 5px;
}

.page-nav-right {
	position: absolute;
	top: 0;
	right: 10px;
	padding-bottom: 5px;
}



.page-nav .btn {
 border: 1px solid rgb(139,164,104);
 -webkit-box-shadow: 0 0 2px rgba(255,255,255,0.5);
 box-shadow: 0 1px 2px rgba(255,255,255,0.5);
}




 /* --------------------------------------------------
	 Footer
-------------------------------------------------- */
#footer {
	padding-top: 0px;
	text-align: center;
	color: #000;
}

#footer a{
	color: #00F;
}

/*--------------------------------
 フッターナビゲーション
 --------------------------*/
.footer-nav{
	clear: both;
	background-color: #E8F1FF;
}
 
.footer-nav li {
	float: left;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 26px;
}

.footer-nav ul:after {
 display: block;
 clear: left;
 content: '';
}

/*.footer-nav img {
	margin-bottom: 6px;
	width: 28px;
	height: 28px; 
	background-color: #005721;
}*/





.footer-nav a:hover,
.footer-nav a:active {
  color: #f60;
  text-decoration: none;
}

.footer-nav a:after {
 display: block;
 content: attr(title);
 font-size: 11px;
 text-align: center;
 white-space: nowrap;
}


#footer02 {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 30px;
	clear: both;
	margin-left: 26px;
}



/*--------------------------------
 表1
 --------------------------*/
.table {
	display: block;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	height: 55px;
}

.table dt {
	margin-bottom: 3px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	clear: both;
}



.table dd {
	height: 55px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


.table dt.c01 {
	background-color: #e2faff;
	height: 55px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: 1px solid #c9c9c9;
}


.table dt.c02 {
	background-color: #ecf1fd;
	height: 55px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: 1px solid #c9c9c9;
}

.table dt.c03 {
	background-color: #e7e6fe;
	height: 55px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: 1px solid #c9c9c9;
}

.table dt.c04 {
	background-color: #e8ddf8;
	height: 55px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: 1px solid #c9c9c9;
}

.table dt.c05 {
	background-color: #fcecfd;
	height: 55px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: 1px solid #c9c9c9;
}

.table dt.c06 {
	background-color: #ffdddd;
	height: 55px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: 1px solid #c9c9c9;
}

.table dt.c07 {
	background-color: #f8fdec;
	height: 55px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: 1px solid #c9c9c9;
}

.table dt.c08 {
	background-color: #def3e1;
	height: 55px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: 1px solid #c9c9c9;
}

.table dt.c09 {
	background-color: #d9e7dc;
	height: 55px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: 1px solid #c9c9c9;
}


.table dt.c10 {
	background-color: #edf7f0;
	height: 55px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: 1px solid #c9c9c9;
}


.table dt.c11 {
	background-color: #e4e9d9;
	height: 55px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: 1px solid #c9c9c9;
}




.line{
	height: 5px;
	visibility: hidden;
}


/*--------------------------------
 表4
 --------------------------*/
 .table4 {
	margin-bottom: 10px;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
 
.table4:after {
 display: block;
 clear: both;
 content: '';
}

.table4 dt,
.table4 dd {
 margin-bottom: 1px;
 padding: 4px 6px;
}

.table4 dt {
	clear: both;
	width: 100%;
	text-align: left;
	background-color: #09F;
	color: #FFF;
}

.table4 dd {
	float: left;
	margin-left: 10px;
	text-align: left;
}

.table4 dd.left {
	margin-left: 10px;
	text-align: left;
	clear: left;
}

.table4 dd dt,
.table4 dd dd {
	margin: 0;
	padding: 0;
	display: inline;
	float: none;
	width: auto;
	background-image: none;
}

.table4 dd dt:after {
 content: ":"
}

.table4 dd:first-of-type {
 -webkit-border-top-right-radius: 6px;
 border-top-right-radius: 6px;
}

.table4 dd:last-of-type {
 -webkit-border-bottom-right-radius: 6px;
 border-bottom-right-radius: 6px;
}



.title {
	background-color: #F30;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	margin-right: 2px;
	margin-left: 2px;
}



.bukkenphoto .pageImage{
	display: block; width: 100%;
}

.floatleft{
	float: left;
	margin-left: 3px;
}



.center{
	margin-right: auto;
	margin-left: auto;
}

.ico {
	margin-right:0px;
	padding-right: 5px;
}

/*--------------------------------
カテゴリナビゲーション 
--------------------------------*/

.category-nav li {
	float: left;
	width: 80px;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}

.category-nav ul:after {
 display: block;
 clear: left;
 content: '';
}

.category-nav img {
 margin-bottom: 6px;
 width: 80px;
 background-color: rgb(0,0,0);
 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0,0,0)),to(rgb(60,60,60)));
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: 0 0 3px #FFFFFF;
 box-shadow: 0 0 3px #FFFFFF;
}

.category-nav a {
 display: block;
 font-size: 13px;
}

.category-nav a:after {
 display: block;
 content: attr(title);
 font-size: 11px;
 text-align: center;
 white-space: nowrap;
}

.category-nav li {
	display: block;
	font-size: 13px;
	background-color: #000;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#topics li{
	margin-bottom: 10px;
}

.button .pageImage {
	height: auto;
	max-width: 168px;
	min-width: 80px;
	margin-bottom: 10px;
	display: block; width: 60%;
}

.thanks{
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 10px;
	text-align: center;
}




.clear{
	clear: both;
}
 
.privacy{
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.fl_left{
	float: left
}

/*---------------------------------------------------
レイアウト
---------------------------------------------------*/
.section{
	background-color: #FFF;
	padding: 5px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #333;
	margin: 3px;
}

.section ul {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 15px;
}

.section li {
	background-position: 0px 0px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E3D3CE;
}


.section a{
	color: #005722;
}

.section a:hover{
	color: #F60;
}

.section_footer{
	margin-top: 10px;
	font-size: 90%;
}


.section_footer a{
	color: #fff;
}

.section_footer a:hover{
	color: #F60;
}



.section_in{
	display: table;
	position: relative;
	width: 98%;
	height: 62px;
	margin-bottom: 30px;
	padding-left: 0px;
	font-size: 120%;
}

.section_form{
	background-color: #FFF;
	padding: 5px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #333;
	margin: 3px;
}

.section_form dd{
	color: #333;
	margin: 3px;
}



.photo .pageImage{
	margin-bottom: 5px;
	text-align: center;
	display: block; width: 100%;
}





/*---------------------------------------------------
テキスト
---------------------------------------------------*/
.red{
	color: #F00;
}

.bold{
	font-weight: bold;
}

.green{
	color: #090;
}



/*詳細はこちらボタン*/
.bt_detail{
	text-align: right;
	margin-top: 10px;
}




/*--------------------------------------------
フォーム
---------------------------------------------*/

input[type="submit"] {
	padding: 5px 10px;
	border: 1px solid #F60;
	width: 100%;
	color: #FFFFFF;
	background-color: #F60;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9900), color-stop(48%, #FF8600), color-stop(52%, #FF7700), to(#FF6600));
	font-size: 16px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 3px #333333;
	box-shadow: 0 0 3px #333333;
	opacity: 1;
	margin-bottom: 10px;
}

input[type="reset"] {
	padding: 5px 10px;
	border: 1px solid #CCC;
	width: 100%;
	color: #fff;
	background-color: #CCC;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b5b4b4), color-stop(48%, #b5b4b3), color-stop(52%, #a0a0a0), to(#bbbaba));
	font-size: 16px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 3px #333333;
	box-shadow: 0 0 3px #333333;*/
	opacity: 1;
}


.btnC {
	width: 98%;
	padding: 0px;
	background-color: #F60;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9900), color-stop(48%, #FF8600), color-stop(52%, #FF7700), to(#FF6600));
	font-size: 16px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800));
	border: 1px #F27300 solid;
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 3px #CCC;
	box-shadow: 0 0 3px #CCC;
	text-shadow: 1px 2px 3px #C45C00;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

.btnC a{
	color: #FFF;
	text-decoration: underline;
}

input,select{
	width:80%;
	font-size:120%;
	padding:5px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

input:focus,input:hover{
	background-color: #DBDCD8;
}

textarea{
	width:80%; font-size:120%; padding:5px; height:50px;
}

.wd33per{
	width: 33%;
}


.section_tel{
	display: table;
	position: relative;
	width: 98%;
	margin-bottom: 3px;
	padding-left: 0px;
	font-size: 200%;
	font-weight: bold;
	text-align: right;
}