@charset "utf-8";
/*
Theme Name: Sanuki Photo 2025
Theme URI: https://sanuki-photo.jp/
Description: さぬき市ええところ写真コンテストのテーマ2025
Author: Web Design Office CROSSROAD
Author URI: http://www.wdcro.com/
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, dl, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {	margin: 0; padding: 0; border: 0; font-style:normal; font-weight: normal; font-size: 100%; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html{ overflow-y: scroll; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
input, textarea { margin: 0; padding: 0; }
ol, ul{ list-style:none; }
table{ border-collapse: collapse; border-spacing:0; }
caption, th{ text-align: left; }
a:focus {outline:none; }
.clearfix:after {content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { min-height: 1px; }
* html .clearfix { height: 1px;
/*¥*//*/
height: auto; overflow: hidden;
/**/
}
.clear , .cl { clear:both; }
/*--------↑↑↑↑↑-resrt↑↑↑↑↑--------------*/
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin: 0px auto;
	text-align: center;
	background: url("image/bg.jpg") no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-attachment: fixed;
	color: #454545;
}
a {
	color: #1D5794;
}
a:hover {
	color: #C83030;
}
.red {
	color: #D30000;
}
.blue {
	color: #1D4ED8;
}
.green {
	color: #4A7C09;
}
.purple {
	color: #961E72;
}
.pink {
	color: #DB6BB9;
}
hr {
	border-color: #DDD;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
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;
}
.aligncenter  {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	padding: 0 40px 20px 0;
}
.alignright {
	float: right;
	padding: 0 0 20px 40px;
}
.alignnone {
	margin: 0 0 20px 0;
}
@media only screen and (max-width:800px) {
.alignleft {
	max-width: 50%;
	height: auto;
	margin: 0 20px 20px 0;
}
.alignright {
	max-width: 50%;
	height: auto;
	margin: 0 0 20px 20px;
}
}
hr {
	height: 12px;
	border: 0px;
	clear: both;
	border-style: solid;
	border-width: 0 0 1px 0;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center !important;
}
.big1 {
	font-size: 1.2em;
	line-height: 1.6em;
}
.big2 {
	font-size: 1.5em;
	line-height: 1.6em;
}
.big3 {
	font-size: 1.8em;
	line-height: 1.6em;
}
@media only screen and (max-width:620px) {
.big1 {
	font-size: 1.0em;
	line-height: 1.4em;
}
.big2 {
	font-size: 1.1em;
	line-height: 1.4em;
}
.big3 {
	font-size: 1.2em;
	line-height: 1.4em;
}
}
.small {
	font-size: 0.8em;
}
iframe {
	max-width: 100%;
}
.nowrap {
	white-space: nowrap;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.pt0 {
	padding-top: 0px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt30 {
	padding-top: 30px !important;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-header*/
header {
	width: 100%;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header-wrap*/
#header-wrap {
	background: rgba(46,46,46,1.00);
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header*/
#header {
	margin: 0px auto;
	width: 100%;
	max-width: 1440px;
	position: relative;
}
#header img {
	width: 8.3333%;
	max-width: 120px;
}
@media only screen and (max-width: 1000px) {
	#header {
		max-width: 720px;
	}
	#header img {
		width: 16.6666%
	}
}
#header h1{
	position: absolute;
	top: 30%;
	width: 100%;
	text-align: center;
	font-size: 2.2em;
	padding: 0.1em 0;
	background: rgba(0,0,0,0.83);
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.08em;
}
@media only screen and (max-width: 1200px) {
	#header h1 {
		font-size: 1.6em;
	}
}
@media only screen and (max-width: 640px) {
	#header h1 {
		font-size: 1em;
	}
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#home-image-wrap*/
#home-image-wrap {
	width: 100%;
	background: #BECBCF;
}
#home-image {
	max-width: 1800px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
