@charset "utf-8";
/*================================================================
	PLANTOPIA Tachara-Bako [common.css]
		Created: 2011-06
		TargetHTML: all files

	Contents:
		01.wrapper
		02.header
		03.container
			03-1.ctnType01
			03-2.ctnType02
			03-3.ctnType03
		04.footer
		77.common
================================================================*/
object {
	outline:none;
}


/*	01.wrapper
================================================================*/
#wrapper {
	margin:0 auto;
	padding:0 0 20px 0;
	line-height:1.4;
	width:100%;
	background:#ffffff;
	text-align:left;
	font-family:'ＭＳ Ｐゴシック', sans-serif;
	vertical-align: top;
}



/*	02.header
================================================================*/
#header {
	margin-bottom:8px;
	width:100%;
}
#header .hdrColorful {
	margin-top:-10px;
	width:100%;
	height:51px;
	background:url(../img/hdr_colorfulline.gif) center bottom no-repeat;
}
#header .hdrWire {
	margin:0 auto;
	width:930px;
	height:51px;
	background:url(../img/hdr_colorfulline2.gif) center bottom no-repeat;
}
/* forIE6 */
* html body #header .hdrColorful {
	margin-top:0px;
	width:100%;
	height:51px;
	background:url(../img/hdr_colorfulline.gif) center bottom no-repeat;
}
/* forIE7 */
*:first-child+html #header .hdrColorful {
	margin-top:-3px;
	width:100%;
	height:51px;
	background:url(../img/hdr_colorfulline.gif) center bottom no-repeat;
}
#header .hdrContents {
	margin:0 auto;
	width:1000px;/*kamide edit*/
/*	width:930px; */
}
.hdrLead {
	width:190px;
	color:#009bff;
	font-size:12px;
	text-align:center;
	white-space:nowrap;
}
#header .hdrLeft {
	padding:10px 0 0 0;
	float:left;
	width:190px;
}
#header .hdrRight {
	padding:10px 0 0 0;
	float:right;
	width:652px;
}
/* forIE6 */
* html body #header .hdrRight {
	position:relative;
}
/* forIE7 */
*:first-child+html #header .hdrRight {
	position:relative;
}
#header .hdrRight ul.hdrList {
	padding:0 0 10px 0;
	float:right;
}
#header .hdrRight ul.hdrList li {
	margin:0;
	padding:0;
	float:left;
	line-height:0;
	font-size:0;
}
#header .hdrRight ul.hdrList li.crumb {
	margin:0;
	padding:0 0 0 10px;
}
#header .hdrRight ul.hdrBtn {
	margin:0;
	padding:0 0 10px 0;
	clear:both;
	float:right;
}
/* forIE6 */
* html body #header .hdrRight ul.hdrBtn {
	position:absolute;
	top:32px;
	right:0;
}
/* forIE7 */
*:first-child+html #header .hdrRight ul.hdrBtn {
	position:absolute;
	top:32px;
	right:0;
}
#header .hdrRight ul.hdrBtn ul {
	display:block;
}
#header .hdrRight ul.hdrBtn ul,
#header .hdrRight ul.hdrBtn li {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}
#header .hdrRight ul.hdrBtn li {
	margin:0;
	padding:0;
	float:left;
	line-height:0;
	font-size:0;
}
#header .hdrRight ul.hdrBtn li.crumb {
	margin:0;
	padding:0 0 0 5px;
	line-height:0;
	float:left;
	font-size:0;
}
#header .hdrRight ul.hdrBtn li.hello {
	padding-right:10px;
	/*line-height:23px;*/
	line-height:1.2em;
	color:#666666;
	margin-top: 6px; /* 20130110 */
	font-size:11px;
/*	font-size:84.6% !important; */
	font-weight:bold;
	width:260px;
	text-align:right;
}
#header .hdrRight #globalMenu {
	clear:both;
}
/* forIE6 */
* html body #header .hdrRight #globalMenu {
	margin-top:20px;
	padding:0;
	clear:both;
	line-height:0;
	font-size:0;
	z-index:100;
}
/* forIE7 */
*:first-child+html #header .hdrRight #globalMenu {
	margin-top:30px;
	padding:0;
	clear:both;
	line-height:0;
	font-size:0;
	z-index:100;
}

#header .hdrRight #globalMenu #noFlash {
}
#header .hdrRight #globalMenu #noFlash li {
	display:inline;
}

#header .hdrRight #globalMenu #noFlash li img {
	margin:0;
	padding:0;
	vertical-align:middle;
}



/*	03.container
================================================================*/
#container {
	margin:0 auto;
	clear:both;
/*	width:930px; */
	width:1000px;
}
#container #pankuzu {
	/*padding-bottom:15px;*/
	padding-bottom:20px;
}
#container #pankuzu table td.cell_tl {
	width:5px;
	height:5px;
	background:url(../img/ctn_pkz_tl.gif) left top no-repeat;
	line-height:0;
	font-size:0;
}
#container #pankuzu table td.cell_t {
	height:5px;
	background:url(../img/ctn_pkz_t.gif) left top repeat-x;
	line-height:0;
	font-size:0;
}
#container #pankuzu table td.cell_tr {
	width:5px;
	height:5px;
	background:url(../img/ctn_pkz_tr.gif) left top no-repeat;
	line-height:0;
	font-size:0;
}
#container #pankuzu table td.cell_l {
	width:5px;
	background:url(../img/ctn_pkz_l.gif) left top repeat-y;
	line-height:0;
	font-size:0;
}
#container #pankuzu table td.cell_r {
	width:5px;
	background:url(../img/ctn_pkz_r.gif) left top repeat-y;
	line-height:0;
	font-size:0;
}
#container #pankuzu table td.cell_bl {
	width:5px;
	height:5px;
	background:url(../img/ctn_pkz_bl.gif) left top no-repeat;
	line-height:0;
	font-size:0;
}
#container #pankuzu table td.cell_b {
	height:5px;
	background:url(../img/ctn_pkz_b.gif) left top repeat-x;
	line-height:0;
	font-size:0;
}
#container #pankuzu table td.cell_br {
	width:5px;
	height:5px;
	background:url(../img/ctn_pkz_br.gif) left top no-repeat;
	line-height:0;
	font-size:0;
}
#container #pankuzu ol {
	padding:0 5px 0 0;
	margin:2px 0 1px;
	line-height:1;
	font-size:11px;
/*	font-size:84.6%; */
}
#container #pankuzu li {
	padding:0 5px 0 13px;
	display:inline;
	line-height:1;
}
#container #pankuzu li.crumb {
	background:url(../img/ctn_pkz_icn.gif) left center no-repeat;
}
html>/**/body #container #pankuzu li.crumb {
	background-position /***/: left 1px\9;
	color: #696969;
}
#container #pankuzu li.crumb,
x:-moz-any-link, x:default {
	padding-bottom:1px;
	background:url(../img/ctn_pkz_icn.gif) left center no-repeat;
	color: #696969;
}
#container #pankuzu li a {
	color:#009bff;
	text-decoration:none;
}
#container #pankuzu li a:hover {
	color:#009bff;
	text-decoration:underline;
}
#container h2 {
	padding-bottom:27px;
}

/* 20131007 kamide snsButton */
#container #pankuzu,
#p0012containerT #pankuzu {
	position: relative;
}

#container #pankuzu .share_bar,
#p0012containerT #pankuzu .share_bar {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 120px;
	height:33px;
}

