@charset "UTF-8";

#contents #contents_site_description {
	display:none;
	width:661px;
	height:112px;
	border: 1px solid #dfdfdf;
	border-bottom:none;
	background: url(/img/pc/contents_site_description.png) no-repeat;
}
#contents #contents_site_description .close {
	display:block;
	float:right;
	margin:10px 8px 0 0;
	width:56px;
	height:16px;
	background: url(/img/pc/contents_site_description_close.png) no-repeat;
}
#contents #contents_site_description .close:hover {
	background: url(/img/pc/contents_site_description_close_hover.png) no-repeat;
}

#contents #keywordsearch {
	margin:0 0 15px 0;
	border:1px solid #dfdfdf;
}
#contents #keywordsearch form {
	background-color:#f9f9f9;
}
#contents #keywordsearch .keywordsearch_title {
	margin:10px 0;
	width:107px;
	height:38px;
	background: url(/img/pc/keywordsearch_title.png) no-repeat 10px;
}
#contents #keywordsearch input.textbox {
	float: left;
	width: 400px;
	height: 38px;
	margin:10px 0 0 0;
	padding:0 0 0 10px;
	border:1px solid #dfdfdf;
}
#contents #keywordsearch input.button {
	float: left;
	margin:10px 0 0 0;
	border:1px solid #dfdfdf;
}

#contents #keywordsearch .relatedwords {
	overflow:hidden;
	border-top: 1px solid #dfdfdf;
}
#contents #keywordsearch .relatedwords .connect {
	display:block;
	margin: -8px 0 0 150px;
}

#contents #keywordsearch .relatedwords .keywordsearch_relatedword_title,
#contents #keywordsearch .relatedwords a {
	margin: 10px 5px;
	float: left;
	display: block;
	white-space: nowrap;
}

#contents .topics {
	margin:10px 0 20px;
	border:1px solid #e3e3e3;
	background-color:#fff4ee;
}
#contents .topics .area_title {
	height:42px;
	border-bottom:1px solid #e3e3e3;
	background:url(/img/pc/topics_title.png) no-repeat 10px;
}
#contents .topics .topic {
	margin: 5px 15px 15px;
}
#contents .topics .topic_title {
	color:#eb5505;
	font-size:80%;
	font-weight: bold;
	margin:0 0 10px 0;
	line-height:30px;
	border-bottom:1px solid #e3e3e3;
}
#contents .topics .topic_body {
	font-size:80%;
}
#contents .questions_area {
	width:100%;
	height:400px;
	overflow:hidden;
	margin: 20px 0 0 0;
}
#contents .questions {
	width:100%;
	border-collapse: collapse;
}
#contents .questions tr {
	border:1px solid #dfdfdf;
}
#contents .questions th {
	display:block;
	text-align:left;
	margin: 0 0 0 1px;
	padding:10px;
	background-color:#f9f9f9;
	border-left:5px solid #eb5505;
}
#contents .questions td {
	height:61px;
}
#contents .questions a {
	width:100%;
	height:100%;
	display:block;
	color:#333;
}
#contents .questions td:hover {
	background-color:#f9f9f9;
}
#contents .questions a:hover p {
	text-decoration:underline;
}
#contents .questions a div {
	float:left;
}
#contents .questions a p {
	display:table-cell;
	width:520px;
	overflow:hidden;
	margin:5px 0 0 0;
	line-height:22px;
	text-decoration: none;
	vertical-align:middle;
}
#contents .questions a .thin {
	clear:both;
}
#contents .questions .title {
	display:table;
	height:100%;
}
#contents .questions .questions_kddi {
	float:left;
	width:45px;
	height:100%;
	background: url(/img/pc/questions_kddi.png) no-repeat 10px 17px;
}
#contents .questions .questions_kddi_movie {
	float:left;
	width:45px;
	height:100%;
	background: url(/img/pc/questions_kddi_movie.png) no-repeat 4px 13px;
}
#contents .questions .questions_user {
	float:left;
	width:45px;
	height:100%;
	background: url(/img/pc/questions_user.png) no-repeat 10px 17px;
}
#contents .questions .questions_useful {
	float:right;
	width:70px;
	height:17px;
	color:#eb5505;
	text-align:right;
	padding:30px 17px 0 0;
	background: url(/img/pc/questions_useful.png) no-repeat 12px 10px;
}
#contents .questions .questions_post_available {
	float:right;
	width:70px;
	height:100%;
	background: url(/img/pc/questions_post_available.png) no-repeat 1px 9px;
}
#contents .questions .questions_post_close {
	float:right;
	width:61px;
	height:100%;
	background: url(/img/pc/questions_post_close.png) no-repeat -8px 11px;
}
#contents .questions .questions_post_bestanswer {
	float:right;
	width:69px;
	height:100%;
	background: url(/img/pc/questions_post_bestanswer.png) no-repeat 0 14px;
}
#contents .questions_showmore_button {
	display:block;
	height:38px;
	line-height:38px;
	text-align:center;
	border:1px solid #dfdfdf;
	background-color:#f9f9f9;
	text-decoration:none;
}
#contents #qadetailheadding {
	background-color:#fff;
	width:662px;
}
#contents .headerfixed {
	position:fixed;
	top:0;
	width:662px;
}
#contents .result0 {
	margin:20px 0 0 10px;
}

#contents .movies {
	width:100%;
	border-collapse:collapse;
}
#contents .movies tr {
	border:1px solid #dfdfdf;
}
#contents .movies th {
	display:block;
	text-align:left;
	margin: 0 0 0 1px;
	padding: 10px;
	background-color:#f9f9f9;
	border-left: 5px solid #eb5505;
}
#contents .movies td {
	background-color:#eeeeee;
}
#contents .movies .movie {
	display:block;
	float:left;
	margin:8px;
	text-decoration:none;
}
#contents .movie .movie_title {
	margin:5px 0;
	width: 200px;
	word-wrap:break-word;
}
#contents .movies_showmore_button {
	display:block;
	height:38px;
	line-height:38px;
	text-align:center;
	border:1px solid #dfdfdf;
	background-color:#f9f9f9;
	text-decoration:none;
}

#contents .related h2 {
	display:block;
	text-align:left;
	font-size:100%;
	margin: 0 0 0 1px;
	background-color:#f9f9f9;
	border:1px solid #dfdfdf;
}
#contents .related h2 div {
	margin:10px 15px;
}
#contents .related .orange {
	width:5px;
	height:40px;
	float:left;
	display:block;
	margin:0 0 0 1px;
	background-color:#eb5505;
}
#contents .related .banners {
	margin:10px 0 0 0;
}
#contents .related .banner {
	margin:1px 1px 5px 0;
	display:block;
	float:left;
}
#contents h2.heading_image {
	margin-top: 40px;
	margin-bottom: 10px;
}

#contents h2.heading {
	margin-bottom: 15px;
	padding-bottom: 6px;
	font-size: 130%;
	border-bottom: 2px solid #DFDFDF;
}

