@charset "utf-8";


/* ----------------------------- masthead/logo ----------------------------- */
div#corpInfo{
	display:block;
	padding:20px 0 15px;
	width:90%;
	margin:0 auto;
	text-align:center;
}
	#corpInfo img.caiLogo{}
	#corpInfo p{
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	line-height:18px;
	}
		p.subTitle{
			font-size:16px;
		}

#award{
	margin:0 auto;
	padding:10px 20px;
	
	text-align:left;
	color:#320000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight:normal;
	display: block;
	margin: 20px auto 0 0px;
	letter-spacing:1.5px;
	line-height:140%;
}
	@media screen and (max-width: 480px){
		#award{
			font-size:15px;
			-webkit-text-size-adjust:100%;
		}
	}

header{
	margin:0 auto;
	padding:10px 20px;
}
	header img{
		float:left;
		margin: 10px 30px 0 0;
		border-radius:20px;
		
		-webkit-box-shadow:0 1px 3px #666;
		-moz-box-shadow:0 1px 3px #666;
		box-shadow:0 1px 3px #666;
		behavior: url(/js/PIE.htc);
		position:relative;
	}
	
	header h1{
		text-align:left;
		color:#320000;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 40px;
		font-weight:bold;
		display: block;
		margin: 20px auto 0 0;
		line-height:110%;
	}
	@media screen and (max-width: 639px){
		header h1{
			font-size:25px;
		}
		header p{
			font-size:14px;
		}
	}
	@media screen and (max-width: 480px){
		header{
			text-align:center;
		}
		header h1{
			font-size:25px;
		}
		header img{
			float:none;
			margin:10px auto 0;
			border-radius:20px;
			
			-webkit-box-shadow:0 1px 3px #666;
			-moz-box-shadow:0 1px 3px #666;
			box-shadow:0 1px 3px #666;
			behavior: url(/js/PIE.htc);
			position:relative;
		}
		header p{
			text-align:left;
			font-size:13px;
			-webkit-text-size-adjust:100%;
		}
	}

p#download{
	width:150px;
	margin-top:50px;
	margin-left:20px;
	text-align:center;
}
	/*p#download a{
		background-color:#333;
		color:#F4F4F4;
		
		display:block;
		font-family:"Times New Roman", Times, serif;
		font-size:15px;
		font-weight:bold;
		letter-spacing:1px;
		width:100%;
		height:100%;
		text-align:center;
		line-height:90%;
		padding:10px 0;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		behavior: url(/js/PIE.htc);
		
		-webkit-box-shadow:0 1px 1px #666;
		-moz-box-shadow:0 1px 1px #666;
		box-shadow:0 1px 1px #666;
		behavior: url(/js/PIE.htc);
		
		position:relative;
	}
		p#download a:hover{
			background-color:#990000;
			color:#F4F4F4;
			
			-webkit-box-shadow:0 1px 1px #666;
			-moz-box-shadow:0 1px 1px #666;
			box-shadow:0 1px 1px #666;
			behavior: url(/js/PIE.htc);
			
			position:relative;
		}*/
		@media screen and (max-width: 860px){
			p#download{
				margin-top:20px;
			}
		}
		@media screen and (max-width: 639px){
			p#download{
				margin-top:0;
			}
		}
		@media screen and (max-width: 480px){
			p#download{
				width:90%;
				margin:10px auto 0;
			}
		}



/* ----------------------------- content ----------------------------- */

/*div.movieBox {
	display:block;
	width: 100%;
	padding-top: 5px;
}*/
nav {
	margin: 30px auto 10px auto;
	text-align: center;
	padding: 0 0 18px 0;
}
h2.categoryTitle{
	border-bottom:1px solid #B9BCB7;
	font-size:25px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	padding:10px 10px 0;
	text-align:left;
	margin-bottom:30px;
	
	-webkit-text-shadow:0 1px 0#FFFFFF;
	-moz-text-shadow:0 1px 0#FFFFFF;
	text-shadow:0 1px 0#FFFFFF;
	behavior: url(/js/PIE.htc);
	position:relative;
}
	p.cateagoryTileBottom{
		display:block;
		text-align:left;
		font-size:14px;
		line-height:150%;
		margin:0 auto;
		padding:0 10px 0;
	}

