@charset "UTF-8";
body {
	margin:0;
	padding:0;
	color:#323232;
	position:relative;
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', sans-serif;
    letter-spacing: .1em;
	font-size: 14px;
	line-height:2.0em;
	-webkit-text-size-adjust: 100%;
	background:#EFF0F1;
	background-size: contain;
}
img {
max-width: 100%;
height: auto;
width /***/:auto;
border: 0;
vertical-align: bottom;
}

.pc-view {
	display:none;
}

a.btnon:hover {
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}


ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

.clear {
	clear:both;
}
.red {
	color:#c00;
}

.left {
	float: left;
}
.right {
	float:right;
}
.px10 {font-size:12px;}
.px12 {font-size:12px; line-height:1.4em;}
.px16 {font-size:16px; line-height:1.8em;}
.px20 {font-size:16px; line-height:1.8em;}
.px24 {font-size:24px; line-height:1.8em;}
.px32 {font-size:32px; line-height:1.8em;}
.px46 {font-size:46px; line-height:1.8em;}

.blue {color:#28a7e1}

.bold {font-weight: 600;}

#GHead {
	background:url("../img/bg-top.jpg") left top no-repeat;
	background-size:100% auto;
	padding:40px 0;
	font-style:oblique;
	color:#FFF;
}



.inner {
	width:96%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.toplogo {
	width:20%;
	max-width:150px;
	float:left;
}

h2 {
	color:#323232;
	float:right;
	font-size:18px;
}



.title {
	margin:60px 0 30px;
	font-size:24px;
	font-weight: 800;
	letter-spacing: 2px;
}
.center {
	text-align: center;
}


.title1 {
	margin:30px 0 20px;
	font-size:20px;
	line-height: 1.2em;
	font-weight: 600;
	letter-spacing: 2px;
	color:#323232;
}

.txtbox01 {
	background:#323232;
	padding:20px;
	text-align: center;
	color:#FFF;
	line-height:1.3em;
	font-weight:600;
}

.koutei {margin:40px 0 0;}
.koutei li {
	display:block;
	width:90%;
	margin:0 auto 30px;
	font-size:16px;
	line-height:2.0em;
}
.koutei li img {
	display:block;
}
.koutei li span {
	padding:4px 10px;
	width:15px;
	background:#000;
	color:#FFF;
	margin-right:10px;
}

#lineup {
	background:#FFF;
	clear:both;
	padding-top:60px;
}

.price {
	font-size:30px;
	line-height:1.0em;
	color:#FFF;
	background:#323232;
	padding:10px;
	text-align:center;
	border-radius: 24px;
	margin:15px 0;
	font-weight:bold;
}
.zei {
	display:inline-block;
	font-size:18px;
	font-weight:normal;
}
.memo {
	background:#eee;
	padding:20px;
	margin:20px 0;
}


.mov {
	width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
}
.mov iframe {
	position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.pc-center br {
	display:none;
}















.main-img {
	position:relative;
}
.main-img img {
	width:100%;
}
.main-img .inner {
	
}
.logo-txt {
	display:block;
	width:94%;
	max-width:1100px;
	position:absolute;
	top:44%;
	left:50%;
	margin-left:-47%;
	z-index: 9999;
/*	top:75%;
	left:5%;*/
}
.logo-txt img {
	width:40%;
}



.clear {
	clear:both;
}

a,a:hover {
-o-transition: background 0.25s ease-in;
-webkit-transition: background 0.25s ease-in;
-moz-transition: background 0.25s ease-in;
transition: background 0.25s ease-in;
}

#menu {
	z-index: 110;
}

#nav {
}

#nav ul li {
float: left;
position:relative;
}
#nav li ul li{
  overflow: hidden;
  height: 0;
	width:0;
	float:none;
}

#nav li:hover ul{
	display: block;
	z-index: 500;
	position:absolute;
}

#nav li:hover ul li{
  overflow: hidden;
  height: auto;
	width:160px;
  margin-bottom:1px;
}
#nav li ul li a{
display:block;
padding: 0;
margin:0 0 1px;
background:#F4F3F2;
text-align:center;
}


