@charset "utf-8";

/*
 * 芸能相談室
 */
#page-advice .article .unit .nav {
	width: 98%;
	border: solid 2px #F03040;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
}

#page-advice .article .unit .nav li {
	width: 33%;
	float: left;
	text-align: center;
	height: 30px;
}

#page-advice .article .unit .nav li:first-child {
	width: 34%;
}

#page-advice .article .unit .nav li:first-child a {
	border: none;
}

#page-advice .article .unit .nav li a {
	border-left: solid 2px #F03040;
	color: #F03040;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: block;
	line-height: 30px;
}

#page-advice .article .unit .nav li.now a {
	color: #fff;
	background-color: #F03040;
}

#page-advice.view .article .main {
	background: url(/img/advice/texture.png) repeat;
	background-size: 320px;
	text-align: center;
	padding-bottom: 5px;
}

#page-advice .article .main img.mainImage {
	max-width: 640px;
}

#page-advice.view .article .main .summary {
	text-align: left;
	margin: 0 3%;
}

#page-advice .article .main .summary .about span {
	color: #F03040;
	font-weight: bold;
}

#page-advice .article .main .summary .attention {
	font-size: 11px;
	color: #808080;
	margin-top: 10px;
}

#page-advice .article .main .summary .attention a {
	color: #D8312D;
	text-decoration: none;
}

#page-advice .article .main .enter {
	margin: 15px 0;
	text-align: center;
}

#page-advice.view .article .main .enter {
	margin: 15px 3% 0;
	text-align: center;
}

#page-advice .article .main .enter a {
	display: inline-block;
	width: 48%;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	line-height: 50px;
}

#page-advice .article .main .enter .red {
	float: left;
	background-color: #D8312D;
}

#page-advice .article .main .enter .blue {
	float: right;
	background-color: #1A88E2;
}

#page-advice .article .unit .category,
#page-advice .article .unit .ranking {
	border: solid 1px #aaa;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 10px 0 15px;
}

#page-advice .article .unit .category h2,
#page-advice .article .unit .ranking h2 {
	padding: 8px 0 8px 40px;
	margin: 10px 0 10px 15px;
	border: none;
	font-size: 15px;
	font-weight: bold;
}

#page-advice .article .unit .category .searchTitle {
	background: url(/img/advice/search.png) no-repeat;
	background-size: 35px;
}

#page-advice .article .unit .category .tagTitle {
	background: url(/img/advice/tag.png) no-repeat;
	background-size: 35px;
}

#page-advice .article .unit .ranking h2 {
	background: url(/img/advice/ranking.png) no-repeat;
	background-size: 35px;
	padding-left: 45px;
}

#page-advice .article .unit .production h2 {
	background-position: 0;
}

#page-advice .article .unit .category .search,
#page-advice .article .unit .category .tag,
#page-advice .article .unit .ranking .list {
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	padding: 15px;
}

#page-advice .article .unit .category .search input[type="submit"] {
	width: 100%;
	padding: 8px 0;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: url(/img/advice/search_small.png) 80px 8px no-repeat #808080;
	background-size: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

#page-advice .article .unit .category .search input[type="text"] {
	margin-bottom: 10px;
	width: 98%;
}

#page-advice .article .unit .category .tag ul {
	margin: 0 auto;
}

#page-advice .article .unit .category .tag ul li,
#page-advice.adviceDetail .article .unit .main .detail .info .tag li {
	float: left;
	margin: 0 5px 5px 0;
	background-color: #B29176;
}

#page-advice .article .unit .category .tag ul li a,
#page-advice.adviceDetail .article .unit .main .detail .info .tag li a {
	display: block;
	padding: 3px 5px 3px 25px;
	color: #fff;
	text-decoration: none;
	background: url(/img/advice/tag_small.png) 3px 3px no-repeat;
	background-size: 20px;
}

#page-advice .article .unit .toList {
	display: block;
	width: 105px;
	margin: 10px auto;
}