/*======= 03-1.ctnType01 =======*/
#container #ctnType01 {
	margin-bottom:75px;
}
#container #ctnType01 #leftNavi {
	float:left;
	width:190px;
}
#container #ctnType01 #leftNavi .lnvWire {
	margin-bottom:10px;
	padding-bottom:5px;
	clear:both;
	width:190px;
	background:url(../img/lnv_bgbtm.gif) left bottom no-repeat;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame {
	padding:5px 0 0 0;
	width:190px;
	background:url(../img/lnv_bgtop.gif) left top no-repeat #e2f4ff;
}
#container #leftNavi .lnvWire .lnvFrame .toggle_container {
	display:none;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame h3 {
/*	padding:6px 10px 11px 10px; 2011/08/21 Del kato */
	/*padding:6px 10px 0px 10px; *//* 2011/08/21 Edit kato */
padding:6px 10px 11px 10px;
	width:170px;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame ul {
	padding:3px 0 0 0;
/*	width:190px; 2011/08/21 Del kato */
	width:180px; /* 2011/08/21 Edit kato */
	background:url(../img/lnv_sdline.gif) left top no-repeat;
	font-weight: bold;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame ul.openCnt {
	padding:0;
	background:none;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li {
	padding:0 0 3px 0;
	line-height:22px;
	background:url(../img/lnv_sdline.gif) left bottom no-repeat;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn01 a,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn02 a,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn03 a,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn04 a,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn05 a,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn06 a,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn07 a,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn08 a,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn09 a,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn10 a,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn11 a {
/*	padding:5px 10px 5px 40px; 2011/08/21 Del kato */
	padding:3px 10px 3px 40px; /* 2011/08/21 Edit kato */
	display:block;
/*	width:140px; 2011/08/21 Del kato */
	width:130px;  /* 2011/08/21 Edit kato */
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn01 a {
	background:url(../img/lnv_icn01.gif) 10px 5px no-repeat;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn02 a {
	background:url(../img/lnv_icn02.gif) 10px 5px no-repeat;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn03 a {
	background:url(../img/lnv_icn03.gif) 10px 5px no-repeat;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn04 a {
	background:url(../img/lnv_icn04.gif) 10px 5px no-repeat;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn05 a {
	background:url(../img/lnv_icn05.gif) 10px 5px no-repeat;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn06 a {
	background:url(../img/lnv_icn06.gif) 10px 5px no-repeat;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn07 a {
	background:url(../img/lnv_icn07.gif) 10px 5px no-repeat;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn08 a {
	background:url(../img/lnv_icn08.gif) 10px 5px no-repeat;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn09 a {
	background:url(../img/lnv_icn09.gif) 10px 5px no-repeat;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn10 a {
	background:url(../img/lnv_icn10.gif) 10px 5px no-repeat;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn11 a {
	background:url(../img/lnv_icn11.gif) 10px 5px no-repeat;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn01 a:hover,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn02 a:hover,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn03 a:hover,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn04 a:hover,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn05 a:hover,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn06 a:hover,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn07 a:hover,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn08 a:hover,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn09 a:hover,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn10 a:hover,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn11 a:hover {
/*	padding:5px 10px 5px 40px; 2011/08/21 Del kato */
	padding:3px 10px 3px 40px; /* 2011/08/21 Edit kato */
	display:block;
/*	width:140px; 2011/08/21 Del kato */
	width:130px;  /* 2011/08/21 Edit kato */
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn01 a:hover {
	background:url(../img/lnv_icn01_ov.gif) 10px 5px no-repeat #ff41d9;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn02 a:hover {
	background:url(../img/lnv_icn02_ov.gif) 10px 5px no-repeat #ffcb06;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn03 a:hover {
	background:url(../img/lnv_icn03_ov.gif) 10px 5px no-repeat #fd020b;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn04 a:hover {
	background:url(../img/lnv_icn04_ov.gif) 10px 5px no-repeat #9713f3;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn05 a:hover {
	background:url(../img/lnv_icn05_ov.gif) 10px 5px no-repeat #00e28e;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn06 a:hover {
	background:url(../img/lnv_icn06_ov.gif) 10px 5px no-repeat #5d3cff;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn07 a:hover {
	background:url(../img/lnv_icn07_ov.gif) 10px 5px no-repeat #73f000;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn08 a:hover {
	background:url(../img/lnv_icn08_ov.gif) 10px 5px no-repeat #00cccb;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn09 a:hover {
	background:url(../img/lnv_icn09_ov.gif) 10px 5px no-repeat #3399fe;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn10 a:hover {
	background:url(../img/lnv_icn10_ov.gif) 10px 5px no-repeat #fe5009;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn11 a:hover {
	background:url(../img/lnv_icn11_ov.gif) 10px 5px no-repeat #bfe81a;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn02 span {
	padding-left:30px;
	background:url(../img/lnv_icn02.gif) left top no-repeat;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn03 span {
	padding-left:30px;
	background:url(../img/lnv_icn03.gif) left top no-repeat;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li.icn04 span {
	padding-left:30px;
	background:url(../img/lnv_icn04.gif) left top no-repeat;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li a {
	color:#009bff;
	text-decoration:none;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame li a:hover {
	color:#ffffff;
	text-decoration:none;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame .btn_ichiran {
	padding:6px 10px 12px 10px;
	text-align:right;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame .searchBox {
	margin:0 5px;
	width:180px;
	height:30px;
	background:url(../img/lnv_search_bg.gif) left top no-repeat;
}
body#top #container #leftNavi .lnvWire .lnvFrame .searchBox input.searchInput {
   display: inline-block;/* Opera Safari用 */
   display:-moz-inline-box;/* Firefox Netscape用 */
   vertical-align:middle;
	padding:4px 0 3px 5px;
	margin-top:0.15em;
	border:none;
	float:left;
	line-height:21px;
	width:130px;
	height:21px;
	font-size:107.7%;
	background:none;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame .searchBox input.searchInput a,
#container #ctnType01 #leftNavi .lnvWire .lnvFrame .searchBox input.searchInput a:active {
	border:none !important;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame .searchBox input.searchBtn {
	padding:1px 1px 1px 0;
	float:right;
	width:42px;
	height:28px;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame .keywordBox {
	margin-left:5px;
	padding:5px;
	width:170px;
	background:#ffffff;
	/*background:url(../img/lnv_bgbtm2.gif) left bottom no-repeat #ffffff;*/
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame .keywordBox .kwdWire {
	line-height:normal;
	/*background:url(../img/lnv_bgtop2.gif) left top no-repeat;*/
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame .keywordBox .kwdWire a {
	text-decoration:none;
}
#container #ctnType01 #leftNavi .lnvWire .lnvFrame .keywordBox .kwdWire a:hover {
	text-decoration:underline;
}
#container #ctnType01 #main {
	float:right;
/*	width:725px; */
	width:780px;
}
#container #ctnType01 #main .tabArea {
	margin-bottom:30px;
	position:relative;
	width:100%;
	background:url(../img/cmn_tab_udrline.gif) left bottom repeat-x;
}
#container #ctnType01 #main .tabArea h1,
#container #ctnType01 #main .tabArea p {
	float:left;
	width:530px;
	color:#666666;
	font-size:138.5%;
	margin-bottom: 5px; /* 2011/0821 Add Kato*/
}
/* #container #ctnType01 #main .tabArea h1 { font-size:12px;color:#666; } */
#container #ctnType01 #main .tabArea h1 span,
#container #ctnType01 #main .tabArea p span {
	color:#666666;
	font-weight:bold;
}
#container #ctnType01 #main .tabArea ul {
	position:absolute;
	bottom:0;
	left:548px;
}
#container #ctnType01 #main .tabArea li {
	margin:0;
	padding:0 0 0 3px;
	border:0;
	float:left;
	line-height:0;
	font-size:0;
}
#container #ctnType01 #main .thumbList li {
	padding:0 30px 20px 0;
	float:left;
}
#container #ctnType01 #main .thumbList li dt {
	margin:0;
	padding:0 0 5px 0;
	line-height:0;
	width:116px;
	font-size:0;
}
#container #ctnType01 #main .thumbList li dd {
	width:116px;
	color:#009bff;
	font-size:76.9%;
	font-weight:bold;
}
/* forSafari,Chrome,FF3 */
body:nth-of-type(1) #container #ctnType01 #main .thumbList li dd {
	font-size:84.6%;
}
/* forFF3 */
#container #ctnType01 #main .thumbList li dd,
x:-moz-any-link,
x:default {
	font-size:76.9% !important;
}
#container #ctnType01 #main .thumbList li dd a {
	text-decoration:none;
}
#container #ctnType01 #main .thumbList li dd a:hover {
	text-decoration:underline;
}
#container #ctnType01 #main .thumbList .pageNation {
	margin:0 auto;
	padding-top:20px;
	width:23em;
	clear:both;
	font-size:76.9%;
/*	font-weight:bold; */
}
/* forSafari,Chrome,FF3 */
body:nth-of-type(1) #container #ctnType01 #main .thumbList .pageNation {
	font-size:84.6%;
}
/* forFF3 */
#container #ctnType01 #main .thumbList .pageNation,
x:-moz-any-link,
x:default {
	font-size:76.9% !important;
}





#container #ctnType01 #main .thumbList .pageNation li {
	margin:0;
	display:inline;
	padding:0;
	float:left;
}
#container #ctnType01 #main .thumbList .pageNation li a {
	color:#009bff;
	text-decoration:none;
}
#container #ctnType01 #main .thumbList .pageNation li a:hover {
	color:#009bff;
	text-decoration:underline;
}
#container #ctnType01 #main .thumbList .pageNation li span {
	padding:8px;
	display:block;
}
#container #ctnType01 #main .thumbList .pageNation li span.active {
	padding:4px 5px;
	border:1px solid #dddddd;
	display:block;
	background:#dddddd;
}
#container #ctnType01 #main .thumbList .pageNation a.bdr {
	padding:4px 5px;
	border:1px solid #dddddd;
	display:block;
	line-height:1.0;
	color:#009bff;
	text-decoration:none;
}
#container #ctnType01 #main .thumbList .pageNation a.bdr:hover {
	border:1px solid #dddddd;
	color:#009bff;
	text-decoration:underline;
}
#container #ctnType01 #main .thumbList .pageNation span {
	margin:0 8px;
	line-height:1.0;
}


/*======= 03-2.ctnType02 =======*/
#container #ctnType02 {
	clear:both;
}
/* forFirefox */
#container #ctnType02 #pankuzu,
x:-moz-any-link {
	padding-bottom:0;
}
#container #ctnType02 #pankuzu,
x:-moz-any-link, x:default {
	padding-bottom:0;
}

/* forIE7 */
*:first-child+html #container #ctnType02 #pankuzu,
x:-moz-any-link {
	padding-bottom:25px;
}
#container #ctnType02 #main {
	margin:0 auto !important;
	padding:0 !important;
	width:700px;
}
#container #ctnType02 #main .mainModule {
	margin:0 0 30px 0;
	padding:0;
}
#container #ctnType02 #main .mainPht {
	margin:0;
	padding:0 !important;
	float:left;
	width:300px;
	line-height:0;
	font-size:0;
}
#container #ctnType02 #main .mainPht p {
	border:5px solid #dddddd;
}
#container #ctnType02 #main .mainDetail {
	float:right;
	width:370px;
}
#container #ctnType02 #main .mainDetail dl {
	margin-bottom:15px;
	padding-bottom:0px;
	border-bottom:1px solid #dddddd;
}
#container #ctnType02 #main .mainDetail h2.ttl {
	padding:0;
	color:#444444;
/*	font-size:182%; 2011/08/21 Del kato */
	font-size:28px; /* 2011/08/21 Edit kato */
	letter-spacing:-2px; /* 2011/08/21 Add kato */
/*	height: auto;  2011/08/21 Del kato */
	height: 60px; /* 2011/08/21 Edit kato */
	width: auto;
	margin-top: 0;
	margin-right: 0;
/*	margin-bottom: 25px;  2011/08/21 Del kato */
	margin-bottom: 16px;  /* 2011/08/21 Edit kato */
	margin-left: 0;
	font-weight: 700;  /* 2011/08/21 Add kato */
	line-height: 1.08;
	overflow: hidden;
}

#container p.sample1 {
	color:#999999;
}

#container #ctnType02 #main .mainDetail div.upperArea {
	border-bottom:1px solid #dddddd;
	display:block;
	min-height:209px;
	/*min-height:193px;*/
	height:auto !important;
	/*height:193px;*/
	height: 209px;
}
/* forModernBrowser */
body:nth-of-type(1) #container #ctnType02 #main .mainDetail div.upperArea {
	border-bottom:1px solid #dddddd;
	display:block;
	/*min-height:194px;*/
	min-height:200px;
	height:auto !important;
	/*height:194px;*/
	height:210px;
	/*margin-top: 10px;*/
}
#container #ctnType02 #main .mainDetail div.upperArea div {
	margin:0;
	padding:0;
	color:#999999 !important;
	font-size:12px;
	width:420px; /* 2011/08/21 Add Kato */
	line-height:160%;  /* 2011/08/21 Add Kato */
}
#container #ctnType02 #main .mainModule .lowerArea {
/*	padding-top:30px; 2011/08/21 Del kato */
	padding-top:0px; /*  2011/08/21 Edit kato */
	font-size: 12px;
}
#container #ctnType02 #main .mainDetail .leftArea {
	float:left;
	width:390px;
	font-size: 12px;
}
#container #ctnType02 #main .mainDetail .leftArea dl {
/*	margin-bottom:0;  2011/08/21 Del kato */
	margin-bottom:2px;  /* 2011/08/21 Edit kato */
	margin-top:2px;  /* 2011/08/21 Add kato */
	padding-bottom:0px;
	border-bottom:none;
}
#container #ctnType02 #main .mainDetail .leftArea dt {
/*	line-height:1.2; 2011/08/251 Del kato */
	line-height:15px; /*  2011/08/21 Edit kato */
	letter-spacing: 2px; /*  2011/08/21 Add kato */
	color:#999999;
	font-size:12px;
	padding-bottom:3px;
}
#container #ctnType02 #main .mainDetail .leftArea dt span {
	color:#999999;
	font-weight:bold;
}
#container #ctnType02 #main .mainDetail .leftArea dd {
	line-height:1.2;
}
#container #ctnType02 #main .mainDetail .leftArea dd a {
	color:#009bff;
/*	font-size:76.9%; 2011/08/251 Del kato */
	font-size:12px; /*  2011/08/21 Edit kato */
	letter-spacing: -2px; /*  2011/08/21 Add kato */
	text-decoration:none;
	font-weight:bold; /*  2011/08/21 Add kato */
}
/* forSafari,Chrome,FF3 */
body:nth-of-type(1) #container #ctnType02 #main .mainDetail .leftArea dd a {
/*	font-size:84.6%; 2011/08/251 Del kato */
}
/* forFF3 */
#container #ctnType02 #main .mainDetail .leftArea dd a,
x:-moz-any-link,
x:default {
/*	font-size:76.9% !important; 2011/08/251 Del kato */
}
#container #ctnType02 #main .mainDetail .leftArea dd a:hover {
	color:#009bff;
	text-decoration:underline !important;
}
#container #ctnType02 #main .mainDetail .leftArea p,
#container #ctnType02 #main .mainDetail .leftArea p a {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}
#container #ctnType02 #main .mainDetail .leftArea p {
	float:left;
}
#container #ctnType02 #main .mainDetail .leftArea div.counter {
	margin:0 10px 0 0;
	padding-left:10px;
	display:block;
	float:left;
	background:url(../img/prf_icn_cout_bglft.gif) left top no-repeat;
}
#container #ctnType02 #main .mainDetail .leftArea div.counter p {
	margin:0;
	padding-right:5px;
	display:block;
	background:url(../img/prf_icn_cout_bgrgt.gif) right top no-repeat;
	font-size:84.6% !important;
	font-weight:bold;
}
#container #ctnType02 #main .mainDetail .leftArea div.counter p span {
	margin:0 !important;
	padding:0 0.3em;
	display:block;
	line-height:33px;
	color:#009bff;
	background:url(../img/prf_icn_cout_bgrep.gif) left top repeat-x;
	text-align:center;
}
#container #ctnType02 #main .mainDetail .leftArea dd a:hover {
	color:#009bff;
	text-decoration:none;
}
#container #ctnType02 #main .mainDetail p.img {
	margin:0;
	padding:0;
	float:right;
	width:72px;
}
#container #ctnType02 #main h3.sttl {
	margin-bottom:15px;
	padding-bottom:6px;
	border-bottom:1px solid #dddddd;
}
#container #ctnType02 #main p.houkoku {
	padding-top:10px;
	margin-bottom:70px;
	border-top:1px solid #dddddd;
	text-align:right;
}
#container #ctnType02 #main p.houkoku a {
	color:#009bff;
	font-size:76.9%;
	font-weight:bold;
	text-decoration:none;
}
/* forSafari,Chrome,FF3 */
body:nth-of-type(1) #container #ctnType02 #main p.houkoku a {
	font-size:84.6%;
}
/* forFF3 */
#container #ctnType02 #main p.houkoku a,
x:-moz-any-link,
x:default {
	font-size:76.9% !important;
}
#container #ctnType02 #main p.houkoku a:hover {
	color:#009bff;
	text-decoration:underline;
}

/*======= 03-2.ctnType02 edit googleadd show =======*/

#container #ctnType02 #googleAddShow {
	position:relative;
}

#container #ctnType02 #googleAddShow #main {
	margin:0 !important;
	padding:0 !important;
}

#container #ctnType02 #googleAddShow #main .mainDetail div.upperArea div {
  width: 370px;
}

#container #ctnType02 #googleAddShow .gAddSidebanner {
  position: absolute;
  right: 0;
  top: 70px;
  text-align: right;
  width: 170px;
  height: 600px;
  padding-left: 15px;
  border-left: dashed 1px #CCCCCC;
}

#container #ctnType02 #googleAddShow #main #other_list_area {
	min-height: 130;
	height:auto !important;
	height: 130px;
}

/*======= 03-3.ctnType03 =======*/
#container #ctnType03 {
}
#container #ctnType03 #main {
	position:relative; /* 20140612 kamide add */
	margin-bottom:0 !important;
