/*!
* jQuery Mobile 1.4.0
* Git HEAD hash: f09aae0e035d6805e461a7be246d04a0dbc98f69 <> Date: Thu Dec 19 2013 17:34:22 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/


/* Globals */
/* For IE
-----------------------------------------------------------------------------------------------------------*/
header,footer,nav,section,article,figure,aside {
　display:block;
}

/* Reset
-----------------------------------------------------------------------------------------------------------*/
body { margin:0; padding: 0; }
p ,
hr {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h1, h2 {
	margin: 0;
	padding: 0;
}
img a {
	border: 0;
}


/* Controler
-----------------------------------------------------------------------------------------------------------*/
.ma_t10 { margin-top: 10px; }
.ma_t20 { margin-top: 20px; }
.ma_t30 { margin-top: 30px; }
.ma_t40 { margin-top: 40px; }
.ma_t50 { margin-top: 50px; }

.ma_b10 { margin-bottom: 10px; }
.ma_b20 { margin-bottom: 20px; }
.ma_b30 { margin-bottom: 30px; }
.ma_b40 { margin-bottom: 40px; }
.ma_b50 { margin-bottom: 50px; }

.clear { clear: both; }

/* Font
-----------------------------------------------------------------------------------------------------------*/
html {
	font-size: 16px;
	line-height: 1;
	/*font-family: "メイリオ", sans-serif;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif
}
html p {
	font-size: 90%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color: #333;
}




/* Corner rounding
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-btn-corner-all deprecated in 1.4 */
.ui-corner-all {
	-webkit-border-radius: 15px; /*{global-radii-blocks}*/;
	border-radius: 15px; /*{global-radii-blocks}*/;
}
/* Radius clip workaround for cleaning up corner trapping */
.ui-btn-corner-all,
.ui-corner-all {
	-webkit-background-clip: padding;
	background-clip: padding-box;
}

/* Shadow
-----------------------------------------------------------------------------------------------------------*/
.ui-shadow {
	-webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
	-moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
	box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
}
.ui-shadow-inset {
	/*-webkit-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*//* rgba(0,0,0,.2) /*{global-box-shadow-color}*//*;
	/*-moz-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*//* rgba(0,0,0,.2) /*{global-box-shadow-color}*//*;
	/*box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*//* rgba(0,0,0,.2) /*{global-box-shadow-color}*//*;*/
}
.ui-overlay-shadow {
	-webkit-box-shadow: 0 0 12px 		rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 12px 			rgba(0,0,0,.6);
	box-shadow: 0 0 12px 				rgba(0,0,0,.6);
}
/* Icons
-----------------------------------------------------------------------------------------------------------*/

/* Loader */
.ui-icon-loading {
	background: url(../images/ajax-loader.gif);
	background-size: 2.875em 2.875em;
}





/* 共通2
-----------------------------------------------------------------------------------------------------------*/
/**仮に見る用**/
.ui-page {
	background: #FFF;
}


.ui-dialog {
	background: #FFF;
}


/* ヘッダー
-----------------------------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}

#logoHeader {
	height: 25px;
	position: relative;
}
#logoHeaderBg {
	width: 100%;
	height: 25px;
	background-color: #FFF;
	opacity: 0.8;
	position: absolute;
}
#logoHeader .left {
	width: 150px;
	position: absolute;
	top: 0;
	left: 0;
}
#logoHeader .right {
	width: 150px;
	position: absolute;
	top: 0;
	right: 0;
}



/* コンテンツ部
-----------------------------------------------------------------------------------------------------------*/
#content {
	margin-top: 25px;
	margin-bottom: 120px;
}

#content h1 {
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	font-size: 23px;
	text-align: center;
	color: #FFF;
	margin: 0px;
	text-align: center;
}


/* フッター
-----------------------------------------------------------------------------------------------------------*/
/** シェアボタン **/
#shareBtn {
	background-color: #000;
	padding: 10px 0;
	text-align: center;
}
#shareBtn .grid {
	width: 300px;
	margin: 0 auto;
	overflow: hidden;
}
#shareBtn .block {
	float: left;
	width: 64px;
	text-align: left;
}
#shareBtn .block:nth-of-type(1),
#shareBtn .block:nth-of-type(2) {
	margin-right: 14px;
}
#shareBtn .block:nth-of-type(3) {
	margin-right: 15px;
}
#shareBtn .block a:active {
	opacity: 0.7;
}