#page-advice .article .unit .ranking .list {
	padding: 0 15px;
}

#page-advice .article .unit .ranking .list li {
	border-top: dotted 2px #ccc;
	padding: 10px 0;
	position: relative;
}

#page-advice .article .unit .ranking .list li:first-child {
	border: none;
}

#page-advice .article .unit .ranking .list li .info .personalImg,
#page-advice .article .unit .main .personalImg {
	width: 70px;
	float: left;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 10px;
}

#page-advice .article .unit .ranking .list li .info p {
	float: left;
	width: 70%;
	margin-top: 8px;
}

#page-advice .article .unit .ranking .list li .info p span {
	font-weight: bold;
}

#page-advice .article .unit .ranking .list li .no01 {
	color: #bcb152;
}

#page-advice .article .unit .ranking .list li .no02 {
	color: #848484;
}

#page-advice .article .unit .ranking .list li .no03 {
	color: #844c30;
}

#page-advice .article .unit .ranking .list li .info .arrow,
#page-advice.adviceList .article .unit .main .questionList li .arrow {
	width: 6px;
	float: left;
	position: absolute;
	top: 45%;
	right: -5px;
}

#page-advice .article .unit .productionImage {
	width: 70px;
}

#page-advice .article .unit .productionImage .image {
	border: solid 1px #ddd;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
}

#page-advice .article .unit .productionImage .image img {
	margin: 0;
	width: 60px;
	max-height: 60px;
}

#page-advice .article .unit .production .info .name {
	margin-left: 8px;
	font-weight: bold;
}

#page-advice .article .unit .production .info .name a {
	font-weight: normal;
}

#page-advice .article .unit .toppage a {
	display: block;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #aaa;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 10px;

}

/*
 * 一覧
 */
#page-advice.adviceList .article .unit .main .result {
	background-color: #f8f8f8;
	padding: 10px 5px;
	margin-top: 10px;
}

#page-advice.adviceList .article .unit .main .questionList {
	margin: 10px 0;
	width: 94%;
}

#page-advice.adviceList .article .unit .main .questionList li {
	border-bottom: dotted 2px #ccc;
	padding: 15px 0;
	position: relative;
}

#page-advice.adviceList .article .unit .main .questionList li:first-child {
	border-top: dotted 2px #ccc;
}

#page-advice.adviceList .article .unit .main .questionList li .data {
	float: left;
	width: 70%;
}

#page-advice.adviceList .article .unit .main .questionList li .data .name {
	font-size: 14px;
	margin-bottom: 5px;
}

#page-advice.adviceList .article .unit .main .questionList li .tag {
	color: #666;
	margin-bottom: 5px;
}

#page-advice.adviceList .article .unit .main .questionList li .arrow {
	right: -15px;
}

#page-advice.adviceList .article .unit .main #load .loadImg {
	width: 40px;
	height: 40px;
}

#page-advice.adviceList .article .unit .main #load .loadCompleteImg {
	width: 70px;
	height: 50px;
}

/*
 * 詳細
 */
#page-advice.adviceDetail .article .unit .main .detail {
	border: solid 1px #aaa;
	margin: 15px 0px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 15px 10px;
}

#page-advice.adviceDetail .article .unit .main .detail .info {
	border-bottom: dotted 2px #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#page-advice.adviceDetail .article .unit .main .detail .info .name p{
	float: left;
	width: 185px;
	font-size: 13px;
	margin: 20px 0 0 10px;;
}

#page-advice.adviceDetail .article .unit .main .detail .info .tag {
	margin-top: 10px;
}

#page-advice.adviceDetail .article .unit .main .detail .info .productionName {
	float: left;
	margin: 20px;
	font-size: 13px;
}

#page-advice.adviceDetail .audition_area {
	border: solid 1px #aaa;
	border-radius: 8px;
	margin: 10px 0 15px;
}

#page-advice.adviceDetail .audition_area .ttl {
    background: url(/img/advice/star.png) no-repeat 10px 0px;
    background-size: 35px;
    padding: 8px 0 15px 55px;
    margin: 10px 0 0;
    border: none;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
}

