@charset "utf-8";
/* CSS Document */
/* Guide */

#guide a:link,
#guide a:visited,
#guide a:hover,
#guide a:active {
color:#010101;
font-weight:bold;
border-bottom:#010101 1px dotted;

}

#guide table th {
background-color:#6aa746;
width:20%;
color:#fff;
font-family: canada-type-gibson, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing:0.1em;
}
#guide table td {
line-height:1.6;
padding:.5em 1em;
}
#guide table td .title {
display:inline-block;
margin-bottom:.3em;
font-weight:bold;
}
#guide table td .red {
color:#d90000;
font-weight:bold;
}
#guide table td .bbox {
display:inline-block;
margin:auto 1em;
padding:.2em .5em;
background-color:#6aa746;
color:#fff;
font-weight:bold;
}
div.arrow {
height:50px;
background-image:url("../images/guide/arrow.gif");
background-repeat:no-repeat;
background-position:center;
position:relative;
}
div.arrow span {
position:absolute;
top:40%;
right:40%;
color:#d90000;
font-weight:bold;
}

#guide a.guide {
	display:block;
	color:#fff;
	border:none;
}
#guide .guide_btn {
    display: block;
    font-size: 120%;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px 40px 20px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-image: url("../images/top/btn_bg.jpg");
    background-repeat: repeat-x;
	background-size:cover;	
    background-position: left bottom;
    box-shadow: 2px 2px 2px #ccc;
	width:26em;
}
#guide span.guide_btn:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    left: 10px;
    top: 15px;
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    padding-left: .5em;
}
@media only screen and (max-width: 750px) {
#guide table td {
line-height:1.8;
}
div.arrow span {
position:absolute;
top:80%;
right:40%;
}
#guide .guide_btn {
	width:100%;
}
#guide p.tac {
text-align:left!important;
}
}