#contents h3.heading {
	margin-top: 23px;
	padding-left: 8px;
	font-size: 100%;
	line-height: 110%;
}

#contents ul.tab {
	margin-bottom: 15px;
	overflow: hidden;
}

#contents ul.mypagetab {
	border-bottom:3px solid #3aa478;
	overflow:visible;
	height:48px;
}

#contents ul.tab li {
	float: left;
	display: block;
	height: 49px;
	overflow: hidden;
}

#contents ul.mypagetab li {
	background-color: #ffffff;
	border: 1px solid #777;
	border-bottom:none;
	margin-left:10px;
	margin-bottom:-3px;
	height:auto;
}
#contents ul.mypagetab li a{
	display:table-cell;
	margin-top:0;
	width:190px;
	height:33px;
	text-align:center;
	padding-top:15px;
	cursor:pointer;
	margin-bottom:-2px;
	color:#fff;
	font-weight:bold;
	font-size:110%;
	text-decoration:none;
	background-color:#bbb;
}
#contents ul.tab.mypagetab li.current {
	margin-bottom:-4px;
	padding-bottom:4px;
	border-bottom:none;
	border-color:#3aa478;
}
#contents ul.tab.mypagetab li.current a {
	margin-top:0;
	color:#000;
	background-color:#fff;
}
#contents ul.tab li.current a {
	display: block;
	margin-top: -49px;
}

#contents ul.tab li.nonactive a {
	display: block;
	margin-top: -98px;
}

#contents ul.post_list_tab {
	margin:0;
	overflow:visible;
	background-color:#eeeeee;
	border-bottom: 1px solid #dfdfdf;
}
#contents ul.post_list_tab li {
	text-align: center;
	margin: 10px 5px 0;
	background-color:#ffffff;
	border: 1px solid #dfdfdf;
	border-bottom:none;
	height:43px;
}
#contents ul.post_list_tab li a {
	width: 150px;
	height:43px;
	display:block;
	background-color:#f9f9f9;
}
#contents ul.post_list_tab li.current {
	border-top:4px solid #eb5505;
	margin-top:8px;
	margin-bottom:-3px;
}
#contents ul.post_list_tab li.current a {
	margin:0;
	background-color:#ffffff;
}
#contents ul.post_list_tab li a img {
	margin:13px 0 0 0;
}
#contents .tabpanel {
	display: none;
}

#contents .callcenterquestion {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px 14px 11px;
	background-color:#f9f9f9;
	border:1px solid #dfdfdf;
}

#contents .callcenterquestion h3 {
	height:47px;
	background-color:#fff;
	border-bottom:1px solid #dfdfdf;
	margin: 0px -14px 16px;
}
#contents .callcenterquestion .callcenterquestion_title_03 {
	margin:10px;
	width:300px;
	height:25px;
	background-image: url(/img/pc/callcenterquestion_title_03.png); no-repeat;
}
#contents .top_categorylist {
	border-bottom: 1px solid #b3b3b3;
}

#contents .top_categorylist .columns {
	margin-top: 35px;
	margin-left: -35px;
}

#contents .top_categorylist .columns .column {
	width: 345px;
	margin-left: 35px;
	margin-bottom: 30px;
}

#contents .top_categorylist .columns .column h3 {
	margin-bottom: 15px;
	padding-left: 20px;
	padding-bottom: 6px;
	font-size: 100%;
	background: url(/img/pc/icon_question.gif) no-repeat left 2px;
	border-bottom: 2px solid #ec5504;
}

#contents .top_categorylist .columns .column ul {
	margin-left: -25px;
	overflow: hidden;
}

#contents .top_categorylist .columns .column ul li {
	float: left;
	width: 160px;
	margin-left: 25px;
	margin-bottom: 10px;
}

#contents .searchoptionlist {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 6px;
	background: url(/img/pc/radiusboxbottom.gif) no-repeat left bottom;
}

#contents .searchoptionlist h3 {
	margin-bottom: 12px;
}

#contents .searchoptionlist dl {
	margin: 0px 12px;
	overflow: hidden;
}

#contents .searchoptionlist dl dt {
	clear: both;
	float: left;
	width: 6.5em;
}

#contents .searchoptionlist dl dd {
	margin-left: 6.5em;
	margin-bottom: 5px;
}


#contents .searchresultutility {
	padding: 6px 8px;
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #dfdfdf;
	border-top:none;
	border-bottom:none;
}
#contents .subcategory .searchresultutility {
	border:none;
}
#contents .searchresultutility .paging {
	float: left;
}

#contents .searchresultutility .paging ul li {
	float: left;
	margin-right: 10px;
	line-height: 29px;
	vertical-align: middle;
}

#contents .searchresultutility .paging ul li img {
	display: block;
}

#contents .searchresultutility .filter {
	float: right;
	vertical-align: middle;
}

#contents .searchresultutility .filter select {
	margin-top: 3px;
	padding: 4px;
	background-color:#f9f9f9;
	vertical-align: top;
	border:1px solid #e3e3e3;
}

#contents .searchresult {
	margin-bottom: 20px;
}

#contents .qadetailtitle {
	margin-bottom: 10px;
}

#contents .qadetailtitle table,
#contents .searchresult table {
	width: 100%;
	margin-bottom: 10px;
	empty-cells: show;
	border-collapse: collapse;
}

#contents .qadetailtitle table {
	margin-bottom: 0px;
}
#contents .qadetailtitle .questions_post_bestanswer {
	float:right;
        width:69px;
        height:100%;
        background: url(/img/pc/questions_post_bestanswer.png) no-repeat 0 16px;
}
#contents .qadetailtitle .questions_post_close {
	float:right;
	width:61px;
	height:100%;
	background: url(/img/pc/questions_post_close.png) no-repeat 0 14px;
}
#contents .qadetailtitle .questions_post_available {
	float:right;
	width:70px;
	height:100%;
	background: url(/img/pc/questions_post_available.png) no-repeat 1px 15px;
}
#contents .qadetailtitle table td,
#contents .searchresult table td {
	height: 68px;
	padding: 0 0 0 70px;
	font-size: 100%;
	border: 1px solid #dfdfdf;
	background: none no-repeat left center;
}

#contents .searchresult table td {
	height: 50px;
	word-break: break-all;
}

#contents .qadetailtitle table td {
	padding-left: 50px;
	border-left: 0px;
	border-right:0px;
	background-position: -20px center;
}
#contents .qadetailtitle table td h1 {
	font-size: 100%;
	padding-right:15px;
	word-break: break-all;
}

#contents .qadetailtitle tr {
	border:1px solid #e3e3e3;
}

#contents .qadetailtitle table td.qicon {
	width: 50px;
	padding: 0px;
	text-indent: -1000px;
	border-left: 1px solid #dfdfdf;
	border-right: 0px;
	background: url(/img/pc/qicon.gif) no-repeat 18px center !important;
}