/** フッターのボタン **/
#footer .footerBtnArea {
	background-color: #000;
	padding: 10px;
	padding-top: 0px;
}
#footer .footerBtnArea a {
	display: block;
	height: 35px;
	border: solid 1px #7b7b7b;
	background-color: #3b3b3b;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	position: relative;
}
#footer .footerBtnArea a:active {
	opacity: 0.7;
}
#footer .footerBtnArea a .btnText {
	padding-left: 25px;
}
#footer .footerBtnArea a .homeBtnIcon {
	/*display: block;
	width: 23px;
	*/position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -40px;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

/*** フッターPC用 ***//*
@media screen and (min-width: 440px){
#shareBtn {
	display: none;
}

#footer #allexit {
	display: none;	
}

#footer #goHome {
	padding-top:10px;
}
}*/




/* トップページ
-----------------------------------------------------------------------------------------------------------*/
#index {
	background-image: url(../images/sp_index/top_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #d3ebf9;
	
}

#index .iconGrid {
	margin-top: 40px;
	margin-left: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}
#index .iconGrid .icon {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#index .iconGrid .icon:active{
	opacity: 0.7;
}

#index .iconGrid2 {
	width: 100%;
	height: 93px;
	position: absolute;
	left: 0;
	bottom: 100px;
}
#index .iconGrid2Bg {
	width: 100%;
	height: 93px;
	background-color: #FFF;
	opacity: 0.6;
	position: absolute;
}
#index .iconGrid2-inner {
	width: 100%;
	position: absolute;
	margin-top: 10px;
	text-align: center;
}
#index .iconGrid2-inner2 {
	width: 80%;
	margin: 0 10%;
}
#index .iconGrid2 .block {
	float: left;
	width: 33.333%;
	text-align: center;
}
#index .iconGrid2 .icon{
}
#index .iconGrid2 .icon:active{
	opacity: 0.7;
}

/*** トップページPC用 ***/
@media screen and (min-width: 440px){
#index .iconGrid {
	margin-left: 15px;
}
	
#index .iconGrid2 {
	bottom: 0;
}
}

/*** 画面の縦が狭い場合は、iconGrid2を消す ***/
@media screen and (max-height: 450px){
#index .iconGrid2 {
	display: none;
}	
}


/* 電話
-----------------------------------------------------------------------------------------------------------*/
/*** 共通 ***/
#sp_phone,
#sp_phone_call {
	background-image:url(../images/common/contents_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #d3ebf9;
}

/*** トップページ ***/
#sp_phone h1 {
	background-color: #4495cd;
}
#sp_phone .contentBox {
	margin: 10px;
}

#sp_phone .callList .telListItem {
	display: block;
	height: 53px;
	text-decoration: none;
	color: #000;
	border-bottom: dashed 1px #4495cd;
	overflow: hidden;
	position: relative;
}
#sp_phone .callList .telListItem:nth-of-type(1) {
	border-top: dashed 1px #4495cd;
}
#sp_phone .callList .telListItem:active {
	background: #CCC;
	opacity: 0.7;
}
#sp_phone .callList .telListItem .hamuhamu {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -20px;
	/*background: #FFF;
	border: solid 1px #4495cd;
	border-radius: 5px;*/
}
#sp_phone .callList .telListItem .textName {
	font-weight: bold;
	font-size: 14px;
	line-height: 53px;
	height: 53px;
	margin-left: 50px;
}
#sp_phone .callList .telListItem .textNo {
	font-size: 12px;
	line-height: 53px;
	height: 53px;
}
#sp_phone .callList .telListItem .iconCall {
	display: block;
	width: 37px;
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -16.5px;
}

/*** 通話中 ***/
#sp_phone_call .callHeader {
	background-color: #4495cd;
	height: 91px;
	margin-top: 25px;
}
#sp_phone_call .callHeader-inner {
	width: 300px;
	height: 91px;
	position: relative;
	margin: 0 auto;
}
#sp_phone_call .callHeader .callPhoto {
	background: #FFF;
	border-radius: 35px;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -35px;
}
#sp_phone_call .callHeader .callNameBox {
	width: 230px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