/*	width:930px; */
	width:1000px;
}
#container #ctnType03 #main .tabArea {
	position:relative;
	width:100%;
	background:url(../../img/myp_tab_udrline.gif) left bottom repeat-x;
}
#container #ctnType03 #main .tabArea h1,
#container #ctnType03 #main .tabArea p {
	padding:0.3em 10px;
	float:left;
	color:#444444;
	width:370px;
	font-size:107.7%;
	letter-spacing: 4px; /* 2011/08/22 Add Kato */
}
#container #ctnType03 #main .tabArea h1 { font-size:12px;color:#666; }
#container #ctnType03 #main .tabArea h1 span,
#container #ctnType03 #main .tabArea p span {
/*	font-size:120%;  2011/08/22 Del kato */
	font-size:180%; /* 2011/08/22 Edit kato */
	font-weight: bold;
	color: #666;
	letter-spacing: 2px; /* 2011/08/22 Add Kato */
}
#container #ctnType03 #main .tabArea ul {
}
/*=== #dropdown ===*/
#container #ctnType03 #main #dropdown ul {
	margin:0;
	padding:0;
	display:block;
	position:absolute;
	bottom:0;
	left:397px;
	width:533px;
	height:31px;
	list-style-type: none;
}
/* forIE6 */
* html body #container #ctnType03 #main #dropdown ul {
	bottom:-3px;
	position:absolute;
}
#container #ctnType03 #main #dropdown ul li{
	padding-right:3px;
}
#container #ctnType03 #main #dropdown img {
	border:none !important;
}

/*=== submenu1 ===*/
#container #ctnType03 #main #dropdown ul ul {
	display:none;
	position:absolute;
	top:30px;
	left:0;
	width:160px;
	background:#eff5fc;
}
#container #ctnType03 #main #dropdown ul ul li {
	border-right:1px solid #cccccc !important;
	border-left:1px solid #cccccc !important;
	width:158px;
	background:#eff5fc;
	border-bottom:1px solid #cccccc;
	font-size:84.6%;
}
#container #ctnType03 #main #dropdown ul ul li a {
	padding:5px 10px;
	width:140px;
	color:#666666;
	text-decoration:none;
	background:#eff5fc;
	display:block;
	font-size:12px; /* 2011/08/22 Add kato */
}
#container #ctnType03 #main #dropdown ul ul li a:hover {
	color:#666666;
	text-decoration:underline;
}

/*=== submenu2- ===*/
#container #ctnType03 #main #dropdown ul ul ul {
	top:0;
	left:100%;
}
#container #ctnType03 #main #dropdown li {
	float:left;
}
#container #ctnType03 #main #dropdown li li {
	clear:both;
}
#container #ctnType03 #main #dropdown li:hover {
	position:relative;
}
#container #ctnType03 #main #dropdown li:hover > ul {
	display: block
}
/* forIE6 */
* html #container #ctnType03 #main #dropdown li {
	behavior: expression(
	this.onmouseover=new Function("this.className='column1'"),
	this.onmouseout=new Function("this.className=''"),
	this.style.behavior = 'none'
	);
}
* html #container #ctnType03 #main #dropdown li li {
	behavior: expression(
	this.onmouseover=new Function("this.className='column2'"),
	this.onmouseout=new Function("this.className=''"),
	this.style.behavior = 'none'
	);
}
* html #container #ctnType03 #main #dropdown li li li {
	behavior: expression(
	this.onmouseover=new Function("this.className='column3'"),
	this.onmouseout=new Function("this.className=''"),
	this.style.behavior = 'none'
	);
}
#container #ctnType03 #main #dropdown .column1 { position:relative;}
#container #ctnType03 #main #dropdown .column1 ul { display:block;}
#container #ctnType03 #main #dropdown .column1 * ul { display:none;}
#container #ctnType03 #main #dropdown .column2 { position:relative;}
#container #ctnType03 #main #dropdown .column2 ul { display:block;}
#container #ctnType03 #main #dropdown .column2 * ul { display:none;}
#container #ctnType03 #main #dropdown .column3 { position:relative;}
#container #ctnType03 #main #dropdown .column3 ul { display:block;}
#container #ctnType03 #main #dropdown .column3 * ul { display:none;}
#container #ctnType03 #main .mypageModule {
	#margin-top: -2px; /* 20130110 */
/*	padding:58px 0 50px 63px; DEL 2011/12/21 kato */
	padding:58px 0 0 63px; /* ADD 2011/12/21 kato */
	background:url(../../img/myp_bgrep.gif) left top repeat-x;
}
.mpy-secession_area {
	margin-bottom:30px; /* ADD 2011/12/21 kato */
}
.myp-chara_R {
	margin-bottom:50px; /* ADD 2011/12/21 kato */
}

#container #ctnType03 #main .mypageModule li {
/*	padding:0 30px 0 0; 2011/08/22 Del Kato */
	padding:0 10px 0 0; /* 2011/08/22 Edit kato */
	float:left;
/*	width:180px; 2011/08/22 Del Kato */
	width:120px; /* 2011/08/22 Edit kato */
}
#container #ctnType03 #main .mypageModule li dt {
	padding:0 0 10px 0;
}
#container #ctnType03 #main .mypageModule li dd {
	color:#666666;
	font-size:12px;
}

/* mypageModuleTop Class Add  2011/08/25 kato */
#container #ctnType03 #main .mypageModuleTop {
	padding:58px 0 50px 63px;
	background:url(../../img/myp_bgrep.gif) left top repeat-x;
}
#container #ctnType03 #main .mypageModuleTop { /* 20130110 */
	#margin-top: -2px;
}
#container #ctnType03 #main .mypageModuleTop li {
	padding:0 30px 0 0;
	float:left;
	width:180px;
}
#container #ctnType03 #main .mypageModuleTop li dt {
	padding:0 0 10px 0;
}
#container #ctnType03 #main .mypageModuleTop li dd {
	color:#666666;
	font-size:12px;
}

#container #ctnType03 #main .myp-chara_R table td div {
	color:#666666;
}

#container #ctnType03 #main .myp-chara_R table td .form_privacy_txt1,
#container #ctnType03 .form_privacy_txt1 label.chitekizaisan {
	color:#666666;
}
#container #ctnType03 .form_privacy_txt1 label.chitekizaisan {
	vertical-align:2px;
}

#container #ctnType03 #main .adminblogLink{
/*	margin: 10px 10px 20px 63px; */
	margin: 10px 10px 20px 98px;
	padding: 10px;
/*	width:778px;
	border: 1px solid #93BEEA; */
	width:780px;
	height: 30px;
	background:url(../img/maypage_blog_bg.jpg) left top no-repeat;
}

#container #ctnType03 #main .adminblogLink p {
	float: left;
	margin-top: 6px;
	width: 600px;
}

#container #ctnType03 #main .adminblogLink p.linkBtn {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 153px;
	height: 28px;
	overflow: hidden;
}

#container #ctnType03 #main .adminblogLink p.linkBtn a {
	width: 153px;
	height: 28px;
	text-indent: -9999px;
	display:block;
	background:url(../img/mypage_btn_bloglink.jpg) left top no-repeat;
}

#container #ctnType03 #main .adminblogLink p.linkBtn a:hover {
	background-position: left bottom;
}

#container .blockRelative {
	position: relative;
}

#container .blockRelative .mypageBannerSp {
	position: absolute;
	width: 400px;
  text-align: right;
	top: 0;
  right: 12px;
	z-index: 9999;
}

#container .blockRelative .mypageBannerSp ul {}

#container .blockRelative .mypageBannerSp ul li {
	float: right;
	margin-left: 10px;
}


/*　report
================================================================*/
#container #ctnType02 #main .toggle_container_rep .report {
	width:350px;
	background:url(../../img/prf_report_block_body.gif) right repeat-y;
	margin:0 0 10px 0;
	padding:0 0 0 350px;
}
#container #ctnType02 #main .toggle_container_rep .report img.block_top {
	border:none;
	font-size:1px;
	vertical-align:top;
}
#container #ctnType02 #main .toggle_container_rep .report img.block_btm {
	border:none;
	font-size:1px;
	vertical-align:bottom;
}
#container #ctnType02 #main .toggle_container_rep .report .report_cnt_mes {
	padding:6px 0 2px 18px;
	display:none;
	position:absolute;
	margin:0 0 0 2px;
	text-align:center;
	width:315px;
	clear:both;
}
#container #ctnType02 #main .toggle_container_rep .report .report_cnt_mes p {
	color:#009BFF;
}
#container #ctnType02 #main .toggle_container_rep .report .report_cnt {
	padding:6px 0 2px 18px;
}
#container #ctnType02 #main .toggle_container_rep .report .report_cnt .radios {
	padding:5px 10px;
	background-color:#F5F5F5;
	width:290px;
}
#container #ctnType02 #main .toggle_container_rep .report .report_cnt textarea {
	width:310px;
	border:1px solid #CCCCCC;
	font-size:12px;
}
#container #ctnType02 #main .toggle_container_rep .report .report_cnt .btnBox {
	text-align:center;
	margin:15px 0 0 0;
	width:310px;
}
#container #ctnType02 #main .toggle_container_rep .report .report_cnt h3 {
	width:310px;
}
#container #ctnType02 #main .toggle_container_rep .report .report_cnt h4 {
	margin-top:20px;
	margin-bottom:5px;
	border-left:#009BFF solid 3px;
	padding-left:7px;
	width:303px;
	color:#999999;
	line-height:1.2em;
}


/*	04.footer
================================================================*/
#footer {
	margin:0 auto;
	padding:21px 0 0 0;
	clear:both;
	width:1000px;
	background:url(../img/cmn_sdline.gif) left top repeat-x;
}
#footer .icnLink {
	padding:0 0 0 70px;
}
#footer .icnLink li {
	padding:0 50px 0 0;
	margin-bottom: 0;
	float:left;
	width:133px;
}
#footer .icnLink li.last {
	padding-right:0;
}
#footer .icnLink li dt,
#footer .icnLink li dd {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}

#footer .icnLink li.height144 {
	height: 144px;
}

#footer .icnLink li dt .fotterDummyHeight45 {
	height: 45px;
}

#footer .icnLink li dt .fotterDummyHeight75 {
	height: 75px;
}

#footer .ftrBox {
	padding-bottom:4px;
	margin-bottom:10px;
/*	height:90px; 20140917 */
	height:71px;
	clear:both;
	background:url(../img/ftr_bgbtm.gif) left bottom no-repeat #eeeeee;
}

#footer .ftrBox {
	background: url(/cmn/img/ftr_bgbtm_1002.gif) left bottom no-repeat #eeeeee;
	background-size: 1000px 4px;
	width: 1000px;
}

/* forIE6 */
* html body #footer .ftrBox {
	margin-top:-21px;
}
/* forIE7 */
*:first-child+html #footer .ftrBox {
	margin-top:-21px;
}
#footer .ftrBox .ftrBoxWire {
	background:url(../img/ftr_bgtop.gif) left top no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#footer .ftrBox .ftrBoxWire {
  background: url(/cmn/img/ftr_bgtop_1002.gif) left top no-repeat;
  background-size: 1000px 4px;
}

/* forIE6 */
* html body #footer .ftrBox .ftrBoxWire {
	padding:10px 15px 20px 15px;
	background:url(../img/ftr_bgtop.gif) left top no-repeat;
}
/* forIE7 */
*:first-child+html #footer .ftrBox .ftrBoxWire {
	padding:10px 15px 20px 15px;
	background:url(../img/ftr_bgtop.gif) left top no-repeat;
}
#footer .ftrBox .ftrBoxWire .linkList {
	margin-top:5px;
	margin-top:5px\9;
	*margin-top:0px;
	margin-bottom:10px;
	padding-bottom:30px;
	border-bottom:1px solid #d6d6d6;
}
#footer .ftrBox .ftrBoxWire .linkList li {
	margin:0;
	padding-top:-10px;
	padding-top:-10px\9;
	*padding-top:9px;
	padding-right:10px;
	float:left;
	line-height:0;
	font-size:0;
}
#footer .ftrBox .ftrBoxWire .txtArea .caution {
	float:left;
	width:50%;
	color:#999999;
	font-size:76.9%;
	letter-spacing: 1.0px;
}
#footer .ftrBox .ftrBoxWire .txtArea .copy {
	float:right;
	width:40%;
	color:#999999;
	font-size:76.9%;
	text-align:right;
	letter-spacing: 1.0px;
}

/* -------------- ftrBoxSecond setting---------------- */
#wrapper,
body#top #wrapper { padding-bottom: 0; }

#footer,
body#top #footer  { width:auto; }

#footer .ftrBoxSecond {
	background-color: #3399fd;
	text-align: center;
	padding:20px 0 30px;
}

#footer .ftrBoxSecond .ftrBoxSecondWire {
	width: 930px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, #footer .ftrBoxSecond .ftrBoxSecondWire {
    padding-left: 1px;
  }
}


#footer .ftrBoxSecond .ftrBoxSecondWire .ftrSeList {
	float: left;
	width: 207px;
	margin-right: 19px;
	text-align: left;
	padding-top: 15px;
}

#footer .ftrBoxSecond .ftrBoxSecondWire .ftrSeList p {
	color: #009bff;
}
#footer .ftrBoxSecond .ftrBoxSecondWire .ftrSeList ul li {
	margin: 4px 0 0 12px;
}

#footer .ftrBoxSecond .ftrBoxSecondWire .ftrSeList ul li a {
	color: #666666;
}

#footer .ftrBoxSecond .ftrBoxSecondWire .ftrSeList ul {
	margin-bottom: 20px;
}