#home-image img {
	width: 16.6666%;
}
#home-image h1{
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	font-size: 3.2em;
	padding: 0.1em 0;
	background: rgba(0,0,0,0.83);
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.08em;
}
@media only screen and (max-width: 1200px) {
	#home-image img {
	width: 25%;
	}
}
@media only screen and (max-width: 1000px) {
	#home-image h1 {
		font-size: 2.2em;
	}
}
@media only screen and (max-width: 640px) {
	#home-image h1 {
		font-size: 1.5em;
	}
	#home-image img {
	width: 33.3333%;
	}
}
h1 span {
	white-space: nowrap;
	font-weight: bold;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header-menu-wrap*/
#header-menu-wrap {
	width: 100%;
	clear: both;
	background-image: url("image/bar-bg1.png");
	background-size: 100% 100%;
	background-color: #323232;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}
@media only screen and (max-width:620px) {
#header-menu-wrap {
	display: none;
}
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header-menu*/
#header-menu {
	margin: 0px auto;
	width: 1000px;
}
@media only screen and (max-width: 1000px) {
#header-menu {
	margin: 0;
	width: 100%;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header-menu ul li*/
#header-menu ul li {
	display: inline;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header-menu ul li a*/
#header-menu ul li a {
	display: block;
	float: left;
	height: 60px;
	background-repeat: no-repeat , no-repeat;
	background-position: center center , left top;
	background-size: 100% 100% , auto auto;
	text-indent: -9999px;
	background-color: #323232;
}
/*--------------------------------------------*/
#header-menu ul li.header-home a {
	width: 10%;
	background-image: url(image/header-home.png) , url(image/header-menu-border.png) ;
}
/*--------------------------------------------*/
#header-menu ul li.header-application a {
	width: 22%;
	background-image: url(image/header-application.png) , url(image/header-menu-border.png);
}
/*--------------------------------------------*/
#header-menu ul li.header-photo a {
	width: 16%;
	background-image: url(image/header-photo.png) , url(image/header-menu-border.png);
}
/*--------------------------------------------*/
#header-menu ul li.header-sns a {
	width: 16%;
	background-image: url(image/header-sns.png) , url(image/header-menu-border.png);
}
/*--------------------------------------------*/
#header-menu ul li.header-news a {
	width: 20%;
	background-image: url(image/header-news.png) , url(image/header-menu-border.png);
}
/*--------------------------------------------*/
#header-menu ul li.header-inquiry a {
	width: 16%;
	background-image: url(image/header-inquiry.png) , url(image/header-menu-border.png) , url(image/header-menu-border.png);
	background-repeat: no-repeat , no-repeat , no-repeat;
	background-position: center center , top left , top right;
	background-size: 100% 100% , auto auto ,auto auto;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header-menu ul li a:hover*/
#header-menu ul li a:hover {
	background-color: #CC6631;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header-menu ul li.current*/
#header-menu ul li.current a {
	background-color: #38538A;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#breadcrumb-wrap*/
#breadcrumb-wrap {
	width: 100%;
	/*border-top: 1px solid #FFFFFF;*/
	clear: both;
	background: #ccc;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#breadcrumb*/
#breadcrumb {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.7em;
	color: #343434;
}
@media only screen and (max-width:1000px) {
#breadcrumb {
	width: 96%;
	padding: 3px 2%;
}
}
#breadcrumb ul {
	padding: 5px 10px;
}
#breadcrumb ul li {
	display: inline;
	margin: 0 7px 0 0;
	font-weight: bold;
}
#breadcrumb a {
	color: #343434;
}
#breadcrumb a:hover {
	color: #343434;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#wrap*/
#wrap {
	width: 100%;
	line-height: 1.8;
	padding: 30px 0;
}
.home #wrap {
	padding: 0;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article*/
