/* 印刷除外の設定
------------------------------------------------- */
@media print {
#header{display: none; !important;}
}


/* リンク設定
------------------------------------------------- */

a:link {
	color: #1D2088;
	text-decoration: none;
}


a:visited {
	color: #1D2088;
	text-decoration: underline;
}

a:hover {
	color: #fd1503;
    font-weight: bold;
	text-decoration: none;
}
.col_darkorange{
	color:#FF4B00;
}

/* ボディ
------------------------------------------------- */
body {
	text-align: center;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
}

/* トップへ戻る
------------------------------------------------- */
.page-top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1;
}

.page-top a {
    display: block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background: #fff;
    color: #0000CD;
    box-shadow: inset 0 2px 45px #000080;
    -moz-box-shadow: inset 0 2px 45px #000080;
    -webkit-box-shadow: inset 0 2px 45px #000080;
    -o-box-shadow: inset 0 2px 45px #000080;
    -ms-box-shadow: inset 0 2px 45px #000080;
    text-align: center;
    font-size: 40px;
    text-decoration: none;
    line-height: 70px;
}

.page-top a:hover {
    display: block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background: #fff;
    color: rgb(255, 153, 0);
    box-shadow: inset 0 2px 45px #ff9900;
    -moz-box-shadow: inset 0 2px 45px #000080;
    -webkit-box-shadow: inset 0 2px 45px rgb(255, 153, 0);
    -o-box-shadow: inset 0 2px 45px #000080;
    -ms-box-shadow: inset 0 2px 45px #000080;
    text-align: center;
    font-size: 40px;
    text-decoration: none;
    line-height: 70px;
}


/* ヘッダー
------------------------------------------------- */

#header {
	width: 100%;
	height: 70px;
	background-color: #FFF;
	margin: 0 auto;
	position: fixed;
	z-index: 1;
}

#header_nofixed {
    width: 100%;
    height: 70px;
    background-color: #FFF;
    margin: 0 auto;
    z-index: 1;
    position: relative!important;
}


#header_top{
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	position: relative;
}

#header_title h1 {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 8pt;
    font-weight: normal;
}
#header_search h2 {
    top: 10px;
    font-size: 8pt;
    /*color: gray;*/
    position: relative;
    font-weight: normal;
    margin-bottom: 3px;
}
#header_logo {
    width: 310px;
    padding: 10px 0px 0px 0px;
    float: left;
    min-width: 310px;
    max-height: 70px;
}

#header_title{
    float: left;
    width: 300px;
    font-size: 8pt;
    height: 65px;
    }

#header_title .btn {
    position: absolute;
    top: 30px;
    right: 10px;
}

#header_title .btn:hover{
    border-radius: 10px;
    box-shadow: 2px 2px 5px 0px #777;
    -moz-box-shadow: 2px 2px 5px 0px #777;
    -webkit-box-shadow: 2px 2px 5px 0px #777;
    -o-box-shadow: 2px 2px 5px 0px #777;
    -ms-box-shadow: 2px 2px 5px 0px #777;
}

#header_search {
    width: 370px;
    text-align: left;
    float: left;
    padding: 0px 0px 5px 15px;
}
#header_search .searchbtn {
	text-align: left;
    position: relative;
    top: 9px;
}

#header_search .form{
    position: relative;
}

#header_search .txt {
    line-height: 1.2;
    font-size: 12pt;
    text-indent: 3px;
    height: 23px;
    color: #000000;
    width: 250px;
    border-radius: 5px;
    text-shadow: 1px 1px 1px #ccc;
    background: url(../img/common/header/search.png) no-repeat 5px 5px;
    padding: 2px 2px 2px 20px;
}


/* ナビ
------------------------------------------------- */
#navi {
	width: 100%;
	height: 45px;
	background: url(../img/common/header/navi_bg.png) repeat-x;
	margin: 0 auto 10px auto;
}


#navi ul {
	width: 1000px;
	margin: 0 auto;
}


#dropnavi .navili{
    position: relative;
    width: 166px;
    padding-top: 10px;
    font-size: 11pt;
    height: 39px;
    color: #FFF;
    float: left;
    text-decoration: none;
    box-sizing: border-box;
    box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 1);
    -moz-box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 1);
    -webkit-box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 1);
    -o-box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 1);
    -ms-box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 1);
}

#navi ul li {
	float: left;
}

#dropnavi{
    width: 100%;
    background: url(../img/common/header/navi_bg.png) repeat-x;
    display: inline-block;
}

#dropnavi ul {
	width: 1000px;
	margin: 0 auto;
}

#dropnavi li a{
  display: block;
  margin: 0;
  color: #fff;
  font-size: 11pt;
  text-decoration: none;
}

#dropnavi .navili{
  display: block;
  margin: 0;
  color: #fff;
  font-size: 11pt;
  text-decoration: none;
}

#dropnavi .navili:hover > a{
    color: #FF9900;
    display: block;
    background-color: #fff;
    margin-top: -13px;
    padding-top: 13px;
    height: 30px;
    font-weight: bold;
    font-size: 12pt;
}

#dropnavi li ul{
    list-style: none;
    position: absolute;
    top: 45px;
    background-color: #fff;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 0 0 100px 3px;
}

#dropnavi li ul{
    width: 65%;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #777;   
    -moz-box-shadow: 0px 0px 10px 0px #777;
    -webkit-box-shadow: 0px 0px 10px 0px #777;
    -o-box-shadow: 0px 0px 10px 0px #777;
    -ms-box-shadow: 0px 0px 10px 0px #777;
}

