@charset "utf-8";

/* common style */
/*===============================================
●スマートフォン対応版
===============================================*/

/* 共通カラム
-----------------------------------------------------------*/ 
html,body {
	height:100%;
}

body {
	line-height:1.6;
	color:#333;
	font-size:14px;
	word-break:break-all;
}

body > #content {
	width: 100%;
	text-align: center;
	position: relative;
	height: auto !important; /* IE 対策 */
	height: 100%; /* IE 対策 */
	min-height: 100%;
	border-top: #13AE67 5px solid;
	padding-top: 0px;
	margin: 0 auto;
}

img{
	max-width: 100%;
	height: auto;
	width /***/: auto;
}

.fuchidori{
	padding: 5px;
	border: 1px #CCC solid;
}
	
a {
	color: #03F;
	text-decoration: underline;
}

/* float clear */

div:after {
	display:block;
	clear:both;
	content:"";
}

/* breadcramb */
.breadcramb li + li:before {
	margin:0 3px;
	content:">";
}

.breadcramb li a {
	padding:3px 0;
}


/* header */
body > #content > header {

}
body > #content > header img {


}


/* footer */
body > #content > footer {
	position: absolute;
	left: 1px;
	bottom: -30px;
	width: 100%;
	height: 30px;
	background: #EFEFEF;
}


/* section */
section {
	text-align: center;
	margin: 10px 0;
}

section .point {
	background: #FFF5A7;
	padding-bottom: 5px;
}




.box-contact {
	background: #EFEFEF;
	clear: both;
	text-align: center;
	padding: 5px;
	margin: 0px 0 10px;
}


.box {
	padding: 10px; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
}


P {
	padding: 3px 3px 3px 10px;
	text-align: left;
}
.kugiri {
	border-bottom: 1px #CCC solid;
	padding: 8px 3px 8px 10px;
	
}

hr {
	height: 1px;
	clear: both;
}

.flt-l {
	float: left;
	margin-right: 5px;
	clear: left;
}

.flt-r {
	float: right;
	margin-left: 5px;
	clear: right;
	
}

.clearfix:after {  
 content: ".";   
 display: block;   
 height: 0;   
 clear: both;   
 visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
 
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


.txc-orange {
	background: #F30;
	color: #FFF;
	font-weight: 600;
	box-shadow: 0.2em 0.2em 3px #666;
	font-size: 120%;
	margin-bottom: 5px;
	padding: 5px 8px;
	text-align: left;
}

.txc-yellow {
	background: #FFC;
	color: #000;
	font-weight: 600;
    -webkit-box-shadow: 0 6px 6px -6px #777;
       -moz-box-shadow: 0 6px 6px -6px #777;
            box-shadow: 0 6px 6px -6px #777;
	font-size: 1.1em;
	text-align: left;
	padding: 3px 8px;
}

dl.mailform dt {
	background: #FFC;
	color: #000;
	font-weight: 600;
    -webkit-box-shadow: 0 6px 6px -6px #777;
       -moz-box-shadow: 0 6px 6px -6px #777;
            box-shadow: 0 6px 6px -6px #777;
	font-size: 1.1em;
	text-align: left;
	padding: 3px 8px;
}

.mgb10 {
	margin-bottom:10px;
}

.mgr15 {
	margin-right:15px;
}

.address {
	text-align: left;
	margin-bottom: 0px;
	border-top: 1px solid #CCC;
	padding-top: 8px;
	padding-left: 10px;
}


/* form */
form {
	padding-bottom: 30px;
	width: 98%;
	margin: 10px auto;
}

input[type="text"]{
  width: 95% !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	border-radius: 5px;
		margin: 0.6em;
	padding: 0.5em;
}

input.tx-width100 {

	width: 98%;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;

}
input.submitbtn {
	margin: 0.6em auto;
	width: auto;
	padding: 0.5em;
}

.mailform {
	padding7px;
	border: 2px solid #CCC;
	padding: 5px 0px;
	margin: 5px;
}