#sp_phone_call .callHeader .callName {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	margin-top: 25px;
}
#sp_phone_call .callHeader .callTime {
	font-size: 14px;
	color: #FFF;
	margin-top: 10px;
}
#sp_phone_call .callCallingIcon {
	width: 300px;
	height: 114px;
	margin: 75px auto 40px;
	position: relative;
}
#sp_phone_call .callCallingIcon .telIcon {
	display: block;
	position: absolute;
	top: 10px;
}
#sp_phone_call .callCallingIcon .calllingIcon {
	display: block;
	position: absolute;
	top: 10px;
	left: 107px;
}
#sp_phone_call .callCallingIcon .callPhoto {
	background: #FFF;
	border-radius: 55px;
	width: 110px;
	height: 110px;
	border: solid 2px #4495cd;
	position: absolute;
	top: 0;
	right: 0;
}

#sp_phone_call .btn {
	display: block;
	height: 50px;
	border: solid 2px #ea3f2e;
	border-radius: 14px;
	background: #fe6c4b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fe6c4b), to(#d71413));
	background: -webkit-linear-gradient(#fe6c4b, #d71413);
	background: -moz-linear-gradient(#fe6c4b, #d71413);
	background: -ms-linear-gradient(#fe6c4b, #d71413);
	background: -o-linear-gradient(#fe6c4b, #d71413);
	background: linear-gradient(#fe6c4b, #d71413);
	
	color: #FFF;
	text-decoration: none;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	
	margin: 20px 30px 110px;
}
#sp_phone_call .btn:active {
	opacity: 0.7;
}

#sp_phone_call .comment {
	margin: 10px;
	border: solid 2px #4495cd;
	border-radius: 14px;
	padding: 10px 10px 20px;
	background: #FFF;
	background-clip: border-box;
	position: relative;
}
#sp_phone_call .comment.balloon:after {
	content: '';
	position: absolute;
	border-bottom: 10px solid #FFF;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	top: -7px;
	left: 93px;
}

#sp_phone_call .comment.balloon:before {
	content: '';
	position: absolute;
	border-bottom: 10px solid #4495cd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	top: -10px;
	left: 93px;
}
#sp_phone_call .comment h2 {
	font-size: 15px;
	font-weight: bold;
	color: #4495cd;
	line-height: 30px;
}
#sp_phone_call .comment p.serif {
	font-size: 15px;
	font-weight: bold;
	color: #4495cd;
	line-height: 30px;
	padding: 0;
}
#sp_phone_call .comment h3 {
	color: #f95e13;
	border-bottom: solid 1px #f99113;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}
#sp_phone_call .comment p {
	padding-bottom: 7px;
}
#sp_phone_call .comment p.red ,
#sp_phone_call .comment p .red  {
	color: #F00;
}
#sp_phone_call .comment p.big ,
#sp_phone_call .comment p .big {
	font-size: 130%;
}



/* メール
-----------------------------------------------------------------------------------------------------------*/
/*** メールトップ ***/
#sp_mail {
	background-image:url(../images/common/contents_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #d3ebf9;
}

#sp_mail h1 {
	background-color: #f99c32;
}

#sp_mail .contentBox {
	margin: 10px;
}
#sp_mail .contentBox .left {
	text-align: center;
}
#sp_mail .contentBox .right {
	margin: 10px 0;
}

#sp_mail .btn {
	display: block;
	height: 50px;
	border: solid 2px #f7a644;
	border-radius: 14px;
	background: #fbc758;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fbc758), to(#f2812c));
	background: -webkit-linear-gradient(#fbc758, #f2812c);
	background: -moz-linear-gradient(#fbc758, #f2812c);
	background: -ms-linear-gradient(#fbc758, #f2812c);
	background: -o-linear-gradient(#fbc758, #f2812c);
	background: linear-gradient(#fbc758, #f2812c);
	
	color: #FFF;
	text-decoration: none;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	
	margin: 20px 0 10px;
}
#sp_mail .btn:active {
	opacity: 0.7;
}



/* ホームページ
-----------------------------------------------------------------------------------------------------------*/
#sp_homepage {
	background-image:url(../images/common/contents_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #d3ebf9;
}

#sp_homepage h1 {
	background-color: #4dc215;
}

#sp_homepage .contentBox {
	margin: 10px;
}
#sp_homepage .contentBox .left {
	text-align: center;
}
#sp_homepage .contentBox .right {
	margin: 10px 0;
}