#dropnavi li ul li{
  overflow: hidden;
  width: 210%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropnavi li ul li a{
	padding: 11px;
    background: #666;
    text-align: left;
    font-size: 10pt;
    background: linear-gradient(rgb(67, 135, 217), rgb(9, 80, 171));
    background: -webkit-linear-gradient(rgb(67, 135, 217), rgb(9, 80, 171));
    background: -moz-linear-gradient(rgb(67, 135, 217), rgb(9, 80, 171));
    background: -o-linear-gradient(rgb(67, 135, 217), rgb(9, 80, 171));
    background: -ms-linear-gradient(rgb(67, 135, 217), rgb(9, 80, 171));
}
#dropnavi li:hover > a{
    color: #FF9900;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 4px;
    box-shadow: inset 0px 0px 10px 0px #aaa;
    -moz-box-shadow: inset 0px 0px 10px 0px #aaa;
    -webkit-box-shadow: inset 0px 0px 10px 0px #aaa;
    -o-box-shadow: inset 0px 0px 10px 0px #aaa;
    -ms-box-shadow: inset 0px 0px 10px 0px #aaa;
    background: url(../img/common/side/localnavi_on_bg.jpg) no-repeat;
}

#dropnavi > li:hover > a{
  border-radius: 3px 3px 3px 3px;
}
#dropnavi li:hover ul li{
  overflow: visible;
  height: 35px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
#dropnavi li:hover ul li:first-child{
  border-top: 0;
}
#dropnavi li:hover ul li:last-child{
  border-bottom: 0;
}
#dropnavi li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

#dropnavi li ul.productchildlist{
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 46px;
    padding-bottom: 0px;
    left: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    width: 560px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 5px 5px 100px -3px #777;
    -moz-box-shadow: 5px 5px 100px -3px #777;
    -webkit-box-shadow: 5px 5px 100px -3px #777;
    -o-box-shadow: 5px 5px 100px -3px #777;
    -ms-box-shadow: 5px 5px 100px -3px #777;
    background: url(../img/common/header/productnav.png) no-repeat;
}

#dropnavi li ul.productchildlist >li{
    float: left;
    width: 225px;
    margin-left: 50px;
    background: linear-gradient(top, #fbfbfb 10%, #e4eefb 90%);
    background: -webkit-linear-gradient(top, #fbfbfb 10%, #e4eefb 90%);
    background: -moz-linear-gradient(top, #fbfbfb 10%, #e4eefb 90%);
    background: -o-linear-gradient(top, #fbfbfb 10%, #e4eefb 90%);
    background: -ms-linear-gradient(top, #fbfbfb 10%, #e4eefb 90%);
    border: none;
    border-radius: 5px;
    box-shadow: 0px 1px 0px 0px #ccc inset;
    -moz-box-shadow: 0px 1px 0px 0px #ccc inset;
    -webkit-box-shadow: 0px 1px 0px 0px #ccc inset;
    -o-box-shadow: 0px 1px 0px 0px #ccc inset;
    -ms-box-shadow: 0px 1px 0px 0px #ccc inset;
}
#dropnavi li ul.productchildlist >li a{
    color: #000;
    background: rgba(255, 255, 255, 0);
    text-align: left;
    font-size: 10pt;
}

#dropnavi li ul.productchildlist >li a:hover{
    color: #FF9900;
    font-weight: bold;
    width: 202px;
    text-indent: 0px;
    background: url(../img/common/side/localnavi_on_bg.jpg) no-repeat;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    box-shadow: inset 0px 0px 10px 0px #aaa;
    -moz-box-shadow: inset 0px 0px 10px 0px #aaa;
    -webkit-box-shadow: inset 0px 0px 10px 0px #aaa;
    -o-box-shadow: inset 0px 0px 10px 0px #aaa;
    -ms-box-shadow: inset 0px 0px 10px 0px #aaa;
}


/* ビジュアル・ページタイトル
------------------------------------------------- */

#contents .top_main {
	width: 1000px;
	float: left;
	text-align: center;
	padding-bottom: 20px;
}

#contents .product_main {
	width: 1000px;
	float: left;
	padding-bottom: 20px;
}
#contents .page_main{
    width: 1000px;
    float: left;
    padding-bottom: 20px;
}
#contents .top_recall{
	width: 230px;
	height: 323px;
	box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    -o-box-shadow: 0 0 5px #666;
    -ms-box-shadow: 0 0 5px #666;
	margin: 0px 5px 0px 5px;
	border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
	float: left;
}
#contents .top_recall a:hover {
	font-weight: bold;
	text-decoration: none;
    }

.imgovr:hover{
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}


#top_product_category
{
    width: 570px;
    height: 503px;
    float: left;
    border-radius: 5px;
    margin: 0px 5px 0px 5px;
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    -o-box-shadow: 0 0 5px #666;
    -ms-box-shadow: 0 0 5px #666;
    background: url(../img/top/top_product.png) no-repeat 10px 10px;
}

#top_side {
    width: 170px;
    height: 508px;
    float: left;
    margin: 0px 5px 0px 5px;
}

