
/* bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb

                                                                                                        基本・サイト間共通再利用

bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}
html , body{
    font-family: Arial, sans-serif;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    color: #444;
}
*:focus {outline: none;}
a{text-decoration: none;}
a{color:#222;}
a.color2{color:#2192BD;}



a:hover{
    text-decoration: none;	  
    background: #f5f5f5;
    color: #000;   
    cursor: pointer;
}
a:active{
	text-decoration: none;	 
    background: #f5f5f5;
    color: #555;      
}
.nomalColorItem:hover{/*aタグ以外はこのクラスを付与することでaタグと同じ色にする*/
    text-decoration: none;	
    background: #f5f5f5;
    color: #000;   
    cursor: pointer;    
    
}
.nomalColorItem:active{/*aタグ以外はこのクラスを付与することでaタグと同じ色にする*/
	text-decoration: none;	 
    background: #f5f5f5;
    color: #555;        
}

.opacityItem:hover{
    opacity:0.8;
}
.opacityItem a:hover{/*↑の通常aの打ち消し　透過の後ろにグレーが入ってしまうので*/
    background:none;
}

.opacityItem:active{
    opacity:0.5;
}

li{list-style: none;}


.text-center{text-align : center;}
.vertical-top{vertical-align: top;}

.block{display: inline-block;}
.table{display:table;}

.table-cell{display:table-cell;}

.fontSizeLarge{font-size : large;}
.fontSizeXLarge{font-size : x-large;}
.fontSizeXXLarge{font-size : xx-large;}
.fontSizeXXXLarge{font-size : 50px; line-height :50px;}
.fontSizeSmall{font-size : small;}
.fontSizeXSmall{font-size : x-small;}
.fontSizeXXSmall{font-size : xx-small;}

.fontSize9{font-size: 9px !important;}/*上書きされやすいのimportantにしておく*/
.fontsize11{font-size: 11px !important;}
.fontsize12{font-size: 12px !important;}
.fontSize13{font-size: 13px !important;}

.float-left{float: left;}
.float-right{float: right;}

.margin-top10px{margin-top : 10px;}
.margin-bottom10px{margin-bottom : 10px;}
.margin-bottom15px{margin-bottom : 15px;}
.margin-bottom20px{margin-bottom : 20px;}
.margin-right10px{margin-right : 10px;}
.margin-right15px{margin-right : 15px;}
.margin-left10px{margin-left : 10px;}
.margin-left15px{margin-left : 15px;}

.padding-left15px{padding-left : 15px;}
.padding-right15px{padding-right: 15px;}

.minHeight380px{
    min-height: 380px !important;
}

.width50per{width : 50%;}

.text_underline_NAME{border-bottom: solid 8px #FF5555;}
.text_underline_IN{border-bottom: solid 8px #00a7db;}
.text_underline_OUT{border-bottom: solid 8px #f39700;}
.text_underline_Return{border-bottom: solid 8px #009944;}

.nomalAnker{color:#2192BD;}

.text_ellipsis{
	/* 文字省略... */
	word-wrap: normal; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /*Webkit対応*/
	-o-text-overflow: ellipsis; /*Opera対応*/	
}


/* ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc

                                                                                                              本サイト内全体

cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc */



#header{
    background: #fff;
    width:100%;
    height:60px;   
    margin: 0px;      
}       

#container{
    max-width:1360px;
    margin:0 auto;
    margin-bottom: 10px;
    
}

#footer{
    clear:both; 
	background: #555;
	width: 100%;
	height: 50px;
    line-height: 50px;
    padding-right: 10px;
	color: #555;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;	
}    

#copyright{
    font-size: 13px;
    line-height: 50px;
    color: #fff;
    text-align: right;
    height: 50px;    
    margin-right: 8px;
}
#copyright>a{
    color: #fff;	
}

.sectionBox{
    margin: 0 0 10px;  
}

/* cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc 新ナビゲーションバー＋サブカテゴリー表示 cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc */

.navbar_button{
    display: inline-block;    
    background: #fcfcfc; 
    margin:0px;
    height:34px;
    vertical-align: middle;
    font-size: 14px;
    text-align:  center;
    box-sizing:border-box;    
    overflow: hidden;
}

.navbar_button a{
    line-height:32px;
    display: block;    
    -webkit-tap-highlight-color: rgba(200,200,200,0.8);     
}