#contents .qadetailtitle table.qd-official td,
#contents .searchresult table.sr-official td {
	background: url(/img/pc/questions_kddi.png) no-repeat 10px;
}
#contents .qadetailtitle table.qd-official-movie td {
	background: url(/img/pc/questions_kddi_movie.png) no-repeat 5px;
}
#contents .searchresult table.sr-official-movie-exists td {
	background-image: url(/img/pc/questions_kddi_movie.png);
}

#contents .qadetailtitle table.qd-user td,
#contents .searchresult table.sr-user td {
	background: url(/img/pc/questions_user.png) no-repeat 10px;
}

#contents .qadetailtitle table.qd-nice td,
#contents .searchresult table.sr-nice td {
	background-image: url(/img/pc/sr-nicebg.gif);
}

#contents .qadetailtitle table.qd-faq td,
#contents .searchresult table.sr-faq td {
	background-image: url(/img/pc/sr-faqbg.gif);
}

#contents .qadetailtitle table td.subbox,
#contents .searchresult table td.subbox {
	padding:0 0 0 10px;
	vertical-align: middle;
	background-image: none !important;
	border-right: 1px solid #dfdfdf;
}

#contents .searchresult table td.datebox {
	height: 1.2em;
	padding: 2px 10px;
	vertical-align: middle;
	text-align: center;
	font-size: 80%;
	color: #333333 !important;
	background-image: none !important;
	border-top: 0px;
}

#contents .qadetailtitle table.close td.datebox,
#contents .searchresult table.close td.datebox,
#contents .qadetailtitle table.close td.subbox,
#contents .searchresult table.close td.subbox {
	color: #ffffff;
	background-color: #b3b3b3;
}

#contents .qadetailtitle table.open td.datebox,
#contents .searchresult table.open td.datebox {
	background-color: #eefaf5;
}

#contents .qadetailtitle table td .bestanswer,
#contents .searchresult table td .bestanswer {
	color: #10764c;
}

#contents .qadetailtitle table td.subbox span,
#contents .searchresult table td.subbox span {
	display: block;
	margin: 1px 3px 0px;
	padding: 1px 2px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#contents .qadetailtitle table td.subbox dl dd,
#contents .searchresult table td.subbox dl dd {
	margin: 7px 0px 0px;
	font-size: 95%;
	text-align: center;
}

#contents .searchresult table td.subbox.close div {
	margin-top: 8px;
}

#contents .searchresult table td a {
	color: #000000;
}

#contents .qadetailtitle table td.option {
	height: auto;
	padding: 10px 12px 5px;
	background: none #f9f9f9;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
#contents .qadetailtitle table td.option .useful {
	float:right;
	color:#eb5505;
	width:45px;
	height:21px;
	font-weight:bold;
	padding:3px 0 0 98px;
	background:url(/img/pc/questions_useful_large.png) no-repeat;
}
#contents .qadetailtitle table td.option .socialbutton {
	float:right;
	margin:0 0 0 20px;
}
#contents .qadetailtitle table td.option p.qid {
	float: left;
	font-weight: bold;
}

#contents .qadetailtitle table td.option p.qdate {
	float: right;
	font-size: 88%;
}

#contents .pagenation {
	position: relative;
	margin-bottom: 10px;
	padding: 15px 8px;
	text-align: center;
	border: 1px solid #dfdfdf;
	background-color: #f3f3f2;
	overflow: hidden;
}

#contents .pagenation p {
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: left;
}

#contents .pagenation ul {
	position: relative;
	text-align: center;
}

#contents .pagenation ul li {
	display: inline-block;
	margin: 0px 2px 0px 3px;
}

*+html #contents .pagenation ul li {
	display: inline;
	margin: 0px 5px;
}

#contents .pagenation ul li span,
#contents .pagenation ul li a {
	display: block;
	width:40px;
	padding: 4px 0px;
	color: #000000;
	border: 1px solid #cccbc8;
	background-color:#fff;
	text-decoration:none;
}

#contents .pagenation ul li.prev a,
#contents .pagenation ul li.next a {
	color:#3083ba;
}

#contents .pagenation ul li span {
	color: #f1832b;
}

#contents .pagenation ul li.prev,
#contents .pagenation ul li.next {
	margin: 0px;
}

#contents .pagenation ul li.prev span,
#contents .pagenation ul li.next span,
#contents .pagenation ul li.prev a,
#contents .pagenation ul li.next a {
	position: absolute;
	width: 4.5em;
	padding: 5px 0px 5px 14px;
	border: 0px;
	text-decoration:none;
	background-color:transparent;
}

#contents .pagenation ul li.prev span,
#contents .pagenation ul li.prev a {
	left: 20px;
	top: 0px;
}

#contents .pagenation ul li.next span,
#contents .pagenation ul li.next a {
	position: absolute;
	top: 0px;
	right: 20px;
	padding: 5px 14px 5px 0px;
}

#contents .pagenation ul li.prev span,
#contents .pagenation ul li.next span {
	color: #999999;
}

#contents #categoryheadding h1 {
	padding: 0px 0px 10px;
	font-size: 165%;
	line-height: 100%;
	border-bottom: 2px solid #ec5504;
}

#contents .subcategorylist {
	margin-top: 35px;
	margin-bottom: 30px;
}
#contents .subcategorylist.widthauto {
}

#contents .subcategorylist h3 {
	margin-bottom: 15px;
	padding: 0px 0px 6px;
	font-size: 130%;
	border-bottom: 2px solid #dfdfdf;
}

#contents .subcategorylist ul.link {
	margin-left: -25px;
	overflow: hidden;
}

#contents .subcategorylist ul.link li {
	float: left;
	margin-left: 25px;
	width: 350px;
}
#contents .subcategorylist ul.link li.widthauto {
	width:auto;
	float:none;
}

#contents .qaresist {
	height:110px;
	margin-top: 30px;
	text-align: center;
	background-color: #f9f9f9;
	border: 1px solid #dfdfdf;
}

#contents .qaresist .button {
	display:block;
	margin:-10px auto;
	width:537px;
	height:68px;
	border: 1px solid #dfdfdf;
	background: url(/img/pc/post_input_button.png) no-repeat;
}
#contents .qaresist .button:hover {
	background: url(/img/pc/post_input_button_hover.png) no-repeat;
}
#contents .qaresist .poststopmessage {
	margin-top:10px;
}
#contents .qaresist .post_input_button_title {
	width: 539px;
	height: 56px;
	position: relative;
	margin: -15px auto 0;
	background:url(/img/pc/post_input_button_title.png) no-repeat;
}

#contents #qadetailheadding {
	border: 1px solid #dfdfdf;
	border-bottom: 2px solid #ec5504;
}

#contents #qadetailheadding h2 {
	float:left;
	padding: 18px 18px;
}

#contents #qadetailheadding dl {
	float:right;
	margin:12px 5px 12px 0;
}

#contents #qadetailheadding dl dt {
	float: left;
	margin-right: 6px;
	line-height: 29px;
	vertical-align: middle;
}

