

/* print.css
-------------*/
body {
	print-color-adjust: exact;
	-webkit-print-color-adjust: exact;
	-moz-print-color-adjust: exact;
	background-color:#FFFFFF;
}

/*.box3ch {
	page-break-after: always;
} */


#container {
	position: relative;	/* 親要素をposition:relativeとする */
	width: 960px;
	margin: 0 auto;
}

#contents {
	width: 960px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	clear: both;
	text-align: center;
}

#menu{
	display: none !important;
}

img, video, object {
	max-width: 100%;
	height: auto;
	width: 100%\9; /* IE8のみ適用 */
	width /***/:auto; /* IE8のみ適用 */
}

#bgNavi {
	margin:0 auto;
	background: url("../img/bg_navi.jpg") repeat-x center 63px;
}
/* IE9 のみに適用*/
.ie9 #bgNavi {
	background: url("../img/bg_navi.jpg") repeat-x center 62px;
}

/* header ***************/
#header h1 {
	float: left;
	margin-top: 20px;
}
#header h1 img {
}

#menuBtn {
	display: none;
}

/* navi ***************/
#navi {
	margin: 5px 0 20px;
	float:left;
}

#navi ul li {
	float: left;
	list-style: none;
}

#bnrTop {
	margin-top: 10%;
}
#bnrTop ul li {
	margin-bottom: 4%;
}

#pageTop {
	text-align: right;
	padding: 5% 0 3%;
}
#pageTop2 {
	text-align: right;
	padding: 0 0 1%;
}


/* footer ***************/
#footerBg {
	padding: 15px 0;
	background: url("../img/bg_footer.jpg") repeat-x center top;
}

#footer {
}

#footer ul {
	padding-left: 33%;
}

#footer ul li {
	font-size: 90%;
	float: left;
	margin-right: 0.5%;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #333;
}

#footer ul li a:hover {
	color: #999;
}

#footer p.copy {
	clear: both;
	font-size: 80%;
	padding-top: 15px;
}



/* What's New 一覧 **************************************************/
#news {
	margin: 30px 0 0;
}

#news dt {
	width: 240px;
	float: left;
	font-size: 110%;
	font-weight: bold;
}

#news dd {
	font-size: 100%;
	margin-left: 240px;
	margin-bottom: 30px;
}

#news dd a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}

#news dd a:hover {
	text-decoration: none;
}

#news dd.car a {
	color: #182d73;
}
#news dd.sp a {
	color: #ef9215;
}

#news dt span.iconCar {
	background: url("../img/icon_news_car.gif") no-repeat 0 0;
	background-size: 56px 24px;
	height: 28px;
	padding-left: 65px;
	padding-top: 3px;
}
#news dt span.iconSp {
	background: url("../img/icon_news_sp.gif") no-repeat 0 0;
	background-size: 56px 24px;
	height: 28px;
	padding-left: 65px;
	padding-top: 3px;
}
#news dt span.iconNone {
	height: 28px;
	padding-left: 65px;
	padding-top: 3px;
}


/*  お知らせ 一覧 **************************************************/
#info {
	margin: 30px 0 0;
}

#info dt {
	width: 175px;
	float: left;
	font-size: 110%;
	font-weight: bold;
}

#info dd {
	font-size: 100%;
	margin-left: 175px;
	margin-bottom: 30px;
}

#info dd a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}

#info dd a:hover {
	text-decoration: none;
}

#info dd.update a {
	color: #49a700;
}
#info dd.topic a {
	color: #ff6a51;
}

#info dt span.iconUpdate {
	background: url("../img/icon_news_update.gif") no-repeat 0 0;
	background-size: 56px 24px;
	height: 28px;
	padding-left: 65px;
	padding-top: 3px;
}
#info dt span.iconTopic {
	background: url("../img/icon_news_topic.gif") no-repeat 0 0;
	background-size: 56px 24px;
	height: 28px;
	padding-left: 65px;
	padding-top: 3px;
}
#info dt span.iconNone {
	height: 28px;
	padding-left: 65px;
	padding-top: 3px;
}





/* T-Connect Apps 一覧 **************************************************/
#app {
	margin: 30px 0 0;
}

