@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:100,200,400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700italic,700);

body {font:13px/1.4  'Roboto','Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;}


/*
Theme Name: craft
Theme URI:
Description:
Version: 1.1
Author: saka
Author URI:
*/

/* Base
========================================== */

/*@import "reset.css";

@import "index.css";

@import "information.css";

@import "sidebar.css";

@import "craft.css";

@import "craft_contents.css";

@import "spm.css";

@import "sitemap.css";*/

body {
    min-width: 960px;
    min-height: 610px;
    margin: 0;
    padding: 0;
    background: #999 url(../img/common/bg.png) repeat-x center top;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 0px;
}

#wrapper:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
#contents {
    width: 920px;
    min-height:500px;
    margin:0;
    padding: 20px 20px 40px 20px;
    position: relative;
    background: #ffffff;
}

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

#contents_trendsindex {
    width: 920px;
    margin:0;
    padding: 10px 20px 20px;
    position: relative;
}
#contents_trendsindex:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
#contents_trends {
    width: 920px;
    margin:0;
    padding: 10px 20px 20px;
    position: relative;
    background: #ffffff;
}
#contents_trends:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

#white_bg {
    background: #ffffff;
}

/* header
========================================== */

div#header {
    width: 960px;
    height: 100px;
    background: url(../img/common/header_bg.png) no-repeat left top;
    position: relative;
    margin: 0;
    padding: 0;
}

#header h1.logo{
    display: block;
    position: absolute;
    top:18px;
    left: 0px;
}

#header .brandLogo{
    display: block;
    position: absolute;
    right: 0px;
    /*top:15px;*/
    /*top:25px;*/
    top:0px;
    right: 0px;
}

#header .brandLogo li{
    display: inline-block;
    /*margin-left:8px;*/
    margin-left:0px;
}


p#desc {
    text-align: right;
    font-size: 110%;
    font-weight: normal;
    color: #ffffff;
    position: absolute;
    width: 450px;
    bottom: 15px;
    right: 0px;
}

p#logo {
    position: absolute;
    top: 20px;
    right: 0px;
}


div#slide_box {
    width: 960px;
    height: 400px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

div#img_r {
    width: 960px;
    heiht: 40px;
    position: relative;
    z-index: 1;
    margin: -40px 0 0 0;
}

/* footer
========================================== */

div#footer {
    width: 960px;
    height: 100px;
    background: url(../img/common/footer_bgg.png) repeat-x left top;
    position: relative;
    margin: 0 auto;
}

div#footer p.copyright {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 85%;
    color: #999999;
}


div#footer #menu-footernav {
    font-size: 90%;
    position: absolute;
    bottom: 15px;
    right: 20px;
}

div#footer li{
    display: inline-block;
    margin-left: 20px;
text-align: right;
    color: #999999;

}

div#footer li a {
    font-size: 100%;
    color: #999999;
    font-weight:normal;
    text-decoration: underline;
}

div#footer li a:hover{
    font-weight:normal;
    text-decoration: none;
}


div#footer ul#sns_button {
    display: block;
    position: absolute;
    top:15px;
    left: 20px;
    }

div#footer ul#sns_button li {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    margin-left: 0px;
}


/* BACK TO TOP
========================================== */

div.backtotop {
    font-size: 110%;
    margin: 20px 15px 0px 0px;
    clear: both;
    font-family: 'Roboto Condensed','Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-weight: 700;
    width: 100%;
    text-align: right;
}




div.backtotop a{
    display: block;
    position: relative;
    color: #666;
    text-decoration: underline;
}

div.backtotop a:hover{
    text-decoration:none;
    color: #999;

}



/* PAGENATION
========================================== */

p.pagenation {
    margin: -10px 0 0 0;
    width: 680px;
    font-size: 85%;
    overflow: hidden;
}

span.oldpage {
    float: left;
}

span.newpage {
    float: right;
}

p.pagenation a {
    color: #333333;
}

p.pagenation a:hover {
    text-decoration: underline;
}

/* BREADCRUMBパンクズナビ
========================================== */
.breadcrumbs{
    font-size: 85%;
    line-height: 1.2;
}

.breadcrumbs a{
color: #4890fd;
}

.breadcrumbs a:hover{
text-decoration: underline;}


/*カタログ========================================== */
#catalog #contents{
/*background: url(../craft/img/shop/shop_bg.gif) repeat left top;*/
margin: 0;
}
#sitemap h2,
#privacypolicy h2,
#catalog h2{
    display: block;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 400%;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 30px;

}