#contents #qadetailheadding dl dd {
	float: left;
	margin: 0px;
}
#contents #qadetailheadding .usefulform a img {
	border:1px solid #eb5505;
	border-radius:4px;
	box-shadow:2px 2px #ccc;
}
#contents .movieurl {
	display:block;
	margin: 12px 0 0 0;
	width:105px;
	height:30px;
	float:left;
}

#contents .qadetailbody {
	padding: 25px 15px 1px;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

#contents .qadetailbody p {
	margin-bottom: 1.7em;
	line-height: 160%;
}

#contents .qadetailbody p.attention {
	padding: 4px 16px;
	background-color: #e8e8e8;
}

#contents .qadetailfooter {
	margin-bottom: 35px;
	padding: 10px 20px;
	background-color:#f9f9f9;
	border:1px solid #dfdfdf;
}

#contents .qadetailquestionnaire {
	text-align:center;
	background-color:#f9f9f9;
	border:1px solid #dfdfdf;
}

#contents .qadetailquestionnaire h3 {
	display: block;
}

#contents .qadetailquestionnaire > div {
	width:490px;
	margin: -15px auto 0;
	text-align: center;
}
#contents .qadetailquestionnaire.thanks > div {
	margin-top:5px;
}
#contents .qadetailquestionnaire .questions_enquete_yes,
#contents .qadetailquestionnaire .questions_enquete_no {
	float:left;
	width:243px;
	height:52px;
	display:block;
	margin: -10px 0 0 0;
	border:1px solid #dfdfdf;
}
#contents .qadetailquestionnaire .questions_enquete_yes {
	border-right:none;
	background: url(/img/pc/questions_enquete_yes.png) no-repeat;
}
#contents .qadetailquestionnaire .questions_enquete_yes:hover {
	background: url(/img/pc/questions_enquete_yes_hover.png) no-repeat;
}
#contents .qadetailquestionnaire .questions_enquete_no {
	background: url(/img/pc/questions_enquete_no.png) no-repeat;
}
#contents .qadetailquestionnaire .questions_enquete_no:hover {
	background: url(/img/pc/questions_enquete_no_hover.png) no-repeat;
}
#contents .qadetailquestionnaire .questions_enquete_good {
	float:left;
	padding:2px 0 0 20px;
	margin:10px 0 10px 100px;
	background:url(/img/pc/questions_enquete_good.png) no-repeat;
}
#contents .qadetailquestionnaire p {
	display:block;
	margin:10px 0;
	line-height: 140%;
}

#contents .qadetailquestionnaire p+p {
	margin-top: 16px;
}

#contents .socialbutton {
	margin-bottom: 15px;
}

#contents .qauserheadding {
	margin-top: 20px;
	padding: 12px 12px;
	background-color: #f9f9f9;
	border: 1px solid #dfdfdf;
	border-radius: 2px 2px 0px 0px;
	overflow: hidden;
}

#contents .qauserheadding p.qid,
#contents .qauserheadding p.qba {
	float: left;
	font-weight: bold;
}

#contents .qauserheadding p.qba img {
	margin-top: -3px;
}

#contents .qauserheadding p.qdate {
	float: right;
	font-size: 88%;
}

#contents .qauserbody {
	padding: 15px;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	word-wrap: break-word;
}

#contents .qauserbody table {
	margin-bottom: 15px;
	empty-cells: show;
	border-collapse: collapse;
}

#contents .qauserbody table td {
	padding-right: 15px;
	font-size: 100%;
}

#contents .qauserbody table td a {
	color: #000000;
}

#contents .qauserbody p {
	line-height: 160%;
}

#contents .qauserbody p+p {
	margin-top: 1.7em;
}

#contents .qauserbody h3 {
	margin-top: 15px;
	padding: 6px 15px;
	font-size: 100%;
	background-color: #f9f9f9;
	border: 1px solid #dfdfdf;
}

#contents .qauserbody h4 {
	margin-top: 15px;
	padding: 6px 15px;
	font-size: 100%;
	color: #10764c;
	border: 1px solid #dfdfdf;
}

#contents .qauserbody div.box {
	padding: 10px 15px;
	border: 1px solid #dfdfdf;
	border-top: 0px;
}

#contents .qauserbody div.box2 {
	padding: 10px 15px;
	background-color: #f9f9f9;
	border: 1px solid #dfdfdf;
	border-top: 0px;
}

#contents .qauserbody div.box textarea,
#contents .qauserbody div.box2 textarea {
	display: block;
	width: 565px;
	height: 6em;
	margin: 10px 5px 10px 0px;
	font-size: 100%;
}

#contents .qauserbody div.box input,
#contents .qauserbody div.box2 input {
	display: block;
	margin: auto;
}

#contents .qauserfooter {
	margin-bottom: 20px;
	padding: 6px 12px 6px;
	font-size: 88%;
	background-color: #f9f9f9;
	border: 1px solid #dfdfdf;
	border-top: 0px;
	border-radius: 0px 0px 2px 2px;
	zoom: 1;
}

#contents .qauserfooter:after {
	content: "";
	display: block;
	clear: both;
}

#contents .qauserfooteranswer {
	background-color: #eefaf5;
}

#contents .qauserfooter .left {
	padding:5px;
}

#contents .qauserfooter .left > div {
	float: left;
	margin-right: 10px;
}

#contents .qauserfooter .right {
	float: right;
}

#contents .qauserfooter .right p {
	float: left;
	font-weight: bold;
	margin-left: 30px;
	line-height: 30px;
}

#contents .qaofficialoption {
	margin-top: -10px;
	margin-bottom: 30px;
	padding: 0px 15px 15px;
	background-color: #f3f3f3;
	border: 1px solid #b3b3b3;
	border-top-width: 0px;
	border-radius: 0px 0px 3px 3px;
}

#contents .qaofficialoption h3 {
	margin: 0px -16px 15px;
}

#contents .qaofficialoption p {
	line-height: 140%;
}

#contents .qaofficialoption p+p {
	margin-top: 15px;
}

#contents .qaanswer {
	margin: 30px 0px 20px;
	padding: 12px 0px 10px;
	text-align: center;
	background-color: #d2f2e5;
	border: 1px solid #3aa478;
}

#contents #qausertitle {
	margin: 50px 0px 20px;
}

#contents #qausertitle h2 {
	padding-bottom: 12px;
	border-bottom: 2px solid #dfdfdf;
}

#contents #qauserfooter {
	margin: 30px 0px;
	padding-top: 20px;
	border-top: 2px solid #dfdfdf;
}

*+html #contents #qauserfooter {
	padding-bottom: 30px;
}

#contents #qauserfooter ul {
	float: right;
}

#contents #qauserfooter:after,
#contents #qauserfooter ul:after {
	content: "";
	display: block;
	clear: both;
}

#contents #qauserfooter ul li div,
#contents #qauserfooter ul li {
	float: left;
	margin-left: 10px;
}

#contents #qauserfooter ul li div+a,
#contents #qauserfooter ul li a+a {
	margin-left: 10px;
}

#contents .popup_yesno,
#contents .popup_renew {
	position: relative;
}

