
/*--------------------汎用--------------------------*/
.row:after , .row:before{/*divを中にいくつか入れる１行の箱*/
    width :100%;
    content: "";    
    clear: both;
    display: block;
}

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

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

.block{
    display: inline-block;
}


.table{
    display:table;
}
.tableSpace15px{
    border-collapse: separate;
    border-spacing:15px 15px;   
}

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

.x-large{font-size : x-large;}
.xx-large{font-size : xx-large;}
.xxx-large{font-size : 50px; line-height :50px;}
.small{font-size : small;}
.x-small{font-size : x-small;}
.xs-small{font-size : xx-small;}

.fontSize9{font-size: 9px;}
.fontSize11{font-size: 11px;}
.fontSize13{font-size: 13px;}


.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;}


.blorder_ccc_1px{
    border:#ccc solid  1px;
}

.width50per{width : 50%;}

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




/*---------------------------------------------*/
    
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;
}
body{
	/*font-family:’Lato’, ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, Meiryo, メイリオ, sans-serif;*/
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
li{   
    list-style: none;
}
li:first-child {
    border-top: none;
}
a{
    text-decoration: none;
}


#container{
    max-width:1360px;
    margin:0 auto;
}
        
#footer{
    clear:both; 

	background: #e0e0e0;
	width: 100%;
	height: 50px;
	color: #555;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	overflow: hidden;	
}    
    
   

/*----------------------------------------共通デザイン部分---------------------------------------*/

.sectionBox{
    margin: 0 0 10px;  
}
 

/*------記事タイトルここから------*/
.articleTitleBox{
    border-color:#cccccc;
    border-style:solid;
    margin-right:10px;
    margin-left:10px;
    padding:10px;
    color: #303030;    
    border-radius: 4px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    background-color: #fff;    
    
    margin-bottom: 10px;
    line-height: 1;
    overflow: hidden;    
    border-width: 1px;    
    display: block;
    
    word-break: break-all;        
}

.articleCalendar{
    width: 50px;
    height: 50px;  
    box-shadow: 0px 1px 2px #989898;
    float: left;
    display: inline;
    margin: 0 10px 0 0;    
}

.articleCalendarMonth{
    background: #726e6f;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 20px;
    white-space: nowrap;
    font-size: 14px;    
}

.articleCalendarDay{
    -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #efefef));
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    font-weight: bold;
    display: block;
    font-size: 22px;
    color: #000000;
}

.articleTitle{
    margin-left: 60px; 

    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
    
    margin-top: 0;
    margin-bottom: 0;    
}


.articlePost{
    padding-left:0;
    overflow: hidden;
    margin-left: 60px; 
    color: #1f3c78;    
}
.articleDateTime{
    display: inline;
    margin-right: 5px;   
    font-size: 12px;
    white-space: nowrap;    
    list-style: none;    
}



.articleList{/*記事一覧もタイトルボックス使っている画像がないのでマージン調整だけする*/
     margin-left: 0px;    
}

/*------記事タイトルここまで------*/


/*------記事本文ここから------*/
.articleContentsBox{
    border-color: #cccccc;
    border-style: solid;
    margin-right: 10px;
    margin-left: 10px;    
    padding: 10px;
    color: #303030;    
    border-radius: 4px;    
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    background-color: #fff;
    border-width: 1px;    
}

.articleContents{
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;  
    margin: 0;
    padding: 0;    
    
    word-break: break-all;
}

.pict{/*記事内画像がはみ出るのを防ぐ*/
    max-width: 100% !important;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*------記事本文ここまで------*/

    



/*------linkList①(１行リスト)------*/
.linkListBox{
    padding: 0;
    font-size: 14px;
    line-height: 18px;    
    border-color: #cccccc;
    border-style: solid;    
    margin-right: 10px;
    margin-left: 10px;    
    border-radius: 4px;    
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);    
    background-color: #fff;    
    border-width: 1px;     
}

.linkListTitle{
    padding: 10px;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right: none;
    border-left: none;
    border-top: none;
    border-color: #cccccc;    
    font-size: 16px;
    color: #000;
    
}

.linkListli{
    font-size: 12px;
    border-top-style: solid;
    border-top-width: 1px;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-color: #cccccc;    

    background: url(/img/angleright.png) no-repeat right center;    
    background-size: 14px 10px,16px 16px;    

    word-break: break-all;
}
.linkUrl{
    display: block;    
    padding: 5px 25px 5px 10px;   
    color: #1153b7;    
}
.linkTitle{
    overflow: hidden;    
    text-overflow: ellipsis;
    font-size: 14px;
    white-space: nowrap;
}

/*------linkList②(複数行リスト)------*/
.linkTitle2{
    font-size: 14px;
}

/*他は全て①と同じ*/

