﻿@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
/*font: 12px "メイリオ","Meiryo","ヒラギノ角ゴ","Hiragino Mincho Pro","HG正楷書体","ＭＳ Ｐゴシック","MS Gothic";*/
font-size:12px;
font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
color:#535353;
min-width: 1060px;
}



/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#222;
font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}

a:hover, a:active{
outline: none;
color:#111;
}

a img:hover{opacity:.8;}


/**** Clearfix ****/
nav#mainNav ul:after, nav#mainNav .inner:after, .newsTitle:after, .post:after,.inner:after,ul.news:after{content:""; display: table;clear:both;}
nav#mainNav ul,.newsTitle, .post, nav#mainNav .inner,ul.news{zoom: 1;}



p.readon a{
vertical-align:top;
padding:0 10px;
background: #222;
background: -moz-linear-gradient(top, #111 0%, #222 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111), color-stop(100%,#222));
background: -webkit-linear-gradient(top, #111 0%,#222 100%);
background: -o-linear-gradient(top, #111 0%,#222 100%);
background: linear-gradient(to bottom, #111 0%,#222 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111', endColorstr='#222',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:28px;
height:28px;
font-size:120%;
color:#fff;
font-weight:bold;
}

p.readon a:hover{
background: #222;
background: -moz-linear-gradient(top, #222 0%, #111 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(100%,#111));
background: -webkit-linear-gradient(top, #222 0%,#111 100%);
background: -o-linear-gradient(top, #222 0%,#111 100%);
background: linear-gradient(to bottom, #222 0%,#111 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#111',GradientType=0 );
cursor:pointer;
}

/* レイアウト
------------------------------------------------------------*/
#wrapper,.inner{
margin:0 auto;
width:980px;
overflow: hidden;
}

#content{
float:left;
width:728px;
padding:30px 0 30px;
}

#toppage #content{
width:100%;
}

#sidebar{
float:right;
width:200px;
padding:30px 0 50px;
}


#footer{
clear:both;
} 


/* ヘッダー
*****************************************************/
.bg{
background:#eee;border-bottom:1px solid #d7d7d7;
}


/* サイト説明文
----------------------------------*/
#header h1{
    color: #595959;
    font-size: 12px;
    margin: 0 auto;
    padding: 3px 0 1px;
    width: 980px;
}

#header .infotop p{
    margin-top: 22px !important;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:25px 0 0 0px;
color: #515151;
font-size:160%;
font-weight:bold;
}

#header .infotop p{
    margin-top: 22px;
}

/* インフォメーション
----------------------------------*/

.clear {
	clear:both;
        ,margin:0;　/*floatの解除、ここがポイント*/
}
/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
line-height:0;
text-align:center;
z-index:0;
margin-bottom: 10px;
}

#mainImg img{
border: 1px solid #ccc;
}

#mainImg img.noborder{
border:none;
}

.post{
margin:0 0 20px 0;
}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}

.pankuzu {
width:90%;
margin:0 0 20px 5px;
font-size: 12px;
}

.pankuzu a {
text-decoration: underline;
color:#000099;
}



/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #e4e4e4;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/

.dateLabel{
text-align:right;
font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
/*font-family:Georgia, "Times New Roman", Times, serif;*/
}

.post p{
padding-bottom:15px;
font-size:120%;
line-height: 1.3;
}

.post img{max-width:100%;height:auto;
          margin:10px;
}

.subpage img{margin:10px 0 5px 0;
}

.subpage span.strong{
    font-weight: bold;
}

.subpage p.top{
    margin-top: 20px !important;
}

.subpage p.columtop{
    margin-top: 20px !important;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
}

.subpage ul{
    margin: 0 auto;
    width: 40%;
    font-size: 14px;
}

.subpage ul li{
    padding:5px 0;
}

.subpage p.nextp{
    margin-top: 30px !important;
}

.subpage p.nextright{
    text-align:right;
}