#top_side img {
	margin-bottom: 5px;
	width: 170px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: inset 0px 0px 10px 0px #aaa;
    -moz-box-shadow: inset 0px 0px 10px 0px #aaa;
    -webkit-box-shadow: inset 0px 0px 10px 0px #aaa;
    -o-box-shadow: inset 0px 0px 10px 0px #aaa;
    -ms-box-shadow: inset 0px 0px 10px 0px #aaa;
}
#top_side .imgdirect {
    margin-bottom: 10px;
    margin-top: 2px;
    width: 145px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    box-shadow: inset 0px 0px 10px 0px #aaa;
    -moz-box-shadow: inset 0px 0px 10px 0px #aaa;
    -webkit-box-shadow: inset 0px 0px 10px 0px #aaa;
    -o-box-shadow: inset 0px 0px 10px 0px #aaa;
    -ms-box-shadow: inset 0px 0px 10px 0px #aaa;
}
#top_side .spanwebshop{
    display: inline-block;
    font-size: 10pt;
    color: #777;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    text-shadow: 1px 1px 0 #ffffff;
}

#visual_reel {
	padding: 5px;
	background: #f9f9f9;
	margin: 0 auto 18px auto;
	box-shadow: 0 0 10px #666;
    -moz-box-shadow: 0 0 10px #666;
    -webkit-box-shadow: 0 0 10px #666;
    -o-box-shadow: 0 0 10px #666;
    -ms-box-shadow: 0 0 10px #666;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
	clear: both;
}

#visual_reel span{
    font-size: 11pt;
    position: absolute;
	text-align: center;
    text-decoration: none;
    color: #818181;
}
#recall {
	width: 810px;
	margin: 0 auto 18px auto;
	position: relative;
}
#pageTitle {
	margin-bottom: 10px;
}

/* コンテンツ
------------------------------------------------- */
#contents {
    width: 1000px;
    margin: 0 auto;
    background: #FFF;
    text-align: left;
    padding-top: 130px;
}

.top_div {
    width: 950px;
    -webkit-margin-start: 20px;
    margin-bottom: 30px;
}

.recruit_end {
    margin-left: 15px !important;
    font-size: 15px;
    color: #0C9EFF;
}


#support_SSL_contents {
	width: 800px;
	margin: 0 auto;
	background: #FFF;
	text-align: left;
}
#support_SSL_contents  p{
	margin:40px;
	font-size: 120%;
	font-weight: bold;
	}
#support_SSL_contents  p{
	margin:40px;
	font-size: 120%;
	font-weight: bold;
	}


	
#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* パンくずリスト */
#bread {
	margin-bottom: 10px;
	font-size: 11px;
	padding: 3px 0 0 10px;
}

#bread li {
	margin-right: 5px;
	display: inline;
}

#bread li a {
	text-decoration: none;
	color: #333;
}

#bread li a:hover {
	text-decoration: underline;
}

/* メイン
------------------------------------------------- */

#main {
	width: 750px;
	float: right;
}

#mainleft {
	width: 750px;
	float: left;
}
#main_nofixed {
    width: 750px;
    float: left;
    margin-top: -130px;
}
#mainright {
	width: 750px;
	float: right;
}

/* メインコンテンツの共通設定
------------------------------------------------- */

/* 左寄せリンク */

.linkLeft {
	text-align: left;
}

.linkLeft a {
    padding-left: 40px;
    background: url(../img/common/parts/icon_01.gif) 20px 4px no-repeat;
}


/* 右寄せリンク */

.linkRight {
	text-align: right;
	margin-right: 10px;
}

.linkRight a {
	padding-left: 23px;
	background: url(../img/common/parts/icon_01.gif) 0 center no-repeat;
}

/* PDFリンク */

div.pdf {
	text-align: left;
	margin: 0 0 5px 0px;
	padding: 3px 0px 3px 23px;
	background: url(../img/common/parts/icon_pdf.gif) 0px no-repeat;
}

div.pdf_r {
	padding: 3px 0px 3px 23px;
	float: right;
	background: url(../img/common/parts/icon_pdf.gif) 0px no-repeat;
}
div.pdfn{
    text-align: left;
    text-indent: 65px;
    /* margin: 10px; */
    padding: 20px 10px;
    background: url(../img/common/parts/icon_pdf2.png)0px no-repeat;
    border-top: 2px ridge #ff0000;
    /* background-position: -10px -10px; */
}


/* ページトップボタン */

.pageTop {
	margin: 0 10px 20px 0;
	text-align: right;
}

/* 見出し
------------------------------------------------- */

h2 {
	margin-bottom: 20px;
}

h2.h2_01 {
	width: 750px;
    line-height: 34px;
    margin-bottom: 20px;
    background: url(../img/common/main/h2_bg.gif) no-repeat;
    color: #FFF;
    text-indent: 30px;
}

h2.h2_02 {
	width: 750px;
	line-height: 34px;
	margin-bottom: 20px;
	background: url(../img/common/main/h3_bg.gif) no-repeat;
	color: #FFF;
	text-indent: 30px;
	font-size: 15px;
}


h2.h2_03 { 
 width: 750px;
  line-height: 34px;
  /*margin-bottom: 20px;*/
  background: url(../img/common/main/h2_bg.gif) no-repeat;
  color: #FFF;
  text-indent: 20px;
  margin-top: 30px;
  }

