@charset "euc-jp";
/* CSS Document */

/*  ページ共有*/
#contents #typing_game{
    background:#FFFFFF;
    color:#000;
}

/* タイトル画面 */
#contents #typing_game h1 img{
	width: 100%;
}

/* スタートボタン */
#typing_game .start {
	padding: 0;
    margin:15px 6px;
}
#typing_game .start a{
    display: block;
	text-decoration: none;
    padding: 20px 0;
	overflow: hidden;
}
#typing_game .start{
	display: block;
    text-shadow: 0 1px 1px #429da2;
	cursor: pointer;
	font-size: 1.8rem;
}
#typing_game .repeat a{
    padding:10px 0;
}
/* ログアウト時 */
#typing_game .login {
	padding: 0;
    margin:15px 6px;
}
#typing_game .login a{
	width: 100%;
    display: block;
	text-decoration: none;
    padding: 20px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	overflow: hidden;
}
#typing_game .login{
	display: block;
	font-weight: bold;
	color: #534741;
	cursor: pointer;
	text-align: center;
	font-size: 1.8rem;
}

/* ポイントの貯まり方*/
#typing_game .typing_point{
    text-align:center;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
    background:#fffae4;
    margin:10px;
    padding:10px;
}
#typing_game .typing_tip{
    text-align:left;
    margin:3px 5px;
    padding:5px;
}
#typing_game .typing_point .typingfont_pink{
    color:#f0666c;
    font-size:1.8rem;
    display:block;
    margin:10px 0 8px;
}
#typing_game .typing_tip .typingfont_pink{
    color:#f0666c;
    font-size:1.4rem;
    display:block;
    margin:5px 0;
}
#typing_game .typing_point .typingfont,
#typing_game .typing_tip .typingfont{
    font-size:1.4rem;
}

/* 注意事項 */
#typing_game .typing_attention h3{
    background-color:#5f5f5f;
    color:#FFFFFF;
    padding:5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin:0 0 15px 0;
    font-weight:normal;
    font-size: 1.6rem;
}
#typing_game .typing_attention dl{
    padding:0 10px 10px 5px;
}
#typing_game .typing_attention dt{
    margin:10px 0 0 0;
}

/* 案件2枠 */
#typing_game .project_box ul{
    width: 100%;
    display: table;
    table-layout: fixed;
    overflow:hidden;
    text-align:center;
}
#typing_game .project_box li{
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
#typing_game .project_box li img {
    max-width: 120px;
    max-height: 80px;
}
#typing_game .project_box li:first-child{
    border-right:1px solid #e6e6e6;
}
#typing_game .project_box li a {
    color: #666;
    display: block;
    padding:10px 0;
}
#typing_game .project_box li img{
    display:block;
    margin:0 auto 5px;
}
#typing_game .project_box .icon_point{
    color:#e54a5c;
    font-size:1.9rem;
    display:inline-block;
    padding-left:17px;
}
#transition {
    margin:15px 0 0 0;
}
#transition h2 {
    text-align:center;
}
#transition .shop_list ul.list {
   border-bottom:1px solid #e6e6e6; 
}
