@charset "utf-8";
/*
Theme Name: Lanai
Theme URI: 
Description: 電波人間のRPG FREE!
Version: 1.0
Author: Ryo
*/

/* CSSリセット */
html,body,header,footer,nav,div,span,h1,h2,h3,h4,h5,h6,p,a,img,ul,li,dl,dt,dd,form,input,table,thead,tfoot,tbody,tr,th,td,iframe {
	margin: 0;
	padding: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html{ -webkit-text-size-adjust: 100%; } img{ border: 0; } ul{ list-style-type: none; } table{ border-collapse: collapse; border-spacing: 0; }
body,ul,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,form,input {
	color: #333333;
	font-size: 14px;
	font-family: "Lucida Grande", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}
p{ margin-bottom: 12px; line-height: 135%; } p:last-child { margin-bottom: 0; }
li, dd { line-height: 135%; }


/*
================================================================================
=  共通設定
================================================================================
*/
/* テキスト装飾 */
.txt_red   { color: #cc0000; }
.txt_white { color: #ffffff; }
.txt_indent { padding-left: 1em; text-indent: -1em; margin-top:1%; }
.txt_indent_clear { padding-left: 0 !important; text-indent: 0 !important; }
.bold { font-weight: bold; }

/* 配置・整列 */
.center { text-align: center; }
.right  { text-align: right; }
.float_left  { float: left; }
.float_right { float: right; }
.img_center { display: block; margin-left: auto; margin-right: auto; }

.margin_top_16 { margin-top: 16px !important; }
.margin_top_32 { margin-top: 32px !important; }
.margin_top_48 { margin-top: 48px !important; }
.margin_bottom_16 { margin-bottom: 16px !important; }
.margin_bottom_32 { margin-bottom: 32px !important; }
.margin_bottom_48 { margin-bottom: 48px !important; }
.margin_bottom_64 { margin-bottom: 64px !important; }
.margin_left_16 { margin-left: 16px !important; }
.margin_left_32 { margin-left: 32px !important; }

/* 画像サイズ調整 */
.max_width_320 { max-width: 320px; width: 100%; }
.max_width_400 { max-width: 400px; width: 100%; }
.width_100     { width: 100%; }

/* グラデーションボーダー */
/* white_border と gradient_border はセットで使用する */
.white_border {
	padding: 4px;
	border: solid 1px #000000;
	background: #ffffff;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.gradient_border {
	padding: 3px;
	border: solid 1px #000000;

	background: #4d4d4d;
	background: -moz-linear-gradient(top,  #4d4d4d 0%, #4d4d4d 49%, #000000 50%, #141414 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(49%,#4d4d4d), color-stop(50%,#000000), color-stop(100%,#141414));
	background: -webkit-linear-gradient(top,  #4d4d4d 0%,#4d4d4d 49%,#000000 50%,#141414 100%);
	background: -o-linear-gradient(top,  #4d4d4d 0%,#4d4d4d 49%,#000000 50%,#141414 100%);
	background: -ms-linear-gradient(top,  #4d4d4d 0%,#4d4d4d 49%,#000000 50%,#141414 100%);
	background: linear-gradient(to bottom,  #4d4d4d 0%,#4d4d4d 49%,#000000 50%,#141414 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#141414',GradientType=0 );

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	box-shadow:0px 6px 0 0 rgba(0, 0, 0, 0.2);
}

/* キャプチャ画像用 白ボーダー */
.img_border {
	padding: 4px;
	border: solid 2px #000000;
	background: #ffffff;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* YouTube表示 */
.movie_box {
	max-width: 498px;
	width: 100%;
	margin: 0 auto;
}

.movie_box_inner {
	max-width: 490px;
	width: 100%;
}

.flex_movie {
	position: relative;
	max-width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.flex_movie iframe, .flex_movie object, .flex_movie embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* clearfix */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/* 背景 グラデーション */
body {
	background: #bde4ff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#278fe1), color-stop(100%,#bde4ff));
	background: -moz-linear-gradient(top,  #278fe1 0%, #bde4ff 100%);
	background: linear-gradient(to bottom,  #278fe1 0%,#bde4ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#278fe1', endColorstr='#bde4ff',GradientType=0 );
}

/* 背景 格子 */
#wrapper {
	background: url(images/bg_grid.png);
	overflow: hidden;
}

#main {
	width: 100%;
	margin: 0 auto 16px;
}


/* ===== 下層ページ共通 ===== */
/* ページタイトル */
h1 img {
	width: 100%;
	box-shadow: 0 6px 10px -5px rgba(0,0,0,0.3);
}

/* コンテンツ領域外側 */
#contents {
	width: 100%;
	padding: 12px;
	border-style: solid;
	border-width: 0 1px;
	border-color: #000000;
}

/* コンテンツ領域外側 背景パターン */
.bg_yellow { background: #f0Db55 url(images/contents_bg_yellow.gif); }
.bg_orange { background: #ffb65e url(images/contents_bg_orange.gif); }
.bg_red    { background: #ed5854 url(images/contents_bg_red.gif); }
.bg_pink   { background: #f163d1 url(images/contents_bg_pink.gif); }
.bg_green  { background: #c3de31 url(images/contents_bg_green.gif); }
.bg_purple { background: #e07bef url(images/contents_bg_purple.gif); }
.bg_grey   { background: #bcbcbc url(images/contents_bg_grey.gif); }
.bg_blue   { background: #bcbcbc url(images/contents_bg_blue.gif); }

/* コンテンツ領域内側 シャドウ外側 */
#contents_inner_shadow { box-shadow: 0 0 5px 4px rgba(0,0,0,0.2); }

/* コンテンツ領域内側 */
#contents_inner {
	max-width: 900px;
	min-height: 200px;
	width: 100%;
	padding: 10px;
	background: #f3f0e9 url(images/contents_inner_bg.jpg); 
}

/* コンテンツ領域内側 シャドウ内側 */
.contents_shadow_yellow { box-shadow: 0 0 8px 4px rgba(255,255,0,0.3) inset; }
.contents_shadow_orange { box-shadow: 0 0 8px 4px rgba(255,153,0,0.3) inset; }
.contents_shadow_red    { box-shadow: 0 0 8px 4px rgba(255,0,51,0.3) inset; }
.contents_shadow_pink   { box-shadow: 0 0 8px 4px rgba(255,102,255,0.3) inset; }
.contents_shadow_green  { box-shadow: 0 0 8px 4px rgba(192,224,48,0.3) inset; }
.contents_shadow_purple { box-shadow: 0 0 8px 4px rgba(204,102,255,0.3) inset; }
.contents_shadow_grey   { box-shadow: 0 0 8px 4px rgba(170,170,170,0.3) inset; }
.contents_shadow_blue   { box-shadow: 0 0 8px 4px rgba(184,239,255,1) inset; }
/* セクション */
.section_area { width: 100%;}

.section_area h2 {
	width: 100%;
	margin-bottom: 8px;
}

.section_box_large {
	width: 100%;
	margin-bottom: 16px;
	padding: 0 4px;
}

/* 2カラム表示 (左：ボックス 56% ／ 右：画像 44%) */
.col2_l_box56 {
	width: 100%;
	margin-bottom: 16px;
	padding: 0 4px;
}

.col2_r_img44 {
	display: block;
	max-width: 240px;
	width: 100%;
	margin: 0 auto;
}

/* 2カラム表示 (左：画像 34% ／ 右：ボックス 66%) */
.col2_l_img34 {
	display: block;
	max-width: 240px;
	width: 100%;
	margin: 0 auto 8px;
}

.col2_r_box66 {
	width: 100%;
	padding: 0 4px;
}

.col2_r_box66 h3 {
	font-size: 16px;
	line-height: 120%;
}

/* 2カラム表示 (左：ボックス 66% ／ 右：画像 34%) */
.col2_l_box66 {
	width: 100%;
	padding: 0 4px;
}

.col2_r_img34 {
	display: block;
	max-width: 240px;
	width: 100%;
	margin: 8px auto 0;
}

/* 画像 3カラム表示 */
.col3_img_float { text-align: center; }

.col3_img_float img {
	width: 240px;
	margin-bottom: 16px;
}
.col3_img_float img:last-child { margin-bottom: 0; }

/* QRコードの読み取り方 */
.howto_qrcode_scan {
	float: left;
	width: 100%;
	padding: 0 4px;
}

.howto_qrcode_scan_txt { margin-bottom: 8px; }

.howto_qrcode_scan_txt dt { font-weight: bold; }

.howto_qrcode_scan_txt dd {
	margin-bottom: 8px;
	padding-left: 1em;
	text-indent: -1em;
}
.howto_qrcode_scan_txt dd:last-child { margin-bottom: 0; }

.howto_qrcode_scan_img {
	display: block;
	margin: 0 auto;
}

/* 公式サイト サポートリンク */
.official_link {
	max-width: 600px;
	margin: 8px auto 20px;
	padding: 4px 16px;
	border:solid 2px #666666;
	background:#ffffff;
	text-align:center;
}

.official_link a { line-height: 120%; }

/*画像のシャドウ*/
.image_shadow{
	box-shadow:0px 6px 0 0 rgba(0, 0, 0, 0.2);
}


/*
================================================================================
=  ヘッダー
================================================================================
*/
header {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 4px;
	padding-bottom: 4px;
	overflow: hidden;
}


/* ===== トップページ ヘッダーナビ ===== */
#top_nav {
	float: left;
	width: 100%;

}

#top_nav ul li {
	float: left;
	width: 15%;
	margin-right:1.5%;
	margin-top:0.9%;
}

#top_nav ul li img { 
	width: 100%; 
}


/* ===== 下層ページ ヘッダーナビ ===== */


#page_nav {
	float:right;
}
#page_nav ul{ 
	margin-top: 6px;

	width:90%; 
	margin-left:11.6%;
	padding-bottom:2%

}

#page_nav ul li {
	float: right;
	width:30%;

	padding-bottom:1%	
}

#page_nav li img { width: 100%; }


/* ===== スマホ用ヘッダーナビ ===== */
#sp_nav {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	height: 66px;
	padding: 3px 0;
	background: #0066ff;
	border-style: solid;
	border-width: 1px 0;
	border-color: #000000;
}

#sp_nav_inner {
	width: 100%;
	height: 58px;
	padding: 4px 0;
	background: #60c0ff;
	border-style: solid;
	border-width: 1px 0;
	border-color: #000000;
}

#sp_nav ul {
	width: 100%;
	margin: 0 auto;
}

#sp_nav li {
	float: left;
	width: 16.65%;
	line-height: 0;
}

#sp_nav li img { width: 100%; }


/* ===== FBいいね, ツイート ===== */
/* トップページ */
#share_area { float: right; }

.share_box {
	float: left;
	width: 120px;
	margin: 0 -10px 8px 18px;
}

/* 下層ページ */
#share_s_area {
	position: absolute;
	top: 8px;
	right: 4px;
}

.share_s_box {
	width: 120px;
	margin-bottom: 4px;
}


/*
================================================================================
=  フッター
================================================================================
*/
#footer_inner_top {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}

.footer_img_line {
	position: relative;
	float: left;
	width: 83.16%;
}

.footer_img_gototop {
	position: relative;
	bottom: 2px;
	float: right;
	width: 12.86%;
}

#footer_inner_top_bg {
	height: 50px;
	margin-top: -32px;
	background: url(images/footer_bg.png) repeat-x;
}

#footer_inner {
	padding-bottom: 16px;
	background: #cc9966;
}

#footer_nav {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

#footer_nav ul { text-align: center; }

#footer_nav li { padding-bottom: 12px; }

#footer_nav li a { color: #ffffff; }

#footer_copyright {
	color: #ffffff;
	text-align: center;
}


/*
================================================================================
=  トップページ
================================================================================
*/


img.main_visual {
	display: block;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 8px;
}

#main_area {
	width: 100%;
	margin: 0 auto 24px;
}

#column2_main {
	width: 100%;
	margin-bottom: 24px;
}