#footer .ftrBoxSecond .ftrBoxSecondWire .fsl0 {
	width:20px;
	height:100px;
	margin:0;
	padding:0;
}
#footer .ftrBoxSecond .ftrBoxSecondWire .fsl1 {}
#footer .ftrBoxSecond .ftrBoxSecondWire .fsl2 {}
#footer .ftrBoxSecond .ftrBoxSecondWire .fsl3 {}
#footer .ftrBoxSecond .ftrBoxSecondWire .fsl4 {}

#footer .ftrBoxSecond .ftrBoxSecondWire .copyTxtArea {
	padding: 3px 20px 0;
	background-color: #ececec;
	clear: both;
}

#footer .ftrBoxSecond .ftrBoxSecondWire .copyTxtArea .caution {
	float: left;
	width: 400px;
	text-align: left;
	font-size:12px;
	color: #666666;
}

#footer .ftrBoxSecond .ftrBoxSecondWire .copyTxtArea .copy {
	float: right;
	width: 400px;
	text-align: right;
	font-size:12px;
	color: #666666;
}












/*	77.common
================================================================*/
a {
	color:#009bff;
	text-decoration:none;
}
a:hover {
	color:#009bff;
	text-decoration:underline;
}
p.pageTop {
	padding-bottom:5px;
	padding-right: 35px;
	text-align:right;
	clear: both;
}
/* margin&padding */
/* 2011/08/20 kato Add*/
.mgT45 {
	margin-top:45px;
}
/* ---------------*/

.mgTMinus5 {
	margin-top: -5px;
}

.mp0 {
	margin:0 !important;
	padding:0 !important;
}

.mgT_10 {
	margin-top: -10px;
}

.mgT_15 {
	margin-top: -15px;
}
.mgT_30 {
	margin-top: -30px;
}
.mgT5 {
	margin-top:5px;
}
.mgT10 {
	margin-top:10px;
}
.mgT15 {
	margin-top:15px;
}
.mgT20 {
	margin-top:20px;
}
.mgT30 {
	margin-top:30px;
}
.mgT40 {
	margin-top:40px;
}
.mgT50 {
	margin-top:50px;
}
.mgT60 {
	margin-top:60px;
}
.mgT70 {
	margin-top:70px;
}
.mgTB5 {
	margin-top:5px;
	margin-bottom:5px;
}
.mgTB10 {
	margin-top:10px;
	margin-bottom:10px;
}
.mgTB20 {
	margin-top:20px;
	margin-bottom:20px;
}
.mgTB30 {
	margin-top:30px;
	margin-bottom:30px;
}
.mgTB40 {
	margin-top:40px;
	margin-bottom:40px;
}
.mgB_10 {
	margin-bottom:-10px;
}
.mgB5 {
	margin-bottom:5px;
}
.mgB10 {
	margin-bottom:10px;
}
.mgB20 {
	margin-bottom:20px;
}
.mgB30 {
	margin-bottom:30px;
}
.mgB40 {
	margin-bottom:40px;
}
.mgB50 {
	margin-bottom:50px;
}
.mgB60 {
	margin-bottom:60px;
}
.mgB70 {
	margin-bottom:70px;
}
.mgB30 {
	margin-bottom:30px;
}
.mgR_5 {
	margin-right:-5px;
}
.mgR5 {
	margin-right:5px;
}
.mgR10 {
	margin-right:10px;
}
.mgR20 {
	margin-right:20px;
}
.mgR30 {
	margin-right:30px;
}
.mgR40 {
	margin-right:40px;
}
.mgR50 {
	margin-right:50px;
}
.mgL5 {
	margin-left:5px;
}
.mgL10 {
	margin-left:10px;
}
.mgL20 {
	margin-left:20px;
}
.mgL30 {
	margin-left:30px;
}
.mgL35 {
	margin-left:35px;
}
.mgL40 {
	margin-left:40px;
}
.mgL50 {
	margin-left:50px;
}
.mgL60 {
	margin-left:60px;
}
.pdT3 {
	padding-top:3px;
}
.pdT5 {
	padding-top:5px;
}
.pdT10 {
	padding-top:10px;
}
.pdT15 {
	padding-top:15px;
}
.pdT10 {
	padding-top:10px;
}
.pdT20 {
	padding-top:20px;
}
.pdT30 {
	padding-top:30px;
}
.pdT40 {
	padding-top:40px;
}
.pdT80 {
	padding-top:80px;
}
.pdTB5 {
	padding-top:5px;
	padding-bottom:5px;
}
.pdTB10 {
	padding-top:10px;
	padding-bottom:10px;
}
.pdTB20 {
	padding-top:20px;
	padding-bottom:20px;
}
.pdTB30 {
	padding-top:30px;
	padding-bottom:30px;
}
.pdB20L3 {
	padding-bottom:20px;
	padding-left:3px
}
.pdB30L3 {
	padding-bottom:30px;
	padding-left:3px;
}
.pdR0 {
	padding-right:0;
}
.pdR10 {
	padding-right:10px;
}
.pdR3 {
	padding-right:3px;
}
.pdB5 {
	padding-bottom:5px;
}
.pdB10 {
	padding-bottom:10px;
}
.pdB20 {
	padding-bottom:20px;
}
.pdB30 {
	padding-bottom:30px;
}
.pdL0 {
	padding-left:0;
}
.pdL5 {
	padding-left:5px;
}
.pdL10 {
	padding-left:10px;
}
.pdL20 {
	padding-left:20px;
}
.pdL30 {
	padding-left:30px;
}
.pdL85 {
	padding-left:85px;
}
.noBg {
	background:none !important;
}
sub {
	font-size:80%;
	vertical-align:bottom;
}
sup {
	font-size:75%;
	vertical-align:top;
}

.height124 {
	height:124px;
}

.img_border {
	border: 3px solid #ccc;
}

.result_img_mgLR {
	margin-left:auto;
	margin-right:auto;
}

.hidden {
	display:none;
}
.algCenter {
	text-align:center;
}
.algRight {
	text-align:right;
}
.colorG,
#top #wrapper #container #ctnType03 #main .colorG {
	color: #666;
}
.colrDG,
#top #wrapper #container #ctnType03 #main .colrDG {
	color: #999;
}
.colorR,
#top #wrapper #container #ctnType03 #main .colorR {
	color: #F00;
}
.bold {
	font-weight:bold;
}
.boldR,
#top #wrapper #container #ctnType03 #main .boldR {
	font-weight:bold;
	color: #F00;
}
.boldG,
#top #wrapper #container #ctnType03 #main .boldG {
	font-weight:bold;
	color: #666;
}
.fNone {
	float:none;
}
.indent {
	padding-left:1.0em;
	text-indent:-1.0em;
}

.lineheight14 {
	line-height:1.4em;
}

.w1000 {
	width: 1000px;
}

.dispIn {
	display:inline;
}
.dispBlk {
	display:block;
}

.bdr_red {
	border: red solid 1px;
	padding: 10px;
}

