@charset "utf-8";


/*
	PSJ
	お知らせページ用CSS

	create	20151007-

*/

/* ---------------------------------------------------------
	約560px未満の画面向けスタイル モバイルファースト
--------------------------------------------------------- */
#main_right .seizo_box {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	text-align: left;
}
#main_right .seizo_box ul {
	font-size: 85%;
	line-height: 130%;
}
#main_right .seizo_box .group1 {
	list-style: none;
	margin-bottom: 15px;
}
#main_right .seizo_box .group1 .first {
	margin: 0px 0px 2px;
	padding: 5px;
	display: block;
	border: 1px solid #FF6600;
	background-color: #FFF4EE;
}
#main_right .seizo_box .group1 .secound {
	width: 29px;
	margin: 0px auto 2px;
	text-align: center;
	display: block;
	background-image: url(../psj/img-seizo/yajirusi01sp.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#main_right .seizo_box .group1 .third {
	margin: 0px 0px 2px;
	padding: 5px;
	display: block;
	border: 1px solid #88FF11;
	background-color: #F3FFE8;
}
#main_right .seizo_box .group2 {
	list-style: none;
	margin-bottom: 15px;
}
#main_right .seizo_box .group2 .box {
	margin: 0px 0px 2px;
	padding: 10px 0px;
	text-align: center;
	border: 1px solid #CCCCCC;
}
#main_right .seizo_box .group2 .yajirusi {
	margin: 0px auto 2px;
	text-align: center;
	background-image: url(../psj/img-seizo/yajirusi02sp.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 13px;
}



@media screen and (min-width: 768px){
	/*	約560px以上の画面向けスタイル */

	#main_right .seizo_box {
		margin-bottom: 45px;
	}
	#main_right .seizo_box ul {
		font-size: 85%;
		line-height: 160%;
	}
	#main_right .seizo_box .group1 {
		display: flex;
		clear: both;
		list-style: none;
		flex-direction: row;
		align-items: stretchr;
		margin-bottom: 15px;
	}
	#main_right .seizo_box .group1 .first {
		width: 50%;
		padding: 10px;
		display: block;
		border: 1px solid #FF6600;
		background-color: #FFF4EE;
	}
	#main_right .seizo_box .group1 .secound {
	width: 30px;
	margin: 15px 10px 0px;
	display: block;
	background-image: none;
	text-indent: 0px;
	}
	#main_right .seizo_box .group1 .third {
		width: 50%;
		padding: 10px;
		display: block;
		border: 1px solid #88FF11;
		background-color: #F3FFE8;
	}
	#main_right .seizo_box .group2 {
		display: flex;
		clear: both;
		list-style: none;
		flex-direction: row;
		align-items: stretchr;
		margin-bottom: 15px;
	}
	#main_right .seizo_box .group2 .box {
		width: 15%;
		padding: 10px 0px;
		text-align: center;
		border: 1px solid #CCCCCC;
	}
	#main_right .seizo_box .group2 .yajirusi {
	margin: 20px 3px 0px;
	background-image: none;
	text-indent: 0px;
	}
}



@media screen and (min-width: 980px){
	/*	約800px以上の画面向けスタイル */

	#main_right .seizo_box {
		margin-bottom: 75px;
	}
}