#column2_sub {
	width: 238px;
	margin: 0 auto 24px;
}


/* ===== お知らせ ===== */
#news_box {
	width: 100%;
	margin-bottom: 24px;
}

#news_box_inner { position: relative; }

#news_box_inner ul {
	width: 100%;
	height: 160px;
	margin: 0 2.28% 0 0;
	border: solid 2px #fedf9c;
	background: #fedf9c;
	overflow: auto;
	white-space: nowrap;

	-webkit-overflow-scrolling:touch;
}

#news_box_inner li {
	padding: 5px 2px;
	border-bottom: dotted 2px #f4640d;
	font-size: 13px;
}

.news_guide_chara {
	position: absolute;
	top: -4.00%;
	right: 88%;
	z-index: 998;
	width: 11.65%;
}

.news_daylist_chara {
	position: absolute;
	top: -4.00%;
	right: 87.3%;
	z-index: 998;
	width: 11.65%;
}

.news_date {
	color: #f4640d;
	font-weight: bold;
}

/* ===== イベントリスト ===== */
.event_list{
	text-alignt:center;
	padding:1.5%;
	background:#fedf9c;

}

.event_list table{
	width:100%;
	text-align:center;
	font-weight:700;
	color:#333;
	font-size:12px;/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;

	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 4px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 4px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 4px 2px;

}
.event_list tr td{
	height:45px;
	border: 2px #333 solid;
}