#sp_homepage .btn {
	display: block;
	height: 50px;
	border: solid 2px #5ecb11;
	border-radius: 14px;
	background: #86e106;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#86e106), to(#37b61b));
	background: -webkit-linear-gradient(#86e106, #37b61b);
	background: -moz-linear-gradient(#86e106, #37b61b);
	background: -ms-linear-gradient(#86e106, #37b61b);
	background: -o-linear-gradient(#86e106, #37b61b);
	background: linear-gradient(#86e106, #37b61b);
	
	color: #FFF;
	text-decoration: none;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	
	margin: 20px 0 10px;
}
#sp_homepage .btn:active {
	opacity: 0.7;
}



/* アプリ
-----------------------------------------------------------------------------------------------------------*/
/*** 共通 ***/

#sp_appli_install .okBtn ,
#appli_game_play .okBtn ,
#appli_game_attention .okBtn ,
#appli_benri_play .okBtn ,
#appli_benri_attention .okBtn ,
#sp_appli_benri_dialog .okBtn {
	display: block;
	height: 50px;
	border: solid 2px #865bb8;
	border-radius: 14px;
	background: #9e75df;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9e75df), to(#6c3f8e));
	background: -webkit-linear-gradient(#9e75df, #6c3f8e);
	background: -moz-linear-gradient(#9e75df, #6c3f8e);
	background: -ms-linear-gradient(#9e75df, #6c3f8e);
	background: -o-linear-gradient(#9e75df, #6c3f8e);
	background: linear-gradient(#9e75df, #6c3f8e);
	
	color: #FFF;
	text-decoration: none;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	
	margin: 20px 0 10px;
}

#sp_appli_install .cancelBtn ,
#appli_game_play .cancelBtn ,
#appli_benri_play .cancelBtn ,
#sp_appli_benri_dialog .cancelBtn {
	display: block;
	height: 50px;
	border: solid 2px #acacac;
	border-radius: 14px;
	background: #aeaeae;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#aeaeae), to(#747474));
	background: -webkit-linear-gradient(#aeaeae, #747474);
	background: -moz-linear-gradient(#aeaeae, #747474);
	background: -ms-linear-gradient(#aeaeae, #747474);
	background: -o-linear-gradient(#aeaeae, #747474);
	background: linear-gradient(#aeaeae, #747474);
	
	color: #FFF;
	text-decoration: none;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	
	margin: 20px 0 10px;
}

#sp_appli_install .okBtn:active ,
#sp_appli_install .cancelBtn:active ,
#appli_game_play .okBtn:active ,
#appli_game_play .cancelBtn:active ,
#appli_game_attention .okBtn:active ,
#sp_appli_benri_dialog .okBtn:active ,
#sp_appli_benri_dialog .cancelBtn:active {
	opacity: 0.7;
}


/*** アプリトップ ***/
#sp_appli {
	background-image:url(../images/common/contents_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #d3ebf9;
}

#sp_appli #content h1 {
	background-color: #855ab6;
}

#sp_appli .contentBox {
	margin: 10px;
}

#sp_appli .contentBox h2.newappli {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	
	border-radius: 12.5px;
	background-color: #f99113;
	margin: 20px 15px;
	padding: 0;
}

#sp_appli .contentBox .grid {
	margin: 10px 0 0;
	overflow: hidden;
}
#sp_appli .contentBox .grid .block-a,
#sp_appli .contentBox .grid .block-b {
	float: left;
	width: 50%;
}
#sp_appli .contentBox .grid .block-b {
	text-align: right;
}
#sp_appli .contentBox .grid .appliText {
	margin-top: 5px;
	font-size: 12px;
	color: #666;
	text-align: center;
	position: relative;
	height: 30px;
}
#sp_appli .contentBox .grid .appliText .newIcon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -70px;
	margin-top: -15px;
	display: none;
}


#sp_appli .contentBox hr {
	border: 0;
	border-top: solid 1px #999;
}

#sp_appli .appliIcon:active {
	opacity: 0.7;
}

#sp_appli .contentBox .idBtn {
	line-height: 30px;
	border-radius: 10px;
	border: solid 1px #666;
	background: #FFF;
	margin: 20px 0;
	text-align: center;
	color: #666;
	font-size: 12px;
}
#sp_appli .contentBox .kiyaku {
	margin: 20px 0;
	text-align: center;
	color: #666;
	font-size: 12px;
}

