@charset "UTF-8";

/*-----------------------------------------------------------------
contents-baseの代替ファイル
統一ファイルにする可能性
-----------------------------------------------------------------*/

*{
	overflow: visible;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	padding: 0;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1; /* for IE6/7 */
}

g text{ width: 30%;}

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

/*-----------------------------------------------------------------
汎用
-----------------------------------------------------------------*/
.pc_only {
    display: block
}
@media(max-width: 768px) {
    .pc_only {
        display:none
    }
}

.sp_only {
    display: none
}
@media(max-width: 768px) {
    .sp_only {
        display:block
    }
}
/*-----------------------------------------------------------------
以下共通項目#main
-----------------------------------------------------------------*/

#wrapper {
  width: 980px;
  margin: 0 auto 0;
  overflow: hidden ;
  text-align: left;
}

#wrapper a{
	display: inline-block;
	text-decoration: none;
}
/* driver article */
#driver_article #wrapper{
    font-size: 16px; /*em起点*/
    color: #555;
    padding: 0 20px;
    width: 1000px;
    margin: 0 auto 0;
    overflow: hidden;
    text-align: left;
    margin-top: 40px;
  }
  


#main {
/*  width: 640px;
  float:left;*/
}
.l_header_sp{
	display:none;
}

.l_footer_sp {
	display:none;
}

/* driver article */
#driver_article #main {
    width: 640px;
    float: left;
}
#driver_article #side {
    width: 300px;
    float: right;
    margin-left: 60px;
}
.contents-ttl {
    display: block;
    width: 638px;
    height: 46px;
    color: #555;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    text-indent: 46px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3), 0px 0px 0px 2px #fff inset;
}


/*-----------------------------------------------------------------
コンテンツクラス別設定
-----------------------------------------------------------------*/


/*-----------------------------------------------------------------
gotop gobottom　ボタン
-----------------------------------------------------------------*/
#side{ position: relative; }

p.gotop{
    position: fixed;
    right: 50px;
    bottom: 10px !important;
    z-index: 1 ;
}

p.gobottom{
    position: fixed;
    right: 120px;
    bottom: 10px;
    z-index: 1 ;
}

p.gotop a,
p.gobottom a{
    width: 58px;
    height: 57px;
    margin: 0 ;
    display: block;
}