h2.h2_022 {
width: 748px;
    line-height: 40px;
    text-shadow: 1px 1px 0 #975d0c;
    margin-bottom: 0px;
    /* background: url(../img/common/main/h3_bg1.png) no-repeat; */
    /* box-shadow: 0px 2px 3px #975d0c; */
    color: #FFF;
    background: -webkit-linear-gradient(right, #fbfbfb 20%, #ff9900 80%);
    background: -moz-linear-gradient(right, #fbfbfb 20%, #ff9900 80%);
    background: -o-linear-gradient(right, #fbfbfb 20%, #ff9900 80%);
    background: -ms-linear-gradient(right, #fbfbfb 20%, #ff9900 80%);
    font-size: 15px;
    text-indent: 15px;
    vertical-align: middle! important;
    display: inline-block;
}

h2.h2_04{
    width: 940px;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    border-left: #ff8a00 4px solid;
    border-bottom: #cccccc 1px solid;
    color: #333333;
    line-height: 30px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 35px;
}

h2.h2_05{
    margin-left: 20px;
    margin-top: 10px;
    background: #ff9900;
    color: #fff;
    font-size: 115%;
    padding: 3px 10px 2px;
    position: relative;
    text-shadow: 1px 1px 0 #333;
}

h2.h2_06 {
    margin-left: 20px;
    text-indent: 10px;
    width: 95%;
    margin-top: 20px;
    color: #fff;
    font-size: 115%;
    padding: 3px 10px 2px;
    position: relative;
    background: #5bc0de;
    text-shadow: 1px 1px 0 #333;
}

h2.h2_07 {
margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #256522;
    font-size: 1.1em;
}

h2.h2_08 {
    line-height: 42px;
    text-indent: 50px;
    background: url(../img/support/btbt.png) no-repeat 0px 0px;
    background-size: 40px 40px;
    color: #256522;
}

#socialpolicy .con{
    margin-right: 60px;
    margin-left: 60px;
    margin-bottom: 30px;
    margin-top: 30px;
}

h2.h2_05:before,.h2_06:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 8px 0;
    border-color: transparent #c66e07 transparent transparent;
}

h2.h2_06:before {
      border-color: transparent #305d6a transparent transparent;  
}

h2.h2_06::after {
    content: "";
    top: -8px;
    right: 0;
    border-top: 8px solid transparent;
    border-left: 13px solid #305d6a;
    position: absolute;
    z-index: 100;
}

h3 {
	margin-bottom: 20px;
}

h3.h3_01 {
	width: 750px;
	line-height: 34px;
	margin-bottom: 20px;
	background: url(../img/common/main/h3_bg.gif) no-repeat;
	color: #FFF;
	text-indent: 30px;
	font-size: 15px;
}

h3.h3_01 {
    width: 1000px;
    color: #222;
    line-height: 44px;
    margin-bottom: 10px;
    background: url(../img/common/main/h3_bg_1.gif) no-repeat;
    text-indent: 30px;
    font-size: 15px;
}


h3.h3_02 {
	width: 750px;
	line-height: 32px;
	margin-bottom: 20px;
	background: url(../img/common/main/h4_bg_2.gif) no-repeat;
	text-indent: 30px;
}
h3.h3_03 {
	line-height: 44px;
	margin-bottom: 10px;
	background: url(../img/common/main/h3_bg_3.gif) no-repeat  0px 1px;;
	text-indent: 30px;
	font-size: 12pt;
}
h3.h3_04 {
	width: 750px;
	height: 22px;
	_height: 32px;
	margin-bottom: 20px;
	background: #F5F5F5;
	border: 1px solid #C8C8C8;
	border-bottom: 4px solid #999;
	text-indent: 45px;
	padding: 6px 0 0 0;
}
h3.h3_05 {
	width: 750px;
	line-height: 35px;
	margin-bottom: 20px;
	background: url(../img/common/main/h3_bg_4.gif) no-repeat;
	text-indent: 20px;
	color: #FFF;
	font-size: 15px;
}
h3.h3_06 {
	width: 750px;
	line-height: 35px;
	margin-bottom: 20px;
	background: url(../img/common/main/h3_bg_6.gif) no-repeat;
	text-indent: 20px;
	color: #FFF;
	font-size: 15px;
}
h3.h3_07 {
	width: 750px;
	line-height: 35px;
	margin-bottom: 20px;
	background: url(../img/common/main/h3_bg_7.gif) no-repeat;
	text-indent: 20px;
	color: #FFF;
	font-size: 15px;
}

h4.h4_01 {
	width: 750px;
	line-height: 30px;
	margin-bottom: 20px;
	background: url(../img/common/main/h4_bg.gif) no-repeat;
	text-indent: 10px;
	font-size: 15px;
}
h4.h4_02 {
	width: 750px;
	line-height: 28px;
	margin-bottom: 20px;
	background: url(../img/common/main/h4_bg_2.gif) no-repeat;
	text-indent: 30px;
	font-size: 15px;
}
h4.h4_03 {
	width: 360px;
	line-height: 28px;
	margin-bottom: 20px;
	background: url(../img/common/main/h4_bg_3.gif) no-repeat;
	text-indent: 30px;
	font-size: 14px;
}
h4.h4_04 {
	width: 750px;
	line-height: 30px;
	margin-bottom: 20px;
	background: url(../img/common/main/h4_bg_4.gif) no-repeat;
	text-indent: 40px;
	font-size: 15px;
}
h4.h4_05 {
	width: 750px;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 35px;
	background: url(../img/common/main/h4_bg_4.gif) no-repeat;
	text-indent: 40px;
	font-size: 15px;
}

/* サイド
------------------------------------------------- */
#side {
	width: 230px;
	float: left;
}

#side .sbar{
    width: 230px;
    height: 22px;
    color: #fff;
    font-size: 11pt;
    background: url(../img/common/side/sbar.png) no-repeat;
    text-indent: 33px;
    padding-top: 3px;
}