.n1 , .n6{border-top: 2px solid #D03D3D;}
.n2 , .n7{border-top: 2px solid #ECAE32;}
.n3 , .n8{border-top: 2px solid #9FB52B;}
.n4 , .n9{border-top: 2px solid #2192BD;}
.n5 , .n10{border-top: 2px solid #464E96;}


#CategoryTitleWrapper{
    background:#eaeaea;
    height:40px;
    line-height:40px;
    vertical-align: middle;      
    border-top: 1px solid #a8a8a8;    
    border-bottom: 1px solid #a8a8a8;
}
#CategoryTitleWrapper h1{
    margin:0;
    padding-left: 8px;    
    font-size: 18px;
}

#subCategoryTitleWrapper{
    min-height:36px;  
    background:#f0f0f0; 
    display: table;
    width:100%;    
    border-bottom: 1px solid #a8a8a8;    
}

#subCategoryTitleWrapper .subCategoryTitle{
    display: table-cell;   
    width: 44px;
    font-size: 16px;
    line-height: 36px;
    vertical-align: top;
    padding-left:5px;
    padding-right:5px;        
}

#subCategoryTitleWrapper .subCategoryLinks{
    display: table-cell;   
    vertical-align: middle;    
}

#subCategoryTitleWrapper ul{
    padding: 0px;
    margin: 0px;
}


#subCategoryTitleWrapper span{
    position: relative;     
    left:5px;
}

.subcat_button{
    display: inline-block;    
    float: left;
    margin:3px;
    height:28px;
    line-height:28px;
    font-size: 14px;
    text-align:  center;
    background: #fff;     
    border-radius: 2px;    
    border: 1px solid #a8a8a8;
}

.subcat_button a{
    display: block;      
    -webkit-tap-highlight-color: rgba(200,200,200,0.8);
}


    /* ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc ページ内タブ(タブ部分のみ)  ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc */
.tabs{
    position:relative;
    top:0px;
    width:100%;
}



.tab-buttons span{
    color:#222;
    background:#f9f9f9;
    cursor:pointer;
    border-bottom:2px solid #a8a8a8;
    display:block;
    width:33.33%;
    float:left;
    text-align:center;
    height:40px;
    line-height:40px;
}


.tab-buttons span div{
    height: 26px;
    margin-top: 7px;
    margin-bottom: 7px;    
    line-height: 26px;
}


.tab-buttons span:nth-child(2) div {
       border-right: 1px solid #c9c9c9;
       border-left: 1px solid #c9c9c9;    
}

.tab-content{
    border-bottom:1px solid #ddd;
    background:#fff;
    display:inline-block;
    color:#222;
    width: 100%;
}
#lamp{
    width:33.33%;
    height:2px;
    background:#2192BD;
    display:block;
    position:absolute;
    top:40px;
    transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
}
#lamp.content1{
    left:0;
    transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
}

#lamp.content2{
    left:33.3%;
    transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
}


#lamp.content3{
    left:66.6%;
    transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
}



    /* ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc タブ以外の通常表示 ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc */

    .listContent{
        background:#fff;  
    }

    #contentTitle{
        width:100%;        
        border: 1px solid #ccc;
        border-bottom:0px;
        background: #fafafa;
    }

    #contentTitle span{
        margin-left:10px;
        line-height:38px;
        font-size: 16px; 
        font-weight: bold;
        vertical-align:middle;		
    }

    .normalContent {
        width:100%;
        min-height: 500px;
        background:#fff;
        border: 1px solid #ccc;
        margin-bottom: 10px;        
    }

    .normalContent .subTitle{
        font-size: 18px; 
        margin-top: 10px;    
        margin-bottom: 10px;
        font-weight: bold;
    }

    .normalContent .sub2Title{
        font-size: 14px; 
        margin-top: 10px;    
        margin-bottom: 5px;
        font-weight: bold;
    }

    .normalContent hr{
        border-width: 1px 0 0 0; 
        border-style: solid;
        border-color:#ccc;
        margin-top: 20px;    
        margin-bottom: 20px;       
    }

    .normalContent span{
        font-size: 15px;       
    }

    .normalContentInner{
        margin:25px;    
    }

    /* cccccccccccccccccccccccccccccccccccccccccccc 通常リスト部分表示 cccccccccccccccccccccccccccccccccccccccccccc */
.listItem{
    list-style: none;
    border-bottom: 1px solid #a8a8a8;
}

.listItem a{
    height: 76px;    
    display: block;    
    color: #222;
    display: table;
    width:100%;  
    -webkit-tap-highlight-color: rgba(200,200,200,0.8);
}

.listItemLeft{
    display: table-cell;
    vertical-align: top;
    padding-bottom: 1px;
    position: relative;    
}

.listItemLeft .blogService{
    display:inline-block;
    width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;   
}

.listItemLeft .update_time{
    display:inline-block;
    width: 65px;
    text-align: right;
}

.listItemRight{
    display: table-cell;   
    width: 70px;
}

.listItem img{
    position: relative;     
    margin-top:5px;
    margin-right: 8px;
    width:65px;   
    border-radius: 2px;     
}

/*記事タイトルラッパー*/
.listItem .article_title_wrapper{
    overflow: hidden;
    margin-bottom: 5px;
    padding-top: 8px;	
    padding-left: 10px;	
    padding-right: 10px;
    height : 40px;
}

