@charset "utf-8";

/*-------------------------------------
  2014/09/01
  ooe kentarou
---------------------------------------*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	font-style: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
	vertical-align: middle;
	background: transparent;
}

body {
	line-height: 1;
}

img {
	border-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul, ul, li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
	vertical-align: middle;
}
@media screen and (max-width: 320px) {

html, body {
	min-width: 320px;
}
}

/*===================
 LINK
=====================*/

a, a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a {
	width: 100%;
	height: 100%;
	display: block;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	outline: none;
}

a:hover, a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

a:link, a:visited {
	display: block;
	outline: none;
}

body {
	background: #FCFBF5;
}
@media screen and (max-width: 660px) {

body, html {
	width: 100%;
	overflow-x: hidden;
}
}
@media screen and (max-width: 480px) {

body {
	background: #fff;
}
}

/*===================
 SELECT
=====================*/

::selection {
	color: #f6f6f6;
	background: #A79476;
	text-shadow: none;
}
::-moz-selection {
color:#f6f6f6;
background:#A79476;
text-shadow:none;
}

/*===================
 NONE
=====================*/

.noneL {
*display:none;
	display: none\9;
}
@media screen and (min-width: 960px) {

.noneL {
	display: none !important;
}
}
@media screen and (min-width: 481px) and (max-width: 959px) {

.noneM {
	display: none !important;
}
}
@media screen and (max-width: 480px) {

.noneS {
	display: none !important;
}
}

/*===================
 FONT
=====================*/

h1, h2, h3, h4, h5, h6 {
	line-height: 1.8em;
	font-weight: normal;
	font-size: 22.5px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Adobe Devanagari", "A1 Mincho", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color: #1E8CCD;
	letter-spacing: 8px;
	font-weight: normal;
}

p, li, dt, dl, span {
	font-size: 12px;
	letter-spacing: 1.5px;
	line-height: 2em;
	color: #5F442C;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 480px) {

p, li, dt, dl, span {
	line-height: 1.6em;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
}
}

/*===================
	CONTENTS
=====================*/


header, footer, .cnt {
	width: 100%;
	float: left;
	position: relative;
}

.cntMin, .cntMin2, .cntMin3 {
	width: 960px\9;
*width:960px;
	margin: 0 auto;
	overflow: hidden\9;
*overflow:hidden;
	position: relative;
}
@media screen and (min-width: 1501px) {

.cntMin3 {
	max-width: 1500px;
}
}
@media screen and (max-width: 1500px) {

.cntMin3 {
	width: 97%;
	float: left;
	margin: auto 1.5%;
}
}
 @media screen and (min-width: 1201px) {

.cntMin2 {
	max-width: 1200px;
}
}
@media screen and (max-width: 1200px) {

.cntMin2 {
	width: 100%;
	float: left;
}
}
@media screen and (min-width: 960px) {

.cntMin {
	max-width: 960px;
}
}
@media screen and (max-width: 959px) {

.cntMin {
	width: 100%;
	float: left;
}
}

/*============================
  clearfix
==============================*/

.cf:before, .cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
*zoom: 1;
}

/*===================
 CLASS
=====================*/

.noneL {
	display: none;
}
@media screen and (max-width: 959px) {

.noneL {
	display: block;
}
}
@media screen and (min-width: 461px) and (max-width: 959px) {

.noneM {
	display: none !important;
}
}
@media screen and (max-width: 460px) {

.noneS {
	display: none !important;
}
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.relative {
	position: relative;
}

/*===================
 HEADER
=====================*/

header, #nav {
	background: #fff;
}

header h1 {
	padding: 0px 0 30px;
	text-align: center;
}

header h1 a {
	display: inline !important;
}

header h1 img {
	height: 53px;
	width: auto;
}