.subpage div.subcontent{
    text-align:center;
}

.subpage table.prevnext{
    width: 100%;
}

.subpage table.prevnext td a{
    width: 50%;
    color: #3C318C;
}

.subpage table.prevnext td a:hover{
    color: #68a4ed;
}

.subpage table.prevnext td.nexttd{
    text-align: right;
}



.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0 5px 15px;
font-size:150%;
border-bottom:2px solid #222;
background:url(images/headingBg.png) no-repeat 0 50%;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:bold;
border-bottom:2px solid #222;
}

.post h3{
margin:10px 0;
font-size:110%;
font-weight:normal;
border-bottom:1px solid #222;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #535353 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:10px;
border:1px #535353 solid;
border-width: 0 0 1px 1px;
background:#ececec;
}

.post table td{
padding:10px;
border: 1px #535353 solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}


img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright{
margin: 0 0px 15px 15px;
display:inline;
}

img.alignleft{margin:0px 15px 15px 15px;}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}


/* 商品一覧
*****************************************************/
ul.itemlist{
width:100%;
margin:0 0 0 30px;
padding:0 10px;
}

ul.itemlist li{
float: left;
padding-right: 50px;
padding-bottom: 20px;
}

ul.itemlist li:nth-child(3n+1){
clear:both;
}

ul.itemlist p {
width:200px;
}

ul.itemlist p.itemname {
font-size: 16px;
}

ul.itemlist p.itemname a{
text-decoration: underline;
color: #000099;
}

ul.itemlist p.itemsummary {
font-size: 14px;
}

ul.itemlist p.itemprice {
text-align: right;
padding:5px 0;
}

span.blue{
font-weight: bold;
color: #000099;
}


/* 商品ページ
*****************************************************/
div.mrg10{
margin:10px 0 10px 0;
}

div.mrg30{
margin:30px 0 10px 0;
}

div.mrg50{
margin:50px 0 10px 0;
}

.contentbox{
width:95%;
float:right;
}

.contentbox h3{
margin-top:20px;
margin-bottom:20px;
font-size:20px;
color:#610B0B;
border-bottom:1px dashed #610B0B;
letter-spacing: 0.8em;
font-weight: normal;
}

.contentboxs{
margin-left: 50px;
}

p.contentp{
padding-left: 40px;
padding-bottom: 40px;
font-size: 16px;
}

.cartbox{
border:1px solid #BDBDBD;
padding:20px;
margin: 20px 0 20px 0;
}

ul.cartboxitems{
text-align: center;
}
ul.cartboxitems li{
float: left;
width:33%;
padding-right: 15px;
display: block;
}

ul.cartboxitems li:last-child{
padding-right: 0px;
}

p.itemtitle{
font-size: 16px;
font-weight: bold;
}

p.itemno{
margin:10px 0 10px 0;
}

p.price{
font-size: 16px;
font-weight: bold;
}

.strong{
font-weight: bold;
}

.orange{
color:#DF3A01;
}

.bigger{
font-size: 16px;
}

.bigger2{
font-size:22px;
}

table.itemtable{
margin-top:20px;
}

table.itemtable tr{
border-bottom: 1px dashed #BDBDBD;
}

table.itemtable th{
padding:5px;
vertical-align: middle;
}

table.itemtable td{
font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
/*font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
font-size:12px;
padding:5px;
width: 50%;
}

.inputselect1{
height:30px;
font-size:inherit;
color: inherit;
font-family:inherit;
width:50%;

}

.inputselect2{
height:30px;
font-size:inherit;
color: inherit;
font-family:inherit;
}

.inputtext1{
height:30px;
font-size:inherit;
color: inherit;
font-family:inherit;
padding-left: 3px;
width:100%;
}

.thclass{
font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
/*font-family: "メイリオ","Meiryo","ヒラギノ角ゴ","Hiragino Mincho Pro","HG正楷書体","ＭＳ Ｐゴシック","MS Gothic";*/
font-size: 14px !important;
}

