@charset "utf-8";

/*
	2011.07.01R  初期バージョン用
	全ページに対応
	2011.08.11 トップページにサムネイル表示
*/


/*=== 1. 共通 */

/*--- 1.1 ニュースリスト */

.index {
	font-size: medium;
	background-color: #fff;
	border-top: 1px solid #267c91;
}

.index h2{
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	-webkit-text-shadow: 0 -1px 1px #666;
	-moz-text-shadow: 0 -1px 1px #666;
	-ms-text-shadow: 0 -1px 1px #666;
	-o-text-shadow: 0 -1px 1px #666;
	text-shadow: 0 -1px 1px #666;
	padding: 5px 35px 5px 20px;
	border-top: 1px solid #7db0bd;
	border-bottom: 1px solid #267c91;
	background: #4ea8bd;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #268a9f), color-stop(1, #4ea8bd));
	background: -webkit-linear-gradient(top, #268a9f 0%,#4ea8bd 100%);
	background: -moz-linear-gradient(top, #268a9f 0%,#4ea8bd 100%);
	background: -ms-linear-gradient(top, #268a9f 0%,#4ea8bd 100%);
	background: linear-gradient(top, #268a9f 0%,#4ea8bd 100%);
	background: linear-gradient(top, #268a9f 0%,#4ea8bd 100%);
}

.index h2.center{
	text-align: center;
}

.index h2.linkTo{
	padding: 0;
}

.index h2.linkTo a{
	display: block;
	color: #fff;
	padding: 5px 35px 5px 20px;
	background: #13387b url(/docomo/images/common/icon/fallback/arrow_bar.png) 98% 50% no-repeat;	
}

.topnews {
	font-size: medium;
	background-color: #fff;
	border-top: 1px solid #267c91;
}

.topnews h2{
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	-webkit-text-shadow: 0 -1px 1px #666;
	-moz-text-shadow: 0 -1px 1px #666;
	-ms-text-shadow: 0 -1px 1px #666;
	-o-text-shadow: 0 -1px 1px #666;
	text-shadow: 0 -1px 1px #666;
	padding: 5px 35px 5px 20px;
	border-top: 1px solid #7db0bd;
	border-bottom: 1px solid #267c91;
	background: #4ea8bd;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #268a9f), color-stop(1, #4ea8bd));
	background: -webkit-linear-gradient(top, #268a9f 0%,#4ea8bd 100%);
	background: -moz-linear-gradient(top, #268a9f 0%,#4ea8bd 100%);
	background: -ms-linear-gradient(top, #268a9f 0%,#4ea8bd 100%);
	background: linear-gradient(top, #268a9f 0%,#4ea8bd 100%);
	background: linear-gradient(top, #268a9f 0%,#4ea8bd 100%);
}

.topnews h2.center{
	text-align: center;
}

.topnews div.description {
	margin: 0;
	padding: 6px;
	display:block;
}

.topnews p{
	font-size: large;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	padding:10px;
}

.topnews p a {
	color: #333;
	display:block;
}

.topnews figure {
	float: left;
	margin-right: 0.5em;
}

.topnews figure img {
	display:block;
}


.etcitem h2, 
.etcitem2 h2{
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	-webkit-text-shadow: 0 -1px 1px #666;
	-moz-text-shadow: 0 -1px 1px #666;
	-ms-text-shadow: 0 -1px 1px #666;
	-o-text-shadow: 0 -1px 1px #666;
	text-shadow: 0 -1px 1px #666;
	padding: 5px 35px 5px 20px;
	border-top: 1px solid #7db0bd;
	border-bottom: 1px solid #267c91;
	background: #4ea8bd;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #268a9f), color-stop(1, #4ea8bd));
	background: -webkit-linear-gradient(top, #268a9f 0%,#4ea8bd 100%);
	background: -moz-linear-gradient(top, #268a9f 0%,#4ea8bd 100%);
	background: -ms-linear-gradient(top, #268a9f 0%,#4ea8bd 100%);
	background: linear-gradient(top, #268a9f 0%,#4ea8bd 100%);
	background: linear-gradient(top, #268a9f 0%,#4ea8bd 100%);
}

.etcitem h2.center, 
.etcitem2 h2.center{
	text-align: center;
}

.backgroundsize .index h2.linkTo a{
/* opera miniにとってはこの行がNG！ ここでも、下にしてもNG！
	background: #13387b url(/docomo/images/common/icon/arrow_bar.png) 98% 50% no-repeat;	
*/
	background: #13387b url(/docomo/images/common/icon/arrow_bar.png) 98% 50%  / 20px 20px no-repeat;
	background: url(/docomo/images/common/icon/arrow_bar.png) 98%  50%  no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #13387b), color-stop(0.5, #1964ad), color-stop(1, #13387b));
	background: url(/docomo/images/common/icon/arrow_bar.png) 98%  50%  no-repeat,-webkit-linear-gradient(top, #13387b 0%,#1964ad 50%, #13387b 100%);
	background: url(/docomo/images/common/icon/arrow_bar.png) 98%  50% no-repeat,-moz-linear-gradient(top, #13387b 0%,#1964ad 50%, #13387b 100%);
	background: url(/docomo/images/common/icon/arrow_bar.png) 98% 50%  / 20px 20px no-repeat,-ms-linear-gradient(top, #13387b 0%,#1964ad 50%, #13387b 100%);
	background: url(/docomo/images/common/icon/arrow_bar.png) 98% 50% no-repeat,linear-gradient(top, #13387b 0%,#1964ad 50%, #13387b 100%);
	background: url(/docomo/images/common/icon/arrow_bar.png) 98% 50%  / 20px 20px no-repeat,linear-gradient(top, #13387b 0%,#1964ad 50%, #13387b 100%);

/*
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #13387b), color-stop(0.5, #1964ad), color-stop(1, #13387b));
	background-image: -webkit-linear-gradient(top, #13387b 0%,#1964ad 50%, #13387b 100%);
	background-image: -moz-linear-gradient(top, #13387b 0%,#1964ad 50%, #13387b 100%);
	background-image: -o-linear-gradient(top, #13387b 0%,#1964ad 50%, #13387b 100%);
	background-image: -ms-linear-gradient(top, #13387b 0%,#1964ad 50%, #13387b 100%);
	background-image: linear-gradient(top, #13387b 0%,#1964ad 50%, #13387b 100%);

	background-image: url(/docomo/images/common/icon/arrow_bar.png);
	background-position: 98% 50%;
	background-repeat: no-repeat;
*/


/* shorthandで複数指定している時に size指定したら、webkitはNG（chromeのdev、昔のmobile safari）
	firefox 4.0 はNG、
	operaはグラデーションNG？ でもショートハンドでのサイズ指定はOK - 反対に、個別プロパティがNG？？
			global.cssのgotoアイコンで苦戦
	msはIE9,グラデーションNG？ でもショートハンドでのサイズ指定はOK
	msはIE10はグラデーションも、ショートハンドのサイズ指定もOKらしい。

	念のため、すべてのサイズ指定を残しておく。
*/
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;	/*-- Firefox4.0はベンダープレフィックスは効果なし */
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	background-size: 20px 20px;
}

	/*-- adsense 対策 */
.index aside + ul {
	border-top: 1px solid #c0c0c0;
}

.index ul li{
	border-bottom: 1px solid #c0c0c0;
}

.index ul li a{
	color: #333;
	display: block;
	line-height: 1.4;
	min-height: 2.8em;
	padding: 6px 35px 6px 10px;
	background: url(/docomo/images/common/icon/fallback/arrow_off.png) 98% 50% no-repeat;
	
/*	
	background-image: url(/docomo/images/common/icon/arrow_off.png);
	background-position: 98% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	background-size: 20px 20px;
*/
}

.index ul.topics li a{
	line-height: 2.8em;
}

.index ul li a:active{
	background: url(/docomo/images/common/icon/fallback/arrow_on.png) 98% 50% no-repeat;
}

.backgroundsize .index ul li a{
/* opera miniにとってはこの行がNG！
	background: url(/docomo/images/common/icon/arrow_off.png) 98% 50% no-repeat;
*/
	background: url(/docomo/images/common/icon/arrow_off.png) 98% 50% / 20px 20px no-repeat;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	background-size: 20px 20px;

}

.backgroundsize .index ul li a:active{
/* opera miniにとってはこの行がNG！
	background: url(/docomo/images/common/icon/arrow_on.png) 98% 50% no-repeat;
*/
	background: url(/docomo/images/common/icon/arrow_on.png) 98% 50% / 20px 20px no-repeat;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	background-size: 20px 20px;

}

.index ul li span.addition {
	color: #666;
	font-size: smaller;
	vertical-align: baseline;
}

.index ul li span.addition time {
	margin-right: 0.5em;
}

.index ul li span.addition img {
	vertical-align: middle;
}

.topnews p span.addition {
	color: #666;
	font-size: small;
	vertical-align: baseline;
}

.topnews p span.addition time {
	margin:0 0.5em;
}

.topnews p span.addition img {
	vertical-align: middle;
}

.index p.linkTo {
	text-align: right;
	font-size:small;
	padding:0 10px 10px;
}

.index p.linkTo a {
	background-color: #c0c0c0;
	display: inline-block;
	text-align: center;
	color:#ffffff;
/*
	-webkit-box-shadow: 0 1px 3px #b3b3b3, inset  0 0 1px #fff;
	-moz-box-shadow: 0 1px 3px #b3b3b3, inset  0 0 1px #fff;
	-ms-box-shadow: 0 1px 3px #b3b3b3, inset  0 0 1px #fff;
	-o-box-shadow: 0 1px 3px #b3b3b3, inset  0 0 1px #fff;
	box-shadow: 0 1px 3px #b3b3b3,inset 1px 1px 1px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
*/
	padding: 0.5em;
	-webkit-text-shadow: 0 -1px 1px #666;
	-moz-text-shadow: 0 -1px 1px #666;
	-ms-text-shadow: 0 -1px 1px #666;
	-o-text-shadow: 0 -1px 1px #666;
	text-shadow: 0 -1px 1px #666;
	min-width: 120px;
}

/*--- 1.2 ニュース記事 */

.item {
	border-top:3px solid #267c91;
	color: #333;
	font-size: medium;
	padding: 10px 0;
}

.item header {
	margin-bottom: 1em;
}

.item header h1{
	font-weight: bold;
	font-size: large;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 0.2em;
	padding: 0 15px;
}

.item header .creator{
	padding: 0 15px;
	color: #666;
	font-size: smaller;
}

.item header .creator p{
	display: inline-block;
	margin-right: 0.5em;
}

.item div.description {
	margin: 0 15px;
	padding-bottom: 10px;
}

.item figure {
	float: right;
	margin:0 0 0.5em 0.5em;
}

.item img.clickable {
	border: 1px solid #5d8fcd;
	-webkit-box-shadow: 0 1px 3px #b3b3b3;
	-moz-box-shadow: 0 1px 3px #b3b3b3;
	-ms-box-shadow: 0 1px 3px #b3b3b3;
	-o-box-shadow: 0 1px 3px #b3b3b3;
	box-shadow: 0 1px 3px #b3b3b3;
}

.item div.description p {
	line-height: 1.5;

}
.item menu {
	margin: 0 15px;
	padding-bottom: 5px;
}

.item menu li{
	margin-bottom: 12px;
}

/*--- 1.3 ニュース記事フォト */

/*
	ニュース記事のデザインに追記する形で仕様
*/


.slide {
	color: #333;
	font-size: medium;
	margin: 10px 0;
}

.slide .image {
	margin: 0 15px;
	padding-bottom: 10px;
	text-align: center;
}

.slide .image span{
	display: block;
	color: #333;
	text-align: left;
	padding: 10px 0;
}


.slide header {
	font-size: smaller;
	color: #666;
	margin: 0 15px 1em 15px;
}


.slide header h1{
	margin-bottom: 0.5em;
}

.slide header .creator p{
	display: inline-block;
	margin-right: 0.5em;
}

.slide img.clickable {
	border: 1px solid #5d8fcd;
	-webkit-box-shadow: 0 1px 3px #b3b3b3;
	-moz-box-shadow: 0 1px 3px #b3b3b3;
	-ms-box-shadow: 0 1px 3px #b3b3b3;
	-o-box-shadow: 0 1px 3px #b3b3b3;
	box-shadow: 0 1px 3px #b3b3b3;
}

.slide p.linkTo {
	text-align: center;
	padding: 10px 5px;
}

.slide p.linkTo a {
	background-color: #eee;
	display: inline-block;
	text-align: center;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 3px #b3b3b3, inset  0 0 1px #fff;
	-moz-box-shadow: 0 1px 3px #b3b3b3, inset  0 0 1px #fff;
	-ms-box-shadow: 0 1px 3px #b3b3b3, inset  0 0 1px #fff;
	-o-box-shadow: 0 1px 3px #b3b3b3, inset  0 0 1px #fff;
	box-shadow: 0 1px 3px #b3b3b3,inset 1px 1px 1px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 0.5em;
	color: #666;
	-webkit-text-shadow: 0 -1px 1px #fff;
	-moz-text-shadow: 0 -1px 1px #fff;
	-ms-text-shadow: 0 -1px 1px #fff;
	-o-text-shadow: 0 -1px 1px #fff;
	text-shadow: 0 -1px 1px #fff;
	min-width: 120px;
}

/*=== 2. device別 */

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px),
only screen 
and (min-width : 320px) 
and (max-width : 640px) { 
/* Styles */


	/* 詳細系のサムネイル画像、ロード中 */
	.loading {
		background-image: url(/docomo/images/common/libparts/loading.gif);
		background-position: center 20%;
		background-repeat: no-repeat;
	}


	.item .loading {
		width: 100px;
		height: 100px;
	}

	.slide .loading {
		padding-top: 120px;
	}

	.loading img{
		display: none;
	}

	.loading.fail {
		background-image: url(/docomo/images/lite/common/libparts/cross_02.gif);
		background-position: center 40%;
		background-repeat: no-repeat;
	}

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */


	/*--- 1.1 ニュースリスト */

/*
	.index ul li {
		border-right: 1px solid #c0c0c0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-bottom: 0.2em;
		margin-right: 0.2em;
		width: 33%;
		height: 5em;
		overflow: hidden;
	}
	
	.index p {
		clear: left;
	}

*/

	.csscolumns .index ul {
		padding-top: 5px;
		-webkit-column-count: 3;
		-webkit-column-gap: 2em;
		-webkit-column-rule: 3px solid #c0c0c0;
		-moz-column-count: 3;
		-moz-column-gap: 2em;
		-moz-column-rule: 3px solid #c0c0c0;
		-o-column-count: 3;
		-o-column-gap: 2em;
		-o-column-rule: 3px solid #c0c0c0;
		column-count: 3;
		column-gap: 2em;
		column-rule: 3px solid #c0c0c0;
		border-bottom: 1px solid #c0c0c0;
	}
	.csscolumns .index ul li {
		border-bottom: none;
		border-top: 1px solid #c0c0c0;
		display: inline-block;

	}

	/*--- 1.2 ニュース記事 */
	.csscolumns .item div.description {
		-webkit-column-count: 2;
		-webkit-column-gap: 2em;
		-webkit-column-rule: 3px solid #c0c0c0;
		-moz-column-count: 2;
		-moz-column-gap: 2em;
		-moz-column-rule: 3px solid #c0c0c0;
		-o-column-count: 2;
		-o-column-gap: 2em;
		-o-column-rule: 3px solid #c0c0c0;
		column-count: 2;
		column-gap: 2em;
		column-rule: 3px solid #c0c0c0;
	}

	.csscolumns .item figure {
		float: left;
		margin:0 0.5em 0.5em 0;
	}

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */


	/*--- 1.1 ニュースリスト */

/*
	.index ul li {
		border-top: 1px solid #c0c0c0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-top: 0.2em;
		margin-bottom: 0.2em;
		margin-right: 0.2em;
		width: 49%;
	}
	.index p {
		clear: left;
	}
*/

	.csscolumns .index ul {
		padding-top: 5px;
		-webkit-column-count: 3;
		-webkit-column-gap: 2em;
		-webkit-column-rule: 3px solid #c0c0c0;
		-moz-column-count: 3;
		-moz-column-gap: 2em;
		-moz-column-rule: 3px solid #c0c0c0;
		-o-column-count: 3;
		-o-column-gap: 2em;
		-o-column-rule: 3px solid #c0c0c0;
		column-count: 3;
		column-gap: 2em;
		column-rule: 3px solid #c0c0c0;
		border-bottom: 1px solid #c0c0c0;
	}
	.csscolumns .index ul li {
		border-bottom: none;
		border-top: 1px solid #c0c0c0;
		display: inline-block;

	}

	/*--- 1.2 ニュース記事 */
	.csscolumns .item div.description {
		-webkit-column-count: 2;
		-webkit-column-gap: 2em;
		-webkit-column-rule: 3px solid #c0c0c0;
		-moz-column-count: 2;
		-moz-column-gap: 2em;
		-moz-column-rule: 3px solid #c0c0c0;
		-o-column-count: 2;
		-o-column-gap: 2em;
		-o-column-rule: 3px solid #c0c0c0;
		column-count: 2;
		column-gap: 2em;
		column-rule: 3px solid #c0c0c0;
	}

	.csscolumns .item figure {
		float: left;
		margin:0 0.5em 0.5em 0;
	}

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */

	/*--- 1.1 ニュースリスト */

/*
	.index ul li {
		border-top: 1px solid #c0c0c0;
		border-right: 1px solid #c0c0c0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-top: 0.2em;
		margin-bottom: 0.2em;
		margin-right: 0.2em;
		width: 33%;
	}
		
	.index p {
		clear: left;
	}

*/

	.csscolumns .index ul {
		padding-top: 5px;
		-webkit-column-count: 3;
		-webkit-column-gap: 2em;
		-webkit-column-rule: 3px solid #c0c0c0;
		-moz-column-count: 3;
		-moz-column-gap: 2em;
		-moz-column-rule: 3px solid #c0c0c0;
		-o-column-count: 3;
		-o-column-gap: 2em;
		-o-column-rule: 3px solid #c0c0c0;
		column-count: 3;
		column-gap: 2em;
		column-rule: 3px solid #c0c0c0;
		border-bottom: 1px solid #c0c0c0;
	}
	.csscolumns .index ul li {
		border-bottom: none;
		border-top: 1px solid #c0c0c0;
		display: inline-block;

	}
	
	.index ul li a:hover{
		background: url(/docomo/images/common/icon/arrow_on.png) 98% 50% no-repeat;
	}

	/*--- 1.2 ニュース記事 */
	.csscolumns .item div.description {
		-webkit-column-count: 2;
		-webkit-column-gap: 2em;
		-webkit-column-rule: 3px solid #c0c0c0;
		-moz-column-count: 2;
		-moz-column-gap: 2em;
		-moz-column-rule: 3px solid #c0c0c0;
		-o-column-count: 2;
		-o-column-gap: 2em;
		-o-column-rule: 3px solid #c0c0c0;
		column-count: 2;
		column-gap: 2em;
		column-rule: 3px solid #c0c0c0;
	}

	.csscolumns .item figure {
		float: left;
		margin:0 0.5em 0.5em 0;
	}

}
/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */

	/*--- 1.2 ニュース記事 */
	.csscolumns .item div.description {
		-webkit-column-count: 2;
		-webkit-column-gap: 2em;
		-webkit-column-rule: 3px solid #c0c0c0;
		-moz-column-count: 2;
		-moz-column-gap: 2em;
		-moz-column-rule: 3px solid #c0c0c0;
		-o-column-count: 2;
		-o-column-gap: 2em;
		-o-column-rule: 3px solid #c0c0c0;
		column-count: 2;
		column-gap: 2em;
		column-rule: 3px solid #c0c0c0;
	}

	.csscolumns .item figure {
		float: left;
		margin:0 0.5em 0.5em 0;
	}

}

/* Android ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio : 2) {
/* Styles */
}


/************************  2012.02.06 for docomo news  ************************/

/*--- 新着一覧、トップへボタン */

.linkIndex {
	padding:5px 15px;
	background-color:#a0e1ef;
}

.linkIndex p.linkTo {
	text-align:center;
}

.linkIndex p.linkTo a {
	padding: 0.7em 0.5em 0.7em 1.5em;
	margin:0 0.5;
	font-size: small;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	color: #666;
	min-width: 100px;
	background: #eeeeee url(/docomo/images/common/icon/arrow_link_off.png) no-repeat 3% 50%;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;	/*-- Firefox4.0はベンダープレフィックスは効果なし */
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	background-size: 20px 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	-webkit-text-shadow: 0 -1px 1px #fff;
	-moz-text-shadow: 0 -1px 1px #fff;
	-ms-text-shadow: 0 -1px 1px #fff;
	-o-text-shadow: 0 -1px 1px #fff;
	text-shadow: 0 -1px 1px #fff;
}

.linkIndex p.linkTo a:active {
	color: #fff;
	background: #267c91 url(/docomo/images/common/icon/arrow_link_on.png) no-repeat 3% 50%;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;	/*-- Firefox4.0はベンダープレフィックスは効果なし */
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	background-size: 20px 20px;
	-webkit-box-shadow: -1px -1px 2px #404040;
	-moz-box-shadow: -1px -1px 2px #404040;
	-ms-box-shadow: -1px -1px 2px #404040;
	-o-box-shadow: -1px -1px 2px #404040;
	box-shadow: -1px -1px 2px #404040;
}

.linkIndex p.linkTo span {
	display: inline-block;
}


/*--- 前へ、次へボタン */

.linkNextprev {
	padding:5px 15px;
	background-color:#a0e1ef;
}

.linkNextprev p.linkTo {
	text-align:center;
}

.linkNextprev p.linkTo a {
	margin:0 0.5;
	font-size: small;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	color: #666;
	min-width: 50px;
	border: 1px solid #ccc;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	-webkit-text-shadow: 0 -1px 1px #fff;
	-moz-text-shadow: 0 -1px 1px #fff;
	-ms-text-shadow: 0 -1px 1px #fff;
	-o-text-shadow: 0 -1px 1px #fff;
	text-shadow: 0 -1px 1px #fff;
}

.linkNextprev p.linkTo span.prev a {
	padding: 0.7em 0.5em 0.7em 1.5em;
	background: #eeeeee url(/docomo/images/common/icon/arrow_link_prev_off.png) no-repeat 5% 50%;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;	/*-- Firefox4.0はベンダープレフィックスは効果なし */
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	background-size: 20px 20px;
}

.linkNextprev p.linkTo span.next a {
	padding: 0.7em 1.5em 0.7em 0.5em;
	background: #eeeeee url(/docomo/images/common/icon/arrow_link_next_off.png) no-repeat 95% 50%;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;	/*-- Firefox4.0はベンダープレフィックスは効果なし */
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	background-size: 20px 20px;
}


.linkNextprev p.linkTo a:active {
	color: #fff;
	-webkit-box-shadow: -1px -1px 2px #404040;
	-moz-box-shadow: -1px -1px 2px #404040;
	-ms-box-shadow: -1px -1px 2px #404040;
	-o-box-shadow: -1px -1px 2px #404040;
	box-shadow: -1px -1px 2px #404040;
}

.linkNextprev p.linkTo span.prev a:active {
	background: #267c91 url(/docomo/images/common/icon/arrow_link_prev_on.png) no-repeat 5% 50%;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;	/*-- Firefox4.0はベンダープレフィックスは効果なし */
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	background-size: 20px 20px;
}

.linkNextprev p.linkTo span.next a:active {
	background: #267c91 url(/docomo/images/common/icon/arrow_link_next_on.png) no-repeat 95% 50%;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;	/*-- Firefox4.0はベンダープレフィックスは効果なし */
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	background-size: 20px 20px;
}

.linkNextprev p.linkTo span {
	display: inline-block;
}




/*--- その他ページ */

.etcitem {
	border-top:3px solid #267c91;
	color: #333;
	font-size: medium;
	padding: 10px 0;
}

.etcitem2 {
	color: #333;
	font-size: medium;
	padding: 10px 0;
}

.etcitem header, 
.etcitem2 header {
	margin:15px 0 1em;
}

.etcitem header h1, 
.etcitem2 header h1{
	font-weight: bold;
	font-size: large;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin: 0 30px 0.2em;
	text-align:center;
}

.etcitem header h1.lef, 
.etcitem2 header h1.left{
	text-align:left;
}

.etcitem div.description, 
.etcitem2 div.description {
	padding-bottom: 30px;
	margin: 0 30px;
}

.etcitem div.description p, 
.etcitem2 div.description p {
	line-height: 1.5;

}

.etcitem div.description ol, 
.etcitem2 div.description ol {
	padding-left:30px;

}

.etcitem div.description ol li, 
.etcitem2 div.description ol li {
	list-style-type: decimal;
	margin-bottom:15px;

}

.etcitem div.description ul, 
.etcitem2 div.description ul {
	padding-left:30px;

}

.etcitem div.description ul li, 
.etcitem2 div.description ul li {
	list-style-type: disc;
	margin-bottom:15px;
}

.linketc {
	margin: 30px;
	display: block;
}

.linketc p.linkTo {
	text-align:center;
	display: block;
}

.linketc p.linkTo span {
	background: url(/docomo/images/common/icon/arrow_link_etc.png) no-repeat 0% 44%;
	padding-left:25px;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;	/*-- Firefox4.0はベンダープレフィックスは効果なし */
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	background-size: 20px 20px;
}

.linketc p.linkTo a {
	padding: 1em;
	margin:0 0.5;
	font-size: medium;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	border:1px solid #267c91;
	min-width: 100px;
	background: #4ea8bd;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4ea8bd), color-stop(1, #268a9f));
	background: -webkit-linear-gradient(top, #4ea8bd 0%,#268a9f 100%);
	background: -moz-linear-gradient(top, #4ea8bd 0%,#268a9f 100%);
	background: -ms-linear-gradient(top, #4ea8bd 0%,#268a9f 100%);
	background: linear-gradient(top, #4ea8bd 0%,#268a9f 100%);
	background: linear-gradient(top, #4ea8bd 0%,#268a9f 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.linketc p.linkTo a:active {
	color: #666666;
	border:3px solid #666666;
	background: #eeeeee;
	-webkit-box-shadow: -1px -1px 2px #404040;
	-moz-box-shadow: -1px -1px 2px #404040;
	-ms-box-shadow: -1px -1px 2px #404040;
	-o-box-shadow: -1px -1px 2px #404040;
	box-shadow: -1px -1px 2px #404040;
}

.linkdocomo {
	margin: 30px;
	display: block;
}

.linkdocomo p.linkTo {
	text-align:center;
	display: block;
}

.linkdocomo p.linkTo span {
	background: url(/docomo/images/common/icon/arrow_link_docomo.png) no-repeat 0% 44%;
	padding-left:25px;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;	/*-- Firefox4.0はベンダープレフィックスは効果なし */
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	background-size: 20px 20px;
}

.linkdocomo p.linkTo a {
	padding: 1em;
	margin:0 0.5;
	font-size: medium;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	border:1px solid #c6253f;
	min-width: 100px;
	background: #c6253f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e693a2), color-stop(0.5, #c6253f), color-stop(1, #c6253f));
	background: -webkit-linear-gradient(top, #e693a2 0%, #c6253f 50%,#c6253f 100%);
	background: -moz-linear-gradient(top, #e693a2 0%, #c6253f 50%,#c6253f 100%);
	background: -ms-linear-gradient(top, #e693a2 0%, #c6253f 50%,#c6253f 100%);
	background: linear-gradient(top, #e693a2 0%, #c6253f 50%,#c6253f 100%);
	background: linear-gradient(top, #e693a2 0%, #c6253f 50%,#c6253f 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.linkdocomo p.linkTo a:active {
	color: #666666;
	border:3px solid #666666;
	background: #eeeeee;
	-webkit-box-shadow: -1px -1px 2px #404040;
	-moz-box-shadow: -1px -1px 2px #404040;
	-ms-box-shadow: -1px -1px 2px #404040;
	-o-box-shadow: -1px -1px 2px #404040;
	box-shadow: -1px -1px 2px #404040;
}

/*--- ランディングページ */

/*--- 全体 */

.content {
	padding: 15px 0;
	background-color:#69a5cb;
}

.clear {
	clear: both;
}

.block {
	margin-top:-15px;
}

/*--- ヘッダー */

.global header {
	margin: 0;
	padding: 0;
	background-color:#69a5cb;
	}

.global header h1 {
	display:table-cell;
	padding:10px 10px 0px;
	}

.global header .half {
	display:table-cell;
	vertical-align:bottom;
	}

.global header span {
	display:block;
	padding:3px 10px;
	font-size:small;
	color:#ffffff;
	background-color:#0667a4;
	width:100%;
	}

.global header p {
	display:block;
	padding:10px 0 10px;
	text-align: center;
	color: #ffffff;
	font-size:small;
	vertical-align:baseline;
	}

.landing2nd {
}

.landing2nd h3 {
	background-color: #0667a4;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}

/*--- アイコンと説明 */


.info {
	background-color: #ffffff;
	border-top: 1px dotted #aaaaaa;
	margin: 12px 8px 10px 17px;
	padding: 30px 10px 30px;
	position: relative;
}

.info h2 {
	background-color: #0667a4;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	left: -9px;
	line-height: 30px;
	padding: 0 1em;
	position: absolute;
	top: -15px;
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}

.info .triangle {
	border-color: #0674b8 #0667a4 transparent transparent;
	border-style: solid;
	border-width: 4px;
	height: 0;
	left: -9px;
	position: absolute;
	top: 15px;
	width: 0;
}

.info .Andwrap {
}

.info .Andwrap img {
	float:left;
	margin:0 10px 0 0;
}


.info .Andwrap p {
	font-size:small;
	line-height:1.5em;
}

/*--- スクリーンショット */

.tap {
	background-color:#141213;
	border-top: 1px dotted #aaaaaa;
	margin: 12px 8px 10px 17px;
	padding: 30px 10px 30px;
	position: relative;
}

.tap h3 {
	background-color: #0667a4;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	left: -9px;
	line-height: 30px;
	padding: 0 1em;
	position: absolute;
	top: -15px;
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}

.tap .triangle {
	border-color: #0674b8 #0667a4 transparent transparent;
	border-style: solid;
	border-width: 4px;
	height: 0;
	left: -9px;
	position: absolute;
	top: 15px;
	width: 0;
}

.tap .Andwrap {
}

.tap .Andwrap ul {
	text-align:center;
}

.tap .Andwrap p {
	text-align:center;
	font-size:small;
	margin-bottom:10px;
	color:#ffffff;
}

.tap .Andwrap ul li {
	display:inline-block;
	margin:10px 10px 10px 0;
}

.tap .Andwrap ul li.last {
	display:inline-block;
	margin:10px 0;
}

.tap .Andwrap ul li img {
	display:block;
}


/*--- その他説明 */


.moreinfo {
	background-color: #ffffff;
	border-top: 1px dotted #aaaaaa;
	margin: 12px 8px 10px 17px;
	padding: 30px 10px 15px;
	position: relative;
}

.moreinfo h3 {
	background-color: #0667a4;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	left: -9px;
	line-height: 30px;
	padding: 0 1em;
	position: absolute;
	top: -15px;
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}

.moreinfo .triangle {
	border-color: #0674b8 #0667a4 transparent transparent;
	border-style: solid;
	border-width: 4px;
	height: 0;
	left: -9px;
	position: absolute;
	top: 15px;
	width: 0;
}

.moreinfo .Andwrap {
}

.moreinfo .Andwrap img {
	float:left;
	margin:0 10px 0 0;
}


.moreinfo .Andwrap p {
	font-size:small;
	line-height:1.5em;
}


/*--- ダウンロードボタン */

.dl .Andwrap {
	background-color: #ffffff;
	border-top: 1px dotted #aaaaaa;
	margin: -5px 8px 10px 17px;
	padding: 30px 10px;
	text-align:center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.dl .Andwrap .dlButton {
	margin:0 0.5;
	font-size: medium;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	border:1px solid #ff6600;
	width: 86%;
	background: #c6253f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffab48), color-stop(1, #ff6600));
	background: -webkit-linear-gradient(top, #ffab48 0%, #ff6600 100%);
	background: -moz-linear-gradient(top, #ffab48 0%, #ff6600 100%);
	background: -ms-linear-gradient(top, #ffab48 0%, #ff6600 100%);
	background: linear-gradient(top, #ffab48 0%, #ff6600 100%);
	background: linear-gradient(top, #ffab48 0%, #ff6600 100%);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.dl .Andwrap .dlButton a {
	color: #ffffff;
	padding: 1em;
	display:block;
}


/*--- 2段目以降アイコンと説明 */

.landing2nd section.wrap {
	margin-top:30px;
}


.info2 {
	background-color: #ffffff;
	border-top: 1px dotted #aaaaaa;
	margin: 12px 8px 10px 17px;
	padding: 30px 10px 30px;
	position: relative;
}

.info2 h2 {
	background-color: #0667a4;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	left: -9px;
	line-height: 30px;
	margin-bottom: 20px;
	padding: 0 1em;
	position: absolute;
	top: -15px;
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}

.info2 .triangle {
	border-color: #0674b8 #0667a4 transparent transparent;
	border-style: solid;
	border-width: 4px;
	height: 0;
	left: -9px;
	position: absolute;
	top: 15px;
	width: 0;
}

.info2 .Andwrap {
}

.info2 .Andwrap img {
	float:left;
	margin:0 10px 0 0;
}


.info2 .Andwrap p {
	font-size:small;
	line-height:1.5em;
}

.info2 .Andwrap p.price {
	margin-bottom:5px;
	color:#666666;
}

/*--- 2段目以降ダウンロードボタン */

.dl2 .Andwrap {
	background-color: #ffffff;
	border-top: 1px dotted #aaaaaa;
	margin: -5px 8px 10px 17px;
	padding: 30px 10px;
	text-align:center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.dl2 .Andwrap .dlButton {
	margin:0 0.5;
	font-size: medium;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	border:1px solid #ff6600;
	width: 86%;
	background: #c6253f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffab48), color-stop(1, #ff6600));
	background: -webkit-linear-gradient(top, #ffab48 0%, #ff6600 100%);
	background: -moz-linear-gradient(top, #ffab48 0%, #ff6600 100%);
	background: -ms-linear-gradient(top, #ffab48 0%, #ff6600 100%);
	background: linear-gradient(top, #ffab48 0%, #ff6600 100%);
	background: linear-gradient(top, #ffab48 0%, #ff6600 100%);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.dl2 .Andwrap .dlButton a {
	color: #ffffff;
	padding: 1em;
	display:block;
}