#app #appA #appTitle {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 0 7% 0;
}
#app #appA #appTitle h2.ttl {
	position: absolute;
	top: 0;
	left: 0;
	width: 38%;
}
#app #appA #appTitle p.ttlTxt {
	position: absolute;
	top: 7%;
	left: 40%;
	font-size: 90%;
	font-weight: bold;
	margin-top: 1%;
}

#app #appA {
	width: 95.3%;
	background: #e8f2fa;
	border: 2px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	-webkit-box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	-moz-box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	padding: 3% 0 1.5% 3%;
	margin: 3% 0 0 0.7%;
	behavior: url("/common/js/PIE.htc");
}

#app #appA #appFrame {
	position: relative;
	width: 28.3%;
	float: left;
	background: #FFF;
	background-size: 100%;
	border: 2px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	-webkit-box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	-moz-box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	padding: 3% 1% 1%;
	margin: 0 2% 2% 0;
	behavior: url("/common/js/PIE.htc");
	z-index: 1;
}

#app #appA #appFrame a.appLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #FFF;
	opacity: 0;
	z-index: 15;
}

#app #appA p.new {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("../img/icon_new.png") no-repeat right 0;
	background-size: 20%;
	z-index: 10;
}

#app #appA p.appIcon {
	width: 60%;
	margin: 0 auto;
}

#app #appA p.appTitle {
	color: #4666ad;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 1%;
}

#app #appA p.fee {
	border-bottom: 1px solid #c7d1e6;
	padding-bottom: 2%;
	margin-bottom: 3%;
	text-align: right;
}
#app #appA p.fee span img {
	width: 40%;
}

#app #appA p.txt {
	font-size: 90%;
}

#app #appA p.btnUse {
	position: absolute;
	top: 10%;
	right: 4%;
	width: 17%;
}



/* T-Connect スマホアプリ 一覧 **************************************************/
#appSp {
	margin: 30px 0 0;
}

#appSp #appB #appTitle {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 0 7% 0;
}
#appSp #appB #appTitle h2.ttl {
	position: absolute;
	top: 0;
	left: 0;
	width: 49%;
}
#appSp #appB #appTitle p.ttlTxt {
	position: absolute;
	top: -1%;
	left: 51%;
	font-size: 90%;
	font-weight: bold;
}

#appSp #appB {
	width: 95.3%;
	background: #fff4e1;
	border: 2px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	-webkit-box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	-moz-box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	padding: 3% 0 1.5% 3%;
	margin: 3% 0 0 0.7%;
	behavior: url("/common/js/PIE.htc");
}

#appSp #appB #appFrame {
	position: relative;
	width: 28.3%;
	float: left;
	background: #FFF;
	background-size: 100%;
	border: 2px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	-webkit-box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	-moz-box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	padding: 3% 1% 1%;
	margin: 0 2% 2% 0;
	behavior: url("/common/js/PIE.htc");
	z-index: 1;
}

#appSp #appB #appFrame a.appLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #FFF;
	opacity: 0;
	z-index: 15;
}

#appSp #appB p.new {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("../img/icon_new.png") no-repeat right 0;
	background-size: 20%;
	z-index: 10;
}

#appSp #appB p.appIcon {
	width: 50%;
	float: left;
}

#appSp #appB div.appStore p.store a {
	position: absolute;
	top: 24%;
	right: 2%;
	width: 42%;
	z-index: 50;
}
#appSp #appB div.appStore p.google a {
	position: absolute;
	top: 37%;
	right: 2%;
	width: 42%;
	z-index: 50;
}

#appSp #appB p.appTitle {
	color: #ef9215;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 1%;
	clear: both;
}

#appSp #appB p.fee {
	border-bottom: 1px solid #fadeb8;
	padding-bottom: 2%;
	margin-bottom: 3%;
	text-align: right;
}
#appSp #appB p.fee span img {
	width: 40%;
}

#appSp #appB p.txt {
	font-size: 90%;
}





/* T-Connect Apps 詳細　DETAIL **************************************************/
#appDetail {
	margin: 30px 0 0;
}

#appDetail #appA {
	width: 95.3%;
	background: #e8f2fa;
	border: 2px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	-webkit-box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	-moz-box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	padding: 3% 0 1.5% 3%;
	margin: 3% 0 0 0.7%;
	behavior: url("/common/js/PIE.htc");
}