.inputselect3{
height:35px;
vertical-align: middle;
}

div.faxp{
float: left;
height:30px;
line-height: 2em;
vertical-align: middle;
}

div.faxbutton{
float: left;
width:200px;
height:30px;
line-height: 2em;
background-color: #BDBDBD;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color:#333;
font-weight: bold;
text-align: center;
vertical-align: middle;
}

div.faxbutton a:hover{
color:#585858;
}

.cartbox2{
margin: 20px 0 20px 0;
width:100%;
}

.cartbox2 p{
height:12px;
}

.cartbox2 img{
float: left;
margin-right:5px;
width: 3%;
}

.cartbox2 a{
text-decoration: underline;
}
.cartbox2 a:hover{
text-decoration: none;
color:#100a64;
}

.review {
margin:10px 0 0 30px;
}

.star{
float: left;
margin-right:10px;
}

.review img{
float: left;
margin-right:0px;
}

.review table{
width: 100%;
margin-bottom: 10px;
}

.review table td{
line-height: 2em;
padding:5px;
}

.review table tr.reviewer{
background-color: #F2F2F2;
height:4em;
}

.review table tr.reviewer td{
padding:5px 15px 0 15px;
}

.review table td p.reviewDate{
text-align: right;
padding:10px 0 5px 0;
}

.review table tr.reviewcomment{
border-bottom:1px solid #F2F2F2;
}

.review table tr.reviewcomment td{
display: inline-block;
padding-bottom: 10px;
}

.itemdetail{
margin: 40px 0 20px 0;
width:100%;
}

.itemdetail table{
width: 100%;
}

.itemdetail table tr {
border:1px solid #F2F2F2;
}

.itemdetail table th{
background-color: #808040;
color:#fff;
text-align: center;
width:20%;
line-height: 2em;
vertical-align: middle;
font-weight: bold;
}

.itemdetail table td{
padding:10px;
}

.hitorigoto {
margin:30px 0 40px 0px;
width: 100%;
}

.hitorigoto table tr.reviewer td{
background-color: #F2F2F2;
height:1.5em;
padding-top: 5px;
padding-left:10px;
}

.hitorigoto table tr.reviewcomment td{
padding-top: 5px;
padding-left:10px;
}

.iframebox{
border: 1px solid #702c11;
width: 480px;
margin:0 auto;
}

.mgb50{
    margin-bottom: 50px;
    text-align:center;
}
.mgb20{
    margin-bottom: 20px;
    text-align:center;
}


/* サイドバー　ウィジェット
*****************************************************/
section.widget{
    margin-top: 20px ;

}

.widgetWrap, section.widget ul{
margin:0px 0 20px 0;
padding:0px 5px 0 0;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 0px;
box-shadow:none;
}

#sidebar ul#banners{
width:200px;
margin:8px 0;
}

#sidebar ul#banners li{
float:none;
margin:0 0 7px;
}

.sublists{
margin-left:15px;
}

section.widget h3{
clear:both;
margin:0 0 ;
padding:3px 0;
font-size:140%;
border-bottom:1px solid #eee;

}

section.widget li a{
display:block;
padding:12px 0 12px 12px !important;
background:url(images/arrow2.png) no-repeat 0 52%;
border-bottom:1px dashed #e4e4e4;
}

section.widget li a:hover{background-position:3px 52%;}


#searchform{padding:20px 0;}


/*ココレカ写真館*/
#syashinkan {
    width: 198px;
    padding: 0px;
    border: 1px solid #EECC9E;
    text-align: center;
    color: #999;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    background-image: url(https://www.rakuten.ne.jp/gold/cocoleca/2012top/image/syashinbg.jpg);
    background-repeat: no-repeat;
}
#s_iframe {
    width: 166px;
    height: 170px;
    padding: 0px;
    margin-top: 12px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}


