@charset "utf-8";

/* ===================================================================
CSS information

 File Name  : rugby.css
 Author     : 
 Style Info : ラグビー　コンテンツ CSS
=================================================================== */
#main{padding-bottom: 20px; box-sizing: border-box !important;}

p{font-size: 16px; line-height: 1.7;}
p b{font-weight: bold;}


/*-----------------------------------------------------
  index.html
-----------------------------------------------------*/
#category.rugby .top_item_box{border: none; background: #fff;}
#category.rugby .top_item_img{width: 100%; margin: 0;}
#category.rugby .top_item_img img{width: 100%;}
.rugby .day{text-align: right; font-size: 14px; margin: 10px 10px 0; color: #777;}
.rugby .stry_ttl{line-height: 1.3;}
.rugby .stry_ttl a{color: #333; font-size: 14px; font-weight: bold;}
.rugby .stry_ttl a:hover{text-decoration: none; color:#009CE6; }
.rugby .last{margin-bottom: 60px;}
.offr_txt{text-align: center; margin-top: 20px;}

@media screen and (max-width:480px) { 
/*　画面サイズが480pxまではここを読み込む　*/
	
	section{width: 94%;}
	p{font-size: 14px;}
	
	
	/*-----------------------------------------------------
	  index.html
	-----------------------------------------------------*/
	#category.rugby .item_wrap:first-of-type {padding-top: 30px;}
	.rugby .stry_ttl{padding: 0 10px;}
	.offer{margin: 0 auto;}
	.offr_txt{text-align: left; margin-top: 0;}
}
