@charset "utf-8";
/*
Theme Name: kobayashi paneo temp
Theme URI: http://www.sugano.co.jp
Description: 小林精機パネオ
Author: sgn
Version: 1.0 2013-04-10
*/


/* -------------------------------- */
/* site layout css                  */
/* -------------------------------- */

/*-------------*/
/* Common      */
/*-------------*/
body{
margin                                         : 0px;
padding                                        : 0px;
border                                         : 0px none;
outline                                        : 0px none;
font-family                                    : Shin Go ExLight;
font-size                                      : 1em;
vertical-align                                 : baseline;
background                                     : none repeat scroll 0% 0% transparent;
line-height:1.0;
}

p{
text-align                                     : justify;
text-justify                                   : inter-ideograph;
}

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

/*-------------*/
/* Layout      */
/*-------------*/
div#contents {
  overflow: hidden;
  *zoom: 1;
}

/*-------------*/
/* BACK to TOP */
/*-------------*/
#back-top {
position                                       : fixed;
bottom                                         : 24px;
right                                          : 12px;
font-size:70%;
}

#back-top a {
width                                          : 48px;
display                                        : block;
text-align                                     : center;
font                                           :  Arial, Helvetica, sans-serif;
text-transform                                 : uppercase;
text-decoration                                : none;
color                                          : #000;
-webkit-transition                             : 1s;
-moz-transition                                : 1s;
transition                                     : 1s;
opacity                                        : .8;
}

#back-top a                                    : hover {
opacity                                        : .9;
}

#back-top span {
width                                          : 48px;
height                                         : 48px;
display                                        : block;
margin-bottom                                  : 7px;
opacity                                        : .5;
}

#back-top a                                    : hover span {
opacity                                        : .8;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-bottom: 0;
}

#container a:hover.rollover {
	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	background: #fff;
}
