@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 800px) {

html {
	overflow-y:scroll;
	overflow-x: hidden;
}

html,body {
	font-size: 90%;
}

body {
	line-height: 1.6;
	color: #000;
	background-color:#FFF;
	-webkit-text-size-adjust: none;
	font-size: 16px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1000px;
}

img {
	vertical-align: bottom;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div.box{
	padding:20px 0;
}

section{
	margin:20px 0 80px;
}

.cb {
	margin:0;
	padding:0;
}




/*  HEADER
--------------------------------------------------*/

header {
	width:100%;
	padding:0;
	margin:0 auto;
	background:#FFFFFF;
	-moz-box-shadow: 1px 1px 3px  rgba(0,0,0,0.90);  
	-webkit-box-shadow: 1px 1px 3px  rgba(0,0,0,0.90);
}

header div.heading {
	width:100%;
	background-color:#000000;
	color:#FFFFFF;
}
header div.heading h1 {
	width:1200px;
	margin:0 auto;
	font-size:0.8em;
}

header div.logo {
	width:1200px;
	margin:0 auto;
}
header div.logo_sp {
	display:none;
}

header nav.navi {
	width:100%;
	background-color:#FFEC00;
}



/*  SLIM MENU
--------------------------------------------------*/

div.navigation{
	background-position:center top;
	background-repeat:no-repeat;
	width:1200px;
	margin:0 auto;
	text-align:center;
	font-size:1.2em;
	position:relative;
}

/*** slimmenu.cssで管理 */


/*  FOOTER
--------------------------------------------------*/

#Footer {
	font-size: 0.9em;
	line-height: 1.6;
	background: #000;
	color: #cccccc;
	clear: both;
}
#Footer {
	margin-top: 0px;
}
#FooterInner {
	margin: 0px auto;
	width: 1000px;
	position: relative;
	padding: 10px 0px;
}
#Footer a {
	text-decoration: none;
	color: #dddddd;
}
#Footer a:hover {
	color: #FFFFFF;
	text-shadow: 2px 2px 3px #000;
}
#Footer #fNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Footer #fNav li {
	display:inline;
	margin-right:15px;
}
#Footer #copyright {
	font-size:0.9em;
	position: absolute;
	right: 0;
	bottom:0;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Footer #pagetop {
	position: absolute;
	top: -30px;
	right:10px;
	padding:0;
	margin:0;
	height:30px;
	line-height:30px;
}
#Footer #pagetop a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
}


#FooterNavi{
	display:none;
}/* スマホ用　*/



/*  SECTION
--------------------------------------------------*/

section{
	width:100%;
	height:inherit;
	margin:0 auto;
	padding:0;	
}



} /* PCここまで */





@media screen and (max-width: 799px) {
	
/*** reset ***/ 
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}	


	
html {
	overflow-y: visible;
}
body{
	min-width:100%;
	color: #333;
	background-color:#FFF;
	line-height: 1;
	padding-bottom: 54px;
}




/*  HEADER
--------------------------------------------------*/

header {
	width:100%;
	padding:0;
	margin:0 auto;
	background:#FFFFFF;
	-moz-box-shadow: 1px 1px 3px  rgba(0,0,0,0.90);  
	-webkit-box-shadow: 1px 1px 3px  rgba(0,0,0,0.90);
}

header div.heading {
	width:100%;
	height:10px;
	background-color:#000000;
	color:#FFFFFF;
}
header div.heading h1 {
	display:none;
}

header div.logo {
	display:none;
}

header div.logo_sp{
	text-align:center;
}
header div.logo_sp span.logo img{
	height:50px;	
}
header div.logo_sp span.words img{
	width:200px;
}
header div.logo_sp span.tel img{
	width:300px;
}


header nav.navi {
	width:100%;
	background-color:#FFEC00;
}




/*  SLIM MENU
--------------------------------------------------*/

ul.slimmenu.collapsed li {
	padding:10px;
	border-bottom:#FFF solid 2px;
}

.collapse-button {
    color: #000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-size: 14px;
    text-align: center;
	background-color:#003476;
}



/*  FOOTER
--------------------------------------------------*/

#Footer {
	font-size: 0.7em;
	line-height: 1.6;
	background: rgba(0,0,0,0.90);
	color: #cccccc;
	clear: both;
}
#Footer {
	margin-top: 0px;
}
#FooterInner {
	margin: 0px auto;
	width: 100%;
	position: relative;
	padding: 10px 0px;
}
#Footer a {
	text-decoration: none;
	color: #cccccc;
}
#Footer a:hover {
	color: #FFFFFF;
	text-shadow: 2px 2px 3px #000;
}
#Footer #fNav ul {
	display:none;
}
#Footer #copyright {
	font-size:0.9em;
	position: absolute;
	right: 0;
	bottom:0;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Footer #pagetop {
	display:none;
}

div#FooterNavi{
	width:100%;
	position:fixed;
	bottom:0;
}

div#FooterNavi ul{
	list-style:none;
	margin:0;
	padding:0;
	background-color:rgba(0,0,0,0.90);
	text-align:center;
}

div#FooterNavi li{
	font-size:0.7em;
	display:inline-block;
	text-align:center;
	width:32%;
	padding:1em 0;
}

div#FooterNavi li i{
	font-size:2.0em;
	display:block;
}

div#FooterNavi a{
	color:#FFF;
	text-shadow: 2px 2px 3px rgba(0,0,0,1.00);
	text-decoration:none;
}



/*  SECTION
--------------------------------------------------*/

section{
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0;	
}



} /* SMPここまで */





/*  FONT
--------------------------------------------------*/

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?18821722');
  src: url('../font/fontello.eot?18821722#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?18821722') format('woff'),
       url('../font/fontello.ttf?18821722') format('truetype'),
       url('../font/fontello.svg?18821722#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?18821722#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-home:before { content: '\e800'; } /* '' */
.icon-chat:before { content: '\e801'; } /* '' */
.icon-calendar:before { content: '\e802'; } /* '' */
.icon-edit:before { content: '\e803'; } /* '' */
.icon-mobile:before { content: '\e804'; } /* '' */
.icon-mail-alt:before { content: '\e805'; } /* '' */
.icon-upload:before { content: '\e806'; } /* '' */