#sideshort {
	width: 150px;
	float: left;
}
#side .search {
	width: 218px;
	_width: 230px;
	height: 105px;
	_height: 130px;
	background: #F0F0F0;
	border: 1px solid #CCC;
	padding: 8px 0 0 10px;
	margin-bottom: 20px;
}
#side .search img.txt_1 {
	margin-bottom: 4px;
}
#side .search input.txt {
	height: 20px;
	margin-bottom: 5px;
	text-align: left;
	width: 200px;
}
#side .search input.btn {
	text-align: center;
}
#side .search p.sample {
	font-size: 11px;
	color: #999;
	margin-bottom: 3px;
	text-align: left;
}

#side ul{
border-bottom-color: #ff9900;
border-bottom-style: ridge;
}

#side .productbar{
	width: 230px;
	background: url(../img/common/side/productsidebarbg.png) no-repeat;
    /* background-color: #f1f1f1; */

}

#side ul.product {
	border-bottom-color: #ff9900;
	border-bottom-style: ridge;
	padding-left: 44px;
}

#side ul.product li a{
    background: linear-gradient(top, #fbfbfb 10%, #e4eefb 90%);
    background: -webkit-linear-gradient(top, #fbfbfb 10%, #e4eefb 90%);
    background: -moz-linear-gradient(top, #fbfbfb 10%, #e4eefb 90%);
    background: -o-linear-gradient(top, #fbfbfb 10%, #e4eefb 90%);
    background: -ms-linear-gradient(top, #fbfbfb 10%, #e4eefb 90%);
    display: block;
    line-height: 30px;
    padding-left: 15px;
    color: #333;
    text-shadow: 1px 1px 0 #ffffff;
    box-shadow: 0px 0px 1px #777 inset;
    -moz-box-shadow: 0px 0px 1px #777 inset;
    -webkit-box-shadow: 0px 0px 1px #777 inset;
    -o-box-shadow: 0px 0px 1px #777 inset;
    -ms-box-shadow: 0px 0px 1px #777 inset;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

#side ul.product li a:hover{
	background: url(../img/common/side/localnavi_on_bg_product.png) no-repeat;
	color: #FF9900;
	font-weight: bold;
	padding-left: 10px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 2px 2px 5px 0px #444;
    -moz-box-shadow: 2px 2px 5px 0px #444;
    -webkit-box-shadow: 2px 2px 5px 0px #444;
    -o-box-shadow: 2px 2px 5px 0px #444;
    -ms-box-shadow: 2px 2px 5px 0px #444;
}



#side ul.support li a,#side ul.info li a,#side ul.company li a,#side ul.recruit li a {
    background: url(../img/common/side/localnavi_bg.jpg) no-repeat;
    display: block;
    line-height: 35px;
    padding-left: 35px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: inset 0px 0px 10px 0px #f8f8f8;
    -moz-box-shadow: inset 0px 0px 10px 0px #f8f8f8;
    -webkit-box-shadow: inset 0px 0px 10px 0px #f8f8f8;
    -o-box-shadow: inset 0px 0px 10px 0px #f8f8f8;
    -ms-box-shadow: inset 0px 0px 10px 0px #f8f8f8;
}
#side ul.support li a:hover,#side ul.info li a:hover,#side ul.company li a:hover,#side ul.recruit li a:hover {
	background: url(../img/common/side/localnavi_on_bg.jpg) no-repeat;
	background-size: 230px;
	color: #FF9900;
	font-weight: bold;
    box-shadow: 2px 2px 5px 0px #444;
    -moz-box-shadow: 2px 2px 5px 0px #444;
    -webkit-box-shadow: 2px 2px 5px 0px #444;
    -o-box-shadow: 2px 2px 5px 0px #444;
    -ms-box-shadow: 2px 2px 5px 0px #444;
}

#sidediv {
    padding: 10px;
    width: 210px;
    margin-top: 30px;
	margin-bottom: 30px;
    color: #999;
    background: rgba(231, 231, 231, 0.31);
    box-shadow: 0 0 10px #ddd inset;
    -moz-box-shadow: 0 0 10px #ddd inset;
    -webkit-box-shadow: 0 0 10px #ddd inset;
    -o-box-shadow: 0 0 10px #ddd inset;
    -ms-box-shadow: 0 0 10px #ddd inset;
    font-weight: bold;
	padding-bottom: 30px;
	padding-top:30px;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}

#sidediv a:hover{
    color: #FF9900;
}

#sidediv a{
    color: #666;
}
#sidediv p.tit{
    color: #666;
    font-size: 13pt;
    border-bottom: 1px dotted #A6A0A0;
    padding: 2px 2px 2px 5px;
}
#sidediv p.tel {
	font-size:13pt;
	padding-top: 5px;
}
#sidediv p.detl {
    font-size: 7pt;
	text-align: center;
}
#sidediv p.detll {
    font-size: 11pt;
	text-align: center;
}

#sidediv p.dettl {
    font-size: 8pt;
    padding-top: 10px;
    padding-bottom: 10px;
}

#sidediv p.tels {
    font-size: 11pt;
	text-align: center;
}
#sidediv p.mal {
    font-size: 10pt;
}

#sidediv p.fax {
	padding-top: 5px;
    margin-left: 5px;
    font-size: 13pt;
}