.title_none{
	background:#666;	
}

.title_left{
	background:#666;
    color: #fff;
	text-shadow:
	2px 3px 2px rgba(0, 0, 0, 0.6);	
	text-align:center;	border:2px #666 dotted;
}

.title_right{
	background:#666;
    color: #fff;
	text-shadow:
	2px 3px 2px rgba(0, 0, 0, 0.6);	
	text-align:center;	
}

.event_red_day{
	background:#ef1b22;
    color: #fff;
	text-shadow:
	2px 3px 2px rgba(0, 0, 0, 0.6);	
	width:5%;
	text-align:center;

}
.event_red_light{
	background:#fde3e4;
}
.event_red_dark{
	background:#fbc6c8;
}

.event_orange_day{
	background:#f79420;
    color: #fff;
	text-shadow:
	2px 3px 2px rgba(0, 0, 0, 0.6);	
	width:5%;
	text-align:center;
}
.event_orange_light{
	background:#fef2e3;
}
.event_orange_dark{
	background:#fde4c7;
}

.event_yellow_day{
	background:#fcb817;
    color: #fff;
	text-shadow:
	2px 3px 2px rgba(0, 0, 0, 0.6);	
	width:5%;
	text-align:center;	
}
.event_yellow_light{
	background:#fff6e2;
}
.event_yellow_dark{
	background:#feedc5;
}

.event_green_day{
	background:#41ae4a;
    color: #fff;
	text-shadow:
	2px 3px 2px rgba(0, 0, 0, 0.6);	
	width:5%;
	text-align:center;
}
.event_green_light{
	background:#e7f5e9;
}
.event_green_dark{
	background:#cfebd2;
}

.event_skyblue_day{
	background:#00b3eb;
    color: #fff;
	text-shadow:
	2px 3px 2px rgba(0, 0, 0, 0.6);	
	width:5%;
	text-align:center;
}
.event_skyblue_light{
	background:#dcf5fd;
}
.event_skyblue_dark{
	background:#bfecfa;
}

.event_blue_day{
	background:#2974bc;
    color: #fff;
	text-shadow:
	2px 3px 2px rgba(0, 0, 0, 0.6);	
	width:5%;
	text-align:center;
}
.event_blue_light{
	background:#e4eef7;
}
.event_blue_dark{
	background:#c9dcee;
}

.event_purple_day{
	background:#984097;
    color: #fff;
	text-shadow:
	1px 1px 1px rgba(0, 0, 0, 0.6),
	-1px -1px 1px rgba(255, 255, 255, 0.5);
	width:5%;
	text-align:center;
}
.event_purple_light{
	background:#f2e7f2;
}
.event_purple_dark{
	background:#e5cfe5;
}




/* ===== Miiverse, Facebook ===== */



/* ===== Twitter ===== */
#twitter_box       { width: 238px; }
#twitter_box_inner { width: 230px; }
iframe.twitter-timeline  { height: 315px; }


/* ===== 前作リンク ===== */
#product_area {
	max-width: 774px;
	width: 100%;
	margin: 0 auto 24px;
}

#product_area li {
	width: 100%;
	margin-top:1.3%;
	margin-bottom: 16px;
	line-height: 0;
	text-align: center;
}

#product_area li img { width: 238px; }


/* ===== Information, Download Now ===== */
#information_area {
	width: 90%;
	margin: 0 auto;
}

/* Download Now */
#downloadnow {
	max-width: 444px;
	width: 100%;
	margin: 1% auto 16px;
	padding: 12px 8px 8px 12px;
	background: #fc6700;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 20px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	box-shadow:0px 6px 0 0 rgba(0, 0, 0, 0.2);
}

#downloadnow img { display: block; }

#downloadnow img.dnqrcode {
	float: left;
	margin-right: -96px;
}

#downloadnow img.dnlogo {
	max-width: 180px;
	width: 100%;
	margin-bottom: 9px;
}

#downloadnow img.neslogo {
	position: relative;
	top: 0;
	max-width: 127px;
	width: 100%;
}

#downloadnow ul{
	margin-top: 10px;
	margin-left: 4px;
}