nav ul {
	list-style: none;
	line-height:120%;
	
	text-align:left;
	padding-left:20px;
}

	nav li{
		display:inline-block;
		margin: 0 auto;
		padding:20px 5px;
		vertical-align:top;
	}
	@media screen and (max-width: 1046px){
		nav ul {	
			text-align:center;
			padding-left:0;
		}
	}
	@media screen and (max-width: 639px){
		h2.categoryTitle{
			font-size:20px;
			-webkit-text-size-adjust:100%;
		}
		nav li{
			display:block;
			margin: 10px;
			padding:10px 10px;
			text-align:center;
		}
		nav li:after {
			content: "";
			clear: both;
			height: 0;
			display: block;
			visibility: hidden;
		}
	}
	@media screen and (max-width: 480px){
		h2.categoryTitle{
			font-size:14px;
			margin-bottom:20px;
			-webkit-text-size-adjust:100%;
		}
		nav ul {
			text-align:center;
			padding-left:0;
		}

	}
	nav h3{
		font-size:18px;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight:bold;
		letter-spacing:1px;
		margin:0 auto 5px;
		text-align:left;
		
		-webkit-text-shadow:0 1px 0#FFFFFF;
		-moz-text-shadow:0 1px 0#FFFFFF;
		text-shadow:0 1px 0#FFFFFF;
		behavior: url(/js/PIE.htc);
		position:relative;
	}
	nav p{
		text-align:left;
		font-size:14px;
		line-height:150%;
		margin:0 auto;
	}
	nav ul img{
		margin-bottom:10px;
		
		-webkit-box-shadow:0 1px 3px #666;
		-moz-box-shadow:0 1px 3px #666;
		box-shadow:0 1px 3px #666;
		behavior: url(/js/PIE.htc);
		position:relative;
	}
	nav ul.vert h3, nav ul.vert p, nav ul.vert img{
		max-width:320px;
	}	
	nav ul.rands h3, nav ul.rands p, nav ul.rands img{
		max-width:480px;
	}
	nav ul.randsBig h3, nav ul.randsBig p, nav ul.randsBig img{
		max-width:974px;
	}
	@media screen and (max-width: 1045px){
		nav ul.rands h3, nav ul.rands p, nav ul.rands img{
		max-width:450px;
		}
		nav ul.randsBig h3, nav ul.randsBig p, nav ul.randsBig img{
		max-width:929px;
		}
	}
	@media screen and (max-width: 974px){
		nav ul.randsBig h3, nav ul.randsBig p, nav ul.randsBig img{
		max-width:100%;
		}
	}
	@media screen and (max-width: 639px){
		nav ul.vert h3, nav ul.vert p, nav ul.vert img{
			width:100%;
		}	
		nav ul.rands h3, nav ul.rands p, nav ul.rands img{
			width:100%;
		}
		nav ul.randsBig h3, nav ul.randsBig p, nav ul.randsBig img{
			width:100%;
		}
		nav h3{
			font-size:14px;
			-webkit-text-size-adjust:100%;
		}
		nav p{
			font-size:12px;
			-webkit-text-size-adjust:100%;
		}
	}
	@media screen and (max-width: 480px){
		nav ul.vert img{
			width:60%;
		}
	}

.fontRed{
	color:#900;
}

/* Movie ----------------------------- */
#movie {
	width: 100%;
	margin: 0 auto 0 auto;
	padding:20px 0 20px;
	text-align: left;
}
	#movie p{
		color:#B9BCB7;
		display:block;
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
		font-size:36px;
		padding:0 20px;
		
		-webkit-text-shadow:0 1px 0 #FFFFFF;
		-moz-text-shadow:0 1px 0 #FFFFFF;
		text-shadow:0 1px 0 #FFFFFF;
		behavior: url(/js/PIE.htc);
		position:relative;
	}
	#movie ul{
		background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
		border: 1px solid rgba(0, 0, 0, 0.1);
		display:block;
		margin:10px 20px 0;
		padding:20px;
		text-align:center;
		line-height:200%;
		list-style:none;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		behavior: url(/js/PIE.htc);
		position:relative;
	}
		#movie li{
			display:inline-block;
			margin:0 auto;
		}
			#movie li iframe{
				text-align:center;
				max-width:220px;
				max-height:181px;
			}
			@media screen and (max-width: 639px){
				#movie li iframe{
					width:100%;
				}
			}
			#movie li p{
				color:#5c5959;
				font-size:14px;
				text-align:left;
				font-weight:bold;
				font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
				padding:0;
				-webkit-text-shadow:none;
				-moz-text-shadow:none;
				text-shadow:none;
			}

/* Spec ----------------------------- */

#spec {
	width: 100%;
	margin: 0 auto 0 auto;
	padding:0 0 20px;
	text-align: left;
}
	#spec p{
		color:#B9BCB7;
		display:block;
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
		font-size:36px;
		padding:0 20px;
		
		-webkit-text-shadow:0 1px 0 #FFFFFF;
		-moz-text-shadow:0 1px 0 #FFFFFF;
		text-shadow:0 1px 0 #FFFFFF;
		behavior: url(/js/PIE.htc);
		position:relative;
	}
	#spec dl{
		background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
		border: 1px solid rgba(0, 0, 0, 0.1);
		display:block;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		margin:10px 20px 0;
		padding:20px;
		text-align:left;
		line-height:200%;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		behavior: url(/js/PIE.htc);
		position:relative;
	}
	#spec dt{
		color:#B9BCB7;
		border-bottom:1px dotted #B9BCB7;
		font-weight:bold;
		letter-spacing:1px;
	}
	#spec dd{
		color:#666666;
		font-size:16px;
		line-height:normal;
		margin-top:5px;
		margin-bottom:10px;
	}
	@media screen and (max-width: 639px){
				#spec dd{
					font-size:14px;
					line-height:normal;
				}
				#spec p{
					font-size:25px;
				}
			}