.block-l, block-r {
	display:block;
	text-align:center;
}

a.btn-bk {
	display:inline-block;
	padding:10px 20px;
	background:#000;
	color:#FFF;
	text-decoration: none;
	margin-bottom:10px;
}
a.btn-bk.line {
	padding:10px 20px 10px 60px;
	background: url("../img/ico-linew.png") 20px center no-repeat #000;
	background-size:30px 30px;
}
a.btn-bk.insta {
	padding:10px 20px 10px 60px;
	background: url("../img/ico-instaw.png") 20px center no-repeat #000;
	background-size:30px 30px;
}
a.btn-bk:hover {
	background:#666;
}
a.btn-bk.line:hover {
	padding:10px 20px 10px 60px;
	background: url("../img/ico-linew.png") 20px center no-repeat #666;
	background-size:30px 30px;
}
a.btn-bk.insta:hover {
	padding:10px 20px 10px 60px;
	background: url("../img/ico-instaw.png") 20px center no-repeat #666;
	background-size:30px 30px;
}


.top-read {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding:1.5em 0 0.7em;
	font-size:20px;
}
.top-read2 {
	text-align: center;
	padding:0 0 50px;
	font-size:11px;
}


.p-shop {
	text-align: center;
	margin-top:40px;
}


.l-txt, .r-txt {
	font-size:12px;
	line-height: 2em;
	margin-bottom:30px;
	position:relative;
}
.l-img, .r-img {
	margin-bottom:30px;
}


.bd-tit {
	font-family: 'Open Sans', sans-serif;
	font-size:32px;
	letter-spacing: 4px;
	margin-bottom:15px;
}
.bd-sub {
	font-size:18px;
	letter-spacing: 4px;
	margin-bottom:30px;
}


.title2 {
	text-align: center;
	margin:20px 0;
	font-size:20px;
	font-weight:600;
}


.subtit, .subtit a {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#333;
	text-decoration: none;
	margin-top:30px;
	margin-bottom:50px;
}


a.pdf-link {
	display:inline-block;
	padding:10px 15px 10px 60px;
	border:solid 1px #000;
	background:url("../img/ico-pdf.png") 10px center no-repeat #f3f3f3;
	color:#000;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}
a.pdf-link span {
	padding-left:20px;
	font-size:13px;
	font-weight:normal;
}
a.pdf-link span.l2 {
	display:block;
	padding-left:0;
	font-size:13px;
	line-height:1.0em;
	font-weight:normal;
}















table.tbl-bd {
	border-left:solid 1px #CCC;
	border-top:solid 1px #CCC;
}
table.tbl-bd th, table.tbl-bd td {
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}
table.tbl-bd th {
	background:#000;
	color:#FFF;
}
table.tbl-bd td {
	background:#FFF;
}
table.tbl-bd th span, table.tbl-bd td span {
	display:block;
	margin:0 10px;
}

a.btn-toi {
	display:block;
	width:90%;
	max-width:400px;
	padding:20px 0;
	margin:80px auto;
	text-align: center;
	background:#000;
	color:#FFF;
	font-size: 18px;
	text-decoration:none;
}
a.btn-toi:hover {
	background:#666;
}


.tyle3 a {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	letter-spacing: 4px;
	display:block;
	margin:0 auto 30px;
	width:100%;
	position:relative;
	z-index:1;
}
.tyle3 li img {
	display:block;
	margin:20px 0;
	z-index:1;
}
.tyle3 li .txt {
	text-align: left;
	display:block;
	margin:-120px 0 0;
	padding:200px 20px 30px;
	font-size:13px;
	line-height:1.4em;
	position:relative;
}
.tyle3 li .txt img {
	display:block;
	position:absolute;
	top:0;
	left:20px;
}
.tyle3 a {
	color:#000;
	text-decoration: none;
}

.tyle3 a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.foot1 {
	background:#FFF;
	margin-top:80px;
	border-top:solid 2px #000;
	padding:40px 0;
}


.copy {
	background:#FFF;
	text-align: center;
	font-size:11px;
	line-height:20px;
	padding:10px 0 10px;
}


/*===================================================================
  #GFoot
===================================================================*/


#GFoot .sitemapNav {
  margin: 0 auto;
}