/*------linkList③(ランクあり数行リスト)------*/
.poplink3{
    font-size: 14px;
    margin-left: 1.5em;
    text-indent: -0.8em;
    
    display: block;
    padding: 5px 25px 5px 10px;    
    color: #1153b7;    
}

.popRankBox3{
color: #303030;    
    background: none;
    box-shadow: none;    
}
.popRankBox3::after{
    content: "."; 
    clear: none;
    height: auto;
    display: inline;
    visibility: visible;    
}


/*------linkList④(画像ありランクあり複数行)------*/
.linkListli{
/*①と同じ*/
}

.poplink4{
    position: relative;
    display: block;    
    min-height: 50px;
    padding: 0;
    margin-left: 0;
    text-indent: 0;
    font-size: 14px;
    color: #1153b7;
}
.popRankBox4{
    border-radius: 0;
    display: block;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    width: 18px;
    z-index: 10;
    opacity: 0.8;
    box-shadow: none;    
    
    background-color: rgba(255,255,255,1.0);
    border-color: transparent;
    border-width: 1px;    
    
}
.popTitle4{
    display: block;
    position: relative;
    z-index: 10;
    padding: 3px 16px 3px 56px;
    line-height: 1.5;    
    text-indent: 0;    
    font-size: 14px;    
}

.popImage{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;    
    border: 0;    
}
/*------linkList④(画像つき)ここまで------*/



/*----------------------------- matome tool css --------------------------------*/
.div-custom > p{
	font-size:18px;
	font-weight: bold;
}



.decoration-nushi{
    color: #222584; 
}



.decoration-1{
    color: #b80117;
}

.decoration-2{
    color: #c30068;
}

.decoration-3{
    color: #00904a;
}

.decoration-4{
    color: #836e06;
}

.decoration-5{
    color: #6d1782;
}

.decoration-6{
    color: #8f253b;
}

.decoration-7{
    color: #7aa007;
}

.decoration-8{
    color: #b35000;
}

.decoration-9{
    color: #0168b3;
}


.address-custom{
    color: #0178bc;
}


.nusi-id{
    background-color: rgb(210, 219, 228);
	color: rgb(194, 1, 1);
}

.articleContents a img{
	max-width: 100%!important;
}

.articleContents iframe{
	max-width: 100%!important;
}

.articleContents p{
	margin-top: 10px;
	margin-bottom: 70px;
}

/*----------------------------------------------------------------------------------------------------------------------------SPビュー/*----------------------------------------------------------------------------------------------------------------------------*/    
@media only screen and (max-width: 920px){
    
    body{
        background: #2192BD;
    }
    #header{
        background: #fff;
        width:100%;
        height:60px;   
        margin: 0 0 10px;      
    }   
    #header .rainbow{
        height:2px;
        background : linear-gradient(to right,rgba(70,78,150,0.7),rgba(33,146,189,0.8),rgba(159,181,43,0.8),rgba(236,174,50,0.9),rgba(208,61,61,0.9));
        /*background : linear-gradient(to right,#464E96,#2192BD,#9FB52B,#ECAE32,#D03D3D);*/
    }
    .titleWrapper {
        margin: auto;
        width: 100%;
        text-align: center;
    }
    .siteicon{
        margin-top: 8px;    
        height:40px;    
        margin-bottom: 10px;        
    }    
    
    .leftwrapper ,.rightwrapper{
        display: flex;
        flex-direction: column;
    }        

    .sDisplayNone{display: none;}   
    .sOrder1 {order: 1;}
    .sOrder2 {order: 2;}
    .sOrder3 {order: 3;}
    .sOrder4 {order: 4;}
    .sOrder5 {order: 5;}
    .sOrder6 {order: 6;}
    .sOrder7 {order: 7;}
    .sOrder8 {order: 8;}
    .sOrder9 {order: 9;}
    .sOrder10 {order: 10;}    
    .sOrder11 {order: 11;}
    .sOrder12 {order: 12;}
    .sOrder13 {order: 13;}
    .sOrder14 {order: 14;}
    .sOrder15 {order: 15;}
    .sOrder16 {order: 16;}
    .sOrder17 {order: 17;}
    .sOrder18 {order: 18;}
    .sOrder19 {order: 19;}
    .sOrder20 {order: 20;}        
    
    
    #footer {
        clear:both; 
        background: #e0e0e0;
        width: 100%;
        height: 50px;
        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: #888;
        text-align: right;
        height: 50px;    
        margin-right: 8px;
    }
    #copyright a{
        color: #2192BD;
    }
    
}
    