#sp_appli .contentBox .uninstallBtn {
	display: block;
	width: 250px;
	height: 30px;
	border: solid 2px #acacac;
	border-radius: 14px;
	background: #aeaeae;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#aeaeae), to(#747474));
	background: -webkit-linear-gradient(#aeaeae, #747474);
	background: -moz-linear-gradient(#aeaeae, #747474);
	background: -ms-linear-gradient(#aeaeae, #747474);
	background: -o-linear-gradient(#aeaeae, #747474);
	background: linear-gradient(#aeaeae, #747474);
	
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	
	margin: 20px auto 10px;
}
#sp_appli .contentBox .uninstallBtn:active {
	opacity: 0.7;
}


@media screen and (min-width: 360px) {
#sp_appli .contentBox .grid {
	margin-left: 20px;
	margin-right: 20px;
}
#sp_appli .contentBox .grid .block-a,
#sp_appli .contentBox .grid .block-b {
	text-align: center;
}
}

/*** アプリダイアログ ***/
#sp_appli_install,
#sp_appli_benri_dialog {
	background-color: #296e9b;
}
#sp_appli_install .ui-dialog-contain ,
#sp_appli_benri_dialog .ui-dialog-contain {
	background-color: #FFF;
	border: solid 2px #FFF;
	background-clip: border-box;
	overflow: hidden;
}

#sp_appli_install #title ,
#sp_appli_benri_dialog #title {
	background-color: #855ab6;
}
#sp_appli_install #title h1 ,
#sp_appli_benri_dialog #title h1 {
	color: #FFF;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	line-height: 60px;
}

#sp_appli_install #content ,
#sp_appli_benri_dialog #content {
	margin: 0px 10px;
}
#sp_appli_install #content p ,
#sp_appli_benri_dialog #content p {
	margin: 10px 10px;
}

#sp_appli_install #content .grid ,
#sp_appli_benri_dialog #content .grid {
	overflow: hidden;
}
#sp_appli_install #content .grid .block-a ,
#sp_appli_install #content .grid .block-b ,
#sp_appli_benri_dialog #content .grid .block-a ,
#sp_appli_benri_dialog #content .grid .block-b {
	width: 48%;
	float: left;
}
#sp_appli_install #content .grid .block-a ,
#sp_appli_benri_dialog #content .grid .block-a {
	padding-right: 4%;
}

#sp_appli_install #content .message2 .progressbar {
	margin: 15px 0px 10px;
	border: solid 1px #acacac;
}
#sp_appli_install #content .message2 .bar {
	background: #97d9ff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#97d9ff), to(#449eeb));
	background: -webkit-linear-gradient(#97d9ff, #449eeb);
	background: -moz-linear-gradient(#97d9ff, #449eeb);
	background: -ms-linear-gradient(#97d9ff, #449eeb);
	background: -o-linear-gradient(#97d9ff, #449eeb);
	background: linear-gradient(#97d9ff, #449eeb);
	width: 0px;
	height: 26px;
}


/*** アプリゲーム＆便利アプリ ***/
#appli_game_play {
	background-image:url(../images/sp_appli/game_playBg.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
}
#appli_benri_play {
	background-image:url(../images/sp_appli/benri_playBg.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
}

#appli_game_play h1 ,
#appli_game_attention h1 ,
#appli_benri_play h1 ,
#appli_benri_attention h1 {
	line-height: 64px;
	height: 60px;
	width: 84%;
	margin: 00 8% 0;
	border-radius: 32px;
	border: solid 2px #FFF;
	background-color: #855ab6;
}
#appli_game_play .title {
	text-align: center;
	margin-top: 15px;
}
#appli_benri_play .title {
	text-align: center;
	margin-top: 15px;
}

#appli_game_play #content .grid {
	overflow: hidden;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: -15px;
}
#appli_benri_play #content .grid {
	overflow: hidden;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: -15px;
}
#appli_game_play #content .grid .block-a ,
#appli_game_play #content .grid .block-b ,
#appli_benri_play #content .grid .block-a ,
#appli_benri_play #content .grid .block-b {
	width: 46%;
	float: left;
	text-align: center;
	padding: 2%;
}

#appli_game_attention .attentionArea ,
#appli_benri_attention .attentionArea {
	background: #4f4f4f;
	padding-bottom: 100px;
	padding-top: 15px;
}