#GFoot .sitemapNav ul li{
  margin-bottom: 25px;
}
#GFoot .sitemapNav ul li a{
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.0em;
  display: inline-block;
color:#000;
	text-decoration:none;
}
#GFoot .sitemapNav ul li a:hover{
  color: #666;
}
#GFoot .sitemapNav .en{
  font-family:  "New Century Schoolbook Roman", Century, Times, serif;
}
#GFoot .sitemapNav ul li a .ja{
  font-size: 10px;
  letter-spacing: 0;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "メイリオ","Meiryo", sans-serif;
}
#GFoot .sitemapNav ul.sub{
  float: none;
  margin: 12px 0 0px 0;
  width: 100%;
}
#GFoot .sitemapNav ul.sub li{
  margin: 0;
}
#GFoot .sitemapNav ul.list {
  float: none;
  margin: 12px 0 0 0;
  width: 100%;
}
#GFoot .sitemapNav ul.list li {
  margin: 0;
padding:0;
}
#GFoot .sitemapNav ul.sub ul.list {
  float: none;
  margin: 4px 0;
}
#GFoot .sitemapNav ul li#Labotext,
#GFoot .sitemapNav ul ul li a{
  font-size: 11px;
	display:block;
}
#GFoot .sitemapNav ul li#Labotext a,
#GFoot .sitemapNav ul.list li a {
  background: url(../img/icon_arrow01.gif) no-repeat 0 3px;
  padding:0 0 0 10px;
	margin-bottom:10px;
}


.footNav .bottom {
  text-align: center;
  margin-bottom: 0px;
  background-color: #EEE;
  padding: 6px 0;
}
.footNav .bottom li {
  display: inline-block;
  border-left: 1px solid #DDDDDD;
}
.footNav .bottom li:first-child,
.footNav2 .bottom li:first-child {
  border-left: 0;
}
.footNav .bottom li a {
  color: #666;
	text-decoration: none;
  font-size: 12px;
  display: block;
  padding: 0 25px;
  letter-spacing: 1px;
  line-height: 14px;
}
.footNav .bottom li a:hover,
.footNav2 .bottom li a:hover {
  color: #bbb;
}



a.totop {
	position:fixed;
	right:10px;
	bottom:10px;
	display:block;
	width:40px;
	height:40px;
	border-radius: 20px;
	background:url("../img/arr-up.png") center center no-repeat #000;
}


.slide-center {
	width:100%;
	max-width:1200px;
	margin:50px auto;
}

.slider-board {
	text-align: center;
}


.mainPic{
	width:90%;
	height:30%;
	max-width:960px;
	margin:0 auto;
	position: relative;
	text-align: center;
}
.mainPic li{
	position: absolute;
}

.left80 {
	width:80%;
	max-width:880px;
	margin:0 auto 30px;
	font-size:14px;
}
.waku80 {
	width:76%;
	padding:2%;
	max-width:820px;
	margin:0 auto 30px;
	border:solid 1px #000;
	text-align: center;
	font-size:14px;
	
}
.waku80 a {
	color:#000;
}
a.btn {
	display:inline-block;
	margin:24px auto 0;
	width:auto;
	padding:2px 4px;
	color:#000;
	text-decoration: none;
	border:solid 1px #000;
}

.cata {
	font-size:12px;
	line-height:1.4em;
}
.block4 li {
	display:block;
	width:48%;
	float:left;
	margin:0 4% 40px 0;
}
.block4 li:nth-child(2n) {
	margin-right:0;
}

a.btn-circle {
	display:block;
	width:40px;
	height:40px;
	border-radius: 20px;
	background:url("../img/arr-below.png") center center no-repeat #000;
}
a.btn-circle:hover{
	background:url("../img/arr-below.png") center center no-repeat #666;
}