#sidediv p.miscall {
    font-size: 8pt;
    text-align: left;
	background-color: rgba(243, 230, 211, 0.49);
    color: #8d8989;
    padding-left: 6px;
    padding-right: 12px;
    padding-top: 10px;
    margin-top: 10px;
}

#sidediv p.uketukeinfo {
    font-size: 8pt;
    text-align: left;
    background-color: rgba(243, 230, 211, 0.49);
    color: #333;
    padding: 5px 5px 5px 5px;
    border: 1px #ff8a00 solid;
    box-shadow: 1px 1px 1px 1px #ddd;
    -moz-box-shadow: 1px 1px 1px 1px #ddd;
    -webkit-box-shadow: 1px 1px 1px 1px #ddd;
    -o-box-shadow: 1px 1px 1px 1px #ddd;
    -ms-box-shadow: 1px 1px 1px 1px #ddd;
    margin: 5px 5px 2px 2px;
}


#side ul.products {
	margin-bottom: 50px;
}
#side ul.products li a {
    display: block;
    width: 170px;
    line-height: 38px;
    padding-left: 60px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
#side ul.products li a:hover {
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_01 a {
	background: url(../img/common/side/s_bg_01.jpg) no-repeat;
}
#side ul.products li.menu_01 a:hover {
	background: url(../img/common/side/s_bg_01_on.jpg) no-repeat;
}
#side ul.products li.menu_01 a.current {
	background: url(../img/common/side/s_bg_01_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_02 a {
	background: url(../img/common/side/s_bg_02.jpg) no-repeat;
}
#side ul.products li.menu_02 a:hover {
	background: url(../img/common/side/s_bg_02_on.jpg) no-repeat;
}
#side ul.products li.menu_02 a.current {
	background: url(../img/common/side/s_bg_02_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_03 a {
	background: url(../img/common/side/s_bg_03.jpg) no-repeat;
}
#side ul.products li.menu_03 a:hover {
	background: url(../img/common/side/s_bg_03_on.jpg) no-repeat;
}
#side ul.products li.menu_03 a.current {
	background: url(../img/common/side/s_bg_03_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}


#side ul.products li.menu_04 a {
	background: url(../img/common/side/s_bg_04.jpg) no-repeat;
}
#side ul.products li.menu_04 a:hover {
	background: url(../img/common/side/s_bg_04_on.jpg) no-repeat;
}
#side ul.products li.menu_04 a.current {
	background: url(../img/common/side/s_bg_04_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_05 a {
	background: url(../img/common/side/s_bg_05.jpg) no-repeat;
}
#side ul.products li.menu_05 a:hover {
	background: url(../img/common/side/s_bg_05_on.jpg) no-repeat;
}
#side ul.products li.menu_05 a.current {
	background: url(../img/common/side/s_bg_05_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_06 a {
	background: url(../img/common/side/s_bg_06.jpg) no-repeat;
}
#side ul.products li.menu_06 a:hover {
	background: url(../img/common/side/s_bg_06_on.jpg) no-repeat;
}
#side ul.products li.menu_06 a.current {
	background: url(../img/common/side/s_bg_06_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_07 a {
	background: url(../img/common/side/s_bg_07.jpg) no-repeat;
}
#side ul.products li.menu_07 a:hover {
	background: url(../img/common/side/s_bg_07_on.jpg) no-repeat;
}
#side ul.products li.menu_07 a.current {
	background: url(../img/common/side/s_bg_07_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}


