
@charset "UTF-8";
/*++++++++++++++++++++++++++++++++++++++++++++++++++++
TITLE   : id.nikkansports.com SmartPhone�p Stylesheet
DATE    : 2011/10/04
UPDATE  : 2011/09/30
URL     : /html/skin/48/css/skin48_style.css
WRITER  : tonkatsu tanaka japan
++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++  BASIC STYLE
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	font-size:100%;
	font-style: normal;
	font-weight: normal;
	border:0;
	outline:0;
	background:transparent;
	letter-spacing: -0.001em;
}
body {
	line-height:1;
	color: #333333;
	font-family: HiraKakuProN-W3 , sans-serif;
	background-color: #FFFFFF;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote::after,q:before, q::after {content:'';content:none;}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 215, 0.4);
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {text-decoration: line-through;}
table{
	border-collapse: collapse;
	border-spacing:0;
	width: 100%;
}
caption{text-align: left;}
th{text-align: center;}
td {padding: 4px 0;}
input, select {vertical-align:middle;}
img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
}
.hide{display: none;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++  HEADER
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#Header{margin-bottom: 1em;}
.headerTop{
	background-color: #007dc5;
	height: 0.5em;
}
.headerLogo{
	padding: 0.5em;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
}
.headerTitle{
	background-color: #007dc5;
	padding: 0.3em 0.8em;
	font-weight: bold;
	color: #ffffff;
}
.headerBottom{
	background-color: #ADD8E6;
	height: 0.8em;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++  FOOTER
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#Footer{padding: 1.5em 0;}
.footerTop{
	background-color: #007dc5;
	height: 0.8em;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
}
.footerlogo{
	text-align: right;
	padding: 0.3em 0.5em;
	background-color: #cccccc;
	border-bottom: 1px solid #333333;
}
address{
	padding: 0.5em;
	line-height: 1.4em;
	font-size: 80%;
	text-align: center;
}
.footerNavi{
	padding: 0.2em 0;
}
/* ++  GENERAL BUTTON ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.generalBtn{
	position: relative;
	display: block;
	width: 90%;
	max-width: 150px;
	padding: 0.5em;
	margin: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #666;
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	box-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px inset, rgba(0, 0, 0, 0.3) -1px -1px 1px inset, rgba(0, 0, 0, 0.3) 1px 1px 4px;
	-moz-box-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px inset, rgba(0, 0, 0, 0.3) -1px -1px 1px inset, rgba(0, 0, 0, 0.3) 1px 1px 4px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px inset, rgba(0, 0, 0, 0.3) -1px -1px 1px inset, rgba(0, 0, 0, 0.3) 1px 1px 4px;
	background: linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
	background: -moz-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
	background: -khtml-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.51, #d1d1d1), color-stop(0.50, #dbdbdb), color-stop(0.00, #dcdcdc));
	color: #333;
	font-size: 90%;
	text-shadow: rgba(0, 0, 0, .3) 0px -1px 1px, rgba(255, 255, 255, .5) 0px 1px 1px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++  MENU
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#ContetsArea{
	text-align: left;
	width:80%;
	margin: 0 auto;
	line-height: 1.4em;
}
.ssoWebMap{padding: 0.3em 0.5em;}
.ssoMyMenuMember, .ssoMyMenuInfomation,
.ssoMyMenuBuyContentsite, .ssoMyMenuYetContentsite {
	width: 90%;
	margin: auto;
	text-align: center;
}

.ssoMyMenuDiv dl.ssoMyMenuMember dd ul li{
	padding: 0.5em 1em;
}
.ssoMyMenuBuyContentsiteListTitle{
	border-left: 5px solid #007dc5;
	padding-left: 5px;
}

#ContetsArea table{margin: auto;text-align: center;}
.tblBorder td{
	border: 1px solid #ccc;
	padding: 0.5em;
	font-size: 85%;
	text-align: left;
}
.tblBorder .lblColor{
	width: 15em;
	background-color: #F4F4F5;
}
/*
.lblColor img{width: 80px;}
.tblBorder{width: 600px;}
*/
/*
.tblBorder td table td{
	border: none;
	padding: 0.2em;
}
*/

dl.toNikkanID{
	font-size: 85%;
	padding: 1em 0 0;
	margin: auto;
	line-height: 1.6em;
	text-align: left;
}
.toNikkanID dd{padding: 0.2em 1em;}
.toNikkanID dd a{
	border-left: 5px solid lightBlue;
	padding-left: 0.4em;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++  ERROR
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
ul.error {
	margin-bottom: 0.5em;
}
ul.error li {
	line-height: 1.4em;
	color: #c10000;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++  rakutenOpenID
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#rakutenOpenID {
	margin:.5em auto;
}
#rakutenOpenID p {
	font-size: 90%;
	line-height: 1.6em;
	text-align:left;
}
.rakutenOpenIDBox {
	text-align: left;
}
.rakutenOpenIDTxt {
	text-align: left;
	font-size: 90%;
}
#rakutenOpenID:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}

/* quiz
--------*/
.questionTitle {
	border-top: 1px solid #3a5a11 !important;
    border-bottom: 1px solid #aad76e !important;
    color: #2d480a !important;
    background: #e5f6cf !important;
}

.btnWrap {
	text-align:center;
}

h2.quizTitle {
	margin:0 0 15px;
	font-weight:bold;
}

.linkText {
	margin-bottom: 15px;
}

.linkText a:hover {
	text-decoration: underline;
}

.error {
	font-weight:bold;
	color:#C00;
}

/*------------------------------------------------------------
 幅710px以下
------------------------------------------------------------*/
@media only screen and (max-width: 710px){
	#ContetsArea {
		width:95%;
	}
}