@charset "UTF-8";

    /* ツイッター */
	.sns .twitter a {
		background:#29B6F6;
		box-shadow: 0 3px 0 #03A9F4;
	}
	/* Facebook */
	.sns .facebook a {
		background:#5C6BC0;
		box-shadow: 0 3px 0 #3F51B5;
	}
	/* グーグル */
	.sns .googleplus a {
		background:#ef5350;
		box-shadow: 0 3px 0 #f44336;
	}
	/* はてぶ */
	.sns .hatebu a {
		background:#42A5F5;
		box-shadow: 0 3px 0 #2196F3;
	}
	/* LINE */
	.sns .line a {
		background:#9CCC65;
		box-shadow: 0 3px 0 #8BC34A;
	}
	/* Pocket */
	.sns .pocket a {
		background:#EC407A;
		box-shadow: 0 3px 0 #E91E63;
	}

    .st-kaiwa-face img {
        animation: animScale 4s infinite ease-out;
        transform-origin: 50% 50%;
        animation-play-state:running;
    }
    .st-kaiwa-face2 img {
        animation: animScale 4.5s infinite ease-out;
        transform-origin: 50% 50%;
        animation-play-state:running;
    }
    @keyframes animScale {
        0% { transform: scale(0.8, 0.8); }
        5% { transform: scale(1.1, 1.1); }
        10% { transform: scale(1, 1); }
        15% { transform: scale(1.1, 1.1); }
        20% { transform: scale(1, 1); }
        100% { transform: scale(1, 1); }
    }




.slick-next{
	right:0!important;
}
.slick-prev{
	left:0!important;
}


	.st-middle-menu .menu > li {
		width:50%;
	}
	.st-middle-menu .menu li a{
		font-size:90%;
	}



	/* アドセンス */
	.adbox,
	.adbox div {
		padding: 0!important;
	}





	#breadcrumb {
		display:none;
	}




	.rankh4:not(.st-css-no),
	.post .rankh4:not(.st-css-no),
	#side .rankh4:not(.st-css-no),
    .originalbtn-bold,
    .post h2:not(.st-css-no),
    .post h2:not(.st-css-no) span,
    .post h3:not(.st-css-no),
    .post h3:not(.st-css-no) span,
    .entry-title:not(.st-css-no),
    .post .entry-title:not(.st-css-no) {
        font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    }

	.st-cardbox .clearfix dd h5:not(.st-css-no),
	.post .st-cardbox .clearfix dd h5:not(.st-css-no),
	#side .st-cardbox .clearfix dd h5:not(.st-css-no) {
		border-bottom:none;
	}




	/*スライドメニュー追加ボタン2*/
	#s-navi dt.trigger .acordion_extra_2 {
		max-width: 80%;
	}


/*media Queries タブレットサイズ（959px以下）
----------------------------------------------------*/
@media only screen and (max-width: 959px) {

	
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {





	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media only screen and (min-width: 960px) {

	/*--------------------------------
	全体のサイズ
	---------------------------------*/

	
	#st-menuwide, /*メニュー*/
	nav.smanone,
	nav.st5,
	#st-menuwide div.menu,
	#st-menuwide nav.menu,
	#st-header, /*ヘッダー*/
	#content, /*コンテンツ*/
	#footer-in /*フッター*/
	 { 
		max-width:1100px;
	}

	#headbox
	 { 
		max-width:1080px;
	}

	
	/*1カラムの幅のサイズ*/
	.colum1 #content {
    	max-width: 1100px;
	}


	/*--------------------------------
	PCのレイアウト（左サイドバー）
	---------------------------------*/

	#contentInner {
		float: right;
		width: 100%;
		margin-left: -320px;
	}

	main {
		margin-right: 0px;
		margin-left: 320px;
		background-color: #fff;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		padding: 30px 50px 30px;
	}

	#side aside {
		float: left;
		width: 300px;
		padding: 0px;
	}


/**
 * サイト名とキャッチフレーズ有無の調整
 */








	/*-- ここまで --*/
}
