/*
Theme Name: WING-AFFINGER5 Child
Template: affinger5
Description: ver20180831以上対応
Version: 20180831
*/



/*-- ここから、プレゼント大王のオリジナルの部分 --*/

/*-- サイドメニュー --*/
ul.sidemenu	{
	font-size: 0.9em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li a	{display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #0099FF;
	border-bottom: solid 1px #ffffff;
	padding: 7.5px 7.5px 7.5px 15px;
}

ul.sidemenu li a:hover	{background-color: #017acd}

ul.sidemenu ul 	{margin: 0;
	padding: 0}

ul.sidemenu ul li a 	{background-color: #ffffff;
	color: #000000;
	border-bottom: solid 1px #aacfff;
	line-height: 24px}

ul.sidemenu ul li a:hover 	{background-color: #faffda}
/*-- サイドメニュー終わり --*/


/*文字の右寄せ*/

.note_right {
	text-align: right;
}


/*パン*/

#pankuzu {
	background-color: #fff;
	margin: 0 10px;
	font-size: 70%; /* 文字サイズ */
}






hr {
	height: 2px;
	background-color: #E0E0E0;
	border: none;
	margin: 5px 0;
}

	p, /* テキスト */
	.st-kaiwa-hukidashi, /* ふきだし */
	.st-kaiwa-hukidashi2, /* ふきだし */
	.yellowbox, /* 黄色ボックス */
	.graybox, /* グレーボックス */
	.redbox, /* 薄赤ボックス */
	.post ul li, /* ulリスト */
	.post ol li, /* olリスト */
	.post h5, /* H5 */
	.post h6, /* H6 */
	.post table tr td,
	table tr td /* テーブル */
	 {
		font-size: 15px;
		line-height: 1.2;
	}





/* --- 一覧ページのDL下線非表示 --- */

.under {text-decoration: none;}

/* --- 一覧ページのdescription1_note --- */

.description1_note {
	display: block;
	font-size: 80%; /* 文字サイズ */
	line-height: 1.2; 
	margin-top: -5px;
}





dd.a {
	display: block;
	font-size: 18px;
	line-height: 1.2;
}





.kanren dl {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f3f3f3;
}


/* --- アドセンス自動広告上下に余白を設定 --- */
.google-auto-placed {
    margin-top: 2em!important;
    margin-bottom: 2em!important;
}


/* --- 一覧ページのプレゼントの項目の文字（ラインハイト）設定 --- */
.present_items {
	line-height: 1.1; 
}




/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


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

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


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

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {



	.sp_moji {
		font-size: 18px;
	}



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



/* スマホのときのヘッダー画像 */
@media (max-width: 480px) {
    /* PC用のヘッダー画像を消す */
    #gazou-wide img {
        display: none;
    }
 
    /* スマホ用のヘッダー画像を表示 */
    #gazou-wide:after {
        background: url(https://www.present-daio.com/images/title_sp.jpg);
        background-size: 100% auto;
        content: '';
        display: block;
        height: 185px;
								background-repeat: no-repeat;
    }



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