header ul.btn {
	width: 198px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

header ul.btn li {
*float:left;
*display:inline;
}

header ul.btn li a {
	float: left;
	background: url("../../img/commons/btn.jpg");
	background-repeat: no-repeat;
}

header ul.btn li:first-child a {
	width: 96px;
	height: 32px;
	background-position: 0 0;
	margin-bottom: 5px;
}

header ul.btn li:nth-child(2) a {
	width: 100px;
	height: 32px;
	background-position: -98px 0;
	margin-bottom: 5px;
}

header li.lang {
	width: 50px;
	height: 18px;
	float: left;
	color: #999;
	font-size: 11px;
	line-height: 18px;
	font-style: italic;
	border: 1px solid #D5D3D3;
	text-align: center;
	margin-left: 5px;
	font-size: 10px\9;
	letter-spacing: 0\9;
*font-size:10px;
*letter-spacing:0;
}

header li.lang a {
	color: #555;
	background-image: none !important;
}

header li.lang a:hover {
	background-color: #42E2FF;
	color: #fff;
}

header li.sns {
	width: 20px;
	height: 20px;
	float: left;
	margin-left: 6px;
}

header ul.btn li:nth-child(5) a {
	background-position: right 0px;
}

header ul.btn li:nth-child(6) a {
	background-position: right -22px;
}

header ul.btn li:nth-child(7) a {
	background-position: right -44px;
}
@media screen and (max-width: 959px) {

header h1 {
	text-align: left;
}

header h1 img {
	height: 53px;
	width: auto;
}
}
@media screen and (max-width: 480px) {

header {
	background-color: rgba(255,255,255,0.2);
}
}
@media screen and (max-width: 680px) {

header {
	position: absolute!important;
	left: 0;
	top: 0;
	height: 44px;
	z-index: 10000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

header h1 {
	padding: 0px 0 0 2%;
}

header ul {
	display: none;
}

.sideBox {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	background-image: url("../../img/commons/nav_on.png");
}

.sideBox, .sideBox_on {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	z-index: 100;
	background: url("../../img/commons/nav_on.png");
}

.sideBox_on {
	position: fixed;
}

.sideBox {
	right: 0;
}

.sideBox_on {
	right: 260px;
	background-position: bottom left;
}
}
@media screen and (max-width: 480px) {

header h1 img {
	width: 256px;
	height: auto;
}
}

/* HEADER NAV
==============*/

#nav {
	border-bottom: solid 1px #F1F0E7;
}

#nav ul.gnav {
	width: 100%;
}

#nav ul.gnav, #nav ul.gnav li {
	height: 50px;
	float: left;
}

#nav ul.gnav li {
	width: 16.5%;
	border-right: 1px dashed #CCC;
}

#nav ul.gnav li:nth-child(1) {
	display: none\9;
*display:none;
}

#nav ul.gnav li:nth-child(8) {
	border-right: none;
}

#nav ul.gnav li a {
	height: 44px;
	background-image: url("../../img/commons/nav.gif");
	background-repeat: no-repeat;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

#nav ul.gnav li:nth-child(2) a {
	background-position: center top;
}

#nav ul.gnav li:nth-child(2) a:hover {
	background-position: center -50px;
}

#nav ul.gnav li:nth-child(3) a {
	background-position: center -100px;
}

#nav ul.gnav li:nth-child(3) a:hover {
	background-position: center -150px;
}

#nav ul.gnav li:nth-child(4) a {
	background-position: center -300px;
}

#nav ul.gnav li:nth-child(4) a:hover {
	background-position: center -350px;
}

#nav ul.gnav li:nth-child(5) a {
	background-position: center -400px;
}

#nav ul.gnav li:nth-child(5) a:hover {
	background-position: center -450px;
}

#nav ul.gnav li:nth-child(6) a {
	background-position: center -500px;
}

#nav ul.gnav li:nth-child(6) a:hover {
	background-position: center -550px;
}

#nav ul.gnav li:nth-child(7) a {
	background-position: center -600px;
}

#nav ul.gnav li:nth-child(7) a:hover {
	background-position: center -650px;
}

#nav ul.gnav span {
	display: none\9;
*display:none;
}
@media screen and (min-width: 681px) {

#nav {
	width: 100% !important;
}

#nav ul.gnav li {
	display: block !important;
}

#nav ul.gnav li:first-child, #nav ul.gnav span, #nav .subNav {
	display: none !important;
}
}
@media screen and (min-width: 681px) and (max-width: 959px) {

#nav ul.gnav {
	margin-top: 30px;
}

#nav ul.gnav li {
	width: 16.5%;
	min-width: 92px !important;
}

#nav h2 {
	display: none;
}
}
@media screen and (max-width: 680px) {

#nav {
	border-bottom: none;
}