#contents .popup_yesno div.popup,
#contents .popup_renew div.popup {
	display: none;
	position: absolute;
	top: -70px;
	right: -200px;
	width: 207px;
	height: 119px;
	padding-left: 8px;
	background: url(/img/pc/popup_bg.gif) no-repeat;
	overflow: hidden;
	z-index: 100;
}

#contents .popup_renew div.popup {
	top: -60px;
	right: -8px;
	width: 147px;
	background: url(/img/pc/popupsmall_bg.gif) no-repeat;
}

#contents .popup_yesno div.popup div,
#contents .popup_renew div.popup div {
	position: absolute;
	top: 8px;
	right: 12px;
}

#contents .popup_yesno div.popup p,
#contents .popup_renew div.popup p {
	margin: 35px auto 15px;
	text-align: center;
}

#contents .popup_yesno div.popup ul,
#contents .popup_renew div.popup ul {
	position: relative;
	left: 50%;
	float: left !important;
}

#contents .popup_yesno div.popup ul li,
#contents .popup_renew div.popup ul li {
	float: left;
	position: relative;
	left: -50%;
	margin-left: 0px !important;
}


#contents #headding h1 {
	margin-bottom: 20px;
	padding: 0px 0px 10px 10px;
	font-size: 165%;
	line-height: 105%;
	border-bottom: 2px solid #7fc139;
}

#contents #headding h1 span {
	margin-top: 10px;
	float: right;
}

#contents .textbox {
	margin-bottom: 20px;
}

#contents .textbox p {
	line-height: 160%;
}

#contents .notebox {
	margin-top: 30px;
	margin-bottom: 20px;
}

#contents .notebox p {
	font-size: 90%;
	line-height: 140%;
	margin-left: 1em;
	text-indent: -1em;
}

#contents .optionbox {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 12px;
	background-color: #f2f2f2;
}

#contents .optionbox p {
	line-height: 150%;
}

#contents .alertbox {
	margin-bottom: 29px;
	padding: 12px 18px;
	border: 2px solid #ec5504;
}

#contents .alertbox p {
	color: #ec5504;
	line-height: 140%;
}

#contents .textbox p+p,
#contents .optionbox p+p,
#contents .alertbox p+p {
	margin-top: 10px;
}

#contents table.form {
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
}

#contents table.form th {
	width: 156px;
	padding: 13px 12px;
	font-size: 100%;
	text-align: left;
	vertical-align: top;
	background-color: #eefaf5;
	border: 1px solid #3aa478;
}

#contents table.form td {
	padding: 13px 20px;
	font-size: 100%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #3aa478;
}

#contents table.form table {
	width: auto;
	margin-bottom: 0px;
}

#contents table.form table th {
	width: auto;
	padding: 4px 6px 4px 0px;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	background-color: #ffffff;
	border: 0px;
}

#contents table.form table td {
	padding: 4px 15px 4px 0px;
	background-color: #ffffff;
	border: 0px;
}

#contents strong.errormessage {
	font-weight: normal;
	color: #cc0000;
}

#contents table.form strong {
	font-weight: normal;
	color: #cc0000;
}

#contents table.form th strong {
	margin-left: 10px;
}

#contents table.form th span {
	display: block;
	margin-top: 20px;
	font-size: 88%;
	font-weight: normal;
}

#contents table.form td a {
	color: #000000;
}

#contents table.form td p {
	line-height: 160%;
}

#contents table.form td span {
	display: block;
	margin-top: 12px;
	margin-left: 1em;
	text-indent: -1em;
}

#contents table.form td span+span {
	margin-top: 4px;
}

#contents table.form td input[type=text] {
	display: block;
	width: 480px;
	margin-top: 12px;
	padding: 5px 9px;
	font-size: 100%;
}

#contents table.form td input[type=text].placeholdertext {
	color: #888888;
}

#contents table.form td input[type=radio] {
	margin-right: 8px;
}

#contents table.form td .selectopenproduct select {
	width: 320px;
}


#contents table.form td textarea {
	display: block;
	width: 480px;
	height: 130px;
	margin-top: 12px;
	padding: 5px 9px;
	font-size: 100%;
}

#contents table.form td label {
	display: block;
	cursor: pointer;
}

#contents .errormessage {
	display: block;
	margin-top: 6px;
}

#contents table.form td .error {
	background-color: #ffcccc;
}

#contents .checkopenblock {
	display: none;
}

#contents .checkopenblock table.form {
	margin-top: -1px;
}

#contents .checkopenblock + table.form {
	margin-top: -1px;
}


#contents table.form td .formoptionblock {
	margin-top: 5px;
	margin-left: 15px;
}

#contents table.form td .formoptionblock input[type=text] {
	margin-top: 0px;
	width: 240px;
}

#contents .formbutton {
	position: relative;
	margin-top: 30px;
	padding: 10px 10px 5px;
	background-color: #d2f2e5;
	border: 1px solid #3aa478;
	overflow: hidden;
}

#contents .formbutton_sub {
	position: relative;
	margin-top: 30px;
	overflow: hidden;
}

#contents .formbutton_sub+.formbutton {
	margin-top: 15px;
}

#contents .formbutton_sub p {
	padding: 10px;
	text-align: center;
	font-size: 140%;
}

#contents .formbutton_sub ul,
#contents .formbutton ul {
	position: relative;
	left: 50%;
	float: left;
}

#contents .formbutton_sub ul li,
#contents .formbutton ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0px 10px;
}

#contents .mypagetop {
	margin-top: 30px;
	overflow: hidden;
}

#contents .mypagetop .mypageleft {
	float: left;
	width: 164px;
}

#contents .mypagetop .mypageleft .mypagephoto {
	margin-bottom: 20px;
}

#contents .mypagetop .mypageleft .mypagelogin {
	padding: 8px 13px 6px;
	background-color: #d2f2e5;
	border: 1px solid #3aa478;
	border-radius: 2px;
}

#contents .mypagetop .mypageleft .mypagelogin p.name a {
	color: #000000;
}

#contents .mypagetop .mypageleft .mypagelogin p.text {
	margin-top: 10px;
	font-size: 85%;
	line-height: 120%;
	color: #666666;
}

#contents .mypagetop .mypageright {
	float: right;
	width: 490px;
}

#contents .mypagetop .mypageright .mypageblock {
	margin-bottom: 20px;
	padding: 0px 15px 14px;
	background-color: #eefaf5;
	border: 1px solid #3aa478;
	border-radius: 2px;
	overflow: hidden;
}

#contents .mypagetop .mypageright .mypageblock .column2 {
	margin-left: -15px;
}

#contents .mypagetop .mypageright .mypageblock .column2 dl {
	float: left;
	width: 221px;
	margin-left: 15px;
}

#contents .mypagetop .mypageright .mypageblock dl dt {
	margin-top: 11px;
	margin-bottom: 3px;
	font-weight: bold;
}