#side ul.products li.menu_08 a {
	background: url(../img/common/side/s_bg_08.jpg) no-repeat;
}
#side ul.products li.menu_08 a:hover {
	background: url(../img/common/side/s_bg_08_on.jpg) no-repeat;
}
#side ul.products li.menu_08 a.current {
	background: url(../img/common/side/s_bg_08_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_09 a {
	background: url(../img/common/side/s_bg_09.jpg) no-repeat;
}
#side ul.products li.menu_09 a:hover {
	background: url(../img/common/side/s_bg_09_on.jpg) no-repeat;
}
#side ul.products li.menu_09 a.current {
	background: url(../img/common/side/s_bg_09_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_10 a {
	background: url(../img/common/side/s_bg_10.jpg) no-repeat;
}
#side ul.products li.menu_10 a:hover {
	background: url(../img/common/side/s_bg_10_on.jpg) no-repeat;
}
#side ul.products li.menu_10 a.current {
	background: url(../img/common/side/s_bg_10_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_11 a {
	background: url(../img/common/side/s_bg_11.jpg) no-repeat;
}
#side ul.products li.menu_11 a:hover {
	background: url(../img/common/side/s_bg_11_on.jpg) no-repeat;
}
#side ul.products li.menu_11 a.current {
	background: url(../img/common/side/s_bg_11_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_12 a {
	background: url(../img/common/side/s_bg_12.jpg) no-repeat;
}
#side ul.products li.menu_12 a:hover {
	background: url(../img/common/side/s_bg_12_on.jpg) no-repeat;
}
#side ul.products li.menu_12 a.current {
	background: url(../img/common/side/s_bg_12_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_13 a {
	background: url(../img/common/side/s_bg_13.jpg) no-repeat;
}
#side ul.products li.menu_13 a:hover {
	background: url(../img/common/side/s_bg_13_on.jpg) no-repeat;
}
#side ul.products li.menu_13 a.current {
	background: url(../img/common/side/s_bg_13_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_14 a {
	background: url(../img/common/side/s_bg_14.jpg) no-repeat;
}
#side ul.products li.menu_14 a:hover {
	background: url(../img/common/side/s_bg_14_on.jpg) no-repeat;
}
#side ul.products li.menu_14 a.current {
	background: url(../img/common/side/s_bg_14_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_15 a {
	background: url(../img/common/side/s_bg_15.jpg) no-repeat;
}
#side ul.products li.menu_15 a:hover {
	background: url(../img/common/side/s_bg_15_on.jpg) no-repeat;
}
#side ul.products li.menu_15 a.current {
	background: url(../img/common/side/s_bg_15_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_16 a {
	background: url(../img/common/side/s_bg_16.jpg) no-repeat;
}
#side ul.products li.menu_16 a:hover {
	background: url(../img/common/side/s_bg_16_on.jpg) no-repeat;
}
#side ul.products li.menu_16 a.current {
	background: url(../img/common/side/s_bg_16_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_17 a {
	background: url(../img/common/side/s_bg_17.jpg) no-repeat;
}
#side ul.products li.menu_17 a:hover {
	background: url(../img/common/side/s_bg_17_on.jpg) no-repeat;
}
#side ul.products li.menu_17 a.current {
	background: url(../img/common/side/s_bg_17_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_18 a {
	background: url(../img/common/side/s_bg_18.jpg) no-repeat;
}
#side ul.products li.menu_18 a:hover {
	background: url(../img/common/side/s_bg_18_on.jpg) no-repeat;
}
#side ul.products li.menu_18 a.current {
	background: url(../img/common/side/s_bg_18_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_19 a {
	background: url(../img/common/side/s_bg_19.jpg) no-repeat;
}
#side ul.products li.menu_19 a:hover {
	background: url(../img/common/side/s_bg_19_on.jpg) no-repeat;
}
#side ul.products li.menu_19 a.current {
	background: url(../img/common/side/s_bg_19_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_20 a {
	background: url(../img/common/side/s_bg_20.jpg) no-repeat;
}
#side ul.products li.menu_20 a:hover {
	background: url(../img/common/side/s_bg_20_on.jpg) no-repeat;
}
#side ul.products li.menu_20 a.current {
	background: url(../img/common/side/s_bg_20_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_21 a {
	background: url(../img/common/side/s_bg_21.jpg) no-repeat;
}
#side ul.products li.menu_21 a:hover {
	background: url(../img/common/side/s_bg_21_on.jpg) no-repeat;
}
#side ul.products li.menu_21 a.current {
	background: url(../img/common/side/s_bg_21_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_22 a {
	background: url(../img/common/side/s_bg_22.jpg) no-repeat;
}
#side ul.products li.menu_22 a:hover {
	background: url(../img/common/side/s_bg_22_on.jpg) no-repeat;
}
#side ul.products li.menu_22 a.current {
	background: url(../img/common/side/s_bg_22_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_23 a {
	background: url(../img/common/side/s_bg_23.jpg) no-repeat;
}
#side ul.products li.menu_23 a:hover {
	background: url(../img/common/side/s_bg_23_on.jpg) no-repeat;
}
#side ul.products li.menu_23 a.current {
	background: url(../img/common/side/s_bg_23_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_24 a {
	background: url(../img/common/side/s_bg_24.jpg) no-repeat;
}
#side ul.products li.menu_24 a:hover {
	background: url(../img/common/side/s_bg_24_on.jpg) no-repeat;
}
#side ul.products li.menu_24 a.current {
	background: url(../img/common/side/s_bg_24_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}

#side ul.products li.menu_25 a {
	background: url(../img/common/side/s_bg_25.jpg) no-repeat;
}
#side ul.products li.menu_25 a:hover {
	background: url(../img/common/side/s_bg_25_on.jpg) no-repeat;
}
#side ul.products li.menu_25 a.current {
	background: url(../img/common/side/s_bg_25_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}
#side ul.products li.menu_26 a {
	background: url(../img/common/side/s_bg_26.jpg) no-repeat;
}
#side ul.products li.menu_26 a:hover {
	background: url(../img/common/side/s_bg_26_on.jpg) no-repeat;
}
#side ul.products li.menu_26 a.current {
	background: url(../img/common/side/s_bg_26_on.jpg) no-repeat;
	color: #FF9900;
	font-weight: bold;
}



/* お問い合わせ
------------------------------------------------- */
#inqArea {
	width: 1000px;
	margin: 15px auto;
}
#inqArea img.ttl {
	/*margin: 0 0 0 2px;*/
}
#inqArea .bg {
	width: 1000px;
	height: 221px;
	background: url(../img/common/main/inq_bg.gif) no-repeat;
	position: relative;
}
#inqArea .bg img.ttl_1 {
	position: absolute;
	top: 17px;
	left: 23px;
}
#inqArea .bg img.tel_1 {
	position: absolute;
	top: 55px;
	left: 34px;
}
#inqArea .bg img.time_1 {
	position: absolute;
	top: 93px;
	left: 34px;
}
#inqArea .bg img.fax_1 {
	position: absolute;
	top: 140px;
	left: 34px;
}
#inqArea .bg img.ttl_2 {
	position: absolute;
	top: 17px;
	left: 294px;
}
#inqArea .bg img.tel_2 {
	position: absolute;
	top: 55px;
	left: 300px;
}
#inqArea .bg img.time_2 {
	position: absolute;
	top: 93px;
	left: 294px;
}
#inqArea .bg img.btn {
	position: absolute;
	top: 150px;
	left: 28px;
}