#nav ul.gnav li {
	border-right: none;
}

#nav ul.gnav li a {
	background-image: none;
	height: 44px;
}

#nav {
	width: 0px;
	height: 100% !important;
	background-color: rgba(250,250,250,0.9);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	z-index: 999999;
}

#nav ul.gnav, #nav ul {
	width: 100%;
	height: auto;
	float: left;
	overflow-x: hidden;
}

#nav h2 {
	width: 80%;
	padding: 2px 10%;
	float: left;
	display: block;
	border-bottom: groove 2px #fff;
}

#nav h2 img {
	width: 50%;
}

#nav ul.gnav li, #nav ul li {
	width: 230px;
	height: 44px;
	float: left;
	color: #333;
	padding: 0 15px;
	margin: 0;
	letter-spacing: 2px;
	border-bottom: solid 1px #e9e9e9;
}

#nav ul li a, #nav ul li a span {
	height: 44px;
	color: #333;
	line-height: 44px;
	font-size: 11px;
}

#nav ul.subNav li {
	background: #F0F0F0;
}

#nav ul.subNav li:nth-child(n+12) {
	background: #A79476;
}

#nav ul.subNav li:nth-child(n+12) a {
	color: #fff;
}
}

/*===================
 FOOTER
=====================*/

footer #foot {
	width: 920px;
	height: 200px;
	margin: 20px auto 0;
}

footer #foot nav {
	width: 701px;
	float: right;
}

footer #foot nav dl, footer #foot nav dl dt, footer #foot nav dl dd {
	width: 140px;
	float: left;
}

footer #foot nav dl {
	height: 200px;
}

footer #foot nav dl dt {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	font-family: 'Droid Serif', serif;
}

footer #foot nav dl:last-child dt br {
	display: none;
}

footer #foot nav dl dd li {
	width: 140px;
	float: left;
	height: 28px;
}

footer #foot nav dl dd li a {
	line-height: 28px;
	color: #868686;
	font-size: 10.5px;
	display: inline;
	font-size: 10px\9;
*font-size:10px;
	letter-spacing: 0;
}

footer #foot nav dl dd li a:hover {
	border-bottom: dashed 1px #777;
	color: #000;
}

/*　FOOTER INFO
==============*/

footer {
	background: #FFF;
}

footer #foot .info {
	width: 180px;
	float: left;
}

footer #foot .info .logo {
	width: 135px;
	height: 56px;
	float: left;
	background: url("../../img/commons/btn.jpg") left bottom no-repeat;
}

footer #foot .info .logo img {
	display: none;
}

footer #foot .info div {
	max-width: 180px;
	clear: both;
	margin-top: 8px;
	overflow: hidden;
}

footer #foot .info p.link a {
	width: 130px;
	height: 20px;
	float: left;
	padding-right: 10px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #CCC;
	background: #F1F2F5;
	color: #333;
	margin: 10px 0 8px;
}

footer #foot .info li a {
	width: 20px;
	height: 20px;
	float: left;
	margin-left: 10px;
	background-image: url("../../img/commons/btn.jpg");
}

footer #foot .info li:nth-child(1) a {
	background-position: right 0px;
}

footer #foot .info li:nth-child(2) a {
	background-position: right -22px;
}

footer #foot .info li:nth-child(3) a {
	background-position: right -44px;
}

p.copy {
	margin-top: 30px;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	color: #777;
}

span.footImage {
	display: none;
}

footer #foot .info li {
*display:inline;
}
@media screen and (min-width: 481px) and (max-width: 959px) {

footer #foot {
	width: 96%;
	padding: 0 2%;
}
}
@media screen and (min-width: 791px) and (max-width: 959px) {

footer #foot nav {
	width: 561px;
}

footer #foot nav ul {
	margin-left: 5px;
}
}
@media screen and (max-width: 790px) {

footer #foot nav {
	width: 96%;
	padding: 0 2%;
}

footer #foot .info {
	width: 80%;
	padding: 0 10%;
}

footer #foot nav dl {
	width: 25%;
}

footer #foot nav ul li {
	width: 100%;
}

footer #foot nav dl dd li a {
	font-size: 10px;
}

footer #foot .info .logo {
	height: auto;
	width: 100%;
	background-image: none;
	text-align: center;
}