#downloadnow li {
	color: #ffffff;
	font-size: 11px;
	padding-left: 1em;
	text-indent: -1em;
}

#downloadnow p {
	margin-top: 8px;
	margin-right: 10px;
	color: #ffffff;
	font-size: 10px;
}

#downloadnow_caption {
	float: left;
	margin-left: 96px;
}

#downloadnow_caption_inner { position: relative; }

/* Information */
#info_box {
	max-width: 444px;
	width: 100%;
	margin: 1% auto;
	padding: 6px 14px 4px;
	border: solid 4px #333;
	background: rgba(204,238,255,0.5);
	
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 20px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	box-shadow:0px 6px 0 0 rgba(0, 0, 0, 0.2);
}

#info_box h2 { font-size: 17px; }

#info_box li {
	display: block;
	margin: 0 8px 0 0;
	font-size: 13px;
	line-height: 150%;
	padding-left: 1em;
	text-indent: -1em;
}
#info_box li:before {
	margin-right: 2px;
	content: "●";
	color: #ff6600;
	font-size: 12px;
}

#info_box p {
	margin: 5px 0;
	color: #555555;
	font-size: 11px;
}


/*
================================================================================
=  下層ページ
================================================================================
*/
/* ========== お知らせ ========== */
/* お知らせタイトル */
#contents_news h2 {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 120%;
}

/* 項目タイトル */
#contents_news h3 {
	margin-top: 16px;
	margin-bottom: 4px;
	font-size: 15px;
}

/* テーブル */
#contents_news table { border: solid 1px #333333; }

#contents_news th {
	padding: 4px 16px;
	border: solid 1px #333333;
	text-align: left;
}

#contents_news td {
	padding: 4px 16px;
	border: solid 1px #333333;
	word-break: break-all;
}

/* 項目名付きリスト */
#contents_news dt {
	margin-top: 16px;
	font-weight: bold;
}
#contents_news dt:first-child { margin-top: 0; }

#contents_news dd { margin-left: 16px; }

/* 2列画像 */
.news_col2_img {
	max-width: 648px;
	margin: 0 auto;
}

.news_col2_img li {
	margin-bottom: 8px;
	line-height: 0;
	text-align: center;
}

.news_col2_img li img {
	max-width: 320px;
	width: 100%;
}

.news_col2_img:after {
	content: "";
	clear: both;
	display: block;
}

/* 画像下の枠付き説明文 */
.news_caption {
	max-width: 320px;
	width: 100%;
	margin: 16px auto 0 !important;
	padding: 6px 12px 4px;
	border: solid 3px #000000;
	box-sizing:border-box;
	background:#ffffff;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


/* ========== 電波人間とは ========== */
/* メインビジュアル */
img.about_visual {
	width: 100%;
	margin-bottom: 16px;
}

/* セクションタイトル */
img.about_section_title { width: 50%; }

/* ガイド */
.section_guide_box {
	position: relative;
	float: left;
	margin-right: 0;
	margin-bottom: 24px;
}

.guide_chara {
	position: absolute;
	bottom: -8px;
	float: left;
	width: 100px;
	margin-right: -108px;
}

.guide_caption {
	display: block;
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
}

/* 吹き出し */
.guide_balloon {
	position: relative;
	float: right;
	margin-left:108px;
	padding: 8px 10px;
	border: 4px solid #000000;

	background: #ffee86;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffee86), color-stop(100%,#ffc355));
	background: -moz-linear-gradient(top,  #ffee86 0%, #ffc355 100%);
	background: linear-gradient(to bottom,  #ffee86 0%,#ffc355 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffee86', endColorstr='#ffc355',GradientType=0 );

	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.guide_balloon:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -18px;
	z-index: 10;
	width: 40px;
	height: 10px;
	border-style: solid;
	border-width: 0 4px 4px 0;
	border-color: #000000;
	background: #ffc355;

	-webkit-border-bottom-right-radius: 90px 55px;
	-moz-border-radius-bottomright: 90px 55px;
	border-bottom-right-radius: 90px 55px;
}
.guide_balloon:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -18px;
	z-index: 10;
	width: 20px;
	height: 10px;
	border-style: solid;
	border-width: 0 4px 4px 0;
	border-color: #000000;
	background: #f3f0e9 url(images/contents_inner_bg.jpg); 

	-webkit-border-bottom-right-radius: 60px 50px;
	-moz-border-radius-bottomright: 60px 50px;
	border-bottom-right-radius: 60px 50px;
}
.guide_balloon > :first-child:before {
	content: "";
	position: absolute;
	left: -1px;
	bottom: -18px;
	width: 4px;
	height: 4px;
	background: #000000;
	

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.guide_balloon > :first-child:after {
	content: "";
	position: absolute;
	left: 24px;
	bottom: -8px;
	width: 16px;
	height: 10px;
	background: #ffc355;
}

/* 吹き出しテキスト */
.guide_balloon p { font-weight: bold; }

/* ライン */
hr.line_about {
	height: 11px;
	margin: 8px 0;
	border: 0 none;
	background: url(images/about_line.png) no-repeat;
}


/* ========== ゲーム紹介 ========== */
/* セクションタイトル */
.game_section_001, .game_section_002, .game_section_003, .game_section_004 { height: 22px; }
.game_section_001 { background: url(images/game_section_001_s.png) no-repeat; background-size: contain; }
.game_section_002 { background: url(images/game_section_002_s.png) no-repeat; background-size: contain; }
.game_section_003 { background: url(images/game_section_003_s.png) no-repeat; background-size: contain; }
.game_section_004 { background: url(images/game_section_004_s.png) no-repeat; background-size: contain; }


/* ========== スタートガイド ========== */
/* セクションタイトル */
.step_section_001, .step_section_002, .step_section_003, .step_section_qrcode { height: 22px; }
.step_section_001 { background: url(images/startguide_step_001_s.png) no-repeat; background-size: contain; }
.step_section_002 { background: url(images/startguide_step_002_s.png) no-repeat; background-size: contain; }
.step_section_003 { background: url(images/startguide_step_003_s.png) no-repeat; background-size: contain; }
.step_section_qrcode { background: url(images/startguide_step_qrcode_s.png) no-repeat; background-size: contain; }



/* 矢印 */
img.step_arrow {
	display: block;
	margin: 8px auto;
	width: 24px;
}


/* ========== FAQ ========== */
/* FAQ一覧 */
#contents_faq h2 {
	margin-bottom: 8px;
	padding: 4px 12px 4px;
	font-size: 16px;
	background: #ffccee;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#contents_faq ul { margin-left: 8px; }

#contents_faq li {
	margin-bottom: 12px;
	line-height: 120%;
}

.faq_topics { margin-bottom: 24px; }
.faq_topics:last-child { margin-bottom: 0; }

/* FAQ内容 */
#contents_faq_question h2 {
	margin-bottom: 16px;
	padding: 10px 16px 10px;
	font-size: 16px;
	line-height: 120%;
	background: #ffccee;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#contents_faq_question p { margin: 0 4px 16px; }


/* ========== 更新データ ========== */
/* 更新データ 配信一覧 */
.update_list li { margin-bottom: 16px; }
.update_list li:last-child { margin-bottom: 0; }

.update_list li a {
	display: block;
	line-height: 120%;
	overflow: hidden;
}

/* 更新データ 配信内容 */
/* ヘッダー */
#contents_update_header { margin-bottom: 32px; }

/* フッター */
#contents_update_footer {
	margin-top: 16px;
	padding-top: 16px;
	border-top: solid 2px #808080;
}

/* 見出し */
#contents_update_header h2 {
	margin: 8px 0;
	color: #990000;
	font-size: 22px;
	line-height: 120%;
	text-align: center;
}

