@charset "UTF-8";
/* CSS Document */

/*===============
 /consul/
===============*/

html,
body {
	height:100%;
}

.gray-box {
	margin-top: 15px;
	border: 1px solid #DCDCDC;
	background: #EFEFEF;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	text-shadow: 1px 1px 0px #FFFFFF;
}
.rule-list ul li span {
	color: #FF8500;	
}


.q-list .arw04 {
	display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.q-list .btn03 {
	font-size: 14px;
}
.q-list .dtl {
	border-bottom: 1px solid #DCDCDC;
}
.q-list .dtl > a {
	color: #333;
	display: block;
}
.q-list .dtl:last-child {
	padding-bottom: 0;
	border-bottom: none;	
}
.q-list .has-cat {
	padding-bottom: 0;	
}
.q-col {
	padding: 10px 10px 10px 42px;
	background: url(/sp/common/image/icn_q.png) no-repeat 10px 10px;
	background-size: 24px auto;
	-webkit-background-size: 24px auto;
	position: relative;
}
.q-col .date {
	color: #999999;
	font-size: 10px;
	margin-bottom: 5px;
}
.q-col .name {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #999999;
	font-size: 10px;
}
.q-list .dtl .cat {
	text-align: right;
	font-size: 10px;
	background: #F5F5F5;
	padding: 5px 10px;
}


.pagenate,
.back-top {
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;	
}
.pagenate .prev {
	float: left;	
}
.pagenate a,
.back-top a {
	background-size: 13px auto;
	-webkit-background-size: 13px auto;
	background-repeat: no-repeat;
	color: #333;
}
.pagenate .prev a,
.back-top a {
	padding-left: 17px;
	background-image: url(/sp/common/image/arw06.png);
	background-position: left center;
}
.pagenate .next {
	float: right;	
}
.pagenate .next a {
	padding-right: 17px;
	background-image: url(/sp/common/image/arw05.png);
	background-position: right center;
}


.list-select {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;	
}
.list-select p {
	margin-top: 5px;	
}
.list-select p select {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
}



/*===============
 /consul/detail.html
===============*/
.dtl-cts .dtl-q,
.dtl-cts .heading01 {
	margin-left: 10px;
	margin-right: 10px;	
}
.dtl-cts .dtl-q .q-col {
	padding-left: 32px;
	background-position: left 10px;	
}
.dtl-cts .img {
	margin-top: 10px;	
}
.dtl-cts .img img {
	width: 100%;
	height: auto;	
}
.dtl-cts .dtl-a {
	margin-top: 10px;
	padding: 10px;
	background: #FFF3E5;
}
.dtl-cts .dtl-a .a-col {
	padding: 10px 10px 0px 32px;
	background: url(/sp/common/image/icn_a.png) no-repeat left 10px;
	background-size: 24px auto;
	-webkit-background-size: 24px auto;
	position: relative;
}
.dtl-cts .dtl-a .a-col .date {
	color: #999999;
	font-size: 10px;
	margin-bottom: 5px;
}
.dtl-cts .dtl-a .a-col .name {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #999999;
	font-size: 10px;
}
.dtl-cts .txt p {
	margin-top: 10px;	
}
.dtl-cts .txt p:first-child {
	margin-top: 0;
}
.dtl-cts .cat {
	text-align: right;
	font-size: 10px;
	background: #FFF3E5;
	padding: 5px 10px;
}
.dtl-cts #comments-form dt {
	margin-top: 10px;
	margin-bottom: 5px;
}
.dtl-cts #comments-form dd input,
.dtl-cts #comments-form dd textarea {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
}
.dtl-cts #comments-form input {
	line-height: 1;
	height: 30px;
	vertical-align: middle;
}
.dtl-cts #comments-form dd textarea {
	height: 10em;	
}
#comment-preview {
	display: none;	
}

.btn-post {
background-color: #FF8700;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFB766), to(#FF8700));
background-image: -webkit-linear-gradient(#FFB766, #FFB766 25%, #FF8700);
background-image: -moz-linear-gradient(top, #FFB766, #FFB766 25%, #FF8700);
background-image: -ms-linear-gradient(#FFB766, #FF8700);
background-image: -o-linear-gradient(#FFB766, #FF8700);
background-image: linear-gradient(#FFB766, #FF8700);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EA9898", endColorstr="#C00", GradientType=0);
padding: 6px;
margin: 0 auto;
color: white;
font-weight: bold;
font-size: 14px;
text-decoration: none;
border: 1px solid #FF8700;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-transition: 0.1s linear all;
-moz-transition: 0.1s linear all;
-ms-transition: 0.1s linear all;
-o-transition: 0.1s linear all;
transition: 0.1s linear all;
display: block;
width: 100%;
text-align: center;
text-shadow: 1px 1px 0px #666;
}



/*===============
 /consul/entry-form.html
===============*/
.entry-form .tbl {
	display: table;
	width: 100%;
	margin-top: 10px;
}
.entry-form .tbl dl {
	display: table-row;
}
.entry-form .tbl dt,
.entry-form .tbl dd {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
}
.entry-form .tbl dl:nth-child(2n+1) dt,
.entry-form .tbl dl:nth-child(2n+1) dd {
	background: #F5F5F5;
}
.entry-form .tbl dt {
	width: 90px;
	padding-left: 5px;
	line-height: 1;	
}
.entry-form .tbl dd {
	padding-right: 5px;
}
.entry-form .tbl dd .cap {
	font-size: 10px;
	color: #F00;	
}
.entry-form .tbl dd input[type="text"],
.entry-form .tbl dd input[type="file"],
.entry-form .tbl dd textarea,
.entry-form .tbl dd select {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;	
}
.entry-form .tbl dd input[type="text"],
.entry-form .tbl dd select {
	line-height: 1;
	height: 28px;
	vertical-align: middle;	
}
.entry-form .tbl .img-row dt {
	vertical-align: top;
	padding-top: 10px;
}
.entry-form .tbl .img-row dd p {
	margin-bottom: 5px;
}
.entry-form .cap {
	font-size: 10px;
	color: #F00;
	letter-spacing: -0.001em;	
}
.entry-form .f-wrap {
	display: -webkit-box;
	display: -moz-box;
	width: 100%;
	margin-top: 10px;
}
.entry-form .f-wrap div {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-box-flex: 1;
    -moz-box-flex: 1;
	width: 1000px;	
}
.entry-form .f-wrap div a {
	padding-left: 0;
	padding-right: 0;	
}
.entry-form .f-wrap div:nth-of-type(1) {
	margin-right: 5px;	
}
.bdr-red {
	border: 2px solid #F00;	
}
#att {
	font-weight: bold;
	color: #F00;
	text-align: center;
	margin-top: 10px;	
}
.coution {
	color: #F00;
	text-align: center;
	margin-top: 5px;
}


.comments {
	position: relative;
}
#musk {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 100;
	background-color:rgba(0,0,0,0.60);
	top: 0px;
	right: 0px;
}
#musk img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
}