.inner02 {
	width:98%;
	max-width:990px;
	margin:0 auto;
}
.shop-l, .shop-r {
	font-size:12px;
	line-height:1.8em;
	margin-bottom: 30px;
}
.shop-l .logo-gun {
	display:block;
	max-width:50%;
	margin:0 auto;
}
img.shop-photo {
	margin-bottom: 30px;
}
img.map {
	display:block;
	float:left;
	margin-bottom: 20px;
}
a.gmap {
	display:inline-block;
	background:#000;
	color:#FFF;
	text-decoration: none;
	padding:2px 4px;
	margin-bottom:10px;
}

a.foot-shop {
	display:block;
	width:40px;
	height:40px;
	margin:0 auto;
	background:url("../img/ico-shop.png") center center no-repeat;
	background-size:100% 100%;
}
a.foot-shop:hover {
	opacity: 0.7;
}
















	
.toi-foot {
	border:solid 4px #D71418;
	padding:10px;
	margin:50px 0;
}
.toi-foot span {
	display:block;
}
.toi-foot br {
	display:none;
}
a.telmail {
	color:#D71418;
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	margin-right:30px;
}

.flowlist {
	padding:15px;
	background:#EEE;
}
.flow-l {
 line-height:50px;
font-size:24px;
	font-weight:bold;
	margin-bottom:15px;
}
.num {
	display:inline-block;
	height:50px;
 width:50px;
 border-radius:50%;
 line-height:50px;
 text-align:center;
	background:#000;
	color:#FFF;
	font-size:32px;
	font-weight:bold;
	margin-right: 15px;
}


/*--------QA----------*/
/*　Q&A
-------------------------*/
.s_question{
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.8);
	padding:10px;
	margin:0 auto 10px;
	width:auto;
	color:#666;
	font-size:16px;
	line-height:22px;
	text-align:left;
	background: #f4f3f2;
	
}

.s_question:hover{
	color: #563B13;
	cursor:pointer;
}

.s_answer{
	color: #333;
	font-size: 14px;
	line-height: 1.8em;
	display: none;
	margin-bottom: 30px;
	padding: 15px;
	border:solid 1px #d7d3cf;
}
.tbl-gaiyo {
	max-width:800px;
	margin:0 auto;
}
.tbl-gaiyo th {
	text-align: left;
	padding-bottom:0;
}
.tbl-gaiyo th, .tbl-gaiyo td {
	display:block;
	background:#FFF;
}
.tbl-gaiyo td {
	padding-top:0;
}

 input.toi, textarea.toi {
	width:80%;
	padding:15px;
	font-size:14px;
	border:solid 1px #CCC;
	margin-left:0;
}

input.toi.submitbtn {
	background: #000;
	color:#FFF;
	cursor:pointer;
	max-width:240px;
	margin:20px auto;
}
input.toi.submitbtn.backbtn {
	background: #333;
}
 input.toi.submitbtn:hover {
	background: #666;
}


.sent .toi-form {
	display:none;
}

table.yoko {
	width:100%;
	border-left:solid 1px #999;
	border-top:solid 1px #999;
}
table.yoko th, table.yoko td {
	display:block;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	width:96%;
	clear:both;
}
table.yoko th {
	background:#eee;
}
table.yoko td {
	background:#fff;
}






