#catalog .catalog{
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    border: 1px solid #666;
    padding: 20px;
}

.catalog img{
    float: left;
    display: inline;
    width: 150px;
}

.catalog .text{
    display: block;
    position: relative;
    font-size: 115%;


    float:right;
    width: 700px;
padding:0 0 0 0px;
}
.catalog .text p span{
    font-size: 85%;
}

.catalog .text h3{
    line-height: 1em;
font-size: 200%;
    font-weight: 400;
border-bottom: 1px #999999 dotted;
padding:0px 0px 10px 0px;
color: #333;
    margin: 0 0 10px 0;
}

 .text span.cap{
    font-size: 95%;
line-height: 1.7em;
     display: block;
     margin-top:10px;
}

.catalog .downloadBt{
    display: block;
    position:relative;
    margin-top: 55px;
    text-align: right;
}

.catalog .downloadBt a{
    display:inline-block;
    position: relative;
font-size: 126%;
line-height: 40px;
    padding-left: 50px;
    padding-right: 50px;
text-align:center;
cursor: pointer;
background-color: #BBB;
cursor: pointer;
border-radius: 10px;
border-bottom: 3px solid #888;
}


.catalog .downloadBt a{
    padding-top: 5px;
    padding-bottom: 5px;

    color: #fff;
}

.catalog .downloadBt a:hover {
    color: #FFF;
    background-color: #999;
    border-bottom: 3px solid #CCC;

}




.catalog .adobereader{
    width: 100%;
    margin: 15px 0 0 0;
    background: #999999;
    padding: 5px;
    overflow: hidden;
}
.catalog .adobereader img{
    width: 120px;
    float: left;
    }

.catalog .adobereader span{
    line-height: 2.5em;
    font-size: 85%;
    margin: 0 0 0 10px;
    color: #ffffff;
    overflow: hidden;
}



#privacypolicy  h3{
    line-height: 1em;
    font-size: 200%;
    font-weight: 400;
    border-bottom: 1px #999999 dotted;
    padding:0px 0px 10px 0px;
    color: #333;
    margin: 40px 0 10px 0;
}

#privacypolicy p{
    display: block;
    position: relative;
    font-size: 115%;
    margin-bottom: 10px;
    text-indent: 1em;
    line-height: 1.8em;

}

#privacypolicy p.note{
    display: block;
    position: relative;
    font-size: 100%;
    margin-bottom: 0px;
    text-indent: 0px;
}

#privacypolicy .otoiawase {
    display: block;
    padding: 15px 15px;
    background: #eeeeee;
    margin: 30px 0px 30px 0px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
}
#privacypolicy .otoiawase h4{
    line-height: 1em;
    font-size: 150%;
    font-weight: 400;
    border-bottom: 1px #999999 dotted;
    padding:0px 0px 10px 0px;
    color: #333;
    margin: 0px 0 10px 0;
}

#privacypolicy .otoiawase ul{
    display: block;
    position: relative;
    margin-left: 1em;
}

#privacypolicy .otoiawase ul li{
    display: block;
    position: relative;
    font-size: 115%;
    line-height: 1.8em;
}

#privacypolicy .otoiawase ul li:last-child{
    display: block;
    margin-bottom: 0px;
}

#privacypolicy .otoiawase a {
    color: #555;
    text-decoration: underline;
}

#privacypolicy .otoiawase a:hover {
    color: #999;
    text-decoration:none;
}


#privacypolicy p.lastChild{
    margin-bottom: 0px;
}


#sitemap ul#siteList{
    margin-left: 0em;
    font-size: 130%;
    line-height: 1.8em;
    display: block;
position: relative;
    list-style-position:inside;



}

#sitemap ul#siteList li{

    padding: 15px 15px 15px 15px;

    list-style-type:none;
    border: 1px solid #333;
    margin-bottom: 15px;

}
#sitemap ul#siteList li ul{

    display: block;
    padding-top: 15px;
    padding-left: 20px;
    margin:15px 0px 0px 0px;
    border:none;
    border-top: 1px dotted #333;
}

#sitemap  ul#siteList li li{
    padding: 0px 0px;
    margin:0px 0px 8px 0px;
    border:none;
    list-style-type:disc;
    list-style-position:outside;

    font-size: 90%;
    line-height: 1.6em;
}


#sitemap  ul#siteList li:last-child{
    margin-bottom: 0px;
}

#sitemap  ul#siteList a {
    display: block;
    position: relative;
    color: #555;
    text-decoration: underline;
}

#sitemap  ul#siteList a:hover {
    color: #999;
    text-decoration:none;
}