#contents .mypagetop .mypageright .mypageblock dl dd {
	margin: 0px;
	padding: 11px 10px 9px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#contents  .mypagetop .mypageright .mypageblock input[type=text] {
	display: block;
	width: 400px;
	margin-top: 7px;
	margin-left: 5px;
	padding: 5px 9px;
	font-size: 100%;
}

#contents  .mypagetop .mypageright .mypageblock input[type=radio] {
	margin-right: 8px;
}

#contents  .mypagetop .mypageright .mypageblock label {
	display: block;
	margin-bottom: 5px;
	cursor: pointer;
}

#contents  .mypagetop .mypageright .mypageblock span {
	display: block;
	margin-top: 8px;
	margin-left: 8px;
}

#contents  .mypagetop .mypageright .mypageblock a.link {
	padding-left: 20px;
	color: #0033cc;
	text-decoration: none;
	background: url(/img/pc/linkicon3.gif) no-repeat 2px 3px;
}

#contents  .mypagetop .mypagebtn {
	margin-top: 20px;
	text-align: center;
}

#contents .mypagelist .mypagelistswitch {
	margin-top: -5px;
	margin-right: -3px;
	margin-bottom: 8px;
	padding-right: 3px;
	background: url(/img/pc/mypagelistswitch_bg1.gif) no-repeat right bottom;
	overflow: hidden;
}

#contents .mypagelist .mypagelistswitch p {
	margin-top: 5px;
}

#contents .mypagelist .mypagelistswitch ul {
	float: right;
	background: url(/img/pc/mypagelistswitch_bg2.gif) repeat-x right bottom;
}

#contents .mypagelist .mypagelistswitch ul li {
	float: left;
	margin-left: -1px;
	padding-bottom: 4px;
	background: url(/img/pc/mypagelistswitch_bg3.gif) no-repeat left bottom;
}

#contents .mypagelist .mypagelistswitch ul li a {
	display: block;
	min-width: 4em;
	padding: 5px 10px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
	background-color: #999999;
	border: 1px solid #666666;
	border-radius: 2px;
}

#contents .mypagelist .mypagelistswitch ul li.current a {
	color: #27221f;
	background-color: #ffffff;
	border: 1px solid #b9b8b6;
}

#contents .mypagelist .mypagelistswitch ul li+li a {
	border-left: 1px solid #808080;
}

#contents .mypagelist table {
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #ddd;
	border-bottom: none;
}

#contents .mypagelist table tr {
	border-bottom: 1px solid #ddd;
}

#contents .mypagelist table tr:hover {
	background: #f7f7f7;
}

#contents .mypagelist table th {
	padding: 9px 14px 7px;
	font-size: 100%;
	text-align: left;
	vertical-align: middle;
}

#contents .mypagelist table th.delete {
	text-align: center;
}

#contents .mypagelist table th.date {
	width: 6em;
	white-space: nowrap;
	text-align: center;
}

#contents .mypagelist table td {
	padding: 10px 8px 8px 10px;
	font-size: 100%;
	text-align: left;
	vertical-align: middle;
}

#contents .mypagelist table td a {
	line-height: 160%;
	color: #000000;
}

#contents .mypagelist table td.delete {
	width: 56px;
	text-align: center;
}

#contents .mypagelist table td.date {
	text-align: center;
}

#contents .mypagelist .monthlycolumns {
	overflow: hidden;
}

#contents .mypagelist .categorycolumns {
	margin-left: -15px;
	overflow: hidden;
}

#contents .mypagelist .categorycolumns + .categorycolumns {
	margin-top: 20px;
}

#contents .mypagelist .monthlycolumns .column {
	float: left;
	width: 317px;
	margin-left: 10px;
}

#contents .mypagelist .categorycolumns .column {
	float: left;
	width: 355px;
	margin-left: 15px;
}

#contents .mypagelist .totalcolumns .column {
	width: 100%;
}

#contents .mypagelist h2.heading {
	margin-top: 20px;
}

#contents .mypagelist h3.heading {
	background: url(../../img/pc/title_bg_01.png);
	width: 663px;
	height: 44px;
	display: block;
}

#contents h3.heading span, #contents h3.heading_c span {
	display: block;
	padding: 15px;
}

#contents .mypagelist h3.heading_c {
	background: url(../../img/pc/title_bg_02.png);
	width: 317px;
	height: 44px;
	display: block;
}

#contents .mypagelist .monthlycolumns table.rankingtoggletable,
#contents .mypagelist .categorycolumns table.rankingtoggletable,
#contents .mypagelist .totalcolumns table.rankingtoggletable {
	margin-top: -1px;
}

#contents .mypagelist .monthlycolumns th,
#contents .mypagelist .categorycolumns th,
#contents .mypagelist .totalcolumns th {
	width: 3em;
	padding: 8px 4px;
	text-align: center;
	vertical-align: top;
}

#contents .mypagelist .monthlycolumns th.myRank,
#contents .mypagelist .categorycolumns th.myRank,
#contents .mypagelist .totalcolumns th.myRank {
	background-color: #c6f0de;
}

#contents .mypagelist .monthlycolumns th img,
#contents .mypagelist .categorycolumns th img,
#contents .mypagelist .totalcolumns th img {
	display: block;
	margin: 4px auto 0px;
}

#contents .mypagelist .monthlycolumns td,
#contents .mypagelist .categorycolumns td,
#contents .mypagelist .totalcolumns td {
	padding: 6px;
	font-size :88%;
	vertical-align: top;
}

#contents .mypagelist .monthlycolumns td p.point,
#contents .mypagelist .categorycolumns td p.point,
#contents .mypagelist .totalcolumns td p.point {
	margin-top: 6px;
	text-align: right;
}

#contents .mypagelist .rankingtoggle {
	display: none;
	margin-top: 5px;
	text-align: right;
}

#contents .mypagelist .rankingtoggle a {
	display: inline-block;
	padding: 6px 29px 6px 8px;
	font-size: 88%;
	line-height: 100%;
	color: #000000;
	text-decoration: none;
	border: 1px solid #b9b8b6;
	background: url(/img/pc/linkicon5.gif) no-repeat 8em 5px;
}

#contents .mypagelist .rankingtoggle a.close {
	background: url(/img/pc/linkicon6.gif) no-repeat 4.2em 5px;
}


#contents .accordionheading {
	background-repeat: no-repeat;
	background-position: 99% center;
	background-image: url(/img/pc/accordionheading_open.gif);
	cursor: pointer;
}

#contents .accordionheading.open {
	background-image: url(/img/pc/accordionheading_close.gif);
}


