/* ====================
========レイアウト========
==================== */
body {
	width: 100%;
}
#wrapper {
	width: 100%;
	margin:0 auto;
	background-color: #ffffff;
}

/* ====================
=========ヘッダー=========
==================== */
/* ====================
======メインコンテンツ======
==================== */

	#container {
		width: 100%;
		margin: 0 auto;
	}
	#content {
		width: 1020px;
		margin: 0 auto;
	}
	.inner {
		width: 81.65%;
		margin: 0 auto;
	}
		section {
			width: 100%;
			margin: 0 auto 0;
			padding: 0;
			text-align: left;
		}
			section img {
				text-align: center;
			}
			p {
				background-image: url("../img/tex_bg.png");
				background-repeat: repeat-y;
				background-size: 100% 100%;
				padding: 0 0 4.25% 8.4%;
			}
				.fas {
					padding: 3.4% 0 0 8.4%;
				}
				.las {
					padding: 0 0 8.59% 8.4%;
				}
				.img {
					background-image: none;
					padding: 0;
				}
			
			.buy .inner {
				background-image: url("../img/buy_bg.png");
				background-repeat: no-repeat;
				background-size: 100% 100%;
				height: 294px;
				text-align: center;
			}
			.buy .btn {
				margin-top: 171px;
				position: relative;
				z-index: 10;
			}
			
			#sec_2 .fas {
				padding-top: 0;
			}
					
			#sec_6 .cont {
				background-image: url("../img/tex_bg.png");
				background-repeat: repeat-y;
				background-size: 100% 100%;
				padding: 0 0 4.4% 8.3%;
			}
				#sec_6 p {
					background-image: none;
					padding-left: 0;
					font-size: 14px;
				}
				#sec_6 .left {
					width: 55.1%;
				}
				#sec_6 .right {
					margin: 5.9% 0 0;
				}
				#sec_6 .fas {
					padding: 0 0 10% 0;
				}
			
		
		
/* ====================
=========フッター=========
==================== */
		footer {
			height: auto;
			text-align: center;
		}
			footer a, footer p {color:#000000;}
			footer p {
				padding: 5.2% 0 2.8%;
			}
			
			
			

ul.pank,
div.formbox_inner {
	background-image: url("../img/tex_bg.png");
	background-repeat: repeat-y;
	background-size: 100% 100%;
	padding: 0 0 0;
}
h2.midashi {
	margin-left: -1px;
}
#breadcrumbs-one{
  background: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow: hidden;
  width: 100%;
}
 
#breadcrumbs-one li{
  float: left;
}
 
#breadcrumbs-one a{
  padding: .4em 1em .4em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: #ddd;
  background-image: linear-gradient(to right, #f5f5f5, #ddd);
  font-size: 11px;
}
 
#breadcrumbs-one li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}
 
#breadcrumbs-one a:hover{
  background: #fff;
}
 
#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}
 
#breadcrumbs-one a::after{
  z-index: 2;
  border-left-color: #ddd;
}
 
#breadcrumbs-one a::before{
  border-left-color: #ccc;
  right: -1.1em;
  z-index: 1;
}
 
#breadcrumbs-one a:hover::after{
  border-left-color: #fff;
}
 
#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  font-weight: bold;
  background: none;
}
 
#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;
}

/* おとい合わせ
-------------------------------------------*/
.formbox_inner {
border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	width: 100%;
	margin: 0 auto 0;
	padding-top: 50px;
}

form {
	background: #f1f1f1;
	width: 95%;
	margin: 0 auto;
}

.formbox {
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
}
 	@media screen and (max-width:860px) {
		.formbox_inner {
		
			width: 100%;
			margin:0;
			padding:0;
		}
		.formbox  {
			width: 100%;
			margin:0;
			padding:0;
		}
	}


.formnote {
	margin: 0 auto 0;
	font-size:13px;
	line-height: 1.6;
	width: 95%;
	padding: 15px 0;
}
 	@media screen and (max-width:860px) {
		.formnote  {
		padding: 3%;
		font-size:10px;
		line-height: 1.6;
		margin: 0 auto;
		}
	}
.zebra {
	width: 100%;
	font-size: 13px;
	line-height: 1.6;
}
 	@media screen and (max-width:860px) {
		.zebra  {
			width: 93%;
			margin:0 2% 0 2%;
			font-size: 10px;
			line-height: 1.6;
		}
	}

.zebra tbody tr {
	width: 100%;
}
.zebra td, .zebra th {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
    vertical-align: top;   
}
 	@media screen and (max-width:860px) {
		.zebra td, .zebra th  {
		    padding: 4px;
 	  		border-bottom: 1px solid #f2f2f2;
	    	vertical-align: top;
			display: list-item;
			list-style-type: none;
		}
	}

.zebra td span {
	display: block;
	height: 20px;
}
 	@media screen and (max-width:860px) {
		.zebra td span {
			display: block;
			height: 20px;
			width: auto;
			text-align: left;
		}
	}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
	width: 100%;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.zebra th {
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;  
}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebra th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;
    text-align: center;
}
.zebra tfoot td p {
	margin: 0 0 0 0;
}
.zebra td ul li {
	padding: 0 0 10px 0;
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebra tfoot td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
    border-radius: 0 0 6px 6px
}


/* フォームアクセサリー */
.input1 {
	width: 90%;
	padding: 3px;
	border: 1px solid #cccccc;
	font-size: 13px;
	background-color:#ffffff;
}
@media screen and (max-width: 860px) {
	.input1 {
	width: 100%;
	padding: 3px;
	border: 1px solid #cccccc;
	font-size: 13px;
	background-color:#ffffff;
}
}
.input2 {
	width: 90%;
	padding: 3px;
	border: 1px solid #cccccc;
	font-size: 13px;
}
.input3 {
	margin: 0 0 0;
	padding: 4px 6px;
}
.input4 {
	width: 80px;
	padding: 3px;
	border: 1px solid #cccccc;
	font-size: 13px;
}
.input5 {
	padding: 6px;
	min-width: 88.7%;
	height: 100px;
	line-height: 1.6;
	font-size: 13px;
}
@media screen and (max-width: 860px) {
.input5 {
	padding: 6px;
	min-width: 90%;
	height: 100px;
	line-height: 1.6;
	font-size: 13px;
	}
}
.form-note {
	font-size: 11px;
	line-height: 1.4;
}
.hissu {
	padding: 0 40px 0 0;

}
tfoot p {background-image: none;}
.app {margin-top: -2px;}