@charset "utf-8";

/* colorset */

.company .linklist-toptext ,.company .linklist-list h3{    color: #F7931E;}
.company .linklist-headding {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #FBB03B), color-stop(0.00, #F7931E));
    background: -webkit-linear-gradient(top, #F7931E 0%, #FBB03B 88%);
    background: -moz-linear-gradient(top, #F7931E 0%, #FBB03B 88%);
    background: -o-linear-gradient(top, #F7931E 0%, #FBB03B 88%);
    background: -ms-linear-gradient(top, #F7931E 0%, #FBB03B 88%);
    background: linear-gradient(to bottom, #F7931E 0%, #FBB03B 88%);
    color: #ffffff;
}

.individual .linklist-toptext,.individual .linklist-list h3 {    color: #278064;}
.individual .linklist-headding {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #278064), color-stop(0.00, #337F28));
    background: -webkit-linear-gradient(top, #337F28 0%, #278064 88%);
    background: -moz-linear-gradient(top, #337F28 0%, #278064 88%);
    background: -o-linear-gradient(top, #337F28 0%, #278064 88%);
    background: -ms-linear-gradient(top, #337F28 0%, #278064 88%);
    background: linear-gradient(to bottom, #337F28 0%, #278064 88%);
    color: #ffffff;
}




.globalec .linklist-toptext,.globalec .linklist-list h3{	color: #044ba2;}
.globalec .linklist-headding{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #032b85), color-stop(0.00, #0562be));
background: -webkit-linear-gradient(top, #0562be 0%, #032b85 88%);
background: -moz-linear-gradient(top, #0562be 0%, #032b85 88%);
background: -o-linear-gradient(top, #0562be 0%, #032b85 88%);
background: -ms-linear-gradient(top, #0562be 0%, #032b85 88%);
background: linear-gradient(to bottom, #0562be 0%, #032b85 88%);
	   color: #ffffff;
}


.public .linklist-toptext,.public .linklist-list h3{	color: #B23413;}
.public .linklist-headding{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #B94D38), color-stop(0.00, #E94D38));
    background: -webkit-linear-gradient(top, #E94D38 0%, #B94D38 88%);
    background: -moz-linear-gradient(top, #E94D38 0%, #B94D38 88%);
    background: -o-linear-gradient(top, #E94D38 0%, #B94D38 88%);
    background: -ms-linear-gradient(top, #E94D38 0%, #B94D38 88%);
    background: linear-gradient(to bottom, #E94D38 0%, #B94D38 88%);
    color: #ffffff;
}



/* ######## all ######## */

    .siteimg img {
        display: block;
        width: 310px;
        height: 216px;
        margin-left: 20px;
        margin-right: 20px;
        box-sizing: border-box;
    }


.linklist {
    margin: 0 auto;
}

.linklist-toptext {
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 60px;
    }

.linklist-headding {
    font-size: 22px;
    padding-top: 19px;
    padding-bottom: 19px;
	margin: 0 auto 60px;
}

.linklist-list {
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 50px;
}

.linklist-list h2 {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.linklist-list .details {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
	color: #E94D3B;
}

.linklist-list h3 {
	color: #B23413;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.linklist-list .comment {
    font-size: 15px;
    line-height: 1.5;
}

.linklist-list .erea {
    font-size: 12px;
    margin-bottom: 30px;
}

.linklist-list .detail img {
    margin-right: 10px;
    margin-bottom: 20px;
}
    .linklist-list h2 {
        background-color: #f2f2f2;
		padding:.5em 1em;
		margin-bottom:.5em;
		max-width:100%;
    }

/* ######## デスクトップ (1024px以上) ######## */
@media screen and (min-width: 1024px) {
	.siteimg {
        float: right;
        width: auto;
        height: auto;
    }
	    .siteimg img {
        display: block;
        width: 310px;
        height: 216px;
        margin-left: 20px;
        margin-right: 20px;
        box-sizing: border-box;
    }
	    .leftlist {
        float: right;
        width: 629px;
        box-sizing: border-box;
    }

    .linklist {
        width: 1000px;
    }
    .linklist-toptext {
        text-align: center;
    }
    .linklist-headding {
        width: 990px;
		max-width:100%;
		padding-left: 10px;
    }
    .linklist-list {
        width: 1000px;
		max-width:100%;
		min-height: 330px;
    }
    .linklist-list h2 {
        width: 1000px;
    }
}


/* ######## PC・タブレット縦〜スマホ共通 (1023px以下) ######## */
@media screen and (max-width: 1023px) {
    .siteimg {
        width: auto;
        height: auto;
        margin-bottom: 30px;
    }
	.siteimg img {
		display:inline-block;
        width: 310px;
        height: 216px;
        margin-left: 20px;
        margin-right: 20px;
        box-sizing: border-box;
    }
	.leftlist {
        width: 100%;
        padding: 0 1em;
        box-sizing: border-box;
    }
    .linklist {
        width: 768px;
        max-width: 100%;
    }

    .linklist-headding {
        width: 758px;
        max-width: 100%;
        padding-left: 10px;
		box-sizing: border-box;
    }
    .linklist-list {
        width: 767px;
        max-width: 100%;
		min-height: 580px;
    }
    .linklist-list h2 {
        width: 766px;
    }
}

/* ######## スマホ専用・上書き (767px以下) ######## */
@media screen and (max-width: 767px) {
    .siteimg img {
		display:inline-block;
		margin:0 auto;
	}
    .linklist {
        width: 100%;
    }
    .linklist-toptext {
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .linklist-headding {
        width: 100%;
        font-size: 20px;
    }
    .linklist-list {
        width: 100%;
        min-height: 500px;
        border: none;
    }
    .linklist-list h2 {
        width: 100%;
    }
}