.productlist_lists li {
	display:block;
	width:48%;
	margin:0 1%;
	float:left;
	text-align:center;
	height:320px;
}
li.productlist_list img {
	display:block;
	margin:0 auto 10px;
}
.productlist_lists li a {color:#000; text-decoration:none;}
.item_name {display:block;}
.item_price show {display:block;}


.pc-center {line-height:32px;text-align:left;}
.pc-center br {display:none;}
.p-left {text-align:left;line-height:29px;}

.dentou {
	background:url(../img/dento-bg.jpg) bottom right no-repeat;
	background-size:contain;
	margin-bottom:50px;
}
.dentou-txt{max-width:541px;float:left;margin-bottom:110px;}
.mg4024 {padding:40px 0;text-align:left;background:#FFF;}

.shop-tit {
	font-size:19px;
	line-height:54px;
	padding-left:34px;
	background:url(../img/bg-shoptit.png) left center no-repeat #82C3BD;
	color:#FFF;
	margin-bottom:20px;
}




.table-shop th, .table-shop td {border-bottom:dashed 1px #dbe7e5; text-align:left;}

.table-shop th {
	display:block;
	width:96%;
}
.table-shop td.half {
	display:inline-block;
	width:46%;
	float:left;
}

.table-block td {display:block;}

a.arr-btngr {
	display:block;
	padding:0 0 0 25px;
	width:auto;
	line-height:25px;
	font-size:13px;
	color:#145B7E;
	text-decoration:none;
	background:url(../img/arr-juchu.png) left center no-repeat;
    letter-spacing: 0em;
}

.tbl-kakaku td {
	letter-spacing: 0em;
	font-size:16px;
	line-height:1.2em;
	display:block;
}
.tbl-kakaku td .px10 {
	line-height:1.1em;
}

.nagare {
	position:relative;
}
.nagare .yaji {
	position:absolute;
	right:0;
	width:60px;
	top:0;
	z-index:10;
}
.nagare li {
	border:solid 1px #82c3bd;
	padding: 5px 60px 5px 46px;
	text-indent:-41px;
}
.nagare li.nomgn {
	padding: 5px 5px 5px 46px;
}

.block3 a {
	display:block;
	font-size:12px;
	line-height:1.6em;
	color:#000;
	text-decoration: none;
	width:80%;
	margin:0 auto 40px;
}
.date {
	color:#999;
}
.block3 a img{
	display:block;
	margin-bottom:15px;
}

a.fb {
	display:inline-block;
	width:30px;
	height:30px;
	background:url("../img/ico-shop.png") no-repeat;
	background-size:contain;
	position:absolute;
	top:0;
	right:40px;
}


/* min-width: 480px
=============================================================*/
@media only screen and (min-width: 480px) {

	

	

 

} /* /480 */ 
  


/* min-width: 768px
=============================================================*/  
@media print, screen and (min-width: 768px) {

	body{
		font-size:16px;
	}


.px20 {font-size:20px; line-height:1.8em;}

.title {
	font-size:48px;
	font-weight:800;
	line-height:1.3em;
}
.title1 {
	font-size:40px;
}
	

	.koutei li {
		width:46%;
		margin:0 2% 30px;
		float:left;
	}
	
	.koutei.koutei3 li {
		width:30.3%;
		margin:0 1% 30px;
		float:left;
	}
	
	
	
	
	
	
	
a.fb {
	display:inline-block;
	width:30px;
	height:30px;
	background:url("../img/ico-shop.png") no-repeat;
	background-size:contain;
	position:absolute;
	top:40px;
	right:0;
}
a.fb.insta {
	background:url("../img/ico-insta.png") no-repeat;
	background-size:contain;
	top:40px;
	right:40px;
}
a.fb.rss {
	background:url("../img/ico-rss.png") no-repeat;
	background-size:contain;
	top:40px;
	right:80px;
}
a.fb.line {
	background:url("../img/ico-line.png") no-repeat;
	background-size:contain;
	top:40px;
	right:120px;
}
	
a.fb:hover {
    opacity: 0.7;
}

	
.pc-view {
	display:block;
}
.sp-view {
	display:none;
}

.px10 {font-size:10px;}
	

.top-read {
	font-size:40px;
	line-height:1.5em;
	font-weight:100;
}
.top-read2 {
	font-size:16px;
}




.tyle3 a {
	display:block;
	width:30%;
	margin:0 1% 30px 2%;
	float:left;
}	
	
	
.subtit, .subtit a {
	font-size:24px;
}

	
	.footmenu, .foot-toi {
		width:45%;
		float:left;
		margin-right:5%;
	}
	
.board-l {
	width:45%;
	float:left;
	max-width:none;
	margin:0 5% 50px 0;
	
}	
	.board-r {
		width:45%;
	margin:0 0 50px 5%;
		float:left;
	}
	
	
.l-txt {
	width:37%;
	min-height:300px;
	float:left;
	max-width:none;
	margin:0 3% 50px 0;
}
.r-txt {
	width:37%;
	min-height:300px;
	float:right;
	max-width:none;
	margin:0 0 50px 3%;
}
.r-img {
	width:60%;
	float:right;
	max-width:none;
	margin:0 0 50px 0;
}
.l-img {
	width:60%;
	float:left;
	max-width:none;
	margin:0 0 50px 0;
}
	
.l-txt a.pdf-link, .r-txt a.pdf-link {
	position:absolute;
	bottom:0;
	}

	
.block4 li {
	display:block;
	width:22%;
	float:left;
	margin:0 4% 40px 0;
}
.block4 li:nth-child(2n) {
	margin-right:4%;
}
.block4 li:nth-child(4n) {
	margin-right:0;
}	

	.block3 {
		max-width:990px;
		margin:0 auto;
	}
.block3 a {
	width:30%;
	margin:0 1.5% 40px;
	float:left;
	}

.shop-l {
	width:40%;
	float:left;
}
.shop-l .logo-gun {
	display:block;
	max-width:none;
	margin:0;
}
.shop-r {
	width:60%;
	float:left;
}
img.map {
	width:55%;
}
	
#GFoot .sitemapNav ul{
  float: left;
  width: 220px;
  padding-right: 20px;
}
#GFoot .sitemapNav ul.sitemap3{
  width: 290px;
}
#GFoot .sitemapNav ul.sitemap4{
  padding-right: 0;
  width: 170px;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.p-shop {
		width:60%;
		float:right;
		margin-top:-50%;
	}
	
	
	
table.tbl-bd th span, table.tbl-bd td span {
	display:inline-block;
	margin:0 7px;
}	
	
	
	
	
	
	
	
	
	
	
	
	
.toi-foot {
	max-width:600px;
	margin:50px auto;
}
.toi-foot span {
	display:inline-block;
}
.toi-foot br {
	display:block;
}
	
.tbl-gaiyo th {
	text-align: right;
	padding-right:20px;
	padding-bottom:10px;
	border-right:solid #333;
	width:30%;
}
.tbl-gaiyo td {
	padding-left:20px;
	padding-top:10px;
}
.tbl-gaiyo th, .tbl-gaiyo td {
	display:table-cell;
	padding:24px;
}
	
	

table.yoko th, table.yoko td {
	display:table-cell;
}
table.yoko th {
	width:25%;
}
	
	
	
	
	
	
	
	
	
	

.productlist_lists li {
	width:25%;
	margin:0;
}
li.productlist_list img {
	display:block;
	max-height:200px;
	max-width:240px;
}

.pc-center {line-height:32px;text-align:center;}
.pc-center br {display:block;}

.p-left img {float:left;margin-right:20px;}

.dentou-txt{max-width:541px;float:left;margin-bottom:0;}


.txt-greeting {padding-left:150px;}
.p-daihyo {float:left;}

.table-block td {display:table-cell;}

.table-shop th {
	display:table-cell;
	width:auto;
}
.table-shop td.half {
	display:table-cell;
}

a.arr-btngr {float:left;padding:0 25px;font-size:14px;}

.tbl-kakaku td {
	display:table-cell;
	font-size:14px;
}
.tbl-kakaku td.last {
	border-left:solid 1px #EEE;
	padding-left:15px;
}

.mg4024 {padding:40px 24px;text-align:left;background:#FFF;}


.nagare .yaji {
	position:absolute;
	right:10px;
	width:77px;
	top:0;
	z-index:10;
}




.nagare li {
	padding: 5px 80px 5px 46px;
}
	
}/* /768以上 */ 



@media print, screen and (min-width: 1200px) {
	
	
.l-txt {
	width:37%;
	min-height:480px;
	float:left;
	max-width:none;
	margin:0 3% 50px 0;
}
.r-txt {
	width:37%;
	min-height:480px;
	float:right;
	max-width:none;
	margin:0 0 50px 3%;
}	
	
img.p-about {
	display:block;
	width:86%;
	margin:0 auto;
}
	.flow-l {
		width:40%;
		float:left;
	}
	.flow-r {
		width:60%;
		float:left;
	}

.logo-txt {
	margin-left:-550px;
}
	
}