#contents_update h3 {
	margin-bottom: 8px;
	padding: 6px 12px 6px;
	border: solid 2px #808000;
	background:#fffff0;
	font-size: 16px;
	line-height: 120%;
}

#contents_update h4 { line-height: 120%; }

/* 更新内容 一覧 */
.update_item dt { font-weight: bold; }

.update_item dd { margin-bottom: 8px; }

.update_item li {
	margin-bottom: 8px;
	padding-left: 1em;
	text-indent: -1em;
}

/* 注意事項 */
.update_attention {
	padding: 12px;
	border: solid 1px #aaaaaa;

}

.update_attention dt {
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: bold;
}

.update_attention dd {
	margin-bottom: 8px;
	padding-left: 1em;
	text-indent: -1em;
}
.update_attention dd:last-child { margin-bottom: 0; }

.update_attention p { font-size: 14px !important; }

/* ニンテンドーeショップでの検索方法 */
.howto_nes_search li {
	margin-bottom: 8px;
	padding-left: 1em;
	text-indent: -1em;
}
.howto_nes_search li:last-child { margin-bottom: 0; }


/* ========== プライバシーポリシー ========== */
#contents_privacy h2 {
	margin-bottom: 24px;
	padding: 4px 8px;
	background: #ffe85a;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#contents_privacy h3 {
	margin: 24px 0 4px;
	font-weight: bold;
}

#contents_privacy p {
	padding: 0 4px;
	line-height: 120%;
}


/* ========== お問い合わせフォーム ========== */
#support_form {
	width: 100%;
	border: solid 1px #333333;
}

#support_form th {
	width: 30%;
	padding: 4px;
	border: solid 1px #333333;
	background: #fff5b1;
	text-align: left;
	vertical-align: top;
}

#support_form td {
	padding: 4px;
	border: solid 1px #333333;
}

#support_form input[type=email] { width: 100%; }

#support_form textarea { width: 96%; }

#support_form p { font-size: 14px; }

.txt_example {
	color: #808080;
	font-style: italic;
}

#support_submit {
	margin: 16px 0 0;
	text-align: center;
}

#support_submit input[type=submit], input[type=button] {
	width: 120px;
	height: 32px;
	margin: 0 16px;
	border: #a9a9a9 1px solid;
	background: #66ccff;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

/* ========== コード入力 ========== */
/* 注意事項 */
.caution{
	text-align:left;
	max-width: 100％;
	margin: 2.25% auto 20px;
	padding: 1.5% 16px;
	border:3px #74bfff solid;
	background:#ffffff;
	line-height:1.5;
	color:#002f86;
	font-weight:700;
	ew plaincopy to clipboardprint?
	-moz-box-shadow: 0px 3px 0px #c7c7c7;
	-webkit-box-shadow: 0px 3px 0px #c7c7c7;
}
.coution_red{
	font-weight:700;
	color:red;
}
.coution_blue{
	font-weight:700;
	color:#002f86;
}


@media screen and (min-width: 150px) {

	#logo { 
		width:0%;
		float:left;
		padding-top:5%;
		margin:20% 0 0 10% ;
 		}

	#logo img {
		height: 300%;
		margin: 0 0 0% 0;
		width: 250px;
	}
	#main { width: 95%; }
	
	#product_area li img { max-width: 238px; width: 100%; }

	img.about_section_title { width: auto; }

	.game_section_001, .game_section_002, .game_section_003, .game_section_004 { height: 25px; }

	.step_section_001, .step_section_002, .step_section_003, .step_section_qrcode { height: 25px; }
	.caution{ margin-top:10%; }

		#bunner {
	margin: 0 auto 8% auto;
	padding:3% 0 3% 0;	
	text-align: center;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	width:100%;
	}

	#bunner img {
	max-width: 90%;
	width: 100%;
	margin-bottom: 16px;
	margin:1% auto;
	}
	.news_daylist_chara { top: -1%; } /* day */
	
	/* コード見出し */
	.code_section_001, .code_section_002, .code_section_003, .code_section_004, .code_section_005 { height: 20px; }
	.code_section_001 { background: url(images/code_step_001.png) no-repeat; background-size: contain; }
	.code_section_002 { background: url(images/code_step_002.png) no-repeat; background-size: contain; }
	.code_section_003 { background: url(images/code_step_003.png) no-repeat; background-size: contain; }
	.code_section_004 { background: url(images/code_step_004.png) no-repeat; background-size: contain; }
	.code_section_005 { background: url(images/code_step_005.png) no-repeat; background-size: contain; }
}

}