/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6){color:#000;}
#calendar_wrap table th:nth-child(7){color:#950000;}
#calendar_wrap a{color:#111;font-weight:bold;font-weight:bold;border-bottom:1px solid #fff;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap table td#prev a{text-align:left;border:0;}
#calendar_wrap table td#next a{text-align:right;border:0;}


.SideTitle02{
background: none;
color:#4e4e4e;
border-bottom:1px dashed #ccc;
padding:5px 0 2px;
margin-bottom:10px;
}
.cal{
margin-top:15px;
margin-bottom:15px;
}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:7px 10px 7px 0;
font-size:110%;
border-bottom:1px solid #eee;
font-weight: bold;

}

.newsTitle h3{
float:left;
font-weight:bold;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrow2.png) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #e4e4e4;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
/*font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
}

.news a span{
color:#515151;
font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
/*font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;*/
}

.news span{padding-left:10px;}

.news a:hover span{color:#111;}

/* お問い合わせページ */
.contact_box{
	width:100%;
	padding:0.55em;
	border:1px solid #cccccc;
	border-radius:5px;
	display: flex;
	}
.contact_box_left{
	float:left;
	width:20%;
	border-right:1px dotted #cccccc;
    text-align: center;
	margin: auto;
	font-weight: bold;
	font-size: 1.15em;
	}	
.contact_box_right{
	float:left;
    width: 76%;
    margin-left: 4%;
	}	
.contact_02 span {
    font-weight: bold;
    font-size: 1.45em;
    padding-left: 1.05em;
}	
.contact_03 span {
    font-weight: bold;
    font-size: 1.15em;
    padding-left: 1.05em;
}	

/* トップページ */
#content .newsTitle h3{font-size:120%;}


/* フッター
*****************************************************/
#footer{

	border-top: 1px solid #ccc;
	padding-top: 20px;
}

#footer a{color:#333;

}


#footer h3{
padding:5px 5px 5px 30px;
margin-bottom:10px;
font-size:16px;
}

.contact{
float: right;
padding-top: 10px;
padding-bottom: 20px;
}

.contact p{
padding:3px 0 3px 32px;
margin-bottom:3px;
font-size:110%;

}

#page-top {
    bottom: 10px;
    font-size: 15px;
    position: fixed;
    right: 20px;
    z-index: 9999;
}
#page-top a {
    color: #000;
    display: block;
    font-size: 12px;
    padding: 2px 5px;
    text-decoration: underline;
}
#page-top a:hover {
    background: none repeat scroll 0 0 #000;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

#CopyRight{

clear:both;
padding:20px 0;
text-align:center;
font-size:90%;

}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}

#page-top {
    position: fixed;
    bottom: 0px;
    right: 50px;

}



/* トップページ 最新記事3件
------------------------------------------------------------*/
ul#banners{
width:100%;
padding-bottom:10px;

}

ul#banners img{
height:auto;
width: 100%;
margin: 0;

    
}

ul#banners h3{
margin:5px 0 15px;
padding-bottom:5px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;

}

ul.post li{
float:left;
width:47%;
margin-right: 6%;

}

ul.post li:nth-child(2n){
margin-right: 0%;

}


ul.post{
padding:0;
background:transparent;
border:0;
box-shadow:none;


}

ul.post p{
padding:0;
border:0;
max-width:305px;
font-size: 14px;

}

ul.post img{
height:auto;
width: 100%;
margin: 0;

    
}

ul.post h3{
margin:5px 0 15px;
padding-bottom:5px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;

}

p.readon{
margin-top: 10px;
margin-bottom: 30px;

}

p.readon a{
padding:3px 10px;
font-size:95%;
background: #100a64;
}

ul#banners:after{content:""; display: table;clear:both;}
ul#banners{zoom: 1;}

.banners li {
    margin-top: 0.25em;
}
.icon_genre {
    float: left;
    margin: 0 0.55em 0 0;
}