#inqArea .bg img.miscall{
	position: absolute;
	top: 140px;
    left: 355px;
}

#inqArea .bg img.spt {
	position: absolute;
	top: 5px;
	left: 820px;
}

/* フッター
------------------------------------------------- */
#footer{
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    min-width: 1000px;
    /* border-top: 5px solid #102f86; */
}

#footer .load:hover{
width: 110px;
height: 49px;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -ms-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
    0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
    0% {-ms-transform: rotate(0deg);}
    100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
    0% {-o-transform: rotate(0deg);}
    100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}


#footer .sitemap{
	/* width: 100%; */
    /* margin: 0 auto; */
    background: linear-gradient(top, #eef5fe 10%, #fff 90%);
    background: -webkit-linear-gradient(top, #eef5fe 10%, #fff 90%);
    background: -moz-linear-gradient(top, #eef5fe 10%, #fbfbfb 90%);
    background: -o-linear-gradient(top, #eef5fe 10%, #fbfbfb 90%);
    background: -ms-linear-gradient(top, #eef5fe 10%, #fbfbfb 90%);
    margin-top: -17px;
    padding: 50px 0px 20px 0px;
    min-width: 1000px;
}
#footer .sitenavi{
    width: 1000px;
    margin: 0 auto 10px auto;
    list-style-type: none;
    padding: 0;
    text-align: left;
    height: 250px;
}
#footer .footercategory{
	float: left;
	font-size: 10pt;
    color: #888;
    font-weight: bold;
    margin-bottom: 10px;
}

#footer .footerleft{
    width: 800px;
    float: left;
    padding-left: 10px;
}
#footer .footerright{
    width: 240px;
    float: left;
    margin-left: -60px;
    font-size: 8pt;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
}
#footer .footercategory a{
    color: #555;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
}
#footer .footerprouct{
	font-size: 8pt;
	font-weight: normal;
	width:320px;
}
#footer .footerinfo,#footer .footersupport{
	font-size: 8pt;
	width:160px;
	font-weight: normal;
	height:180px;
}
#footer .footercompany,#footer .footerrecruit{
	font-size: 8pt;
    width: 160px;
    font-weight: normal;
    height:90px;
}

#footer .cat-item{
    width: 155px;
    float: left;
    margin-left: 3px;
    text-indent: 7px;
    background: url(../img/common/parts/icon_03.png) no-repeat 0px 5px;
    background-size: 5px 5px;
}
#footer .cat-item a{
    color: #888;
    text-decoration: none;
}
#footer a:hover{
    color: #FF9900;
    font-weight: normal;
}

#footer .footertit{
    background: url(../img/common/side/s_heart.gif) no-repeat 0px 3px;
    background-size: 18px 18px;
    color: #555;
    font-weight: bold;
    font-size: 10pt;
    text-indent: 22px;
}
#footer .footertit2{
    background: url(../img/common/side/s_tool.gif) no-repeat 0px 1px;
    background-size: 19px 20px;
}
#footer .tel{
    background: url(../img/common/side/s_tel.gif) no-repeat 0px 0px;
    background-size: 18px 18px;
    font-weight: normal;
    color: #888;
}

#footer .mal{
    background: url(../img/common/side/s_mail.gif) no-repeat 0px 2px;
    background-size: 20px 17px;
    font-weight: normal;
    margin-bottom: 10px;
}

#footer .syousai{
    color: #888;
    font-size: 8pt;
    margin-left: 22px;
}

#footer .fax{
    background: url(../img/common/side/s_fax.gif) no-repeat 0px 3px;
    background-size: 18px 16px;
    margin-top: -4px;
    font-weight: normal;
}

#footer .specillink{
    /*width: 1000px;*/
    margin: 0 auto 10px auto;
    list-style-type: none;
    text-align: left;
    color: #888;
    font-size: 8pt;
    border-top: 1px dotted #999;
    padding: 20px 20px 60px 80px;
    max-width: 1000px;
}	
	
#footer .footerbar{
    /*width: 100%;*/
    height: 40px;
    margin: 0 auto;
    text-align: center;
    background: url(../img/common/footer/f_bg.jpg) repeat-x;
    box-shadow: 1px 1px 3px 3px #777;
    -moz-box-shadow: 1px 1px 3px 3px #777;
    -webkit-box-shadow: 1px 1px 3px 3px #777;
    -o-box-shadow: 1px 1px 3px 3px #777;
    -ms-box-shadow: 1px 1px 3px 3px #777;
    min-width: 1000px;
}
#footer .footbararea{
	width: 1000px;
    margin: 0 auto;
}

#footer .footercoyright{
    color: #fff;
    font-size: 8pt;
    float: left;
    padding-top: 15px;
    width: 390px;
}

#footer .footerprivacy{
    color: #fff;
    font-size: 8pt;
    float: right;
    padding-top: 15px;
    padding-right: 20px;
}
#footer .footerprivacy a{
    color: #ddd;
    padding-top: 15px;
    font-size: 8pt;
    padding-top: 15px;
}

#footer .footerprivacy a:hover,#footer .specillink a:hover{
	text-decoration: none;
    color: #FF9900;
}

#footer .footerprivacy li,#footer .specillink li{
	float:left;
	text-indent: 10px;
	background: url(../img/common/parts/icon_02.jpg) no-repeat 0px 5px;
	background-size: 6px 6px;
	padding-right: 30px;
}

#footer .specillink a{
    color: #555;
    text-decoration: none;
}