/*記事タイトル*/
.listItem .article_title{
    margin: 0;
    height : 40px;    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;

    font-size: 10pt;
    line-height: 21px;
}


.listItem .blogService{
    padding-left: 10px;			
    color: #555 ;	
    font-size: 8pt;
}

.listItem .update_time{
    position: absolute; 
    right: 10px;
    color: #555 ;	
    font-size: 8pt;
}

    /* cccccccccccccccccccccccccccccccccccccccccccc リスト内のタイトル的なもの　ランキングのブログ名など cccccccccccccccccccccccccccccccccccccccccccc */
.listHeader{
    background: #f3f3f3; 
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    border-bottom: 1px solid #a8a8a8;
}
.listHeaderTop{
    border-top: 1px solid #a8a8a8; 
}
.listHeader h3{
    height: 34px;
    margin: 0px;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.listHeaderHigh{
    height: 44px;
    line-height: 44px;    
}

.angleRight{
    position: absolute; 
    right: 15px;
    color: #888;
    line-height: 34px !important;/*font読み込み時に上書きされてしまうため*/
}


    /* ccccccccccccccccccccccccccccccccccccccccccccccccccccccccc その他ページ ccccccccccccccccccccccccccccccccccccccccccccccccccccccccc */
    .others{
        position: relative;
    }

    .others ul{
        padding: 0px;
        margin: 0px;   
    }

    .allCategoryList{
        list-style: none;
        padding-left: 10px;
        height: 34px;
        line-height:  34px;
        background: #fff;
        border-bottom: 1px solid #a8a8a8;
        font-size: 16px;
    }

    .allCategoryList.categoryLayer1{
        padding-left: 40px;
    }

    .allCategoryList.categoryLayer2{
        padding-left: 70px;   
    }




/* cccccccccccccccccccccccccccccccccccccccccccc スピードダイヤル cccccccccccccccccccccccccccccccccccccccccccc */
.speedDialScrollTop.fab{
	background:#2192BD;
}
.speedDialScrollTop{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 15px;
    bottom: 50px;
    background: #2192BD;
    opacity: 0.7;
    border-radius: 50%;
	
	
    display: flex;
    justify-content: center;
    align-items: center;
	
	
}
.speedDialScrollTop a{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    border-radius: 50%;    
    -webkit-tap-highlight-color: rgba(33,146,189,1.0);     
}
.speedDialScrollTop .speedDialUp{
    position: relative;
    top:15px;
    left: 18px;
    font-size: 436px;
    color: #fff;
}
 
.speedDialScrollTop::before {
    content: "\23F6";
	font-size: 48px;
	color: #fff;
	font-weight: 800;
}




/* ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc SNSアイコン ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc */
/*参考：https://junk-blog.com/round_sns_button/*/
.clearfix{zoom:1;} /* 回り込み解除のためのクラス */

.clearfix:after{
    content:"";
    display: block;
    clear: both;
    height: 0;
    visibility:hidden;
}
 
/* サークルのスタイル */
.sns_circle{
    position:relative;
    width: 30px;
    height: 30px;
    margin:0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #999;
    float:left;
    list-style: none;
}
 
/* Webフォントに関する指定 */
.sns_circle span{
    position:absolute;
    padding:6px;
    font-size:18px;
    color:#FFF;/* 文字の色 */
}
 
 /* リンク領域をブロック全体に */
.sns_circle a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent:-999px;
    color:#FFF;/* 文字の色 */
}

 
/* 横幅を300pxに固定して真ん中に表示 */
ul.circle_group{
	min-width:160px;
	height:40px;
    list-style: none;
    padding:0;
}
 
/*Box版*/
.snsShareButtonBox{margin: 20px 0px 20px 0px;}
.box_group{
    display: flex;/*子要素をブロック要素にする*/
	justify-content: space-around;/*左右余白 ＋ 均等割り*/
	align-items: center;
}

.box_group .sns_box{
    position:relative;	
	width:200px;
	height: 40px;
	
	text-align:center;
}
.sns_box span{
    font-size:20px;
	line-height: 40px;
    color:#FFF;/* 文字の色 */
}

/* リンク領域をブロック全体に */
.sns_box a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
    color:#FFF;/* 文字の色 */
}

/*サークル Box共通*/

/* マウスオーバー */
.sns_circle a:hover,.sns_box a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/* アクション */
.sns_circle a:active ,.sns_box a:active{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

/* アイコン毎の背景色*/ 
.sns_circle.facebook,.sns_box.facebook{background-color: #265a96;}
.sns_circle.twitter,.sns_box.twitter{background-color: #00acec;}
.sns_circle.hatebu,.sns_box.hatebu{background-color: #006fbb;}
.sns_circle.googleplus,.sns_box.googleplus{background-color: #dd4b39;}
.sns_circle.line,.sns_box.line{background-color: #2cbf13;}