article {
	width: 1000px;
	margin: auto;
	padding: 0 0 50px 0;
	letter-spacing: 0.08em;
}
@media only screen and (max-width: 1000px) {
article {
	width: 100%;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article h1*/
article h1 {
	font-size: 1.8em;
	margin: 0 0 30px 0;
	padding: 12px 30px;
	color: #ffffff;
	font-weight: bold;
	background-color: #3D3D3D;
}
@media only screen and (max-width:620px) {
article h1 {
	font-size: 1.2em;
	padding: 10px 2%;
	margin: 10px 0;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post*/
article .post {
	padding: 0 7%;
	text-align: left;
}
@media only screen and (max-width:620px) {
	article .post {
		padding: 0 3%;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article h2*/
article h2 {
	font-size: 3em;
	margin: 50px 0 30px 0;
	clear: both;
	color: #464646;
	text-align: center;
	letter-spacing: 0.15em;
}
@media only screen and (max-width:620px) {
article h2 {
	font-size: 1.3em;
	margin: 20px 0 10px 0;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post h3*/
article .post h3 {
	font-size: 1.4em;
	margin: 30px 0;
	padding: 5px 0;
	color: #065774;
	border-bottom: 1px solid #065774;
}
@media only screen and (max-width:620px) {
article .post h3 {
	font-size: 1.0em;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post h4*/
article .post h4 {
	font-size: 1.2em;
	margin: 10px 0;
	color: #B83A3A;
}
article .post h4:before {
	content: '■ ';
}
@media only screen and (max-width:620px) {
article .post h4 {
	font-size: 1.0em;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post p*/
article .post p {
	margin: 0 0 20px 0;
}
@media only screen and (max-width:620px) {
article .post p {
	margin: 0 0 10px 0;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post .blog-date*/
article .blog-date {
	font-weight: bold;
	font-size: 1.4em;
}
@media only screen and (max-width:620px) {
article .blog-date {
	font-size: 1.1em;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post ul*/
article .post ul {
	margin: 0 0 30px 0;
}
@media only screen and (max-width:700px) {
article .post ul {
	margin: 0 0 10px 0;
}
}
article .post ul li {
	list-style-type: square;
	margin: 0 0 0.5em 2em;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post ol*/
article .post ol {
	margin: 0 0 30px 0;
}
@media only screen and (max-width:700px) {
article .post ol {
	margin: 0 0 10px 0;
}
}
article .post ol li {
	list-style-type: decimal;
	margin: 0 0 0.5em 2em;
}
article .post .f1 {
	border: 3px solid #6E94AC;
	background: #F0F0F0;
	padding: 15px;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post table*/
article .post table {
	margin: 0 0 30px 0;
	width: 100%;
}
@media only screen and (max-width:620px) {
	article .post table td , article .post table th {
		display: block;
	}
}
article .post table td {
	border: 1px solid rgba(115,115,115,1.00);
	padding: 7px 15px;
}
article .post table.t1 td {
	border: 5px solid #FFFFFF;
	background: #F0F0F0;
}
article .post table.t1 td:nth-of-type(1) {
	background: #284468;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	white-space: nowrap;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article table.t-form*/
article table.t-form {
	margin: 0 0 30px 0;
	border-collapse: separate;
	border-spacing: 8px;
}
article table.t-form th {
	padding: 7px 12px;
	white-space: nowrap;
	font-weight: bold;
	background: #CFDDE1;
	vertical-align: top;
	text-align: right;
	color: #121212;
}
article table.t-form td {
	padding: 7px 12px;
	background: #f0f0f0;
	color: #111;
}
@media only screen and (max-width:620px) {
	article table.t-form th , article table.t-form td {
		display: block;
		text-align: left;
		padding: 2px 5px;
	}
	article table.t-form td textarea {
		width: 100%;
	}
}
.hissu {
	font-size: 0.9em;
	font-weight: bold;
	padding: 3px 10px 4px 10px;
	margin: 0px 10px;
	color: #FFF;
	background: #B51E21;
	border-radius: 5px;
	white-space: nowrap;
}

/*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*/
/*　　　 コンタクトフォームアイテム      */
/*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*/
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.wpcf7-list-item*/
.wpcf7-list-item {
	display: block;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 0.8em;
	font-weight: bold;
	color: #C00;
}
.wpcf7 .wpcf7-not-valid {
    background-color: #FDC3C3;
}
.wpcf7-submit {
	font-size: 1.2em;
	min-width: 100%;
	padding: 5px;
}
.wpcf7 div.wpcf7-response-output {
	margin: 10px 0;
	padding: 10px 15px;
}
.wpcf7 div.wpcf7-mail-sent-ok {
	border: none;
	background-color: #3EB714;
	color: #FFF;
}
.wpcf7 div.wpcf7-mail-sent-ng {
	border: none;
	background-color: #CA0000;
	color: #FFF;
}
.wpcf7 div.wpcf7-spam-blocked {
	border: none;
	background-color: #CA0000;
	color: #FFF;
}
.wpcf7 div.wpcf7-validation-errors {
	border: none;
	background-color: #C00;
	color: #FFF;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.pagenavi*/
.pagenavi {
	text-align: center;
	clear:both;
	padding: 20px 0;
	position: relative;
	font-size: 0.9em;;
	background: none;
	margin: 10px 0 20px;
	vertical-align: middle;
}
.pagenavi span, .pagenavi a {
	display: inline-block;
	margin: 2px 2px 2px 0;
	padding: 5px 10px ;
	text-decoration: none;
	width: auto;
	color: #FFF;
	background: #444;
}
.pagenavi a:hover{
	color: #FFF;
	background: #C00;
}
.pagenavi .current{
	background: #666;
	color: #FFF;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .catch*/
article .catch {
	padding: 20px 0;
	border-bottom: 1px dotted #AEAEAE;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .catch .wp-post-image*/
article .catch .wp-post-image {
	float: left;
}
@media only screen and (min-width:621px) and (max-width:1000px) {
article .catch .wp-post-image {
	max-width: 23%;
}
}
@media only screen and (max-width:620px) {
article .catch .wp-post-image {
	margin: 0 15px 0 0;
	max-width: 40%;
	min-width: 120px;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .catch h2 , article .catch h3*/
article .catch h2 , article .catch h3 {
	width: 73%;
	float: right;
	text-align: left;
	font-size: 1.2em;
	border-bottom: none;
	padding: 0;
	margin: 0;
}
article .catch h2.no-image  , article .catch h3.no-image {
	width: 100%;
}
@media only screen and (min-width:621px) and (max-width:1000px) {
article .catch h2 , article .catch h3 {
	width: 73%;
	font-size: 1.1em;
}
}
@media only screen and (max-width:620px) {
article .catch h2 , article .catch h3 {
	width: 100%;
	float: none;
	font-size: 1.0em;
	padding: 0 0 10px 0;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .catch p*/
article .catch p {
	margin: 0;
	width: 73%;
	float: right;
	text-align: left;
}
article .catch .blog-date {
	padding: 0;
	font-weight: bold;
	margin: 0;
	text-align: right;
	font-size: 1em;
}
article .catch p.no-image {
	width: 100%;
}
@media only screen and (min-width:621px) and (max-width:1000px) {
article .catch p {
	width: 73%;
}
}
@media only screen and (max-width:620px) {
article .catch p {
	width: 100%;
	float: none;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post-photo*/
article .post-photo {
	padding: 0;
	width: 100%;
	margin: 0;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .grand-prix*/
article .grand-prix-box {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .photo-box*/
article .photo-box {
	width: 30%;
	display: inline-block;
	position: relative;
	margin: 15px 1.2%;
	overflow: hidden;
	padding: 0;
}
article .photo-box img {
	width: 100%;
}
article .photo-box a img:hover , article .grand-prix-box a img:hover {
	transform: scale(1.15);
}
.conyear {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	color: #FFFFFF;
	margin: 0 !important;
	font-size: 4em;
}
.conyear a {
	text-decoration: none;
	color: #FFFFFF;
}
.award-name {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	padding: 7px 15px;
	background: rgba(0,0,0,0.72);
	margin: 0 !important;
	font-weight: bold;
	font-size: 0.9em;
}
.photo-data {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #FFFFFF;
	padding: 5px 10px;
	background: rgba(0,0,0,0.72);
	margin: 0 !important;
	font-size: 0.8em;
}
@media only screen and (max-width:800px) {
article .photo-box {
	width: 45%;
	margin: 15px 2%;
}
}
@media only screen and (max-width:620px) {
	.photo-box .award-name , .photo-box .photo-data {
		visibility:hidden;
	}
	.photo-box:hover .award-name , .photo-box:hover .photo-data {
		visibility:visible;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .main-navi*/
article .main-navi {
	margin: 20px 0;
}
article .main-navi-left a {
	width: 40%;
	float: left;
	line-height: 1.2em;
	font-size: 0.8em;
	font-weight: bold;
}
article .main-navi-right a {
	width: 40%;
	float: right;
	text-align: right;
	line-height: 1.2em;
	font-size: 0.8em;
	font-weight: bold;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.detail a*/
.detail a {
	float: right;
	color: #FFF;
	padding: 7px 35px 7px 15px;
	line-height: 1em;
	background: #1D5794 url(image/detail-bg.png) no-repeat right center;
	text-decoration: none;
	font-size: 0.8em;
	display: block;
	margin: 10px 0;
}
.detail a:hover {
	background-color: #9e1212;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#response*/
#response {
	z-index: 99;
	position: fixed;
	bottom: 0;
	right: 0;
}
@media only screen and (max-width:621px) {
	#response {
		display: none;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#mobile-bottom*/
@media only screen and (min-width:621px) {
#mobile-bottom {
	display: none;
}
}
#mobile-bottom {
	width: 99%;
	padding: 5px 0 5px 1%;
	position: fixed;
	bottom: 0;
	z-index: 99;
	background: url(image/mobile-bottom-bg.png);
}
#mobile-bottom ul li {
	display: inline;
}
#mobile-bottom ul li a {
	width: 24%;
	float: left;
	margin: 5px 1% 5px 0;
	background-position: center center;
	border-radius: 3px;
	height: 60px;
	text-indent: -9999px;
	background-color: #1D82B3;
}
#mobile-bottom ul li#mb-home a {
	background-image: url(image/mobile-bottom-home.png);
}
#mobile-bottom ul li#mb-mail a {
	background-image: url(image/mobile-bottom-mail.png);
}
#mobile-bottom ul li#mb-top a {
	background-image: url(image/mobile-bottom-gotop.png);
}
#mobile-bottom ul li#mb-menu a {
	background-image: url(image/mobile-bottom-menu.png);
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-footer*/
footer {
	width: 100%;
	clear: both;
	background: #E6E8E9 url("image/bar-bg1.png");
	background-size: 100% 100%;
	border-top: 1px solid #FFF;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	clear: both;
	padding: 20px 10px;
}
@media only screen and (max-width:1000px) {
#footer {
	width: 100%;
	margin: 0;
	padding: 20px 0;
}
}
@media only screen and (max-width:620px) {
#footer {
	padding: 20px 0 50px 0;
	background: #585858;
}
}
#footer-left {
	width: 45%;
	margin: 0 2% 0 3%;
	float: left;
	text-align: left;
}
#footer-right {
	width: 45%;
	margin: 0 3% 0 2%;
	float: right;
	text-align: left;
}
@media only screen and (max-width:620px) {
	#footer-left , #footer-right {
		width: 96%;
		margin: 0 2%;
		float: none;
	}
}
#footer h3 {
	font-size: 1.3em;
	color: #323232;
	margin: 10px 0;
}
@media only screen and (max-width:620px) {
	#footer h3 {
		text-align: center;
		color: #FFFFFF;
	}
}
#footer nav {
	margin-bottom: 30px;
}
#footer ul li {
	margin: 5px;
}
#footer ul ul {
	margin: 5px 5px 15px 15px;
}
#footer ul li a {
	text-decoration: none;
	font-size: 0.9em;
	/*white-space: nowrap;*/
	padding: 3px 5px;
	color: #323232;
}
#footer ul li a:hover {
	color: #323232;
	text-decoration: underline;
}
@media only screen and (max-width:620px) {
#footer ul li {
	display: block;
	margin: 0 5px;
}
#footer ul li a {
	display: block;
	margin: 5px;
	padding: 10px 10px;
	background: #E8E1D9;
	font-size: 1em;
	font-weight: normal;
	color: #333;
}
	#footer ul li a:hover {
	color: #333;
	text-decoration: none;
}
}
#footer p {
	padding: 15px;
	font-size: 0.7em;
	color: #323232;
}
#footer p a {
	color: #323232;
}