@charset "utf-8";

/* common
-------------------------------------------------------------------------------------------------------- */





/* news
-------------------------------------------------------------------------------------------------------- */
#news									{ margin-bottom:80px; }
#news #newsNav					{ margin:50px 0; }
#news #newsNav ul				{}
#news #newsNav ul li			{ float:left; margin-right:40px; }
#news #newsNav ul li a		{ display:block; padding:18px 20px 15px; width:200px; font-weight:bold; color:#326F98; border:#326F98 1px solid; }
#news #newsNav ul li.act a	{ color:#fff; background-color:#326F98; }
#news #newsList					{ margin-bottom:40px; border-top:#a8a8a8 1px dotted; }
#news #newsList li				{ display:table; border-bottom:#a8a8a8 1px dotted; }
#news #newsList li .status			{ display:table-cell; padding:30px 10px 26px; width:240px; }
#news #newsList li .newsTitle		{ display:table-cell; padding:30px 10px 26px; width:680px; font-weight:bold; }
#news #newsList li .newsTitle a	{ color:#333; }
@media screen and (max-width: 480px) {
#news									{ margin-bottom:20px; }
#news #newsNav					{ margin:20px 0; }
#news #newsNav ul				{ display:table; width:100%; text-align:center; }
#news #newsNav ul li			{ display:table-cell; float:none; margin-right:0; }
#news #newsNav ul li a		{ display:block; padding:10px 10px 8px; width:auto; border:#326F98 1px solid; }
#news #newsList					{ margin-bottom:40px; border-top:#a8a8a8 1px dotted; }
#news #newsList li				{ display:block; }
#news #newsList li .status			{ display:block; padding:12px 0 10px; width:auto; }
#news #newsList li .newsTitle		{ display:block; padding:0 0 10px; width:auto; font-size:16px; }
}



/* newsDetail
-------------------------------------------------------------------------------------------------------- */
#newsDetail									{ margin-bottom:80px; }
#newsDetail	article						{ padding:20px 0 80px; }
#newsDetail .titleBox					{ position:relative; margin-bottom:40px; border-bottom:#a8a8a8 1px dotted; }
#newsDetail .titleBox .sectTitle	{ padding-bottom:20px; padding-right:190px; }
#newsDetail .titleBox .status		{ position:absolute; top:30px; right:10px; }
#newsDetail #articleBox				{}
#newsDetail #articleBox h2			{ padding:20px 0; font-size:18px; font-weight:bold; color:#000; }
#newsDetail #articleBox p			{ margin-bottom:20px; }
#newsDetail #articleBox img		{ margin-bottom:20px; }
#newsDetail #articleBox a			{ text-decoration:underline; padding-left:14px; background:url(../img/common/ico_ar_bl.png) no-repeat left center; }
#newsDetail #articleBox a:hover		{ text-decoration:none; }
#newsDetail #pager				{ padding:40px 0; border-top:#a8a8a8 1px dotted; }
@media screen and (max-width: 480px) {
#newsDetail									{ margin-bottom:0; }
#newsDetail	article						{ padding:10px 0 20px; }
#newsDetail .titleBox					{ margin-bottom:20px; }
#newsDetail .titleBox .sectTitle	{ padding-bottom:10px; padding-right:0; }
#newsDetail .titleBox .status		{ position: inherit; top:0; right:0; text-align:right; margin-bottom:10px; }
#newsDetail #articleBox h2			{ padding:16px 0; font-size:16px; }
#newsDetail #articleBox p			{ margin-bottom:16px; }
#newsDetail #articleBox img		{ margin-bottom:16px; }
#newsDetail #pager				{ padding:0; border-top:#a8a8a8 1px dotted; }







}


