@charset "UTF-8";
/* ===================================================================

カラオケ店簡単検索

======================================================================*/


#img_title {
    text-align: center;
    background: #d2290d;
}
#term {
    margin-bottom: 10px;
    text-align: center;
}
#img_pointget {
    margin-bottom: 5px;
}
#Search01 {
    width: 426px;
    margin: 0 auto -52px;
}
#Search01 form {
    display: block;
    color: #ccc;
    position: relative;
    bottom: 90px;
}
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#Search01 form select {
    font-size: 0.8rem;
    background-color: #FFFFFF;
    width: 324px;
    border: solid #ccc 2px;
    border-radius: 4px 0 0 4px;
    padding: 0.8rem 0 0.8rem 20px;
    background: #fff url(../images/ic_arrow.png)no-repeat;
    background-position: 94% 50%;
    color: #666;
    position: relative;
}
#Search01 form select:hover {
    cursor: pointer;
}
#Search01 select::-ms-expand {
 display: none;
}
#Search01 .button {
    display: block;
    width: 102px;
    height: 50px;
    padding: 0;
    background: url(../images/btn_search.png) no-repeat 0 0;
    border: none;
    font-size: 0;
    cursor: pointer;
    outline: none;
    position: absolute;
    left: 324px;
    bottom: 0;
}
#Search01 .button:hover {
    background: url(../images/btn_search_on.png) no-repeat 0 0;
}
section {
    position: relative;
    background: #fff9f3;
    padding-bottom: 40px;
}
h2 {
    background: #362e2b;
    text-align: center;
    margin-bottom: 50px;
}
#sec01 > ul {
    width: 980px;
    margin: 0 auto;
}
#sec01 ul.cFix > li {
    float: left;
}
#flow {
    width: 243px;
    padding: 0 50px 0 116px;
}
#flow ul.screen {
    background: url("../images/bg_iphone_l.png") no-repeat scroll center top transparent;
    height: 508px;
    margin: 0 auto;
    width: 245px;
    position: relative;
}
#flow ul.screen li {
    margin-left: 19px;
    top: 69px;
    position: absolute;
}
#right_conts {
    width: 520px;
    padding-top: 100px;
}
#right_conts ul {
    margin-bottom: 30px;
}
#right_conts ul.cFix li:last-child {
    padding-left: 18px;
}
#right_conts ul li {
    text-align: center;
}
#right_conts ul li:first-child, #right_conts ul li:nth-child(3) {
    margin-bottom: 15px;
}
#right_conts > ul > li:last-child {
    margin-left: -20px;
}
.howto {
    background: #362e2b;
    text-align: center;
}
.howto h3 {
    width: 228px;
    padding: 25px 15px 20px;
    margin: 0 auto;
}
#sec03 {
    padding: 60px 0 20px!important;
}
#sec03 ul li{padding-bottom: 40px;}
#sec03 div {
    background: #FFFFFF;
    width: 50%;
}
#sec03 p{
    position: relative;
    text-align: center;	
}
#sec03 p {
    margin-top: -331px;
}
#sec03 ul .box02 div {
	position: relative;
	top:331px;
	float: right;
}
#sec03 .box03 p{
	margin-top: -259px;
}