@media screen and (min-width: 321px) {
	#main { width: 95%; }
	
	#product_area li img { max-width: 238px; width: 100%; }

	img.about_section_title { width: auto; }

	.game_section_001, .game_section_002, .game_section_003, .game_section_004 { height: 25px; }

	.step_section_001, .step_section_002, .step_section_003, .step_section_qrcode { height: 25px; }
	.caution{ margin-top:10%; }

		#bunner {
	margin: 0 auto 6% auto;
	padding:3% 0 3% 0;	
	text-align: center;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	width:100%;
	}

	#bunner img {
	max-width: 80%;
	width: 100%;
	margin-bottom: 16px;
	margin:1% auto;
	}

	#logo { 
		width:0%;
		float:left;
		padding-top:5%;
		margin:10% 0 0 3%;
	 }

	#logo img {
		height: 200%;
		margin: 0% 0 0% 0;
		width: 300px;
	}
	/* コード見出し */
	.code_section_001, .code_section_002, .code_section_003, .code_section_004, .code_section_005 { height: 30px; }
	.code_section_001 { background: url(images/code_step_001.png) no-repeat; background-size: contain; }
	.code_section_002 { background: url(images/code_step_002.png) no-repeat; background-size: contain; }
	.code_section_003 { background: url(images/code_step_003.png) no-repeat; background-size: contain; }
	.code_section_004 { background: url(images/code_step_004.png) no-repeat; background-size: contain; }
	.code_section_005 { background: url(images/code_step_005.png) no-repeat; background-size: contain; }
}




@media screen and (min-width: 401px) {
	.news_guide_chara { top: -8.00%; }
	.news_daylist_chara { top: -4.50%; } 

	.game_section_001, .game_section_002, .game_sofficial_linection_003, .game_section_004 { height: 32px; }

	.step_section_001, .step_section_002, .step_section_003, .step_section_qrcode { height: 32px; }
	.code_section_001, .code_section_002, .code_section_003, .code_section_004, .code_section_005 { height: 25px; }
	#logo { 
		width:0%;
		float:left;
		padding-top:5%;
		margin:10% 0 0 6.5%;
	 }

	#logo img {
		height: 300%;
		margin: 0% 0 0% 0;
		width: 350px;
	}
	/* コード見出し */
	.code_section_001, .code_section_002, .code_section_003, .code_section_004, .code_section_005 { height: 59px; }
	.code_section_001 { background: url(images/code_step_001.png) no-repeat; background-size: contain; }
	.code_section_002 { background: url(images/code_step_002.png) no-repeat; background-size: contain; }
	.code_section_003 { background: url(images/code_step_003.png) no-repeat; background-size: contain; }
	.code_section_004 { background: url(images/code_step_004.png) no-repeat; background-size: contain; }
	.code_section_005 { background: url(images/code_step_005.png) no-repeat; background-size: contain; }	

}


@media screen and (min-width: 481px) {

	#logo { 
		width:0%;
		float:left;
		padding-top:5%;
 	}

	#logo img {
		height: 300%;
		margin: 0% 0 0% 0;
		width: 400px;
	}
	.img_border { padding: 3px; }

	h1 img { box-shadow: 0 8px 10px -5px rgba(0,0,0,0.3); }

	#contents { padding: 24px; border-width: 0 2px; }

	#contents_inner_shadow { box-shadow: 0 0 10px 8px rgba(0,0,0,0.3); }

	#contents_inner { padding: 20px; }

	.contents_shadow_yellow { box-shadow: 0 0 10px 8px rgba(255,255,0,0.3) inset; }
	.contents_shadow_orange { box-shadow: 0 0 10px 8px rgba(255,153,0,0.3) inset; }
	.contents_shadow_red    { box-shadow: 0 0 10px 8px rgba(255,0,51,0.3) inset; }
	.contents_shadow_pink   { box-shadow: 0 0 10px 8px rgba(255,102,255,0.3) inset; }
	.contents_shadow_green  { box-shadow: 0 0 10px 8px rgba(192,224,48,0.3) inset; }
	.contents_shadow_purple { box-shadow: 0 0 10px 8px rgba(204,102,255,0.3) inset; }
	.contents_shadow_grey   { box-shadow: 0 0 10px 8px rgba(170,170,170,0.3) inset; }

	.section_box_large { padding: 0 15px; }

	.col2_l_box56 { padding: 0 16px; }

	.col2_l_box66 { float: left; width: 65.55%; padding-right: 16px; }
	.col2_r_img34 { float: right; max-width: none; width: 34.45%; }

	.col2_l_img34 { float: left; max-width: none; width: 34.45%; }
	.col2_r_box66 { 
	float: right; 
	width: 65.55%; 
	padding-left: 16px;
	margin:8% 0 5% 0 
	}

	.col3_img_float { margin-right: -3.44%; overflow: hidden; }
	.col3_img_float img {
		float: left;
		width: 29.89%;
		margin-right: 3.44%;
		margin-bottom: 0;
	}

	.howto_qrcode_scan { padding: 0 12px; }
	.howto_qrcode_scan_txt { float: left; margin-right: 140px; }
	.howto_qrcode_scan_img { float: right; width: 132px; margin-left: -140px; }

	header { width: 95%; padding-top: 8px; }


	#page_nav { margin-top: 4px; }

	#share_s_area { top: 10px; right: 0; }
	.share_s_box { float: left; margin: 0 -10px 8px 18px; }

	.footer_img_line { bottom: -4px; }
	#footer_nav li { display: inline-block; margin: 0 8px; }

	#news_box_inner ul { border: solid 4px #fedf9c; }
	#news_box_inner li { padding: 5px 4px; font-size: 14px; }
	#product_area ul { margin-right: -3.73%; overflow: hidden; }
	#product_area li { float: left; width: 29.60%; margin-right: 3.73%; margin-bottom: 0; }

	#downloadnow img { display: inline-block; }
	#downloadnow img.dnlogo { width: 54.88%; margin-bottom: 0; }
	#downloadnow img.neslogo { top: -9px; width: 38.72%; }

	.news_col2_img ul { margin-right: -1.22%; overflow: hidden; }
	.news_col2_img li { float: left; max-width: 48.78%; margin-right: 1.22%; }

	img.about_visual { margin-bottom: 32px; }

	.game_section_001, .game_section_002, .game_section_003, .game_section_004 { height: 40px; }

	.step_section_001, .step_section_002, .step_section_003, .step_section_qrcode { height: 40px; }

	img.step_arrow { width: 36px; }

	#contents_privacy h2 { padding: 8px; }
	#contents_privacy h3 { padding: 0 8px; }
	#contents_privacy p { padding: 0 16px; }

	#support_form th { padding: 16px; }
	#support_form td { padding: 16px; }
	#support_form textarea { width: 98%; }
				/* バナーエリア */


}

