@charset "UTF-8";
/*++++++++++++++++++++++++++++++++++++++++++++++++++++
TITLE   : nikkansports.com SmartPhone用 Stylesheet
DATE    : 2013/3/19
URL     : https://nikkansports.com/m/ar/css/ar-style.css
++++++++++++++++++++++++++++++++++++++++++++++++++++*/


#articleArea .themaAr p{
	margin: 0 0 1em;
	padding: 0 5px;
	line-height: 1.6;
}

#articleArea .themaAr p.yaguWrap{
	margin: 20px 10px 0 20px; 
	padding: 0;
	display: inline-block;
}

#articleArea .themaAr p.yaguText{
	margin: 20px 0 0 0;
	padding: 0;
	display: inline-block;
	vertical-align:top;
	width:360px;
}


.appLink{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 1em;
	padding: 0.5em 0;
	border: 1px solid #a5a5a5;
	border-radius: 5px;
	width: 100%;
	max-width: 310px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	color: #6a6a6a;
	text-shadow: 0 1px 0 #ffffff;
	background: -webkit-gradient(linear,left top,left bottom,from(#efefef),to(#dbdbdb));
	background: -webkit-linear-gradient(top,#efefef,#dbdbdb);
	background: linear-gradient(to bottom,#efefef,#dbdbdb);
	-webkit-box-shadow: inset 0 2px 0 rgba(255,255,255, .75), 0 2px 0 rgba(255,255,255, .75);
	box-shadow: inset 0 2px 0 rgba(255,255,255, .75), 0 2px 0 rgba(255,255,255, .75);
}