footer #foot .info .logo img {
	display: block;
	width: 250px;
}

footer #foot .info p.link, footer #foot .info ul {
	display: none;
}

p.copy {
	font-size: 9px;
	color: #fff;
	background: #A79476;
}

span.footImage {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	bottom: 20px;
	left: 10px;
	background: url("../../img/commons/btn.jpg") -141px bottom;
}
}
@media screen and (min-width: 481px) {

footer #foot nav dl dd li span {
	display: none;
}

footer #foot nav dl dd {
	display: block !important;
}
}
@media screen and (max-width: 480px) {

footer #foot, footer #foot nav, footer #foot nav dl, footer #foot nav dl dt, footer #foot nav dl dd {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
}

footer #foot {
	margin: 0;
}

footer #foot .info {
	margin: 10px 0 20px;
}

footer #foot .info .logo {
	margin-bottom: 10px;
}

footer #foot nav dl dt, footer #foot nav dl dt.down {
	float: left;
	line-height: 44px;
	font-size: 12px;
	color: black;
	letter-spacing: 1px;
	font-family: 'Droid Serif', serif;
	border-bottom: solid 1px #999;
}

footer #foot nav dl dd.accBox {
	margin-top: -1px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	display: none;
}

footer #foot nav dl dd.accBox ul {
	border-top: groove 2px #fff;
}

footer #foot nav dl dd.accBox li {
	width: 100%;
	float: left;
	height: 40px;
	line-height: 44px;
	border-bottom: groove 2px #fff;
	background: #f1f1f1;
}

footer #foot nav dl dd.accBox li a {
	padding: 0 5%;
	background: #E41F2;
	display: block;
	line-height: 42px;
	color: #333;
}

footer #foot nav dl dd.accBox li a:hover, footer #foot nav dl dd.accBox li a:active, footer #foot nav dl dd.accBox li a:visited {
	border-bottom: none;
	background: #bbb;
}

footer #foot nav dl dt span, footer #foot nav dl dt.down span {
	width: 44px;
	height: 44px;
	float: left;
}

footer #foot nav dl dt span {
	margin-right: 10px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 44px;
	background: #A79476;
}

footer #foot nav dl dt.down span {
	margin-right: 10px;
	color: white;
	font-size: 12px;
	background: #555;
}
}

/*===================
 CONTACT BTN
=====================*/

#contactBox {
	padding: 20px 0;
	background: #EEE;
	-webkit-box-shadow: inset 0px 2px 2px 0px #999;
	-moz-box-shadow: inset 0px 2px 2px 0px #999;
	box-shadow: inset 0px 2px 2px 0px #999;
	border-bottom: solid 1px #999;
	overflow: hidden;
	border-top: solid 1px #999\9;
*border-top: solid 1px #999;
*margin-top:80px;
}

#contactBox ul li, #contactBox ul li span {
	width: 300px;
	height: 45px;
	float: left;
	text-align: center;
}

#contactBox ul li {
	margin: 8px;
}

#contactBox ul li:nth-child(3) {
	margin: 9px 0px 9px 9px;
}

#contactBox ul li span {
	background-image: url("../../img/commons/pc_contact.gif");
}

#contactBox ul li:nth-child(1) span:hover {
	background-position: 0 -45px;
}

#contactBox ul li:nth-child(2) span {
	background-position: 0 -90px;
}

#contactBox ul li:nth-child(2) span:hover {
	background-position: 0 -135px;
}

#contactBox ul li:nth-child(3) span {
	background-position: left -180px;
}

#contactBox ul li:nth-child(3) span:hover {
	background-position: left -225px;
}
@media screen and (max-width: 959px) {

#contactBox ul li:nth-child(3), #contactBox ul li {
	width: 27%;
	margin: 0 2% 0 4%;
	height: auto;
}

#contactBox ul li span {
	width: 100%;
	height: auto;
}
}
@media screen and (min-width: 481px) and (max-width: 959px) {

#contactBox ul li:nth-child(1), #contactBox ul li:nth-child(2) {
	background: #A79476;
}

#contactBox ul li:nth-child(1):hover, #contactBox ul li:nth-child(2):hover, #contactBox ul li:nth-child(3) {
	background: #A79476;
}