@media screen and (min-width: 641px) {
	#logo { 
		width:0%;
		float:left;
		padding-top:5%;
		margin: 0 0 0 10%;
 	}

	#logo img {
		height: 300%;
		margin: 0% 0 0% 0;
		width: 500px;
	}
	.img_border { padding: 4px; }

	#contents { padding:32px; }

	#contents_inner { min-height: 330px; padding:32px; }

	.section_area p { font-size: 16px; }

	.col2_l_box56 { float: left; width: 56%; }
	.col2_r_img44 { float: right; max-width: none; width: 44%; }

	.col2_r_box66 h3 { font-size: 18px; }
	.col2_r_box66 p { font-size: 15px; }

	.howto_qrcode_scan_txt dd {	line-height: 135%; }

	#top_nav ul { margin-right: -1.11%; overflow: hidden; }
	#top_nav li { width: 18.86%; margin-right: 1.11%; }

	#page_nav ul { margin-right: -2.50%; overflow: hidden; }
	#page_nav li { width: 17.50%; margin-right: 2.50%; }

	#main_area { width: 100%; }

	.news_guide_chara { top: -12.00%; } /* new */


	#information_area { width: 100%; }

	#downloadnow {
		float: right;
		max-width: none;
		width: 348px;
		margin-left: -364px;
		margin-bottom: 0;
	}
	#downloadnow img { display: block; }
	#downloadnow img.dnlogo { width: 100%; margin-bottom: 9px; }
	#downloadnow img.neslogo { top: 0; width: 100%; }
	#downloadnow ul { margin-right: 10px; }

	#info_box {
		float:left;
		max-width: none;
		width: auto;
		margin-right: 364px;
		padding: 6px 12px 4px;
	}

	#contents_news h2 { margin-bottom: 16px; font-size: 24px; }

	#contents_news h3 { margin-top: 24px; font-size: 16px; }

	#contents_news .news_date, #contents_news p, #contents_news ul, #contents_news li,
	#contents_news dt, #contents_news dd { font-size: 15px; }

	#contents_news p { line-height: 135%; }
	#contents_news dd { margin-left: 32px; }

	.guide_chara {
		position: static;
		bottom: auto;
		width: 154px;
		margin-right: -162px;
	}
	.guide_balloon {
		position: relative;
		float: right;
		margin-left: 162px;
		padding: 12px 12px;
		border: 6px solid #000000;
	}
	.guide_balloon:before {
		left: 5px;
		bottom: -30px;
		width: 50px;
		height: 18px;
		border-width: 0 6px 6px 0;
	}
	.guide_balloon:after {
		left: 5px;
		bottom: -30px;
		height: 18px;
		border-width: 0 6px 6px 0;
	}
	.guide_balloon > :first-child:before {
		left: 3px;
		bottom: -30px;
		width: 6px;
		height: 6px;
	}
	.guide_balloon > :first-child:after {
		left: 31px;
		bottom: -8px;
		width: 24px;
		height: 10px;
	}
	.guide_balloon p { font-size: 16px; }

	.game_section_001 { background: url(images/game_section_001.png) no-repeat; background-size: contain; }
	.game_section_002 { background: url(images/game_section_002.png) no-repeat; background-size: contain; }
	.game_section_003 { background: url(images/game_section_003.png) no-repeat; background-size: contain; }
	.game_section_004 { background: url(images/game_section_004.png) no-repeat; background-size: contain; }

	.step_section_001 { background: url(images/startguide_step_001.png) no-repeat; background-size: contain; }
	.step_section_002 { background: url(images/startguide_step_002.png) no-repeat; background-size: contain; }
	.step_section_003 { background: url(images/startguide_step_003.png) no-repeat; background-size: contain; }
	.step_section_qrcode { background: url(images/startguide_step_qrcode.png) no-repeat; background-size: contain; }

	img.step_arrow { width: 50px; }

	#contents_faq h2 { padding: 8px 16px 5px; }
	#contents_faq ul { margin-left: 16px; }
	#contents_faq li { margin-bottom: 0; font-size: 15px; line-height: 135%; }
	#contents_faq_question p { margin: 0 16px 16px; font-size: 15px; }

	#contents_update_header h2 { font-size: 28px; }
	#contents_update_footer { margin-top: 32px; }
	#contents_update h3 { margin-bottom: 16px; padding: 10px 16px 8px; }
	#contents_update h4 { font-size: 15px; }
	.update_list li { margin-bottom: 8px; font-size: 15px; }
	.update_item dt { font-size: 16px; }
	.update_item dd { margin-bottom: 12px; font-size: 16px; }
	.update_item li { margin-bottom: 4px; font-size: 16px; }
	.update_attention { margin: 0 15px; padding: 24px; }
	.howto_nes_search li { margin-left: 16px; }

	#support_form input[type=email] { width: 75%; }
		/* コード見出し */
	.code_section_001, .code_section_002, .code_section_003, .code_section_004, .code_section_005 { height: 59px; }
			/* バナーエリア */

}


