@charset "utf-8";
/* GOLD'S GYM レッスン予約サイト */
html,body{
    width: 100%;
}

body{
	margin:0;
	padding:0;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align:center;
	color:#000000;
	background:#FFFFFF;
	line-height:160%;
	font-size:18px;
}

p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}

ul,ol,li{ list-style-type:none;}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/* 共通スタイル ***************************************** */
.important{
	color:#ED5565;
	margin-left:3px;
}

.caution{
	color:#00B187;
}

a:link { color: #333333; text-decoration:underline;}
a:visited { color: #333333;}
a:hover { color: #333333; text-decoration:none;}
a:active { color: #333333; }

img {
	border:0;
	vertical-align: bottom;
}
a img:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


.txtR{text-align:right;}
.txtC{text-align:center;}
.txtL{text-align:left;}

.fontL{ font-size: 20px; }
.fontM{ font-size: 18px; }
.fontS{ font-size: 16px; }
.fontXS{ font-size: 14px; }

.left{ float: left; }
.right{ float: right;}
.clear{ clear: both; }

.strong{ font-weight:700;}
.fNormal{ font-weight: normal;}
.font_red{ color: #FF0000;}
.font_blue{ color:#0000D8;}
.font_green{ color:#009844;}

.mgb15{ margin-bottom:15px;}


/* header footer ***************************************** */
header{
	background:#000000;
	padding:20px 0 0;
}
header #logo{
	width:910px;
	margin:0 auto 20px;
	text-align:left;
}

header h1{
	padding:20px 0;
	background:#FEDD00;
	font-size:30px;
}

footer{
	background:#000000;
	color:#F2F2F2;
	font-size:12px;
}



/* contens  ***************************************** */
#contener{
	width:910px;
	margin:20px auto 40px;
	text-align:left;
}

.head{
	padding:14px 20px;
	margin-bottom:15px;
	border-left:6px solid #FEDD00;
	font-size:18px;
}

h2.contTitle{
	padding:10px;
	margin-bottom:15px;
	text-align:center;
	background:#FFFBDD;
	font-size:18px;
}

.userName{color:#D86C00;}

dl.form,
dl.confirm{
	margin:0 130px;
}

dl.form dt,
dl.confirm dt{
	width:230px;
	float:left;
	padding-top:52px;
}
dl.form dd,
dl.confirm dd{
	margin-left:230px;
	padding:40px 0;
}
dl.confirm dd{
	color:#D86C00;
	padding:52px 0 28px;
}

.compBox{
	padding:150px 0;
	text-align:center;
}

.compBoxWait{
	padding:50px 0;
	text-align:center;
}

ul.topMenu{ margin-bottom:20px; text-align:center;}
ul.topMenu li{
	margin:0 auto;
	padding:20px 0;
}

dl.rsvList{
	margin:10px 100px;
	padding:20px 40px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	box-shadow:4px 3px 5px -2px #ededed;
	-moz-box-shadow:4px 3px 5px -2px #ededed;
	-webkit-box-shadow:4px 3px 5px -2px #ededed;
}

dl.rsvList dt{
	float:left;
	width:190px;
	background:url(../img/arrow_right_br_s.png) no-repeat left;
	background-size:5px auto;
	padding-left:12px;
	font-weight:700;
}
dl.rsvList dd{
	padding:0 0 0 200px;
	margin-bottom:8px;
}

dl.rsvList dt.link{
	float:none;
	width:100%;
	text-align:center;
	background:none;
	padding-left:0;
}

dl.rsvList dt.icon{
	float:none;
	background:none;
	width:100%;
	text-align:right;
	margin-bottom:10px;
}
dl.rsvList dt.icon img{
	width:2em;
	height:auto;
	vertical-align:middle;
	margin:0 5px;
}

p.noCancel{
	background:#AAAAAA;
	width:450px;
	margin:20px auto 0;
	padding:12px;
	border-radius:5px;
	color:#444444;
}

ul.chkboxList{}
ul.chkboxList li{
	float:left;
	margin:0 20px 10px 0;
	}
ul.chkboxList li img{
	vertical-align:middle;
	}
ul.chkboxList li input[type="checkbox"]{
	vertical-align:middle;
	margin-right:4px;
}

.rules{
	border:1px solid #CCCCCC;
	padding:12px;
	margin:10px 0 20px;
}

table.msgBox{
	width:100%;
	border-collapse:collapse;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 1px 0 0;
	font-size:14px;
}

table.msgBox th,
table.msgBox td{
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0 0 1px 1px;
	padding:10px;
	text-align:center;
	background:#FAFAFA;
}

table.msgBox tr.new td{
	background:#FFFFFF;
	font-weight:700;
}

table.msgBox th{
	background:#DDDDDD;
}

table.msgBox th.date,
table.msgBox th.detail{
	width:120px;
}

table.msgBox td.subjectTtl{ text-align:left;}

.detailLink a{
	display:block;
	padding:8px;
	background:#FFB702;
	text-decoration:none;
	color:#000000;
	border-radius:5px;
	
	box-shadow:5px 5px 4px -4px rgba(196,196,196,0.88);
	-moz-box-shadow:5px 5px 4px -4px rgba(196,196,196,0.88);
	-webkit-box-shadow:5px 5px 4px -4px rgba(196,196,196,0.88);
}

.msgDetail{
	border:1px solid #CCCCCC;
	padding:15px;
	margin:15px 30px;
}

.msgDetail > dl.rsvList{
	border:0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.subject{
	position:relative;
	border:1px solid #CCCCCC;
	border-bottom:0;
	margin:0 30px;
}
.subject dt{
	width:5.5em;
	position:absolute;
	left:10px;
	border-right:1px solid #CCCCCC;
	padding:10px 0;
}
.subject dd{
	padding:10px 10px 10px 7em;
	border-bottom:1px solid #CCCCCC;
}

/* form */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea{
	clear:both;
	padding:18px 8px;
	margin-bottom:32px;
	
	border:#ccc 1px solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	width:400px;
	font-size:16px;
	}

input[type="submit"],
input[type="button"]{
	margin:0 auto 10px;
	padding:8px;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	border-radius:5px;
	
	box-shadow:5px 5px 4px -4px rgba(196,196,196,0.88);
	-moz-box-shadow:5px 5px 4px -4px rgba(196,196,196,0.88);
	-webkit-box-shadow:5px 5px 4px -4px rgba(196,196,196,0.88);
	
	cursor:pointer;
	}

input[type="checkbox"],
input[type="radio"]{
	margin:10px 5px;
	}

input.mgr{margin-right:40px;}

input[type="submit"].btn{
	width:450px;
	margin:0 auto;
	padding:12px 24px;
	color:#000;
	border: 1px solid #FEDD00; 
	background: #FEDD00 url(../img/arrow_right_br.png) no-repeat 97%;
	font-size:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}

input[type="submit"].btnWait{
	width:450px;
	margin:0 auto;
	padding:12px 24px;
	color:#fff;
	border: 1px solid #333333; 
	background: #333333 url(../img/arrow_right.png) no-repeat 97%;
	font-size:18px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}

input[type="button"].btnback{
	width:450px;
	margin:0 auto;
	padding:12px 24px;
	text-align:center;
	font-size:100%;
	color:#FFFFFF;
	border: 1px solid #555555; 
	background: #555555 url(../img/arrow_left.png) no-repeat 3%;
	}

input[type="submit"].btnclose{
	width:450px;
	margin:0 auto;
	padding:12px 24px;
	text-align:center;
	font-size:100%;
	color:#fff;
	border: 1px solid #444444; 
	background: #444444;
	}

input[type="submit"].check{
	width:auto;
	margin:0 10px 0 auto;
	padding:6px 12px;
	color:#000000;
	border: 1px solid #626262; 
	background: #CCCCCC;
	font-size:14px;
	}

input[type="submit"].btnMenu,
input[type="button"].btnMenu{
	width:450px;
	margin:0 auto;
	padding:12px 24px;
	text-align:center;
	font-size:100%;
	font-weight:700;
	color:#000000;
	border: 1px solid #FEDD00; 
	background: #FEDD00 url(../img/arrow_right_br.png) no-repeat 97%;

	}
input[type="submit"].btnCancel,
input[type="button"].btnCancel{
	width:450px;
	margin:0 auto;
	padding:12px 24px;
	text-align:center;
	font-size:100%;
	font-weight:700;
	color:#000000;
	border: 1px solid #FFF084;
	background:#FFF084;
	}


@media screen and (max-width: 767px) { 


img{max-width:100%; height:auto;}

header{
	background:#000000;
	padding:10px 0 0;
}
header #logo{
	width:auto;
	margin:0 10px 20px;
	text-align:left;
}

header h1{
	padding:10px 0;
	font-size:20px;
}

/* contens  ***************************************** */
#contener{
	width:auto;
	margin:20px 0 40px;
	padding:0 10px;
	text-align:left;
}
.block{ display:block;}

.head{
	padding:14px 18px;
	margin-bottom:15px;
	border-left:6px solid #FEDD00;
	font-size:18px;
}

dl.form,
dl.confirm{
	margin:0 0;
}

dl.form dt,
dl.confirm dt{
	width:auto;
	float:none;
	padding-top:0;
}
dl.form dd,
dl.confirm dd{
	margin-left:0;
	padding:5px 0 10px;
}

dl.confirm dd{
	margin-left:1em;
}


dl.rsvList{
	margin:10px 10px;
	padding:20px 20px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	box-shadow:4px 3px 5px -2px #ededed;
	-moz-box-shadow:4px 3px 5px -2px #ededed;
	-webkit-box-shadow:4px 3px 5px -2px #ededed;
}

dl.rsvList dt{
	float:none;
	width:auto;
	background:url(../img/arrow_right_br_s.png) no-repeat left;
	background-size:5px auto;
	padding-left:12px;
	font-weight:700;
}
dl.rsvList dd{
	padding:0 0 0 0;
	margin-bottom:8px;
}

dl.rsvList dt.link{
	float:none;
	width:100%;
}

p.noCancel{
	width:100%;
	font-size:16px;
}


ul.chkboxList{}
ul.chkboxList li{
	float:left;
	margin:0 20px 10px 0;
	}


ul.chkboxList li input[type="checkbox"]{
	-webkit-transform: scale(1.6);
	transform: scale(1.6);

	margin-right:8px;
	vertical-align:middle;
}

ul.chkboxList label{
	padding:6px;
	margin-right:20px;
	vertical-align:middle;
}

table.msgBox{
	line-height:130%;
}

table.msgBox thead{ display:none;}

table.msgBox tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
  }

table.msgBox td{
	display: block;
	text-align:right;
}
table.msgBox td.subjectTtl{text-align:right;}
table.msgBox td.detailLink{text-align:center;}

table.msgBox td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
	margin-right:10px;
  }

.msgDetail{
	border:1px solid #CCCCCC;
	padding:15px;
	margin:15px 0;
}

.msgDetail > dl.rsvList{
	border:0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.subject{
	position:relative;
	border:1px solid #CCCCCC;
	border-bottom:1px;
	margin:0 0;
}
.subject dt{
	width:100%;
	position:static;
	left:10px;
	border-right:none;
	padding:10px 5px 0;
}
.subject dd{
	padding:0 10px 10px 10px;
	border-bottom:1px solid #CCCCCC;
}

.msgDetail > dl.rsvList{
	padding:0;
}

/* form */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea{
	margin-bottom:0.5em;
	
	width:90%;
	font-size:16px;
	}


input[type="submit"]{
	margin:0 auto 10px;
	padding:0.5em 0.8em;
	text-align:center;
	font-size:20px;
	
	cursor:pointer;
	}

input[type="submit"].btn,
input[type="submit"].btnWait{
	width:100%;
	margin:0 auto;
	padding:0.5em 0.8em;
	background-size:auto 18px;
	}

input[type="button"].btnback{
	width:100%;
	margin:0 auto;
	padding:0.5em 0.8em;
	background-size:auto 18px;
	}

input[type="submit"].btnclose{
	width:100%;
	margin:0 auto;
	padding:0.5em 0.8em;
	}

input[type="submit"].btnMenu,
input[type="button"].btnMenu,
input[type="submit"].btnCancel,
input[type="button"].btnCancel{
	width:100%;
	margin:0 auto;
	padding:0.5em 0.8em;
	background-size:auto 18px;
	}



}





/* clearfix */
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}