#appli_game_attention h2.attention ,
#appli_benri_attention h2.attention {
	text-align: center;
	color: #FFF;
	font-size: 23px;
	font-weight: bold;
	margin: 20px 0 0;
	line-height: 1.5;
	padding: 0 5px;
}

#appli_game_attention .shockedHamuhamu ,
#appli_benri_attention .shockedHamuhamu {
	margin-top: -100px;
	text-align: center;
}

#appli_game_attention .message ,
#appli_benri_attention .message {
	margin: 20px 10px;
}
#appli_game_attention .message h2 ,
#appli_benri_attention .message h2 {
	line-height: 25px;
	background: #f99113;
	border-radius: 12.5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#appli_game_attention .message h3 ,
#appli_benri_attention .message h3 {
	color: #f95e13;
	border-bottom: solid 1px #f99113;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}
#appli_game_attention .message p ,
#appli_benri_attention .message p {
	margin-bottom: 7px;
}

#appli_game_attention .message p.red ,
#appli_game_attention .message p .red ,
#appli_benri_attention .message p.red ,
#appli_benri_attention .message p .red  {
	color: #F00;
}
#appli_game_attention .message p.big ,
#appli_game_attention .message p .big ,
#appli_benri_attention .message p.big ,
#appli_benri_attention .message p .big {
	font-size: 130%;
}



/* パスワード
-----------------------------------------------------------------------------------------------------------*/
/*** 共通 ***/
#sp_password ,
#sp_password_study {
	background-image:url(../images/common/contents_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #d3ebf9;
}

#sp_password h1 ,
#sp_password_study h1 {
	background-color: #ea3f2e;
}

#sp_password .contentBox ,
#sp_password_study .contentBox {
	margin: 10px;
}
#sp_password .btn ,
#sp_password_study .btn {
	display: block;
	height: 50px;
	border: solid 2px #ea3f2e;
	border-radius: 14px;
	background: #fe6c4b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fe6c4b), to(#d71413));
	background: -webkit-linear-gradient(#fe6c4b, #d71413);
	background: -moz-linear-gradient(#fe6c4b, #d71413);
	background: -ms-linear-gradient(#fe6c4b, #d71413);
	background: -o-linear-gradient(#fe6c4b, #d71413);
	background: linear-gradient(#fe6c4b, #d71413);
	
	color: #FFF;
	text-decoration: none;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	
	margin: 20px 0 10px;
}
#sp_password .btn:active {
	opacity: 0.7;
}


/*** トップページ ***/

#sp_password .contentBox h2 {
	color: #ea3f2e;
	border-bottom: solid 1px #ea3f2e;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}

#sp_password .contentBox .ui-field-contain {
	border-radius: 13px;
	border: solid 2px #ea3f2e;
	background: #ea3f2e;
	background-clip: border-box;
	padding: 0;
	margin: 20px 0;
	overflow: hidden;
}
#sp_password .contentBox .ui-controlgroup-label {
	background: #ea3f2e;
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-left: 5px;
}
#sp_password .contentBox .ui-controlgroup-controls {
	background: #FFF;
}
#sp_password .contentBox .ui-checkbox {
	border-bottom: dashed 1px #ea3f2e;
}
#sp_password .contentBox .ui-checkbox:nth-last-of-type(1) {
	border:0;
}
#sp_password .contentBox .ui-checkbox-off:after {
	display: block;
	width: 18px;
	height: 18px;
	margin: -9px 2px 0 2px;	border-radius: 2px;
	background: #b9b9b9;
}
#sp_password .contentBox .ui-checkbox-on:after {
	display: block;
	width: 18px;
	height: 18px;
	margin: -9px 2px 0 2px;	border-radius: 2px;
	background: #ea3f2e;
}
#sp_password .contentBox .ui-checkbox input {
	display: none;
}
#sp_password .contentBox .ui-controlgroup-controls p {
	padding: 5px 5px 0px;
}
#sp_password .contentBox .ui-input-text {
	padding: 10px 10px;
}
#sp_password .contentBox .ui-input-text input {
	border: solid 1px #acacac;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	text-align: center;
}

#sp_password .contentBox h3 {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	
	border-radius: 12.5px;
	background-color: #f99113;
	margin: 20px 15px;
	padding: 0;
}