/* Media&review ----------------------------- */

#mere {
	width: 100%;
	margin: 0 auto 0 auto;
	padding:0 0 20px;
	text-align: left;
}
	#mere p{
		color:#B9BCB7;
		display:block;
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
		font-size:36px;
		padding:0 20px;
		
		-webkit-text-shadow:0 1px 0 #FFFFFF;
		-moz-text-shadow:0 1px 0 #FFFFFF;
		text-shadow:0 1px 0 #FFFFFF;
		behavior: url(/js/PIE.htc);
		position:relative;
	}

	#mere dl{
		background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
		border: 1px solid rgba(0, 0, 0, 0.1);
		display:block;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		margin:10px 20px 0;
		padding:20px;
		text-align:left;
		line-height:200%;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		behavior: url(/js/PIE.htc);
		position:relative;
	}
	#mere dt{
		color:#B9BCB7;
		border-bottom:1px dotted #B9BCB7;
		letter-spacing:1px;
		line-height:normal;
	}
	#mere dd{
		color:#666666;
		font-size:16px;
		line-height:normal;
		margin-top:5px;
	}
	#mere dd:first-letter{
		font-size:20px;
	}
		@media screen and (max-width: 639px){
				#mere dd{
					font-size:14px;
					line-height:normal;
				}
				#mere p{
					font-size:25px;
				}
			}

/* Q&A ----------------------------- */

#qa {
	width: 100%;
	margin: 0 auto 0 auto;
	padding:20px 0 20px;
	text-align: left;
}
	#qa p{
		color:#B9BCB7;
		display:block;
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
		font-size:36px;
		padding:0 20px;
		
		-webkit-text-shadow:0 1px 0 #FFFFFF;
		-moz-text-shadow:0 1px 0 #FFFFFF;
		text-shadow:0 1px 0 #FFFFFF;
		behavior: url(/js/PIE.htc);
		position:relative;
	}
	#qa ol{
		background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
		border: 1px solid rgba(0, 0, 0, 0.1);
		display:block;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		margin:10px 20px 0;
		padding:20px 20px 20px 40px;
		text-align:left;
		line-height:200%;
		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		behavior: url(/js/PIE.htc);
		position:relative;
	}
	#qa li{
		color:#666666;
		font-size:16px;
		list-style-position:outside;
	}
		#qa li span{
			color:#B9BCB7;
			/*border-bottom:1px dotted #B9BCB7;*/
			font-weight:bold;
			letter-spacing:1px;
		}
	@media screen and (max-width: 639px){
				#qa li{
					font-size:14px;
					line-height:normal;
				}
			}

/* Tweet ----------------------------- */
#tweet {
	width: 100%;
	margin: 0 auto 0 auto;
	padding:20px 0 20px;
	text-align: left;
}
	#tweet p{
		color:#B9BCB7;
		display:block;
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
		font-size:36px;
		padding:0 20px;
		
		-webkit-text-shadow:0 1px 0 #FFFFFF;
		-moz-text-shadow:0 1px 0 #FFFFFF;
		text-shadow:0 1px 0 #FFFFFF;
		behavior: url(/js/PIE.htc);
		position:relative;
	}
	#tweet ul{
			background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
			border: 1px solid rgba(0, 0, 0, 0.1);
			display:block;
			margin:10px 20px 0;
			padding:20px;
			text-align:left;
			line-height:200%;
			list-style:none;
			
			-webkit-border-radius:10px;
			-moz-border-radius:10px;
			border-radius:10px;
			behavior: url(/js/PIE.htc);
			position:relative;
		}
			#tweet li{
				display:inline-block;
				margin:0 auto;
				width:30%;
			}
				#tweet li iframe{
					text-align:center;
					max-width:300px;
					max-height:181px;
				}
				@media screen and (max-width: 639px){
					#tweet li iframe{
						width:100%;
					}
				}
				#tweet li p{
					color:#5c5959;
					font-size:14px;
					text-align:left;
					font-weight:bold;
					font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
					padding:0;
					-webkit-text-shadow:none;
					-moz-text-shadow:none;
					text-shadow:none;
				}
	
/* appStore --------------------------------------*/
#appStore{
	width:100%;
	text-align:center;
}
/*#appStore a{
	background-color:#333;
	color:#F4F4F4;
	
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	font-weight:bold;
	letter-spacing:1px;
	width:250px;
	height:100%;
	text-align:center;
	line-height:90%;
	margin:0 auto;
	padding:20px 0;
	
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	behavior: url(/js/PIE.htc);
	
	-webkit-box-shadow:0 1px 1px #666;
	-moz-box-shadow:0 1px 1px #666;
	box-shadow:0 1px 1px #666;
	behavior: url(/js/PIE.htc);
	
	position:relative;
}
	#appStore a:hover{
		background-color:#990000;
		color:#F4F4F4;
		
		-webkit-box-shadow:0 1px 1px #666;
		-moz-box-shadow:0 1px 1px #666;
		box-shadow:0 1px 1px #666;
		behavior: url(/js/PIE.htc);
		
		position:relative;
	}*/

/* html5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}