@media screen and (min-width: 769px) {
	#logo { 
		width:0%;
		float:left;
		padding-top:5%;
 	
		padding-left: 0%;
		margin: 0;
}

	#logo img {
		margin: 0% 0 0% 0;
		width: 350px;
	}

	.img_border { padding: 5px;	}

	h1 img { box-shadow: 0 12px 10px -5px rgba(0,0,0,0.3); }

	#contents { padding: 40px 40px 35px; border-width: 0 3px; }

	#contents_inner_shadow { box-shadow: 0 0 20px 8px rgba(0,0,0,0.3); }

	#contents_inner { padding: 40px; }

	.contents_shadow_yellow { box-shadow: 0 0 20px 8px rgba(255,255,0,0.4) inset; }
	.contents_shadow_orange { box-shadow: 0 0 20px 8px rgba(255,153,0,0.4) inset; }
	.contents_shadow_red    { box-shadow: 0 0 20px 8px rgba(255,0,51,0.4) inset; }
	.contents_shadow_pink   { box-shadow: 0 0 20px 8px rgba(255,102,255,0.4) inset; }
	.contents_shadow_green  { box-shadow: 0 0 20px 8px rgba(160,192,20,0.4) inset; }
	.contents_shadow_purple { box-shadow: 0 0 20px 8px rgba(204,102,255,0.4) inset; }
	.contents_shadow_grey   { box-shadow: 0 0 20px 8px rgba(170,170,170,0.4) inset; }

	.section_area h2 { margin-bottom: 16px; }

	#top_nav ul { margin-right: -2.49%; }
	#top_nav li { width: 17.51%; margin-right: 2.49%; }

	#page_nav { float: right; width: 70.61%; margin-top: 30px; }
	#page_nav ul { margin-right: -1.84%; }
	#page_nav li { width: 18.16%; margin-right: 1.84%; }

	.footer_img_line { bottom: -10px; }

	#column2_main {
		float: left;
		width: auto;
		margin-right:270px;
		margin-bottom: 0;
	}

	#column2_sub {
		float: right;
		margin-bottom: 0;
		margin-left: -270px;
	}

	#news_box_inner ul { white-space: normal; }

	iframe.twitter-timeline { height: 564px; }

	#downloadnow { width: 420px; margin-left: -436px; }
	#downloadnow ul{ margin-rigth: 0; }

	#info_box { margin-right: 436px; padding: 6px 14px 4px; }

	.game_section_001, .game_section_002, .game_section_003, .game_section_004 { height: 40px; }

	.step_section_001, .step_section_002, .step_section_003, .step_section_qrcode { height: 40px; }

}


@media screen and (min-width: 801px) {
	iframe.twitter-timeline { height: 596px; }

	#downloadnow img.neslogo { top: 0; }


}


@media screen and (min-width: 881px) {
	.img_border { padding: 6px; }

	#news_box_inner li { padding: 8px 16px; border-bottom: dotted 3px #f4640d; }

	iframe.twitter-timeline { height: 605px; }

	#downloadnow { width: 432px; margin-left: -448px; }
	#downloadnow img { display: inline-block; }
	#downloadnow img.dnlogo { margin-bottom: 0; }
	#downloadnow img.neslogo { top: -9px; }

	#info_box { margin-right: 448px; }

	.section_guide_box { margin-right: 216px; }

	.guide_caption { float: right; margin-left: -216px; }

	.game_section_001, .game_section_002, .game_section_003, .game_section_004 { height: 44px; }

	.step_section_001, .step_section_002, .step_section_003, .step_section_qrcode { height: 44px; }
		/* コード見出し */
	.code_section_001, .code_section_002, .code_section_003, .code_section_004, .code_section_005 { height: 59px; }

}


@media screen and (min-width: 921px) {
 	iframe.twitter-timeline { height: 630px; }

	.game_section_001, .game_section_002, .game_section_003, .game_section_004 { height: 50px; }

	.step_section_001, .step_section_002, .step_section_003, .step_section_qrcode { height: 50px; }

}


@media screen and (min-width: 1025px) {
	#main { max-width: 980px; width: 100%; }

	header { max-width: 980px; width: 100%; padding-top: 10px; }

	.footer_img_line { bottom: -10px; }

 	iframe.twitter-timeline  { height: 975px; }

	#info_box li { display: inline-block; margin: 0 8px 0 0; }

	/* コード見出し */
	.code_section_001, .code_section_002, .code_section_003, .code_section_004, .code_section_005 { height: 59px; }

}

#banner_pc{
	margin: 0 auto 3.25% auto;
	padding:1.5% 1% 1.5% 2%;	
	text-align: center;
	background-color:rgba(255,255,255,0.5);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	border:5px solid #fff;
	box-shadow:0px 6px 0 0 rgba(0, 0, 0, 0.2);
	width:100%;
}

#banner_pc img , #banner_sp img {
   width:310px;
   height:auto;
}

#banner_sp{
	display:none;
}

/*800px以下*/

@media screen and (max-width: 800px) {

	#banner_pc{
		display:none;
	}

	#banner_sp{
		display:block;
	}
	
	#banner_sp img{
		padding: 5px 0;
		width:95.5%;
	}

}