#sp_password .strengthBox {
	width: 300px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
}
#sp_password .strengthBox .img {
	float: left;
	width: 80px;
}
#sp_password .strengthBox .meterBox {
	float: right;
	width: 210px;
	margin-left: 10px;
}
#sp_password .strengthBox .meterWrap {
	margin-top: 5px;
	border: solid 2px #acacac;
	background: #FFF;
	position:relative;
}
#sp_password .strengthBox .meterWrap-inner {
	margin: 2px;
}
#sp_password .strengthBox .meter {
	height: 40px;
}
#sp_password .strengthBox .overText {
	position: absolute;
	line-height: 40px;
	top:0;
	text-align: center;
	width: 100%;
	font-size: 12px;
}
#sp_password .strengthBox .meterText {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}
#sp_password .strengthBox .meter.default , 
#sp_password .strengthBox .meter.weak {
	background: #feb225;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#feb225), to(#f25d2b));
	background: -webkit-linear-gradient(#feb225, #f25d2b);
	background: -moz-linear-gradient(#feb225, #f25d2b);
	background: -ms-linear-gradient(#feb225, #f25d2b);
	background: -o-linear-gradient(#feb225, #f25d2b);
	background: linear-gradient(#feb225, #f25d2b);
}
#sp_password .strengthBox .meter.strong {
	background: #fefb68;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fefb68), to(#cfa703));
	background: -webkit-linear-gradient(#fefb68, #cfa703);
	background: -moz-linear-gradient(#fefb68, #cfa703);
	background: -ms-linear-gradient(#fefb68, #cfa703);
	background: -o-linear-gradient(#fefb68, #cfa703);
	background: linear-gradient(#fefb68, #cfa703);
}
#sp_password .strengthBox .meter.stronger {
	background: #d6f05f;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d6f05f), to(#8ca903));
	background: -webkit-linear-gradient(#d6f05f, #8ca903);
	background: -moz-linear-gradient(#d6f05f, #8ca903);
	background: -ms-linear-gradient(#d6f05f, #8ca903);
	background: -o-linear-gradient(#d6f05f, #8ca903);
	background: linear-gradient(#d6f05f, #8ca903);
}
#sp_password .strengthBox .meter.strongest {
	background: #83f478;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#83f478), to(#259d19));
	background: -webkit-linear-gradient(#83f478, #259d19);
	background: -moz-linear-gradient(#83f478, #259d19);
	background: -ms-linear-gradient(#83f478, #259d19);
	background: -o-linear-gradient(#83f478, #259d19);
	background: linear-gradient(#83f478, #259d19);
}
#sp_password .strengthBox .meterText.default , 
#sp_password .strengthBox .meterText.weak {
	color: #f7790c;
}
#sp_password .strengthBox .meterText.strong {
	color: #eacd00;
}
#sp_password .strengthBox .meterText.stronger {
	color: #9aba04;
}
#sp_password .strengthBox .meterText.strongest {
	color: #3eb432;
}

#sp_password .notes {
	margin-top: 20px;
	font-size: 10px;
}



/*** 学ぶページ　***/
#sp_password_study .contentBox h2 {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	
	border-radius: 12.5px;
	background-color: #f99113;
	margin: 20px 15px;
	padding: 0;
}
#sp_password_study .contentBox h3 {
	
	color: #ea3f2e;
	border-bottom: solid 1px #ea3f2e;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}

#sp_password_study .contentBox p {
	margin-bottom: 7px;
}

#sp_password_study .contentBox ul {
	margin: 10px;
	padding: 0;
	border: solid 2px #ea3f2e;
	border-radius: 15px;
	background: #FFF;
	background-clip: border-box;
	list-style: none;
	/*overflow: hidden;*/
}
#sp_password_study .contentBox ul li {
	font-weight: bold;
	color: #333;
	line-height: 1.2;
	border-bottom: dashed 1px #ea3f2e;
	padding: 5px 10px;
	padding-left: 45px;
	position: relative;
	min-height: 30px;
}
#sp_password_study .contentBox ul li:nth-last-of-type(1){
	border: none;
}
#sp_password_study .contentBox ul li:before {
	/*content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #ea3f2e;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -7px;*/
}
#sp_password_study .contentBox ul li span.ngIcon {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -13px;
}

#sp_password_study .contentBox p.red ,
#sp_password_study .contentBox p .red {
	color: #F00;
}
#sp_password_study .contentBox p.big ,
#sp_password_study .contentBox p .big {
	font-size: 130%;
}