#contents #useful {
	width:100%;
	height:237px;
	box-sizing: border-box;
	border:1px solid #e3e3e3;
	background-color:#f9f9f9;
}
#contents .officialyes {
	width:30%;
	height:100%;
}
#contents .officialyes .officialyes_title {
	width:216px;
	height:55px;
	margin-top:-10px;
	margin:-10px 0 0 10px;
	background:url(/img/pc/officialyes_title.png) no-repeat;
}
#contents .officialyes img {
	margin:20px 0 0 32px;
}
#contents #useful .useful_list {
	width:67%;
	height:100%;
	overflow:hidden;
	box-sizing:border-box;
	border-bottom:1px solid #fff;
}
#contents #useful .useful_list .contents_useful_good {
	width:46px;
	height:46px;
	float:left;
	margin:18px 2px 0 -25px;
	background: url(/img/pc/contents_useful_good_1.png) no-repeat;
}
#contents #useful .useful_list ul {
	border:none;
	overflow: hidden;
	padding-left:25px;
}
#contents #useful .useful_list li {
	width:100%;
	height:84px;
	display:block;
	background-color:#d2d2d2;
	border-left:1px solid #d2d2d2;
}
#contents #useful .useful_list li a {
	height:83px;
	display: block;
	margin:0 auto;
	text-decoration:none;
	background-color:#fff;
}
#contents #useful .useful_list li a:hover {
	background-color:#f9f9f9;
}
#contents #useful .useful_list li a .left {
	color:#eb5505;
	font-weight:bold;
	margin:33px 0 0 0;
	max-width:70px;
}
#contents #useful .useful_list li a .right {
	width:75%;
	height:100%;
	margin:0 5px 0 0;
	color:#000;
}
#contents #useful .useful_list li a .middle {
	display:table-cell;
	height:80px;
	vertical-align:middle;
}
#contents #useful .useful_list li a .title {
	overflow:hidden;
	font-weight:bold;
	text-overflow:ellipsis;
}
#contents #useful .useful_list li a:hover .title {
	color:#eb5505;
	border-bottom:1px solid #eb5505;
}
/*
--------------------------------------
災害フィード対応
--------------------------------------
*/

.disasterBBS, .disasterBnr, .disasterH1Mode, .disasterListWrap {
    margin:0 auto;
    zoom: 1;
    font-size:80%;
}
.disasterBBS .linkToBbs .icnLinkToBbs a {
    color: #dd2211;
    font-weight: bold;
    text-decoration: none;
}
.disasterBBS .linkToBbs .icnLinkToBbs a:hover {
    color: #dd2211 !important;
    text-decoration: underline;
}
.disasterBBS .linkToVoiceMsg .icnLinkToVoiceMsg a {
    color: #0e0e69;
    font-weight: bold;
    text-decoration: none;
}
.disasterBBS .linkToVoiceMsg .icnLinkToVoiceMsg a:hover {
    color: #0e0e69 !important;
    text-decoration: underline;
}
.linkToBbs{
    margin-top:7px;
}
.disasterBBS .linkToBbs {
    padding: 8px 11px;
    border: solid 1px #eb5505;
    margin-bottom: 7px;
}
.disasterListWrap .imp-info .icnLinkToBbs{
    display: block;
    zoom: 1;
    padding-left: 18px;
    background: url(http://media.kddi.com/extlib/images/common/disaster_icn_link_bbs.gif) 0 0.5em no-repeat;
} 
.disasterBBS .linkToBbs .icnLinkToBbs {
    display: block;
    zoom: 1;
    padding-left: 18px;
    background: url(http://media.kddi.com/extlib/images/common/disaster_icn_link_bbs.gif) 0 0.5em no-repeat;
}
.disasterBBS .linkToVoiceMsg {
    padding: 8px 11px;
    border: solid 1px #4e4e91;
    margin-bottom:7px;
    margin-top:7px;
}
.disasterBBS .linkToVoiceMsg .icnLinkToVoiceMsg {
    display: block;
    zoom: 1;
    padding-left: 18px;
    background: url(http://media.kddi.com/extlib/images/common/disaster_icn_link_voice_msg.gif) 0 0.5em no-repeat;
}
.disasterListWrap {
    padding: 8px 11px;
    border: solid 1px #666666;
    margin-bottom: 7px;
    margin-top: 7px;
}
.imp-info a{
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
.imp-info a:hover {
    color: #666666 !important;
    text-decoration: underline;
}

/*
--------------------------------------
*/


/* prevlayout
---------------------------------------------------------- */
#prevlayout {
	position: relative;
	font-size: 88%;
	line-height: 125%
	overflow: hidden;
	zoom: 1;
}

#prevlayout img {
	vertical-align: bottom;
}

#prevlayout a:link,
#prevlayout a:visited {
	color: #06c;
	text-decoration: none;
}

#prevlayout a:active,
#prevlayout a:hover {
	text-decoration: underline;
	text-outline: none;
}

#prevlayout h2 {
	position: relative;
	margin-top: 20px;
	padding: 9px 0 8px 13px;
	/padding: 10px 0 7px 13px;
	border: 1px solid #d9d9d9;
	border-left: 3px solid #f87d1b;
	background: #f7f7f7;
	font-size: 116.7%;
}

#prevlayout ul.followList {
}

	#prevlayout ul.followList li {
		position: relative;
		padding: 6px 0 6px 12px;
		/width: 658px;
		border-bottom: 1px dotted #ccc;
	}

		#prevlayout ul.followList li img {
			margin-right: 10px;
			vertical-align: middle;
		}

	#prevlayout ul.followList li div.follow,
	#prevlayout ul.followList li div.unfollow {
		float: right;
		margin: -1px 0;
		height: 31px;
	}

#prevlayout p.help {
	position: absolute;
	top: 0px;
	right: 0px;
}

	#prevlayout p.help a {
		padding-left: 18px;
		/padding-bottom: 1px;
		background: url(/img/pc/icon_help.gif) left 3px no-repeat;
		color: #333;
	}

#prevlayout p.helpText {
	width: 560px;
}

/* tooltip
---------------------------------------------------------- */
#prevlayout div.tooltip {
	position: absolute;
	display: none;
	padding: 18px;
	width: 180px;
	height: 61px;
	background: url(/img/pc/bg_tooltip.png) left top no-repeat;
	z-index: 2000;
}

	#prevlayout div.tooltip p {
		padding-top: 5px;
		background: none;
		text-align: center;
		line-height: 1.25 !important;
	}

		#prevlayout div.tooltip p.close {
			margin: 10px auto 0;
			padding: 0;
			width: 80px;
			background: url(/img/pc/bg_common_btn_s.gif) left top no-repeat !important;
			cursor: pointer;
		}

			#prevlayout div.tooltip p.close span {
				display: block;
				padding: 9px 0 7px;
				background: url(/img/pc/bg_common_btn_s.gif) right -62px no-repeat !important;
			}


		#prevlayout div.tooltip p.close.hover {
			background: url(/img/pc/bg_common_btn_s.gif) left -31px no-repeat !important;
		}

			#prevlayout div.tooltip p.close.hover span {
				background: url(/img/pc/bg_common_btn_s.gif) right -93px no-repeat !important;
			}

#prevlayout div.follow div.tooltip,
#prevlayout div.unfollow div.tooltip {
	top: -99px;
	left: -33px;
}