/*----------------------------------------------------------------------------------------------------------------------------PCビュー/*----------------------------------------------------------------------------------------------------------------------------*/    
@media only screen and (min-width: 920px){

	/*------------------------------ 全体とヘッダーフッター ---------------------------------*/    
    body{
	    font: 12px/1.7em "trebuchet ms",arial,sans-serif;
    }
    #container{    
        background-color: #f5f5f5;
    }

    #wrapper {/*全体のラッパー*/
        width: 100%; 
        padding: 0;
        margin: 0;
        background-color: #f5f5f5;
    }

    #header{
        background: #fff;
        width:100%;
        height:60px;   
        margin: 0 0 10px;      
    }       
    
    #headerWrapper {/*ヘッダー画面100%*/    
        width: 100%; 
        padding: 0;
        margin: 0;
        background:#fff;
    }

    #header {/*ヘッダー内のロゴや検索BOXなど1200px*/
       display: table;

        width: 1360px;
        height: 60px;
        border-bottom: 1px solid #ccc;
        position: relative;

        padding: 0;
        margin: 0 auto;
        margin-bottom: 10px;
        overflow: hidden;
    }


    .rainbow{
        padding: 0;
        margin: 0 auto;    
        width: 1360px;    
        height:3px;
        background : linear-gradient(to right,rgba(70,78,150,0.7),rgba(33,146,189,0.8),rgba(159,181,43,0.8),rgba(236,174,50,0.9),rgba(208,61,61,0.9),rgba(70,78,150,0.7),rgba(33,146,189,0.8),rgba(159,181,43,0.8),rgba(236,174,50,0.9),rgba(208,61,61,0.9));
    }


    #header .siteicon{
        padding-left: 30px;    
        height: 40px;
    }

    #header .titleWrapper{
        margin-top: 10px;   
        margin-bottom: 10px;           
        width:200px;
    }



    #header .search{
        display: table-cell;   
        vertical-align: middle;        
        width:200px;    
    }    
    

    /* ------------------------------------------- pc_parts_footer -------------------------------------------*/
    #footer {
        clear:both; 
        background: #e0e0e0;
        width: 100%;
        height: 40px;
        color: #555;
        padding: 12px;
        margin-top: 20px;

        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;

        overflow: hidden;	
    }

    #copyright{
        float:right;
    }
    #copyright a{
        color: #2192BD;
    }    


    /* ------------------------------------------- レスポンシブ対応 -------------------------------------------*/
    .pDisplayNone{display: none;}    
    
    .leftwrapper{
        width : -webkit-calc(100% - 310px) ;
        width : calc(100% - 310px);
        float:left;
    }
    
    .rightwrapper{
        width:310px;
        float:right;
    }        
    
    .left{
        width:100%;
        float:left;
    }

    .right{
        width:100%;
        height:200px;
    }


    /*角丸 影をなくす*/
    .articleTitleBox , .articleContentsBox , .linkListBox{
        border-radius:0px;;
        box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
    }
    

    
    .linkList1{
        width:50%;
    }
     .linkList2{    
        width:50%;
    }   


    
	/*------------------------------ サイド内の箱 ---------------------------------*/
	.side_box{
		margin-bottom:10px;
		min-height: 100px;

		word-wrap: break-word;
	}
	.side_box_content{
		border: 1px solid #ccc;		
		border-top: 0px;		
	}    
    
	.side_box_title{
		padding:0px 0px 0px 5px;
		border: 1px solid #ccc;
		border-bottom:0px;
		height:auto;
		background: #fafafa;
	}
	.side_box_title span{
		margin-left:8px;
		line-height:38px;
		font-size: 16px; 
		font-weight: bold;
		color: #444;	
		vertical-align:middle;			
	}    
    

	/*----------------------------- 人気記事ランキング --------------------------------*/
	.side_box_poparticle_li{
		font-size: 12px; 
		border-top:#ccc solid  1px;
        background: #fff;	
	}
	.side_box_poparticle_li a{
		display: block;	
		line-height:28px;
		margin-left:30px;
	}
	.side_box_poparticle_li .rank{
		font-size: 12px; 
		width:16px;
		height:16px;
		line-height:16px;
		border:#ccc solid  1px;
		float: left;
		background: #AAA;
		color:#FFF;
		
		text-align: center;			
		position: relative;		
		top: 4px;
		left :4px;
	}
	.side_box_poparticle_li:nth-child(1) .rank{
		background-color:#D03D3D;
		color:#FFF;
        opacity: 0.95;
	}
	.side_box_poparticle_li:nth-child(2) .rank{
		background-color:#ECAE32;
		color:#FFF;
        opacity: 0.95;
        
	}
	.side_box_poparticle_li:nth-child(3) .rank{
		background-color:#9FB52B;
		color:#FFF;
        opacity: 0.95;    
	}
	.side_box_poparticle_li:nth-child(4) .rank{
		background-color:#2192BD;
		color:#FFF;
        opacity: 0.95;
	}
	.side_box_poparticle_li:nth-child(5) .rank{
		background-color:#464E96;
		color:#FFF;
        opacity: 0.95;    
	}

	div .side_box_poparticle_li .article_title{
		color: #222;
        margin-right: 5px;
	}
    
    
}






