/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 980px){
div.panel{
display:block !important;

}

a#menu{display:none;}

nav#mainNav ul{
clear:both;
position:relative;
z-index:200;
float:right;
margin-top:21px;
}
nav#mainNav li{
float:left;
margin-right:25px;
position: relative;
}
nav#mainNav li:last-child{
margin-right:0;
}

nav#mainNav li.hassub a{
background:url(images/arrowDown2.png) no-repeat 100% 50%;
}

nav#mainNav li a{
display: block;


line-height:30px;
padding:0 10px 0 10px;
color:#525252;
border-bottom:1px solid #eee;
}

nav#mainNav li.current-menu-item a, nav#mainNav li a:hover, nav#mainNav li.current-menu-parent a{
color:#222;
border-color:#222;
}

nav#mainNav li.hassub.current-menu-item a,nav#mainNav li.hassub a:hover, nav#mainNav li.hassub.current-menu-parent a{
background:url(images/arrowDown.png) no-repeat 100% 50%;
}

nav#mainNav li.hassub li a,nav#mainNav li.hassub.current-menu-item li a, nav#mainNav li.hassub.current-menu-parent li a, nav#mainNav li.hassub li a:hover{background:none;}

nav#mainNav ul ul{
width:160px;
background:#fff;
}

nav#mainNav li ul{
display:none;
opacity:0;
}

nav#mainNav li:hover ul{
display: block;
position: absolute;
top:46px;
left:0;
z-index:500;
opacity:1;
}

nav#mainNav li li{
margin:0;
float: none;
width:160px;
}

nav#mainNav li li a, nav#mainNav li.current-menu-parent li a,nav#mainNav li.current-menu-item li a{
padding:0 0 0 5px;
height:35px;
font-size:95%;
line-height:35px;
}

nav#mainNav li.current-menu-item li a, nav#mainNav li.current-menu-parent li a{
color:#adadad;
border-bottom:1px solid #adadad;
}

nav#mainNav li li.current-menu-item a,nav#mainNav li li a:hover{
color:#222;
border-color:#222;
}
}




/* はるちゃん追加&変更css
------------------------------------------------------------*/
h2.title{
clear:both;
margin:0 0 10px;
padding:3px 0 1px;
font-size:130%;
font-weight: normal;
border-bottom:1px solid #eee;
}
.sec3box ul{
margin-bottom:100px;
overflow: hidden;
width:100%;
}
.sec3box ul li{
width:30%;
float:left;
border:1px solid #ccc;
border-radius:5px;
text-align:center;
margin-left:3%;
margin-bottom:10px;
padding:5px 0 3px;
background: #f5f5f5;
}
.sec3box ul li a{
display:block;
}
.sec3box ul li:nth-child(3n+1){
margin-left:0%;
}



#header .infotop p{
	text-align: right;
	line-height: 1.75em;
}
#header .infotop {
	margin-top: 14px;
	margin-right: 0px;
	float: right;
	text-align: right;
}
.infotop_tel , .infotop_fax{
	text-align:center;
	}
.infotop_tel {
	margin-top: 0.15em;
	text-align: right;
}	
.infotop_fax {
	margin-bottom: 0.40em;
	margin-top: 0.25em;
	text-align: right;
}	
.infotop_tel .infotop_tel_no{
font-size:28px;
color:#000;
}
.infotop_fax .infotop_fax_no{
font-size:18px;
color:#000;
}

#linknavi{
width:1020px;
margin:0 auto;
position:relative;
}
#link_box{

right:0;
    position:absolute;

}

#link_box li{
    background:#fff;
    padding:5px;
position: fixed;
margin-left:50px;
list-style-type:none;
        z-index:9999;
        border:solid 0px #ccc;
        box-shadow:1px 1px 3px;
}

.center {
  text-align:center!important;
}
#right-area {
    position:fixed;
    top:100px;
    right:0px;
}
.keyword_btn{
	margin-bottom:0.55em;
	padding:1.05em 0.25em;
	width:200px;
	box-sizing:border-box;
	}