#page-advice.adviceDetail .audition_area .audition_detail_area {
	padding: 14px 9px;
}

#page-advice.adviceDetail .audition_area li a {
	text-decoration: none;
	display: block;
}

#page-advice.adviceDetail .audition_area li {
	border-top: 1px dotted #aaa;
	margin-top: 15px;
	padding-top: 15px;
}

#page-advice.adviceDetail .audition_area li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

#page-advice.adviceDetail .audition_area li .audition_img {
	margin-bottom: 10px;
}

#page-advice.adviceDetail .audition_area li .audition_name {
	font-weight: bold;
	line-height: 1.5;
	margin: -3.5px 0 6.5px;
	font-size: 14px;
	text-decoration: underline;
}

#page-advice.adviceDetail .audition_area li .detail {
	border: 1px solid #f89420;
	padding: 5px 10px;
	border-radius: 5px;
	color: #f89420;
	font-weight: bold;
}

#page-advice.adviceDetail .audition_area li .detail span.day {
	color: #2d2d2d;
	padding: 0 10px 0;
	font-size: 16px;
}

#page-advice.adviceDetail .audition_area li .detail span.date {
	color: #9a9a9a;
	padding: 0 15px 0 0;
	font-weight: normal;
}

#page-advice.adviceDetail .audition_area .audition_none_text {
	padding: 10px 15px;
}

/*
 * 質問入力
 */
#page-advice.advicePost .article .unit .main .post {
	margin-top: 10px;
}

#page-advice.advicePost .article .unit .main .post li {
	border-top: dotted 2px #ccc;
	padding: 15px 0;
}

#page-advice.advicePost .article .unit .main .post li .item {
	border-left: solid 3px #F03040;
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

#page-advice.advicePost .article .unit .main .post li .message {
	color: #888;
	margin: 10px 0;
}

#page-advice.advicePost .article .unit .main .post li input[type="text"] {
	width: 98%;
	height: 30px;
}

#page-advice.advicePost .article .unit .main .post li textarea {
	width: 98%;
}

#page-advice.advicePost .article .unit .main .post li .attention {
	margin-bottom: 10px;
}

#page-advice.advicePost .article .unit .main .post li .check {
	border-top: solid 1px #ccc;
	margin: 0 -20px;
	padding: 0 20px;
}

#page-advice.advicePost .article .unit .main .post li .check .checkbox {
	border-bottom: solid 1px #ccc;
	margin: 0 -20px;
	padding: 0 20px;
}

#page-advice.advicePost .article .unit .main .post li .check .checkbox input[type='checkbox'] {
	display: none;
}

#page-advice.advicePost .article .unit .main .post li .check .checkbox input[type='checkbox'] + label {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: block;
	padding: 10px 5px 10px 24px;
	vertical-align: middle;
	cursor: pointer;
}
#page-advice.advicePost .article .unit .main .post li .check .checkbox input[type='checkbox'] + label:after {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	margin-top: -8px;
	width: 4px;
	height: 8px;
	border-right: 3px solid #F03040;
	border-bottom: 3px solid #F03040;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#page-advice.advicePost .article .unit .main .post li .check .checkbox input[type='checkbox'] + label:before {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 1px;
	display: block;
	margin-top: -9px;
	width: 14px;
	height: 14px;
	border: solid 1px #ccc;
	content: '';
	background-color: #fff;
}

#page-advice.advicePost .article .unit .main .post li .check .checkbox input[type='checkbox']:checked + label:after {
  opacity: 1;
}

#page-advice.advicePost .article .unit .main .post li .more {
	margin: 15px 0 0;
	text-align: center;
}

#page-advice.advicePost .article .unit .main .post li .more p {
	color: #2692ff;
}

#page-advice.advicePost .article .unit .submit .back {
	font-size: 17px;
	margin-top: 10px;
	padding: 15px;
	width: 100%;
}





























