@charset "utf-8";

/* 2012/06/25 NDL追加 */
.newswrapper{
	font-size:small;
}


a {
	font-weight: bold;
}


.frontdesc {
	border-bottom: 1px solid #333127;
}

.frontdesc p {
	margin: 0;
	padding: 4px;
	text-align: center;
	color: #fff;
}

.feature {
	background-color: #4d4d4d;
	background-image: url(images/feature-bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	position: relative;
	color: #fff;
}

.feature h2 {
	font-size: 140%;
	margin: 16px 0 12px 0;
	color: #fff;
}

.featurecontainer {
}
.no-js .featurecontainer {
	width:100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.with-js .featurecontainer {
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}

.with-js .featuretitle {
	width: 350px;
	/* height: 360px; */
	display: block;
	float: left;
	position: relative;
	/* background-image: url(images/featuretitle.jpg); */
	background-repeat: no-repeat;
	/* background-color: green; */
}

/*
.with-js #feature0 .featuretitle { background-position: 0 0; }
.with-js #feature1 .featuretitle { background-position: -250px 0; }
.with-js #feature2 .featuretitle { background-position: -500px 0; }
.with-js #feature3 .featuretitle { background-position: -750px 0; }
.with-js #feature4 .featuretitle { background-position: -1000px 0; }
.with-js #feature5 .featuretitle { background-position: -1250px 0; }
.with-js #feature6 .featuretitle { background-position: -1500px 0; }
.with-js #feature7 .featuretitle { background-position: -1750px 0; }
.with-js #feature8 .featuretitle { background-position: -2000px 0; }
.with-js #feature9 .featuretitle { background-position: -2250px 0; }
*/
.with-js #feature0 .featuretitle { background-position: 0 0; }
.with-js #feature1 .featuretitle { background-position: -250px 0; }
.with-js #feature2 .featuretitle { background-position: -500px 0; }
.with-js #feature3 .featuretitle { background-position: -2500px 0; }
.with-js #feature4 .featuretitle { background-position: -750px 0; }
.with-js #feature5 .featuretitle { background-position: -1000px 0; }
.with-js #feature6 .featuretitle { background-position: -1250px 0; }
.with-js #feature7 .featuretitle { background-position: -1500px 0; }
.with-js #feature8 .featuretitle { background-position: -1750px 0; }
.with-js #feature9 .featuretitle { background-position: -2000px 0; }
.with-js #feature10 .featuretitle { background-position: -2250px 0; }

.no-js .featuretitle h3 {
	font-size: 150%;
	margin: 10px 0;
}
.with-js .featuretitle h3 {
	font-family:"ＭＳ Ｐ明朝",serif;
	font-size:31px;
	margin:20px 0;
	line-height:115%;
	font-weight:bold;
}

.featuretitle p {
	color: #ccc;
	margin: 0 3px;
}

.no-js .featuretitle p {
}

.featureitem {
}
.no-js .featureitem {
	display: none;
}
.with-js .featureitem > a{
	display: none;
}

.with-js .feature-type-HTML .featureitem {
	width: 652px;
	min-height: 400px;
	float: left;
}
.feature-type-HTML .featureitemcontainerwrapper {
	width: 652px;
}
.feature-type-HTML .featureitemcontainer {
	width: 652px;
}

.with-js .feature-type-ITEM_THUMBNAIL .featureitem {
	width: 792px;
	height: 400px;
	float: left;
	overflow: hidden;
	position: relative;
}

.feature-type-ITEM_THUMBNAIL .featureitemcontainerwrapper {
	position: relative; 
	/*
	height: 360px;
	*/
	height: 400px;
}

.feature-type-ITEM_THUMBNAIL .featureitemcontainer {
	width: 770px;
	float: left;
}

.feature-type-ITEM_THUMBNAIL .featureimage-wrapper {
	width: 402px;
	height: 360px;
	float: left;
}
.feature-type-ITEM_THUMBNAIL .featureimage {
	/*
	width: 402px;
	height: 360px;
	float: left;
	*/
	width: 256px;
	height: 256px;
	margin: 52px 73px;
	/* background-color: yellow; */
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.feature-type-ITEM_THUMBNAIL .featureimage-none {
	cursor: auto !important;
}
.feature-type-ITEM_THUMBNAIL .featureimage a{
	display: none;
}
.featuredesc {
	width: 250px;
	/*
	height: 360px;
	*/
	height: 400px;
	float: left;
	position: relative;
	/* background-color: red; */
}

.featuredescbox {
	position: absolute;
	/*
	bottom: 40px;
	*/
	bottom: 0px;
	padding: 15px 0 15px 0;
}

.featuredescbox p {
	color: #fff;
}

.featuredescbox p a {
	color: #fff;
	text-decoration: underline;
}

.featuredescbox p.featureimagetitle {
	font-size: 120%;
}

.featuredescbox p.featureexplanation {
	overflow: auto;
	width: 370px;
	/*
	max-height: 150px;
	*/
	max-height: 250px;
}

.featureitempagination {
	width: 370px;
	text-align: center;
	overflow: hidden;
	border-top: 1px solid #666;
	padding-top: 10px;
}

.featureitempaginationarrow {
	display: inline-block;
	width: 18px;
	height: 18px;
}


.featureitempaginationarrow a {
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -99999px;
	background-image: url(images/roundarrow.png);
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* For IE6 */
* html .featureitempaginationarrow a {
	background-image: url(images/roundarrow.gif);
}

.featureitempagination .arrow-left a {
	background-position: 0 0;
}

.featureitempagination .arrow-left a:active {
	background-position: 0 -18px;
}

.featureitempagination .arrow-right a {
	background-position: -18px 0;
}

.featureitempagination .arrow-right a:active {
	background-position: -18px -18px;
}

.featureitempaginationnumber {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	padding: 0;
	margin-left: 15px;
	margin-right: 15px;
	color: #fff;
	overflow: hidden;
}

.featurechannel {
	margin:  0;
	padding: 5px 0 20px 0;
	text-align: center;
}

.no-js .boundary-featurechannel {
	display: none;
}
.with-js .boundary-featurechannel {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -625px;
	display: none;
}


.featurechannel li {
	margin: 2px 2px;
	padding: 0;
	display: inline;
	list-style-type: none;
	overflow: hidden;
	/* background-image: url(images/translucent-white.png); */

}

.featurechannel li.ui-tabs-selected {
}

.featurechannel li.featurechanneloption-pushed {
}

.featurechannel li a {
	vertical-align: middle;
	display: inline-block;
	background-color: #333;
	overflow: hidden;
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	margin: 0;
	padding: 2px 4px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.featurechannel li.ui-tabs-selected a {
	color: #333;
	background-color: #ffc;
	background-image: none;
	border: 1px solid #996;
}

.featurechannel li.featurechanneloption-pushed a {
	color: #fff;
	background-color: #222;
	border: 1px solid #999;
}





.whatsnew {
	border-top: 1px solid #c3b495;
}

.newsframe {
	margin: 20px 0;
	padding-top: 10px;
	padding-bottom: 5px;
	border: 1px solid #bebbb2;
	background-image: url(images/newsframesplitter.png);
	background-position: center top;
	background-repeat: repeat-y;
}

.newswrapper {
	width: 590px;
	float: left;
	position: relative;
}

.news a {
	color: #fff;
	text-decoration: underline;
}

.news h2 {
	margin: 5px 20px 0 20px;
	font-size: 120%;
	color: #fff;
}

.news p {
	color: #fff;
}

.news p.more {
	text-align: right;
	padding-right: 15px;
	background-image: url(images/triangle-white.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.announcement p {
	margin: 8px 15px 5px 110px;
}

.ranking p {
	margin: 8px 15px 5px 60px;
}

.introtimeline p {
	margin: 8px 15px 5px 20px;
}



.newsdate {
	margin-left: -90px;
	float: left;
	font-weight: bold;
	color: #fff;
}

.news .newsrss {
	text-align: right;
	position: absolute;
	width: 48px;
	height: 16px;
	top: 8px;
	right: 20px;
	padding: 0;
	margin: 0;

}

.news .newsrss a {
	display: block;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 48px;
	height: 16px;
	margin: 0;
	padding: 0;
	background-image: url(images/rss.gif);
	background-repeat: no-repeat;
}

.newsrank {
	margin-left: -40px;
	float: left;
	font-weight: bold;
	color: #fff;
}

.newsthumb{
	margin-left: -45px;
	float: left;
}

p.newstitle{
	margin-bottom: -5px;
}


.timeline {
	padding: 0 0 30px 0;
}


.featurerouting {
}
.with-js .featurerouting {
	margin-top: 25px;
}
.no-js .featurerouting {
	margin-top: 5px;
}

.featurerouting ul {
	margin: 8px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.no-js .featurerouting ul {
	display: inline !important;
}

.featurerouting ul li {
	margin-left: 16px;
	padding: 1px 20px 1px 0;
	text-align: right;
}
.featurerouting ul li a{
	color: #fff;
	display:inline-block;
	padding-right: 20px;
	background-image: url(images/navigationarrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.home .header {
	height: 100px;
	overflow: hidden;
	background-color: #333;
	background-image: url(images/header-bg-top.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	text-align: center;
	position: relative;
}

.home .apptitle-top {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	width: 659px;
	height: 101px;
	overflow: hidden;
	text-indent: -99999px;
	background-image: url(images/ap-logo.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.home div.header div.utilmenu {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	padding: 0 10px;
	height: 45px;
	line-height: 45px;
	overflow: visible;
}

.home .featurehtmlcontents a {
	color: #fff !important;
}