#prevlayout div.bestAnswer div.tooltip {
	top: -99px;
	left: -43px;
}

	#prevlayout div.bestAnswer div.tooltip div.select {
		position: relative;
	}

		#prevlayout div.bestAnswer div.tooltip div.select img.active {
			float: left;
			margin: 10px 5px 0;
			padding: 0;
			width: 80px;
			cursor: pointer;
		}

		#prevlayout div.bestAnswer div.tooltip div.select img.icon {
			position: absolute;
			top:  -20px;
			right: 0;
			_right: 215px;
			cursor: pointer;
		}

#prevlayout div.delete div.deleteA {
	top: -99px;
	left: -75px;
	/left: 353px !important;
}

#prevlayout div.delete div.deleteB {
	top: -99px;
	left: -75px;
	/left: 345px !important;
}

#prevlayout div.delete div.deleteC {
	top: -99px;
	left: -75px !important;
}

#prevlayout div.delete div.deleteD {
	top: -99px;
	left: -78px;
	/left: -83px;
}

#prevlayout div.qaContents.answer div.delete div.deleteC.tooltip {
	/left: 260px !important;
}

	#prevlayout div.delete div.tooltip p {
		float: none;
	}

		#prevlayout div.delete div.tooltip p.text {
		}

			#prevlayout div.delete div.tooltip p.text.hover {
				background: none !important;
			}

		#prevlayout div.delete div.tooltip div.select {
			position: relative;
			background: none !important;
		}

			#prevlayout div.delete div.tooltip div.select img.active {
				float: left;
				margin: 10px 5px 0;
				padding: 0;
				width: 80px;
				cursor: pointer;
			}

			#prevlayout div.delete div.tooltip div.select img.icon {
				position: absolute;
				top:  -20px;
				right: 0;
				_right: 215px;
				cursor: pointer;
			}


/* follow
---------------------------------------------------------- */

#prevlayout div.follow {
	position: relative;
	display: inline;
}

/* unfollow
---------------------------------------------------------- */

#prevlayout div.unfollow {
	position: relative;
	display: inline;
}

/* clearfix
---------------------------------------------------------- */

#prevlayout ul.followList li {
	/zoom:1;
}

#prevlayout ul.followList li:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

#search-input-text {
	color: #999;
}

.on-focus {
	color: #333 !important;
}
#subcategory {
	overflow: hidden;
}
#subcategory .column {
	float:left;
	width:44%;
	margin:0 35px 20px 0;
}
#subcategory h3 {
	height:35px;
	margin:15px 0 10px 0;
	background: url(/img/pc/subcategory_section_underline.png) no-repeat 0 30px;
}

.static #header {
	margin:0;
	height:50px;
}
.static #header #catch {
	margin: 10px 0;
}

#categorynodetag {
	display:none;
	float:right;
	width:93%;
	margin:0 0 10px 0;
	border:1px solid #bbb;
}
#categorynodetag .message {
	color:#555;
	font-weight:bold;
}
#categorynodetag .header {
	padding: 2px 0 0 5px;
	font-size:90%;
	font-weight:bold;
	background-color:#ddd;
}
#categorynodetag .attention {
	margin:5px 0 0 5px;
	font-size:90%;
	font-weight:bold;
}
#categorynodetag ul {
	cursor:pointer;
	margin: 5px 0 5px 20px;
}
#categorynodetag ul li {
	width:99%;
	font-size:70%;
	text-indent:-7px;
	list-style-type:decimal;
	text-decoration:underline;
}
#categorynodetag ul li:before {
	/*content: url(/img/pc/sidebar_inform_allow.png);*/
}
#categorynodetag .list ul li.categorynodeselect span {
	display:inline;
	margin:0;
	text-indent:0;
	white-space:nowrap;
}
#categorynodetag ul li:hover {
	background-color:#EAFAF4;
}

.postsmoviefocus {
	display:inline-block;
	background: url(/img/pc/postsmoviefocus.png) no-repeat;
	margin:11px;
	width:133px;
	height:32px;
}
.postsmoviefocus:hover {
	background:url(/img/pc/postsmoviefocus_hover.png) no-repeat;
}
.postsmovies {
	margin:0 0 40px 0;
}
.postsmovies .section {
	width:100%;
	border-collapse: collapse;
	border:1px solid #dfdfdf;
}
.postsmovies .header {
	border-bottom:1px solid #dfdfdf;
}
.postsmovies .header th {
	display:block;
	text-align:left;
	margin: 0 0 0 1px;
	padding:10px;
	background-color:#f9f9f9;
	border-left:5px solid #eb5505;
}
.postsmovies .postsmovieplayer {
	display:block;
	margin:10px auto;
}
.postsmovies .postsmovie {
	display:block;
	float: left;
	width: 30%;
	text-decoration:none;
	margin: 0 9.8px 20px;
	background-color:#fff;
	border: 1px solid #dfdfdf;
}
.postsmovies .postsmovie img {
	display:block;
	margin: 20px auto 5px;
	border:2px solid #ddd;
}
.postsmovies .postsmovietitle {
	margin:0 auto;
	width:90%;
	text-align:left;
}
.postsmovies .postsmovieduration {
	margin:5px auto 10px;
	width:90%;
	text-align:left;
	color: #555;
}
.postsmovies .postsmovie.selected {
	border-color:#eb5505;
	border-top: 5px solid #eb5505;
	margin-top:-4px;
	background-color:#f9f9f9;
}

#connection_movie {
	margin-top: 10px;
	float: left;
}

.key_search {
	margin-bottom: 15px;
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-top: none;
}

.key_search:after {
	clear: both;
	content: "";
	display: block;
}

.key_search input[type=text] {
	width: 163px;
	height: 28px;
	border: 1px solid #ddd;
	float: left;
}

.key_search input[type=image] {
	width: 100px;
	height: auto;
	float: left;
}

p.txt {
	font-size: 12px;
	padding-left: 10px;
	margin-bottom: 15px;
}

p.point {
	color: #7fc139;
}

p.point span {
	font-weight: bold;
}

.officialfeedback {
	text-align:center;
	background-color: #f9f9f9;
	border:1px solid #dfdfdf;
	padding:20px 0;
}
.officialfeedback p {
	margin:10px;
}
.officialfeedback textarea {
	width:80%;
	height:100px;
}
.officialfeedback #feedback-message {
	color:#ff0000;
}
.officialfeedback .notification {
	font-size:80%;
	text-align:left;
}
.officialfeedback .officialfeedback-submit {
	margin:10px;
	padding:0;
	border:1px solid #a9a9a9;
}
.officialfeedback-backlink {
	float:right;
	margin:10px;
}

/** ie7 **/
*:first-child+html #sidebar .ranking a {text-decoration:none;}
*:first-child+html .questions td,
*:first-child+html .questions th,
*:first-child+html .movies td,
*:first-child+html .movies th {border: 1px solid #dfdfdf;}
*:first-child+html .questions td a {text-decoration:none;}
*:first-child+html #contents #keywordsearch input.textbox {height:28px;padding-top:8px;}
*:first-child+html #contents #keywordsearch form {padding-bottom:5px;}