.clear {
	clear:both;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*---作家会員登録情報
================================================================*/
.mpy-regist_area {
	height: auto;
	width: 700px;
	/*margin-top: 40px;*/
	margin-bottom: 30px;
	}
.mpy-registT {
	height: 10px;
	width: 700px;
	background-image: url(../../img/myp/myp-writer_tableT.gif);
	background-repeat: no-repeat;
	}
.mpy-regist {
	width: 700px;
	height: auto;
	background-color: #F8F8F8;
	background-image: url(../../img/myp/myp-writer_tableM.gif);
	background-repeat: repeat-y;
	padding-top:5px;
	}
.mpy-regist table {
	width: 700px;
	}
.mpy-regist table tr th {
	color:#444;
	font-size:16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 190px;
	padding-top: 16px;
	font-weight: bold;
	padding-right: 5px;
	vertical-align: top;
	text-align:right;
	}
.mpy-regist table tr th.upload {
	color:#444;
	font-size:15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 210px;
	padding-top: 5px;
	padding-left: 25px;
	font-weight: bold;
	padding-right: 5px;
	vertical-align: top;
	}
.mpy-regist table td {
	color:#666;
	font-size:12px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
 	}
.mpy-regist table td .sendconf_itemname1 { /* 20130110 */
	#line-height: 35px;
	#font-size: 18px;
	#font-weight: bold;
	#margin-top: 3px;
	}
.mpy-regist table td p {
	color:#666;
	font-size:10px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
	}
.mpy-registB {
	height: 10px;
	width: 700px;
	background-image: url(../../img/myp/myp-writer_tableB.gif);
	background-repeat: no-repeat;
	}
/*-----通常テキストボックス-------------*/
.mpy-regist table .txtBox {
	width:440px;
	height:40px;
	background-image: url(../../img/myp/myp-writer_regist_writing_1129.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 432px; /* 2011/08/22 Add kato */
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mpy-regist table .txtBox input.txtInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	border:none;
	line-height:normal;
	/*width:432px;*/
	width:420px;
	height:25px;
	font-size:16px;
	background:none;
	padding-top: 7px;
	/*padding-right: 0px;*/
	padding-right: -15px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-left: 3px;
}

.mpy-regist table .txtBox input.txtInput a,
.mpy-regist table .txtBox input.txtInput a:active {
	border:none !important;
}



.mpy-regist2 {
	width: 700px;
	height: auto;
	background-color: #F8F8F8;
	background-image: url(../../img/myp/myp-writer_tableM.gif);
	background-repeat: repeat-y;
	}
.mpy-regist2>table {
	width: 700px;
	}
.mpy-regist2 table tr th {
	color:#444;
	font-size:17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 120px;
	/*padding-top: 14px;*/
	padding-top: 1px;
	padding-left: 80px;
	font-weight: bold;
	padding-right: 5px;
	vertical-align: top;
	}
.mpy-regist2 table tr th.upload {
	color:#444;
	font-size:15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 210px;
	padding-top: 5px;
	padding-left: 25px;
	font-weight: bold;
	padding-right: 5px;
	vertical-align: top;
	}
.mpy-regist2 table td {
	color:#666;
	font-size:12px;
	/*padding: 10px;*/
	padding: 8px 10px 3px 10px;
	}
.mpy-regist2 table td p {
	color:#666;
	font-size:10px;
	padding: 0px;
	margin: 0px;
	}
.mpy-regist2 table .txtBox {
	width:408px;
	height:25px;
	background-image: url(../../img/myp/myp-writer_regist_writing.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mpy-regist2 table .txtBox input.txtInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	/*margin-top:0.35em;*/
	border:none;
	line-height:normal;
	width:400px;
	height:20px;
	font-size:12px;
	background:none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.mpy-regist2 table .txtBox input.txtInput a,
.mpy-regist2 table .txtBox input.txtInput a:active {
	border:none !important;
}

.shop_item_image_th_ex {
	font-size:14px !important;
	padding-left: 25px !important;
	vertical-align: middle !important;
}

/*-----郵便番号テキストボックス-------------*/
.mpy-regist table .yubinBox {
	width:100px;
	height:25px;
	background-image: url(../../img/myp/myp-writer_regist_writing100.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mpy-regist table .yubinBox input.yubinInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	border:none;
	line-height:21px;
	width:90px;
	height:18px;
	font-size:10px;
	background:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
.mpy-regist table .yubinBox input.yubinInput a,
.mpy-regist table .yubinBox input.yubinInput a:active {
	border:none !important;
}

.mpy-regist2 table .yubinBox {
	width:100px;
	height:25px;
	background-image: url(../../img/myp/myp-writer_regist_writing100.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mpy-regist2 table .yubinBox input.yubinInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	/*margin-top:-0.1em;*/
	border:none;
	line-height:21px;
	width:90px;
	height:18px;
	font-size:12px;
	background:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
.mpy-regist2 table .yubinBox input.yubinInput a,
.mpy-regist2 table .yubinBox input.yubinInput a:active {
	border:none !important;
}


/*-----横335pxテキストボックス-------------*/
.mpy-regist table .txt335Box {
	width:335px;
	height:25px;
	background-image: url(../../img/myp/myp-writer_regist_writing335.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mpy-regist table .txt335Box input.txt335Input {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	border:none;
	line-height:21px;
	width:320px;
	height:18px;
	font-size:10px;
	background:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
.mpy-regist table .txt335Box input.txt335Input a,
.mpy-regist table .txt335Box input.txt335Input a:active {
	border:none !important;
}


.mpy-regist2 table .txt335Box {
	width:335px;
	height:25px;
	background-image: url(../../img/myp/myp-writer_regist_writing335.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mpy-regist2 table .txt335Box input.txt335Input {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	border:none;
	line-height:21px;
	width:320px;
	height:18px;
	font-size:10px;
	background:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
.mpy-regist2 table .txt335Box input.txt335Input a,
.mpy-regist2 table .txt335Box input.txt335Input a:active {
	border:none !important;
}



/*-----横408px縦76pxテキストボックス-------------*/
.mpy-regist table .txtBoxH {
	width:408px;
	height:76px;
	background-image: url(../../img/myp/myp-writer_regist_writingH.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mpy-regist table .txtBoxH textarea.txtHInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	/*margin-top:0.15em;*/
	margin-top:0.25em;
	outline:0;
	border:none;
	*border:0;
	/*line-height:21px;*/
	line-height:14px;
	/*width:400px;*/
	width:395px;
	/*height:70px;*/
	height:60px;
	/*font-size:10px;*/
	font-size:12px;
	/*background:none;*/
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: 0.15em;
}
.mpy-regist table .txtBoxH textarea.txtHInput a,
.mpy-regist table .txtBoxH textarea.txtHInput a:active {
	border:none !important;
}

.mpy-regist2 table .txtBoxH {
	width:408px;
	height:76px;
	background-image: url(../../img/myp/myp-writer_regist_writingH.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mpy-regist2 table .txtBoxH textarea.txtHInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	/*margin-top:0.15em;*/
	margin-top:0.25em;
	outline:0;
	border:none;
	*border:0;
	/*line-height:21px;*/
	/*line-height:14px;*/
	line-height:14px;
	/*width:400px;*/
	width:399px;
	/*height:70px;*/
	height:65px;
	/*font-size:10px;*/
	font-size:12px;
	/*background:none;*/
	padding-top: 4px;
	padding-right: 0;
	/*padding-bottom: 3px;*/
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 0.15em;
}
.mpy-regist2 table .txtBoxH textarea.txtHInput a,
.mpy-regist2 table .txtBoxH textarea.txtHInput a:active {
	border:none !important;
}


.botan700-center {
	width:700px;
	text-align:center;
}
/*---退会申請
================================================================*/
.mpy-secession_area {
	height: auto;
	width: 700px;
	margin-top: 20px;
	}
.mpy-secession {
	width: 700px;
	height: auto;
	background-color: #F8F8F8;
	background-image: url(../../img/myp/myp-writer_tableM.gif);
	background-repeat: repeat-y;
	}
.mpy-secession table {
	width: 700px;
	color:#444;
	font-size:16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
.mpy-secession table tr th {
	width: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	padding-right: 5px;
	vertical-align: middle;
	font-weight: bold;
	}
.mpy-secession table td {
	padding: 10px;
	font-weight: bold;
	}
.mpy-secession table td.col {
	padding: 10px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	}


.mpy-secession table td p {
	padding: 0px;
	margin: 0px;
	}
.mpy-secession table .txtBox {
	width:408px;
	height:25px;
	background-image: url(../../img/myp/myp-writer_regist_writing.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mpy-secession table .txtBox input.txtInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	border:none;
	/*line-height:21px;*/
	line-height:14px;
	width:380px;
	height:18px;
	font-size:12px;
	background:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
.mpy-secession table .txtBox input.txtInput a,
.mpy-rsecession table .txtBox input.txtInput a:active {
	border:none !important;
}
/*-----横566px縦113pxテキストボックス-------------*/
.mpy-secession table .txtBoxH {
	width:566px;
	height:113px;
	background-image: url(../../img/myp/myp-secession_inptH113.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	/*margin-left: 50px;*/
	margin-left: 0px;
}
.mpy-secession table .txtBoxH textarea.txtHInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	border:none;
	/*line-height:21px;*/
	line-height:14px;
	width:560px;
	height:108px;
    height:100px;
	font-size:12px;
	background:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
.mpy-secession table .txtBoxH textarea.txtHInput a,
.mpy-secession table .txtBoxH textarea.txtHInput a:active {
	border:none !important;
}



.mpy-secession table .txtBox2 {
	width:440px;
	height:40px;
	background-image: url(../../img/myp/myp-writer_regist_writing_1129.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 432px; /* 2011/08/22 Add kato */
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mpy-secession table .txtBox2 input.txtInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	border:none;
	line-height:normal;
	width:432px;
	height:25px;
	font-size:16px;
	background:none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.mpy-secession table .txtBox2 input.txtInput a,
.mpy-rsecession table .txtBox2 input.txtInput a:active {
	border:none !important;
}
/*-----横566px縦113pxテキストボックス-------------*/
.mpy-secession table .txtBoxH2 {
	width:566px;
	height:113px;
	background-image: url(../../img/myp/myp-secession_inptH113.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	/*margin-left: 50px;*/
	margin-left: 0px;
}
.mpy-secession table .txtBoxH2 textarea.txtHInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	/*margin-top:0.15em;*/
	margin-top:0.25em;
	outline:0;
	border:none;
	*border:0;
	/*line-height:21px;*/
	line-height:14px;
	/*width:560px;*/
	width:559px;
	/*height:108px;*/
    /*height:100px;*/
    height:95px;
	font-size:12px;
	/*background:none;*/
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: 0.15em;
}
.mpy-secession table .txtBoxH2 textarea.txtHInput a,
.mpy-secession table .txtBoxH2 textarea.txtHInput a:active {
	border:none !important;
}




/*---お問い合わせ
================================================================*/
.inquiry_area {
	height: auto;
/*	width: 700px; 2011/08/22 del kato */
	width: 750px;  /* 2011/08/22 Edit kato */
	margin-top: 20px;
	margin-bottom: 30px;
	}
.inquiry_area p {
	color: #666;
	}
.inquiryT {
	height: 81px;
	width: 700px;
	background-image: url(../../img/inquiry-tableH.gif);
	background-repeat: no-repeat;
	}
.wht-tableT {
	height: 10px;
	width: 700px;
	background-image: url(../../img/w-tableT.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	}
.wht-table {
	width: 700px;
	height: auto;
	background-color: #FFF;
	background-image: url(../../img/w-tableM.gif);
	background-repeat: repeat-y;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.wht-table table {
	width: 700px;
	}
.wht-table p {
	color:#666;
	padding: 0px;
	margin: 0px;
	}
#top #wrapper #container #ctnType03 #main .pad-r30 .pdL80 .inquiry_area .wht-table p.wblue {
	color:#009BFF;
	font-size:18px;
	padding: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.wht-tableB {
	height: 10px;
	width: 700px;
	background-image: url(../../img/w-tableB.gif);
	background-repeat: no-repeat;
	}
/*---メールマガジン
================================================================*/
.inquiry_area {
	height: auto;
	width: 700px;
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #FFF;
	}
.inquiry_area p {
	color: #666;
	}
.mailmagazineT {
	height: 80px;
	width: 700px;
	}
.notes {
	/*width: 700px;*/
	width: 690px;
	background-image: url(../../img/mailmagazine-notes.gif);
	background-position: 2px center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 30px;
	font-size: 11px;
	color: #999;
	}
.notes p {
	color: #666;
	margin-left: 85px;
	}
/*---会員専用ログイン
================================================================*/
.attention {
	padding-left: 30px;
	list-style-position: outside;
	list-style-image: url(../../img/icon-ya_blue.gif);
	list-style-type: none;
	margin-top: 20px;
}
/*---キャラクター作家会員登録
================================================================*/
/*メイン枠のフォント色*/
#top #wrapper #container #ctnType03 #main p {
	color: #666;
/*	font-size: 13px; kato */
	font-size: 12px;
/*	letter-spacing:2px; hosono 20111128 */
}

#top #wrapper #container #ctnType03 #main p.attentionTxt {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid;
	padding: 5px 4px;
	text-align: center;
}

#top #wrapper #container #ctnType03 #main .about_character_tb p {
	color: #666;
/*	font-size: 13px; kato */
	font-size: 12px;
	letter-spacing:0px;
}

#top #wrapper #container #ctnType03 #main .about_licensee_tb p {
	color: #666;
/*	font-size: 13px; kato */
	font-size: 12px;
	letter-spacing:0px;
}

.notesTLine {
	margin:0 auto;
	padding:21px 0 0 0;
	clear:both;
	width:700px;
	background:url(../img/cmn_sdline.gif) left top repeat-x;
	margin-top: 30px;
	margin-bottom: -25px;
}

.notesT {
	/*width: 700px;*/
	width: 690px;
	background-image: url(../../img/mailmagazine-notes.gif);
/*	background-position: 10px 10px; 2011/08/22 Del kato */
	background-position: 10px 14px;  /*  2011/08/22 Edit kato */
/*
	border-top-width: 1px;
*/
	border-top-width: 0px;
/*
	border-top-style: dotted;
	border-top-color: #CCC;
*/
	background-repeat: no-repeat;

	padding-top: 15px;

	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
/*
	margin-top: 30px;
*/
	font-size: 11px;
	}
.notesT ul {
/*	margin-left: 100px; 2011/08/22 Del kato */
	margin-left: 120px; /*  2011/08/22 Edit kato */
	list-style-position: outside;
	list-style-type: disc;
	}
.notesT ul li {
	color: #999;
/*	margin-bottom: 10px; 2011/08/22 Del kato */
	margin-bottom: 0px; /* 2011/08/22 Edit kato */
	line-height:160%;
	}

.notesT01{
	color: #666666;
	line-height: 160%;
}
.chara-regist {
	/*width: 700px;*/
	width: 800px;
	height: auto;
	/*background-color: #F8F8F8;*/
	}
.chara-regist table {
	/*width: 700px;*/
	width: 800px;
	}
.chara-regist table tr th {
	color:#666;
	width: 220px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size:12px;
	font-weight: bold;
	padding-right: 2px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #F8F8F8;
	}
.chara-regist table td {
	color:#666;
	width: 200px;
	padding: 2px;
	background-color: #FFF;
	}
.chara-regist table td p {
	color:#666;
	width: 346px;
	font-size:10px;
	padding: 0px;
	margin: 0px;
	}
.chara-regist table input.txtInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	line-height:21px;
	width:200px;
	height:15px;
	background:none;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 5px;
}
.chara-regist table textarea.txtHInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	/*line-height:21px*/
	line-height:14px;
	width:456px;
	/*width:420px;*/
	height:50px;
	font-size:12px;
	background:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
.chara-regist table input.txtL1Input {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	line-height:21px;
	width:416px;
	/*width:380px;*/
	height:15px;
	background:none;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 5px;
}
.chara-regist table input.txtL2Input {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	line-height:21px;
	width:390px;
	/*width:355px;*/
	height:15px;
	background:none;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 5px;
}
.chara-regist table input.txt190Input {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	line-height:21px;
	width:190px;
	height:15px;
	background:none;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 5px;
}
.chara-regist table input.yubinInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	line-height:21px;
	width:90px;
	height:15px;
	font-size:12px;
	background:none;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 5px;
}
.chara-regist .orenge-b {
	text-align: right;
	}
.chara-regist .title {
	color:#666;
	text-align:left;
	float:left;
	}
.chara-regist .title-small {
	color:#666;
	text-align:left;
	float:left;
	}
.chara-regist td.etc {
	padding:0px;
	vertical-align: middle;
	}
.chara-regist td.longCol {
		width:500px;
	}
#top #wrapper #container #ctnType03 #main td.etc p {
		font-size:10px;
		width:340px;
	}
.chara-copy_boderB {
	width:700px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	}

/* ↓ 20130110 IE7用ユニークcssから転載 */
.form_subEnqTxt1 {
	#width:700px;
	#color:#666;
	#text-align:center;
	#margin: 30px 0 15px 0;
}

.form_privacy_txt {
	#width:700px;
	#text-align:center;
	#margin-top:10px;
}
.form_privacy_txt1 {
	#width:700px;
	#line-height:150%;
	#color:#666666;
}
table tbody tr th.width233 {
	#width:233px;
}
table tbody tr td.width567 {
	#width:567px;
}
.confirm_anqguide {
	#width: 700px;
	#color: #666;
	#text-align: center;
	#margin: 30px 0 15px;
}
.confirm_txt {
	padding-left: 10px;
	#width: 510px;
	#word-wrap: break-word;
	#word-break: break-all;
	#color: #666;
	#line-height: 14px;
}
.confirm_txt_mag {
	padding-left: 68px;
	#width: 510px;
	#word-wrap: break-word;
	#word-break: break-all;
	#color: #666;
	#line-height: 14px;
}
#magazineregist_confirmtable tbody tr td {
	padding-top: 18px;
} 

table tbody tr th.confirm_width249 {
	#width:269px;
}

table tbody tr td.confirm_width551 {
	#width:531px;
}
.inquiry_area .chara-regist table tbody tr th {
	#width:249px;
}

.confirm_submitBox {
	#width: 700px;
	#text-align: center;
	#margin-top: 10px;
}
/* ↑ 20130110 IE7用ユニークcssから転載 */

/*---ファイルアップロード
================================================================*/
.ya_g-left {
	background-image: url(../../img/icon-ya_gray.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
	margin-top: 10px;
	}
.uploadBox {
	width:559px;
	height:33px;
	background-image: url(../../img/upload-txt_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
}
.uploadBox input.uploadInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:2px;
	border:none;
	float:left;
	line-height:21px;
	width:500px;
	height:21px;
	font-size:107.7%;
	background:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: 3px;
}
.uploadBox input.uploadInput a,
.uploadBox input.uploadInput a:active {
	border:none !important;
}
.uploadBox input.uploadBtn {
	padding:0px;
	float:right;
	width:46px;
	height:33px;
}
.uploadImg_area {
	width:auto;
	height:200px;
	padding-left: 250px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.uploadImg_area .uploadImg {
	text-align:center;
	height: 194px;
	width: 194px;
	border: 3px solid #39F;
}
/*キーワードボックス*/
.mpy-regist table .keywordBox {
	width:100px;
	height:25px;
	background-image: url(../../img/myp/myp-writer_regist_writing100.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}
.mpy-regist table .keywordBox input.keywordInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	border:none;
	/*line-height:21px;*/
	line-height:14px;
	width:90px;
	height:18px;
	/*font-size:10px;*/
	font-size:12px;
	background:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
.mpy-regist table .ykeywordBox input.keywordInput a,
.mpy-regist table .keywordBox input.keywordInput a:active {
	border:none !important;
}
#top #wrapper #container #ctnType03 #main .mypageModule .pad-r30 .mgTB20 #slider ul{
	width: 650px;
}
#top #wrapper #container #ctnType03 #main .mypageModule .pad-r30 .mgTB20 #slider ul li {
	float: left;
	width: 120px;
	overflow:hidden;
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	text-align: center;
}
#top #wrapper #container #ctnType03 #main .mypageModule .pad-r30 .mgTB20 #slider ul li .gray {
	border: 3px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

#top #wrapper #container #ctnType03 #main .mypageModule .pad-r30 .mgTB20 #slider ul li .on {
	border: 3px solid #39F;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*アップロードキャラ（その他）
================================================================*/
/*スライドイメージ（？）部分*/
#slider {
	width:690px;
	height:180px;
	vertical-align: middle;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	text-align: center;
	padding-left: 10px;
		}
#slider .prevBtn {
	float: left;
	width: 24px;
	height:110px;
	padding-top: 38px;
	}
#slider .nextBtn {
	float: left;
	width: 24px;
	height:110px;
	margin-left:15px;
	padding-top: 38px;
	}
#slider_noBor {
/*	width:690px; 2011/08/22 Del Kato */
	width:720px; /* 2011/08/22 Edit kato */
	height:180px;
	vertical-align: middle;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
/*	margin-bottom: 20px; 2011/08/22 Del Kato */
	margin-bottom: 0px; /* 2011/08/22 Edit kato */
	text-align: center;
	padding-left: 10px;
		}
#slider_noBor .prevBtn {
	float: left;
	width: 24px;
	height:110px;
	padding-top: 60px;
	}
#slider_noBor .nextBtn {
	float: left;
	width: 24px;
	height:110px;
	padding-top: 60px;
	}
/* 2011/08/22 Add kato */
#slider_noBor .gray {
		margin-top: 0px;
	}

#top #wrapper #container #ctnType03 #main .mypageModule .pad-r30 .mgTB20 #slider_noBor ul{
	width: 650px;
}
#top #wrapper #container #ctnType03 #main .mypageModule .pad-r30 .mgTB20 #slider_noBor ul li {
	float: left;
	width: 120px;
	overflow:hidden;
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	text-align: center;
}
#top #wrapper #container #ctnType03 #main .mypageModule .pad-r30 .mgTB20 #slider_noBor ul li .gray {
	border: 3px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

#top #wrapper #container #ctnType03 #main .mypageModule .pad-r30 .mgTB20 #slider_noBor ul li .on {
	border: 3px solid #39F;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*登録情報「キャラクター画像（メイン）」
================================================================*/
/* 2011/08/22 Add kato */
.character_title {
	font-size:24px;
	color:#444444;
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width:730px;
	}

.character_area {
	height: auto;
	width: 750px;
	/*margin-top: 40px;*/
	margin-top: 35px;
	/*margin-bottom: 30px;*/
	margin-bottom: -20px;
	}
.myp-chara_Limg {
	width: 130px;
	height: 300px;
	float: left;
	text-align: left;
	vertical-align:1px;
	 margin-left: 15px;
	}
.myp-chara_Limg .gray {
	border: 3px solid #CCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	/*margin-bottom: 10px;*/
	margin-bottom: 5px;
	margin-left: 0px;
}
.myp-chara_Limg p {
	/*margin-bottom: 10px;*/
	margin-bottom: 5px;
	}
.myp-chara_R table {
	/*width: 600px;*/
	width: 560px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	}
.myp-chara_R table tr th {
	color:#666;
	/*font-size:12px;*/
	font-size:12px;
	/*width: 210px;*/
	width: 170px;
	font-weight: bold;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #DDFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	text-align: center;
	padding: 5px;
	}
.myp-chara_R table td {
	color:#666;
	/*font-size:12px;*/
	font-size:12px;
	line-height:1.7em;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px;
	}
.myp-chara_R table td p {
	color:#666;
	font-size:12px;
	padding: 0px;
	margin: 0px;
	}
/*編集キャラクター画像メイン----------------------------*/
.character-regi_area {
	height: auto;
	width: 700px;
	/*margin-top: 40px;*/
	margin-top: 20px;
	/*margin-bottom: 30px;*/
	/* margin-bottom: -60px; DEL 2011/12/21 kato */
	}
.myp-chara_regiLimg {
	width: 130px;
	height: auto;
	float: left;
	text-align: center;
	vertical-align: top;
	}
.myp-chara_regiR {
	float: right;
	margin-bottom: 30px;
	}
.myp-chara_regiLimg .gray {
	border: 3px solid #CCC;
	margin-bottom: 10px;
}
.myp-chara_regiLimg p {
	margin-bottom: 10px;
	}
.myp-chara_regiR .mpy-registT {
	height: 12px;
	width: 560px;
	background-image: url(../../img/table-T560.gif);
	background-repeat: no-repeat;
	}
.myp-chara_regiR .mpy-regist {
	width: 560px;
	height: auto;
	background-color: #F8F8F8;
	background-image: url(../../img/table-M560.gif);
	background-repeat: repeat-y;
	}
.myp-chara_regiR .mpy-registB {
	height: 12px;
	width: 560px;
	background-image: url(../../img/table-H560.gif);
	background-repeat: no-repeat;
	}
.mpy-chara-regist {
	width: 560px;
	height: auto;
	background-color: #F8F8F8;
	background-image: url(../../img/table-M560.gif);
	background-repeat: repeat-y;
	}
.myp-chara_regiR table {
	width: 560px;
	}
.myp-chara_regiR table tr th {
	color:#444;
	font-size:15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-weight: bold;
	padding-right: 5px;
	vertical-align: top;
	}
.myp-chara_regiR table td {
	color:#666;
	font-size:12px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 40px;
	}
.myp-chara_regiR table td.upload {
	color:#666;
	font-size:10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	}
.myp-chara_regiR table td.upload p {
	color:#666;
	font-size:10px;
	}
.myp-chara_regiR table td p {
	color:#666;
	font-size:12px;
	padding: 0px;
	margin: 0px;
	}
/*-----通常テキストボックス-------------*/
.myp-chara_regiR table .txtBox {
	width:408px;
	height:25px;
	background-image: url(../../img/myp/myp-writer_regist_writing.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.myp-chara_regiR table .txtBox input.txtInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	border:none;
	line-height:21px;
	width:380px;
	height:18px;
	font-size:12px;
	background:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
.myp-chara_regiR table .txtBox input.txtInput a,
.myp-chara_regiR table .txtBox input.txtInput a:active {
	border:none !important;
}
/*-----郵便番号テキストボックス-------------*/
.myp-chara_regiR table .yubinBox {
	width:100px;
	height:25px;
	background-image: url(../../img/myp/myp-writer_regist_writing100.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.myp-chara_regiR table .yubinBox input.yubinInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	border:none;
	line-height:21px;
	width:90px;
	height:18px;
	font-size:10px;
	background:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
.myp-chara_regiR table .yubinBox input.yubinInput a,
.myp-chara_regiR table .yubinBox input.yubinInput a:active {
	border:none !important;
}
/*-----横335pxテキストボックス-------------*/
.myp-chara_regiR table .txt335Box {
	width:335px;
	height:25px;
	background-image: url(../../img/myp/myp-writer_regist_writing335.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.myp-chara_regiR table .txt335Box input.txt335Input {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	border:none;
	line-height:21px;
	width:320px;
	height:18px;
	font-size:10px;
	background:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
.myp-chara_regiR table .txt335Box input.txt335Input a,
.myp-chara_regiR table .txt335Box input.txt335Input a:active {
	border:none !important;
}
/*-----横408px縦76pxテキストボックス-------------*/
.myp-chara_regiR table .txtBoxH {
	width:408px;
	height:76px;
	background-image: url(../../img/myp/myp-writer_regist_writingH.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.myp-chara_regiR table .txtBoxH textarea.txtHInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	border:none;
	/*line-height:21px;*/
	line-height:14px;
	width:400px;
	height:70px;
	font-size:12px;
	/*background:none;*/
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
.myp-chara_regiR table .txtBoxH textarea.txtHInput a,
.myp-chara_regiR table .txtBoxH textarea.txtHInput a:active {
	border:none !important;
}
/*キーワードボックス*/
.myp-chara_regiR table .keywordBox {
	width:100px;
	height:25px;
	background-image: url(../../img/myp/myp-writer_regist_writing100.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}
.myp-chara_regiR table .keywordBox input.keywordInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	border:none;
	/*line-height:21px;*/
	line-height:14px;
	width:90px;
	height:18px;
	font-size:12px;
	background:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
.myp-chara_regiR table .keywordBox input.keywordInput a,
.myp-chara_regiR table .keywordBox input.keywordInput a:active {
	border:none !important;
}
.botan560-center {
	width:560px;
	text-align:center;
}
/*アップロード編集キャラクター画像メイン*/
.uploadBox480 {
	width:480px;
	height:25px;
	background-image: url(../../img/myp/myp-character_regist_wri480.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	margin-top: -5px;
}
.uploadBox480 input.uploadInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:2px;
	border:none;
	float:left;
	line-height:21px;
	width:425px;
	height:20px;
	font-size:12px;
	background:none;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 3px;
}
.uploadBox480 input.uploadInput a,
.uploadBox480 input.uploadInput a:active {
	border:none !important;
}
.uploadBox480 input.uploadBtn480 {
	padding:0px;
	float:right;
	width:47px;
	height:25px;
}
/*-----通常テキストボックス480px-------------*/
.txtBox480 {
	width:480px;
	height:25px;
	background-image: url(../../img/myp/myp-character_regist_wri480.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*margin-top: 5px;*/
	margin-top: -5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.txtBox480 input.txtInput480 {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	border:none;
	line-height:normal;
	width:475px;
	height:20px;
	font-size:12px;
	background:none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.txtBox480 input.txtInput480 a,
.txtBox480 input.txtInput480 a:active {
	border:none !important;
}
/*キーワードボックス*/
.mpy-chara-regist table .keywordBox153 {
	width:153px;
	height:25px;
	background-image: url(../../img/myp/myp-character_regist_wri153.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}
.mpy-chara-regist table .keywordBox153 input.keywordInput153 {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:0.15em;
	border:none;
	/*line-height:21px;*/
	line-height:14px;
	width:145px;
	height:18px;
	font-size:12px;
	background:none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
.mpy-chara-regist table .keywordBox input.keywordInput153 a,
.mpy-chara-regist table .keywordBox153 input.keywordInput153 a:active {
	border:none !important;
}
/*-----横480px縦76pxテキストボックス-------------*/
.mpy-chara-regist table .txtBoxH {
	width:480px;
	height:76px;
	background-image: url(../../img/myp/myp-character_regist_wri480H76.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*margin-top: 5px;*/
	margin-top: -5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mpy-chara-regist table .txtBoxH textarea.txtHInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	/*margin-top:0.15em;*/
	margin-top:0.25em;
	outline:0;
	border:none;
	*border:0;
	/*line-height:21px;*/
	line-height:14px;
	/*width:473px;*/
	width:470px;
	/*height:70px;*/
	height:60px;
	font-size:12px;
	/*background:none;*/
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: 0.3em;
}
.mpy-chara-regist table .txtBoxH textarea.txtHInput a,
.mpy-chara-regist table .txtBoxH textarea.txtHInput a:active {
	border:none !important;
}
/*--キャラクターを探す
----------------------------------------------*/
table.genre {
	padding: 0px;
	height: auto;
	border: 0;
	width: 699px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
table.genre td {
	margin:0px;
	padding:0px;
	width: 233px;
	line-height: 0px;
	height: 80px;
}
/*-----キーワードボックス検索-------------*/
.uploadBox497 {
	width:497px;
	height:34px;
	background-image: url(../../img/chara-search_txtBoxbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.uploadBox497 input.uploadInput {
	display: inline-block;/* Opera Safari用 */
	display:-moz-inline-box;/* Firefox Netscape用 */
	vertical-align:middle;
	margin-top:2px;
	border:none;
	float:left;
	line-height:21px;
	width:448px;
	height:28px;
	font-size:12px;
	background:none;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 3px;
}
.uploadBox497 input.uploadInput a,
.uploadBox497 input.uploadInput a:active {
	border:none !important;
}
.uploadBox497 input.uploadBtn497 {
	padding:0px;
	float:right;
	width:41px;
	height:34px;
}
/*--ダウンロード
----------------------------------------------*/
table.download {
	padding: 0px;
	height: auto;
	border: 0;
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
}
table.download td {
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px; /* 2011/08/20 kato add */
	margin: 0px;
	padding: 0px;
	width: 140px;
}
/* 2011/08/20 kato add */
table.download td.algCenter {
	padding-top: 6px;
}


/*--アニメーション
------------------------------------------*/
/*ページナビゲーション*/
.inquiry_area .pageNation {
	margin:0 auto;
	padding-top:20px;
	width:23em;
	clear:both;
	font-size:76.9%;
/*	font-weight:bold; */
}
/* forSafari,Chrome,FF3 */
body:nth-of-type(1) .inquiry_area .pageNation {
	font-size:84.6%;
}
/* forFF3 */
.inquiry_area .pageNation,
x:-moz-any-link,
x:default {
	font-size:76.9% !important;
}

.inquiry_area .pageNation li {
	margin:0;
	display:inline;
	padding:0;
	float:left;
}
.inquiry_area .pageNation li a {
	color:#009bff;
	text-decoration:none;
}
.inquiry_area .pageNation li a:hover {
	color:#009bff;
	text-decoration:underline;
}
.inquiry_area .pageNation li span {
	padding:12px;
	display:block;
}
.inquiry_area .pageNation li span.active {
	/*padding:8px 10px;*/
	padding:7px 5px; /*20110820 update*/
	border:1px solid #dddddd;
	display:block;
	background:#dddddd;
}
.inquiry_area .pageNation a.bdr {
	/*padding:8px 10px;*/
	padding:7px 5px; /*20110820 update*/
	border:1px solid #dddddd;
	display:block;
	/*line-height:1.0;*/
	line-height:0.5;/*20110820 update*/
	color:#009bff;
	text-decoration:none;
}

.inquiry_area .pageNation .oneOverObj span,
.inquiry_area .pageNation .oneOverNextPage span {
	margin-top: -3px;
}

.inquiry_area .pageNation .oneOverObj span,
.inquiry_area .pageNation .oneOverNextPage span { /* 20130110 */
	#margin-top: -5px;
}

.inquiry_area .pageNation .oneOverObj span.active {
	margin-top: 0;
}

.inquiry_area .pageNation li span.active { /* 20130110 */
	#padding:5px;
	#line-height:1.0;
}
.inquiry_area .pageNation a.bdr { /* 20130110 */
	#padding:5px;
	#line-height:1.0;
}
.inquiry_area .pageNation a.bdr:hover {
	border:1px solid #dddddd;
	color:#009bff;
	text-decoration:underline;
}
.inquiry_area .pageNation span {
	margin:0 8px;
	/*line-height:1.0;*/
	line-height:0.5;/*20110820 update*/
}
/*アニメーションテーブル*/
table.anima {
	padding: 0px;
	height: auto;
	border: 0;
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

table.anima td.animation {
	vertical-align: top;
	font-size: 11px; /* 2011/08/20 kato add */
/*	font-weight: bold; */
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 140px;
}
 /* 2011/08/22 kato add */
table.anima td.animation a {
	vertical-align: top;
	font-size: 11px;
/*	font-weight: bold; */
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 140px;
}

/*新着テーブル*/
table.newarrivalList {
	margin: 0 auto;
}

/*--登録キャラクター
--------------------------------------------------*/
#container #main .mypageModule_sec {
	background:url(../../img/myp_bgrep.gif) left top repeat-x;
	#margin-top: -2px; /* 20130110 */
	padding-top: 58px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 115px;
}
.chara-toroku_area {
	height: auto;
	width: 700px;
	margin-top: 40px;
	margin-bottom: 30px;
	}
/*ページナビゲーション*/
.chara-toroku_area .pageNation {
	margin:0 auto;
	padding-top:20px;
	width:23em;
	clear:both;
	font-size:76.9%;
/*	font-weight:bold; */
}
/* forSafari,Chrome,FF3 */
body:nth-of-type(1) .chara-toroku_area .pageNation {
	font-size:84.6%;
}
/* forFF3 */
.chara-toroku_area .pageNation,
x:-moz-any-link,
x:default {
	font-size:76.9% !important;
}

.chara-toroku_area .pageNation li {
	margin:0;
	display:inline;
	padding:0;
	float:left;
}
.chara-toroku_area .pageNation li a {
	color:#009bff;
	text-decoration:none;
}
.chara-toroku_area .pageNation li a:hover {
	color:#009bff;
	text-decoration:underline;
}
.chara-toroku_area .pageNation li span {
	padding:12px;
	display:block;
}
.chara-toroku_area .pageNation li span.active {
	padding:8px 10px;
	border:1px solid #dddddd;
	display:block;
	background:#dddddd;
}
.chara-toroku_area .pageNation a.bdr {
	padding:8px 10px;
	border:1px solid #dddddd;
	display:block;
	line-height:1.0;
	color:#009bff;
	text-decoration:none;
}
.chara-toroku_area .pageNation a.bdr:hover {
	border:1px solid #dddddd;
	color:#009bff;
	text-decoration:underline;
}
.chara-toroku_area .pageNation span {
	margin:0 8px;
	line-height:1.0;
}

#top #wrapper #container #ctnType03 #main p.editAttention {
	margin-top: 7px;
	color: #FF0000;
}


/*--サイトマップ
------------------------*/
#container_bg {
	margin:0 auto;
	width:1200px;
	background-image: url(../../img/bg_charaImg.gif);
	background-repeat: repeat-y;
}
/* 2011/08/22 Add kato */
.sitemap_title {
	font-size:24px;
	color:#444444;
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}

ul.sitemap {
	margin-top: 15px;
	}
ul.sitemap  li{
	background-image: url(../../img/sitemap_ya.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	padding-bottom: 15px;
	/*padding-bottom: 10px;*/
	list-style-type: none;
	padding-left: 25px;
	font-size: 16px;
	/*font-size: 14px;*/
	width: 325px;
	float: left;
	font-weight: bold;
	}
ul.sitemap_sec {
	clear: both;
	padding-top: 50px;
	}
ul.sitemap_sec  li {
	background-image: url(../../img/sitemap_ya.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	padding-bottom: 5px;
	list-style-type: none;
	padding-left: 25px;
	/*font-size: 18px;*/
	font-size: 16px;
	width: 315px;
	float: left;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	}
ul.sitemap_sec  li a:link {
	text-decoration:none;
	color: #444;
}
ul.sitemap_sec  li a:visited {
	text-decoration:none;
	color: #444;
}
ul.sitemap_sec  li a:hover {
	text-decoration:underline;
	color: #444;
}
ul.sitemap_sec  li a:active {
	text-decoration:none;
	color: #444;
}



ul.sitemap1  li{
	height: auto;
    /*width: 325px;*/
    width: 350px;
    margin-top: 8px;
	font-size: 16px;
	font-weight: bold;
	float: left;
}


ul.sitemap_sec1 {
	clear: both;
	padding-top: 50px;
	}

ul.sitemap_sec1  li {
	height: 30px;
	font-size: 16px;
	/*width: 315px;*/
	width: 340px;
	float: left;
	/*margin-right: 10px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 25px;
	}
ul.sitemap_sec1  li a:link {
	text-decoration:none;
	color: #444;
}
ul.sitemap_sec1  li a:visited {
	text-decoration:none;
	color: #444;
}
ul.sitemap_sec1  li a:hover {
	text-decoration:underline;
	color: #444;
}
ul.sitemap_sec1  li a:active {
	text-decoration:none;
	color: #444;
}

/*--利用規約
----------------------------------*/
dl.terms {
	margin-bottom:15px;
	padding-bottom:20px;
	border-bottom:none;
}
dl.terms dt {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
dl.terms dd {
	color: #666;
	padding-left: 10px;
	}
dl.terms dt.termsSec {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	border-bottom-style: none;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background-color: #EEE;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-left: 5px;
	clear: both;
	}
.floratR100 {
	width: 130px;
	float: left;
	color: #666;
	clear: both;
}
/*--ニュース
----------------------------------*/
.newsT {
	width: 700px;
	height: 50px;
	background-image: url(../../img/table-newsT.gif);
	background-repeat: no-repeat;
}
.news-title {
	font-size: 17px;
	font-weight: bold;
	color: #009BFF;
	width: 660px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	/*background:url(../../img/line_news.gif) left bottom no-repeat;*/
	/*border-bottom-width: 1px;*/
	/*border-bottom-style: dotted;*/
	/*border-bottom-color: #999;*/
}
.newsM {
	width: 700px;
	background-image: url(../../img/table-newsM.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
	}
.mgLR20 {
	margin-right: 20px;
	margin-left: 20px;
	color: #666;
}
.newsH {
	width: 700px;
	height: 10px;
	background-image: url(../../img/table-newsH.gif);
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

/*--ライセンセンシー募集
--------------------------------------------------*/
.licen16F_ore {
	color:#FE5009;
	font-size: 16px;
	font-weight: bold;
	}
.licensee_tb {
	background-image: url(../../img/bg-455-99.gif);
	background-repeat: no-repeat;
/*	height: 79px; kato */
	height: 84px;
	width: 455px;
/*	padding-top: 20px; kato */
	padding-top: 15px;
	float: left;
	margin-bottom: 20px;
/*	margin-top: 20px; kato */
	margin-top: 10px;
	}
.licensee_tbR {
	background-image: url(../../img/bg-455-99.gif);
	background-repeat: no-repeat;
/*	height: 79px; kato */
	height: 84px;
	width: 455px;
/*	padding-top: 20px; kato */
	padding-top: 15px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
/*	margin-top: 20px; kato */
	margin-top: 10px;
	}


/*--多キャラ箱について
--------------------------------------------------*/
.about_tb {
	background-image: url(../../img/bg-459-123.gif);
	background-repeat: no-repeat;
	height: 123px;
	width: 459px;
	padding-top: 15px;
	float: left;
	margin-bottom: -5px;
	margin-top: -10px;
	}
.about_tbR {
	background-image: url(../../img/bg-459-123.gif);
	background-repeat: no-repeat;
	height: 123px;
	width: 459px;
	padding-top: 15px;
	float: left;
	margin-left: 10px;
	margin-bottom: -5px;
	margin-top: -10px;
	}

.about_character_tb {
	background-image: url(../../img/bg-character-930-120.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 930px;
	padding-top: 18px;
	padding-left: 265px;
	float: left;
	margin-bottom: -15px;
	margin-top: 50px;
	}

.about_licensee_tb {
	background-image: url(../../img/bg-licensee-931-120.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 931px;
	padding-top: 34px;
	padding-left: 265px;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	}

/*
@media screen and (-webkit-min-device-pixel-ratio:0){
.character_btn {
	position: relative;
	top: -60px;
	left: 460px;
	margin-left: 25px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.character_btn img{
	width: 142px;
	height: 40px;
	}
}

*/

body:nth-of-type(1) .character_btn {
	position: relative;
	top: -60px;
	left: 460px;
	margin-left: 25px;
}


body:nth-of-type(1) .character_btn img{
	width: 142px;
	height: 40px;
}


.character_btn {
	position: relative;
	top: -60px;
	left: 460px;
	margin-left: 25px;
	}

.character_btn img {
	width: 142px;
	height: 40px;
	}


/*
@media screen and (-webkit-min-device-pixel-ratio:0){
.licensee_btn {
	position: relative;
	top: -48px;
	left: 460px;
	margin-left: 25px;
	}
}


@media screen and (-webkit-min-device-pixel-ratio:0){
.licensee_btn img{
	width: 142px;
	height: 40px;
	}
}
*/
body:nth-of-type(1) .licensee_btn {
	position: relative;
	top: -48px;
	left: 460px;
	margin-left: 25px;
}

body:nth-of-type(1) .licensee_btn img{
	width: 142px;
	height: 40px;
}

.licensee_btn {
	position: relative;
	top: -48px;
	left: 460px;
	margin-left: 25px;
	}

.licensee_btn img {
	width: 142px;
	height: 40px;
	}

/*--キャラクター募集
--------------------------------------------------*/
.character_L {
	height: 500px;
	width: 460px;
	padding-top: 15px;
	float: left;
	margin-bottom: 0px;
	margin-top: -10px;
	}

.character_R {
	height: 500px;
	width: 460px;
	padding-top: 15px;
	float: left;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: -10px;
	}

.character_tb1 {
	background-image: url(../../img/bg-457-126.gif);
	background-repeat: no-repeat;
	height: 126px;
	width: 457px;
	padding-top: 15px;
	float: left;
	margin-bottom: 0px;
	margin-top: 40px;
	}

.character_tb2 {
	background-image: url(../../img/bg-457-126.gif);
	background-repeat: no-repeat;
	height: 126px;
	width: 457px;
	padding-top: 15px;
	float: left;
	margin-bottom: -5px;
	margin-top: 5px;
	}

.character_tb3 {
	background-image: url(../../img/bg-457-66.gif);
	background-repeat: no-repeat;
	height: 66px;
	width: 457px;
	padding-top: 15px;
	float: left;
	margin-bottom: 20px;
	margin-top: 40px;
	}



/*--ヘルプ
--------------------------------------------------*/
.help_L {
	width: 200px;
	padding-top: 15px;
	float: left;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 35px;
	}

.help_R {
	width: 700px;
	padding-top: 15px;
	float: left;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	}


.help_Menu1 {
	margin-left: 3px;
	margin-top: 3px;
	/*padding-top: 5px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	font-weight: bold;
	color: #696969;
	}
p.help_Menu2{
	margin-left: 12px;
	/*padding-top: 5px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	color: #01a2fd;
	}
p.help_Menu2 a:link {
	font-size: 10px;
	text-decoration:none;
	color: #01a2fd;
	}
p.help_Menu2 a:visited {
	font-size: 10px;
	text-decoration:none;
	color: #01a2fd;
	}
p.help_Menu2 a:hover {
	font-size: 10px;
	text-decoration:underline;
	color: #01a2fd;
	}
p.help_Menu2 a:active {
	font-size: 10px;
	text-decoration:none;
	color: #01a2fd;
	}

.help_R_contents_title {
	margin-left: 3px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #696969;
	}

.help_R_contents {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 30px;
	}


dl.help_terms {
	margin-bottom:15px;
	padding-bottom:20px;
	border-bottom:none;
	line-height: 1.5em;
}
dl.help_terms dt {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
dl.help_terms dd {
	color: #666;
	padding-left: 10px;
	}
dl.help_terms dt.help_termsSec {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	border-bottom-style: none;
	margin-left: 2px;
	margin-right: -2px;
	margin-bottom: 15px;
	padding-bottom: 3px;
	background-color: #EEE;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-left: 5px;
	clear: both;
	}

dl.help_terms dd.ddKomidashi {
	margin: 15px 0 5px;
}

dl.help_terms dd ul.noNumList,
dl.help_terms dd ol.numList {
	margin: 15px 0;
	padding-left: 30px;
	border-left: 3px solid #CCC;
}

dl.help_terms dd ul.noNumList {
	padding-left: 10px;
}

dl.help_terms dd ul.noNumList li,
dl.help_terms dd ol.numList li{
	color: #666;
	line-height: 1.5;
	margin-bottom: 4px;
}

dl.help_terms dd ol.numList li{
	list-style-type: decimal;
	list-style-position: outside;
}

dd.qList {
	margin-bottom: 20px;
}

dd.qList li,
dd.qList2 li {
	margin-bottom: 3px;
}

dd.qList li a span.listQTxt,
dd.qList2 li a span.listQTxt {
/*	background-color: #FFF;
	padding: 2px 3px; */
	color: #CC3333;
	font-size: 16px;
	font-weight: bold;
}

dl.help_terms dd.qaType {
	margin: 30px 0 10px;
	padding: 4px 5px;
	border: 1px solid #CCC;
	width: 350px;
}

dl.help_terms dd.ddQuestion {
	color: #DE5538;
	margin: 15px 0 5px;
	padding-top: 10px;
	border-top: 1px dashed #CCC;
}

dl.help_terms dd.borderNone {
	margin-top: 0;
	border-style: none;
}

dl.help_terms dd.ddAnswer {
	margin: 5px 0 10px;
}

dl.help_terms dd.ddQuestion span.qTxt,
dl.help_terms dd.ddAnswer span.aTxt {
	font-size: 22px;
	font-weight: bold;
}

dl.help_terms dd.ddQuestion span.qTxt {
	color: #CC3333;
}

dl.help_terms dd.ddAnswer span.aTxt {
	color: #5CA0F4;
}














.error_msg_1 {
	color:red;
	padding-top: 5px;
}

a.prevMain{
	cursor:pointer;
}
a.nextMain{
	cursor:pointer;
}
/*=== 折り返し ===*/
.lineWordWrap {
	white-space: pre; /* CSS 2.0 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3.0 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP Printers */
	word-wrap: keep-all; /* IE 5+ */
}


/*=== all 20121204 kamide ===*/
.wh70 {
	width:70px:
	height:70px;
}


.lnvFrame ul li.charaSeachNav {
	height:30px;
}

.topContentLogo {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

.topPickupDd {
	padding-bottom:0.3em;
	color:#66d600;
	font-size:110.7%;
	line-height:1.2;
	width:160px;
}

.topPickupDd a.topPickupDdAtext {
	color:#66d600;
	font-size:110.7%;
	font-weight: bold;
}

.topRankingDiv {
	height: 32.3px;
	width: 91px;
	line-height:16.0px;
	overflow: hidden;
	display: block;
	word-wrap:break-word;
	word-break:break-all;
}

.topRankingDiv a {
	font-weight: bold;
}

div.centerNavi noscript.topNoscript {
	position: absolute;
	top:10px;left:220px;
	width:420px;z-index:200;
}

div.centerNavi noscript p.topNoscriptP {
	padding: 3px 5px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
	color: #F00;
	border: 1px #F00 solid;
	background-color: #FFF;
}

#footer .topFtrBox {
	height: 120px;
}

.topList .topBtnList03_login {
	width:264px;
	left: 0px;
	text-align:right;
	padding-right: 10px;
}

.topList .topBtnList03_login span {
	color: rgb(102, 102, 102);
	font-size: 84.6% !important;
	font-weight: 700;
	line-height: 1.2em;
}

.topList .topBtnList03_mypage {
	width:525px;
	left: 274px;
}

.topList .topBtnList03_logout {
	width:525px;
	left: 382px;
}

.topList .topBtnList03_regist {
	left: 205px;
}

.thumbList .result1 .resultThumbImg1 {
/*	padding-right: 30px; */
	padding-right: 20px;
	margin: 0px;
/*	width: 116px;
	height: 116px; */
	width: 139px;
	height: 139px;
	vertical-align: middle;
}

.thumbList .result1 .resultThumbImg1 a img {
	border: 1px solid #CCCCCC;
}

#container #ctnType01 #main .thumbList .boxWidth700,
.inquiry_area .boxWidth700,
#container #main boxWidth700,
.boxWidth700 {
	width: 700px;
}

.inquiry_area .boxWidth700mgL12,
#container #ctnType01 #main .thumbList .boxWidth700mgL12 {
	width: 700px;
	margin-left: 12px;
}

#container #ctnType01 #main .thumbList .pageNation ul,
#container .inquiry_area .pageNation ul {
	text-align: center;
	position: relative;
	left: 50%;
	display:inline;
	float: left;
}

#container #ctnType01 #main .thumbList .pageNation li.oneOverObj,
#container .inquiry_area .pageNation li.oneOverObj {
	margin-right: -10px;
	display: inline;
	float:left;
	position:relative;
	left: -50%;
}

#container #ctnType01 #main .thumbList .pageNation li.oneOverNum,
#container .inquiry_area .pageNation li.oneOverNum {
	padding-left:10px;
	display: inline;
	float: left;
	position: relative;
	left: -50%;
}

#container #ctnType01 #main .thumbList .pageNation li.oneOverNextPage,
#container .inquiry_area .pageNation li.oneOverNextPage {
	display: inline;
	float: left;
	position: relative;
	left: -50%;
}

.pageSummaryTxt { /* 20130110 */
	margin-top: 7px;
	margin-bottom: 0px;
}


/*--リンク集
--------------------------------------------------*/
p.link_Menu{
	margin-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #01a2fd;
	}
p.link_Menu a:link {
	text-decoration:none;
	color: #01a2fd;
	}
p.link_Menu a:visited {
	text-decoration:none;
	color: #01a2fd;
	}
p.link_Menu a:hover {
	text-decoration:underline;
	color: #01a2fd;
	}
p.link_Menu a:active {
	text-decoration:none;
	color: #01a2fd;
	}
p.link_Menu a:hover {
	padding-bottom:1px;
	}

.link_R_contents_sub_title {
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 0px;
	color: #666666;
	font-size: 14px;
	}
table.linkinfobox {
	width: 99%;
	}
table.linkinfobox tr td {
	padding: 3px 0;
	}
table.linkinfobox tr td.linktxt {
	color: #666666;
	width: 220px;
	}
table.linkinfobox tr td {
	color: #666666;
	}
table.linkinfobox tr td.help_termsSec {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-bottom-style: none;
	margin-left: 2px;
	margin-right: -2px;
	margin-bottom: 15px;
	padding-bottom: 3px;
	background-color: #EEE;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-left: 5px;
	clear: both;
	}
.help_R_contents_title .txtsmall {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	}


/*--リンク集 追加によるフッター修正
--------------------------------------------------*/
#footer .ftrBox .ftrBoxWire {
	padding-top: 7px;
}
#footer .ftrBox .ftrBoxWire .linkList2 {
	margin-top:5px;
	margin-top:5px\9;
	*margin-top:0px;
	margin-bottom:10px;
/*	padding-bottom:40px; 20140917 */
	padding-bottom:27px;
	border-bottom:1px solid #d6d6d6;
}
#footer .ftrBox .ftrBoxWire .linkList2 li {
	margin:0;
	padding-top:-10px;
	padding-top:-10px\9;
	*padding-top:9px;
	padding-right:10px;
	float:left;
	line-height:1.6;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../../img/ftr_item_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	white-space: nowrap;
}

#footer .ftrBox .ftrBoxWire .linkList2 li.clearLi {
	clear: left;
}

#footer .ftrBox .ftrBoxWire .linkList2 li a {
	color: #888888;
}

/* ie6,7 */
#footer .ftrBox .ftrBoxWire .linkList2 {
	/padding-bottom: 30px;
}
#footer .ftrBox .ftrBoxWire .linkList2 li {
	/margin:0;
	/padding-top:0;
	/background-position: left 4px;
}

/* profile image waku */
img.waku_gray {
	border	:	solid 1px #C6C6C6;
}


/*-- googleAdsense 下層ページ追加 20140430 kamide
--------------------------------------------------*/
.siteLowerLogo {
	width: 191px;
	height: 112px;
	text-align: center;
    margin-top: 3px;
    margin-left: 3px;
}

.hdrLead, x:-moz-any-link {
/*    padding-top: 1px; */
}

.siteLowerLogo, x:-moz-any-link {
/*    margin-top: 1px; */
    margin-left: 2px;
}

.siteLowerLogo {
	margin-left: 2px\9; /* IE8以下 */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.siteLowerLogo {
		margin-left: 2px; /* IE10 */
	}
}
.siteLowerLogo:not(:target) {
	margin-left: 2px\9; /* IE9 */
}


#header .hdrColorful {
	margin-top: -17px;
	width: 100%;
	background: url(../img/hdr_colorfulline.gif) center bottom no-repeat;
}

#container #ctnType03 #main .contentsearchRsBox {
	width: 740px;
	float: left;
	padding-left: 35px;
}

#container #ctnType03 #main .gAddSidebanner {
	position: absolute;
	right: 0;
	top: 100px;
	text-align: right;
	width: 170px;
	height: 600px;
	padding-left: 15px;
	border-left: dashed 1px #CCCCCC;
}

#container #ctnType03 #main .gAddSidebannerSpace {
	text-align: right;
	width: 171px;
	height: 600px;
	padding-left: 15px;
	float: right;
}

#container #ctnType03 #newsmain .contentsearchRsBox {
	width: 740px;
	float: left;
	padding-left: 35px;
}

#container #ctnType03 #newsmain .gAddSidebanner {
	position: absolute;
	right: 0;
	top: 18px;
	text-align: right;
	width: 170px;
	height: 600px;
	padding-left: 15px;
	border-left: dashed 1px #CCCCCC;
}

#container #ctnType03 #newsmain .gAddSidebannerSpace {
	text-align: right;
	width: 171px;
	height: 600px;
	padding-left: 15px;
	float: right;
}


.gAddFooterbanner {
	width: 930px;
	height: 90px;
	margin: 0 auto 18px;
	padding: 0;
	clear: both;
	text-align: center;
}

.inquiry_area {
	margin-bottom: 30px;
}

#header .hdrContents {
	position: relative;
}

#header .hdrContents .gAddHeaderbanner {
	position: absolute;
	top: 10px;
	left: 280px;
	width: 468px;
	height: 60px;
}

#header .hdrRight ul.hdrBtn {
	padding-bottom: 20px;
}

#wrapper #header .hdrLead {
	line-height: 1.0;
}

#header .hdrLeft {
	margin: 0;
}

/*--まとめ
--------------------------------------------------*/
#main .contsummaryListUl {
	margin-left: 35px;
}

/*--ご意見箱
--------------------------------------------------*/

.questionabout .cont2Box {
	position: relative;
}

.questionabout .cont2Box .cont2Img {}

.questionabout .cont2Box .cont2Txt {
	position: absolute;
	width: 440px;
	height: 50px;
	top: 380px;
	left: 490px;
	line-height: 1.7;
}


/*---パスワード再設定、変更ページ
================================================================*/
.fontBold {
	font-weight: bold;
}


/*各種もっと見るボタン*/
#other_list_more_btn{
  cursor: pointer;
}
#anicomi_list_more_btn{
  cursor: pointer;
}
#download_list_more_btn{
  cursor: pointer;
}

#main #mainContentsWrapper {
	width: 930px;
	margin-left: 35px;
}

