@charset "UTF-8";

/* clearfix背景指定回避 */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

body img {
	max-width:100%;
}

/* -- ヘッダー -- */
.img_header {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.img_width_max {
	max-width: 100%;
	width: 100%;
}


/* -- プレイトイズトップへ -- */
.go_playtoys {
	margin: 5px 20px 5px 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
}


/* -- コンテンツ説明 -- */
.contents_txt {
	margin: 0 2% 10px;
	padding: 0;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
}

/* -- サンプル部分左右マージン -- */
.cont_sample {
	margin: 0 10px;
	padding: 0;
	position: relative; 
	z-index: 0;
}

/* -- 対応アナウンス -- */
.usr_dev, .usr_dev_no {
	margin: 15px auto 0 10px;
	padding: 3px 10px;
	font-weight: bold;
	border-radius: 10px;/* 角丸の大きさ */
	-webkit-border-radius: 5px;
	width: 100px;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
	text-align: center;
}

.usr_dev {
	background-color: #ff0000;
}
.usr_dev_no {
	background-color: #333366;
}

.usr_dev_bt, .usr_dev_bt_no {
	color: #ffffff;
	position: relative;
	bottom: 1px;
	font-size: 80%;
}
.hi_dl {
	position: relative; 
	z-index: 1;
	text-align:center;
	padding:10px 0;
	background-color:#333366;
	color:#fff;
	margin:15px auto;
	width:100%;
	font-size:90%;
}


/* -- 対応機種 -- */
.support{
	margin: 0 0 30px;
	padding: 0;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
}

.support_device_title{
	margin: 0;
	padding: 0 10px;
	top: 6px;
	left: 38%;
	width: 80px;
	position: relative;
}

.support_device {
	margin: 3px 5px;
	padding: 6px 0 3px 0;
	border: solid 1px #c0c0c0;
}


/* -- 各タイトルバー -- */
.title_bar {
	margin: 25px auto 20px;
	padding: 3px 10px;
	width: 200px;
	font-size:80%;
	font-weight:bold;
	text-align:center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
}


/* -- 各コンテンツ画像 -- */
.contents_img {
	margin: 5px auto;
	text-align: center;
}

.contents_img img {
	border: solid 1px #c0c0c0;
}


/* -- ホームスライド -- */
.flickable1 img {
	border: none;
}

/* -- クリッカブルグループバー画像枠線 -- */
.contents_img a img {
	border: solid 1px #c0c0c0;
}

.flickable_tool a {
	margin: 0 15px;
}


/* -- ダウンロードボタン -- */
.reg{
	margin: 10px 0 5px;
	padding: 0;
}

.btnTop {
	margin: 0 auto;
	padding: 3px;
	width: 200px;
	height: 30px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
	border-radius: 16px;
	-webkit-border-radius: 16px;
}

.btnTop a, .set_btnTop a {
	display: block;
	padding: 5px;
	text-decoration: none;
}

.btnTop a span, .set_btnTop a span {
	font-size: 80%;
	display: inline;
}


/* -- インフォメーション -- */
#info {
	margin: 30px 10px;
	padding: 0;
	text-align: center;
	height: auto;
}

.info_btn{
	font-weight: bold;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
	color: #808080;
	text-decoration: none;
}


/* -- ソーシャルリンク -- */
#social {
	margin:0 auto;
	padding: 0;
	font-size: 100%;
	width:200px;
	overflow:hidden;
}

#social ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow:hidden;
}

#social li {
	margin: 0 auto;
	padding: 0;
	float: left;
	overflow:hidden;
	width:100px;
}

/* -- フッター -- */
#cont_footer {
	margin: 10px 0 30px;
	padding: 0;
	text-align: center;
}

#cont_footer p {
	margin: 5px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	color: #000000;
}



/* きせかえ＋ライブ壁紙　セット */
/* セットダウンロードボタン */
.set_btnTop {
	margin: 0 auto;
	padding: 3px;
	width: 300px;
	height: 25px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
	border-radius: 16px;
	-webkit-border-radius: 16px;
}

/* -- バージョンアップのご案内 -- */
.paletteui_verup {
	margin-right:10px;
	margin-left:auto;
	font-weight:bold;
	border-radius: 10px;/* 角丸の大きさ */
	-webkit-border-radius: 5px;
	background-color: #66cccc;
	width: 200px;
	padding:3px;
	text-align:center;
}

.paletteui_verup_bt {
	position:relative;
	font-size:80%;
	color: #ffffff;
}

.paletteui_verup_bt a {
	display: block;
	padding: 3px;
	color: #ffffff;
	text-decoration: none;
}


/*レコメンド*/
.recomend {
	white-space: nowrap;
	margin:0 auto; 
	overflow:hidden;
	text-align:center;
	width:90%;
}

@media screen and (max-width: 700px) {  
	/*　アイコン7個表示　*/
	.recomend {
		width:540px;
	}
}
@media screen and (max-width: 620px) {  
	/*　アイコン6個表示　*/
	.recomend {
		width:460px;
	}
}

@media screen and (max-width: 530px) {  
	/*　アイコン5個表示　*/
	.recomend {
		width:380px; 
  }
}

@media screen and (max-width: 420px) {  
	/*　アイコン4個表示　*/
	.recomend {
		width:303px; 
  }
}

@media screen and (max-width: 360px) { 
	/*　アイコン3個表示　*/ 
	.recomend {
		width:226px;
	}
}

.menu {
	margin: 30px auto 10px;
	text-align: center;
	color: #79675B;
	font-size: 85%;
	font-weight: bold;
	line-height: 120%;
}
#right:after{
		content: "."; 
		display: block; 
		height: 0; 
		font-size:0;	
		clear: both; 
		visibility:hidden;
	}


.back {
	text-align:right;
	font-size:90%;
}

/*　mineへのリンク　*/
.mine {
	max-width:240px;
	margin:25px auto;
	border:1px solid #903;
	text-align:center;
}
.mine img {
	vertical-align:bottom;
}


