﻿/***********************************************/
/*  共通  */
/***********************************************/

* 
{
    margin:0;
    padding:0;
}

body 
{
    
    font-size: 62.5%;
}

ul{
	list-style:none;
}

li{
	list-style-image:none !important;
}

#contents h2 
{
    width:auto;
    height:auto;
    background:none;
    color:#000;
    margin:0;
    padding:0;
    float:none;
    border:none;
    text-align:left;
}

#contents h2 img
{
    width:auto;
    background:none;
    margin:0;
    padding:0;
    position:relative;
    top:auto;
    left:auto;
}
.small-text {
    font-size: 11px;
}

/***********************************************/
/*  PC contents  */
/***********************************************/


/*  PCブラウザ用CSS 以下より記入をお願いします  */


#contents
{
    position:relative;
    width:950px;
    padding:0;
    box-sizing:border-box;
    background-color:#00b5e6;
}

#contents *
{
    box-sizing:border-box;
}


/*  記入ここまで  */

/***********************************************/
/*  footer 部分 全レイアウト共通 No Touch!  */
/***********************************************/


.tools_btn_R a
{
    display:block;
    width:30px;
    height:30px;
}

.tools_btn 
{
    position:relative;
    bottom:inherit;
    right:inherit;
}

#footer 
{
    min-width:950px;
}

.tools_btn .tools_btn_R a
{
    text-indent:0%;
}

.tools_btn_L,
.tools_btn_R
{
    width:40px;
    height:auto;
}

.tools_btn_L 
{
    margin-right:10px;   
}

.tools_btn_R 
{
    
    margin-left:0%;   
}

.tools_btn_L a, .tools_btn_R a 
{
    width:40px;
    height:auto;
    text-indent:0%;
}

.tools_btn_L a img, .tools_btn_R a img
{
    width:100%;
}

.shareLine 
{
    display:none;
}

#pc_share_outer 
{
    width:950px;
    margin:0 auto;
}


#footer_L a.sp_footer_info,
#footer_L a.sp_footer_top
{
    display:none;
}

.sp_footer-nav
{
    display:none;
}

.footerLink 
{
    display:none;
}



/***********************************************/
/*  pageTop  */
/***********************************************/

a.topLink {
    width: 100px;
    height: 100px;
    color: #FFF;
    display: block;
    position: fixed;
    bottom: 17%;
    margin-left: 1000px;
    right: 7%;
    padding: 0;
    line-height: 100px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background-color: #957026;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 1000;
}

/***********************************************/
/*  clearfix  */  
/***********************************************/
.cf:after {
  content: "";
  clear: both;
  display: block;
}


/***********************************************/
/*  スマートフォン  */  
/***********************************************/


@media screen and (max-width: 768px)
{

    



/***********************************************/
/*  SP contents  */
/***********************************************/


/* スマホブラウザ用CSS 以下より記入をお願いします  */

#contents
{
    position:relative;
    width:100%;
    padding:0 0 20px;
    box-sizing:border-box;
    background-color:#00b5e6;
}

/*  記入ここまで  */

/***********************************************/
/*  pageTop  */
/***********************************************/

/* スマホブラウザ用トップに戻るボタン 以下より編集をお願いします  */
a.topLink 
{
    width:80px;
    height:80px;
    line-height:80px;
    color:#FFF;
    display:block;
    position: fixed;
    right:2%;
    bottom: 17%;
    margin-left:0;
    padding: 0;
    background-size:100% 100%;
    font-size: 12px;
    text-align:center;
    z-index:1000;
    text-decoration:none;
}
/*  編集ここまで  */


/***********************************************/
/*  footer 部分 全レイアウト共通 No Touch!  */
/***********************************************/
#footer {
    min-width: 100%;
}

.footerLink,
.shareLine {
    display: block;
}

.footerLink 
{
    font-size:1.4em;
}

.footerLink ul li p {
    overflow: hidden;
    padding: 10% 0 10% 26%;
    font-size: 1em;
}
#footer_inner{
    background-color: #481F00;
    padding: 3% 0;
}

#footer_L
{
    width:100%;
    padding-bottom:3%;
}

#footer_L a 
{
    display:none;
    font-size:1.2em;
}

#footer_L a.sp_footer_info
{
    width:auto;
    float:left;
    display:block;
    line-height:14px;
    margin-left:5%;
    vertical-align: baseline;
}

#footer_L a.sp_footer_top 
{
    width:auto;
    float:right;
    margin:0 5% 0 0;
    display:block;
    line-height:14px;
    vertical-align: baseline;
}

#footer_R
{
    width:100%;
    clear:both;
    text-align:center;
    background-color:#B3ADA0;
}



}

@media screen and (max-width: 480px)
{
    

}