#contactBox ul li:nth-child(3):hover {
	background: #00366C;
}

#contactBox ul li span.img {
	display: none;
}

#contactBox ul li span {
	line-height: 45px;
	background-image: none;
	color: #FFF;
	letter-spacing: 3px;
	font-weight: bold;
}
}
@media screen and (max-width: 480px) {

#contactBox ul li span.img {
	height: 90px;
	float: left;
	background-image: url("../../img/commons/sm_contact.gif");
	background-repeat: no-repeat;
	background-color: #A79476;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	margin-bottom: 10px;
}

#contactBox ul li span.noneL {
	background: none;
	color: #A79476;
	font-size: 11px;
	letter-spacing: 0;
}

#contactBox ul li:nth-child(1) span.img {
	background-position: center 0px;
}

#contactBox ul li:nth-child(2) span.img {
	background-position: center -90px;
}

#contactBox ul li:nth-child(3) span.img {
	background-position: center -180px;
}
}

/*===================
 COMMON STYLE
=====================*/

.title {
	width: 100%;
	height: auto;
	float: left;
	padding: 35px 0;
	text-align: center;
	font-size: 22.5px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #111;
	font-weight: 600;
	letter-spacing: 4px;
	position: relative;
}
@media screen and (max-width: 480px) {

.title {
	font-size: 16px;
	letter-spacing: 1px;
	padding: 25px 0;
}
}

/* PAGE COMMON
==============*/

#topTitle .text {
	width: 100%;
	height: 300px;
	float: left;
	margin: 0;
}

#topTitle h1, #topTitle h1 span {
	width: 100%;
	float: left;
	text-align: center;
}

#topTitle .titALL, #topTitle .txtALL {
	width: 400px;
	float: left;
	clear: both;
	margin-left: 15%;
	padding: 5px;
	text-align: left;
	color: #333;
}

#topTitle .titALL {
	margin-top: 150px;
	font-weight: bold;
}

#topTitle h1 {
	padding: 40px 0;
}

#topTitle .text span, #topTitle h1 span {
	display: none;
}

#topTitle p {
	width: 80%;
	float: left;
	margin: 0 10% 70px;
}
@media screen and (max-width: 960px) {

#topTitle {
	padding-top: 0px;
}

#topTitle h1 span {
	width: 100%;
	color: #A79476;
	display: block;
	letter-spacing: 15px;
	font-size: 22.5px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#topTitle h1 {
	font-size: 16px;
}

#topTitle p {
	width: 90%;
	margin: 0 5% 20px;
}
}
@media screen and (min-width: 481px) {

#topTitle .text span {
	display: none;
}
}
@media screen and (max-width: 480px) {

#topTitle .txtALL {
	display: none !important;
}

#topTitle h1.titALL, #topTitle h1 {
	width: 90%;
	margin: 0 5%;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: bold;
	padding: 15px 0;
	color: #4C98E4;
}

#topTitle h1 span {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 22px;
	padding-bottom: 10px;
	letter-spacing: 2px;
}

#topTitle .text {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	position: relative;
	z-index: 1;
}

#topTitle .text img {
	width: 100%;
	height: auto;
}

#topTitle .text span {
	display: block;
	position: absolute;
	left: 7%;
	bottom: 0;
	z-index: 10;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 4px;
	color: #333;
}
}

/*bnr*/

#bnr {
}

#bnr {
	margin-bottom: 40px;
}

#bnr a {
	display: block;
}

#bnr a img {
	max-width: 100%;
	height: auto;
}

#bnr a .pc {
	display: block;
}

#bnr a .sp {
	display: none;
}

#bnr.bnr-m {
	margin-top: 10px;
}

#bnr span {
	width: 49%;
	display: inline;
}

#bnr .left {
	float: left;
}

#bnr .right {
	float: right;
}
 @media screen and (max-width: 800px) {

#bnr a .pc {
	display: none;
}

#bnr a .sp {
	display: block;
	width: 100%;
}
}
@media screen and (max-width: 640px) {

#bnr {
	margin-bottom: 20px;
}

#bnr.bnr-m {
	margin-top: 0;
	margin-bottom: 15px;
}
}
@media screen and (max-width: 800px) {

#bnr span {
	width: 100%;
	margin-bottom: 15px;
}
}