#appDetail #appA #appFrame {
	position: relative;
	width: 88%;
	background: #FFF;
	background-size: 100%;
	border: 2px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	-webkit-box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	-moz-box-shadow:rgba(209, 209, 209, 0.4) 0px 0px 3px 3px;
	padding: 4%;
	margin: 0 2% 4% 0;
	behavior: url("/common/js/PIE.htc");
	z-index: 1;
}

#appDetail #appA p.appIcon {
	width: 15%;
	float: left;
}

#appDetail #appA div.appTitleFrame {
	width: 82%;
	float: left;
	padding-left: 3%;
}

#appDetail #appA p.appTitle {
	color: #4666ad;
	font-size: 190%;
	font-weight: bold;
	margin-top: 2%;
	margin-bottom: 2%;
}

#appDetail #appA p.price {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 1.5%;
}

#appDetail #appA p.fee {
	border-bottom: 1px solid #c7d1e6;
	padding-bottom: 2%;
	margin-bottom: 3%;
}
#appDetail #appA p.fee span img {
	width: 20%;
}

#appDetail #appA p.txt {
	font-size: 90%;
}
#appDetail #appA p.txt a {
	color: #4565AC;
}
#appDetail #appA p.txt a:hover {
	color: #80A3E0;
}

#appDetail #detailSlider {
	border-bottom: 1px solid #c7d1e6;
	padding: 0 0 6% 10%;
	margin: 0 3% 3% 0;
}

#detailTxt {
	padding: 2% 0 0 0;
	margin: 0 3% 1% 0;
}
#detailTxt p.ttl {
	color: #404040;
	font-size: 190%;
	font-weight: bold;
	margin: 0 0 2% 0;
}

#appDetail #appA p.btnUse {
	width: 20%;
	float: right;
}



/* OTHER **************************************************/
#other {
	margin: 2% 0 0;
}

#other .ttl01 {
	color: #333;
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 2% 0;
}
#other .ttl02 {
	color: #4565AC;
	font-size: 120%;
	font-weight: bold;
	padding: 0.6% 1% 0.4%;
	margin: 0 0 1%;
	border-top: 1px solid #4565AC;
	border-bottom: 1px solid #4565AC;
}
#other .ttl03 {
	color: #EE9114;
	font-weight: bold;
	margin: 0 0 1% 0;
}
#other .ttl04 {
	font-weight: bold;
	background: url("../img/contents/icon_faq01.gif") no-repeat 0 2px;
	border-bottom: 1px dotted #999999;
	padding: 0 0 0.2% 1.7%;
	margin: 2% 0 1% 0;
}

#other a {
	color: #4565AC;
}
#other a:hover {
	color: #80A3E0;
}

#other div.indent {
	margin-left: 1%;
}

#other p.indentP {
	text-indent: -2.7em;
	margin-left: 2.7em;
}

#other div.pan404 {
	margin: 2% 0;
}


/* OTHER お問合せ *****************/
#other dl.tel dt {
	font-weight: bold;
	float: left;
}
#other dl.tel dd span.tel-link {
	color: #EE9114;
	font-weight: bold;
	font-size: 190%;
}

#other p.time {
	margin: 1% 0;
}


/* OTHER プライバシーポリシー *****************/
#other p.policyLink a {
	color: #4565AC;
}
#other p.policyLink a:hover {
	color: #80A3E0;
}


/* OTHER よくある質問 *****************/
#other div.faqLink {
	margin-bottom: 4%;
}

#other div.faqLink p {
	width: 23%;
	float: left;
	margin-bottom: 1%;
}
#other div.faqLink p a {
	color: #4565AC;
	font-weight: bold;
}
#other div.faqLink p a:hover {
	color: #80A3E0;
}

#other p.q {
	color: #EE9114;
	font-weight: bold;
	text-indent: -1.5em;
	margin-left: 1.5em;
	margin-bottom: 0.5%;
}

#other p.a {
/*	font-weight: bold;*/
	text-indent: -1.5em;
	margin-left: 1.5em;
	margin-bottom: 3%;
}
#other p.a a {
	color: #4565AC;
}
#other p.a a:hover {
	color: #80A3E0;
}


/* OTHER サイトのご利用について *****************/
#other p.policyP {
	color: #EE9114;
	font-weight: bold;
	margin-top: 1.5%;
}
