@charset "UTF-8";

@import url("common.css");

/* --------------------------------------------------------------------------------------
 共通パーツ
--------------------------------------------------------------------------------------- */

/* レイアウト -------------------- */

div#ctLeft {
	float: left;
	width: 230px;
}

div#ctRight {
	float: right;
	width: 700px;
}


/* サブメニュー -------------------- */

div#ctLeft dl {
	background: #FFFFFF;
	border: 4px solid #D9D9D9;
}

div#ctLeft dl dt {
	font-size: 0;
}

div#ctLeft dl dt.member {
	padding: 7px;
	background: #9FD8EE;
}

div#ctLeft dl li {
	width: 222px;
	border-top: 1px solid #D9D9D9;
}

div#ctLeft dl li.noline {
	border-top: none;
}

div#ctLeft dl li a {
	display: block;
	padding: 4px 29px;
	background: url(http://www.design-channel.jp/images/icon_sub_arw.gif) no-repeat 14px .7em;
}
* html div#ctLeft dl li a {
	width: 164px;
}
*:first-child+html div#ctLeft dl li a {
	width: 164px;
}

div#ctLeft dl li.on a {
	background: url(http://www.design-channel.jp/images/icon_sub_arw_on.gif) no-repeat 14px .7em;
	color: #B3B3B3;
}

div#ctLeft dl li a:hover {
	background: #EDEDED url(http://www.design-channel.jp/images/icon_sub_arw_on.gif) no-repeat 14px .7em;
}

div#ctLeft dl li a:link,
div#ctLeft dl li a:visited,
div#ctLeft dl li a:hover,
div#ctLeft dl li a:active {
	color: #666666;
	text-decoration: none;
}
div#ctLeft dl li.on a:link,
div#ctLeft dl li.on a:visited,
div#ctLeft dl li.on a:hover,
div#ctLeft dl li.on a:active {
	color: #B3B3B3;
}

div#ctLeft dl p.txtRed {
	padding: 3px 17px 0;
	color: #FF3C53;
	font-size: 86%;
}


/* タイトル -------------------- */

.title {
	padding: 25px 0 7px;
	font-size: 167%;
	font-weight:bold;
	line-height: 1.5;
}
* html .title {
	padding: 29px 0 10px;
}

.title img {
	margin-top: 7px;
	margin-left: 3px;
	vertical-align: top;
}

.title img.star {
	margin-top: 5px;
}

* html .title img {
	margin-top: 2px;
}
* html .title img.star {
	margin-top: 0;
}

.subTitle {
	margin: 19px 0 10px;
	padding: 1px 4px;
	background: #9FD8EE;
	font-size: 117%;
	font-weight: bold;
}

.subTitle span {
	padding-left: 5px;
	border-left: 4px solid #FFFFFF;
}

h2.memInfotit {
	font-weight:bold;
	margin-bottom:7px;
}

h3.arw {
	margin-bottom: 5px;
	padding-left: 13px;
	font-weight: bold;
	background: url(http://www.design-channel.jp/images/icon_arw_blue.gif) no-repeat left center;
}

h3.arw span {
	font-weight: normal;
}


/* テキスト -------------------- */

div#ctArea .txtS {
	font-size: 86%;
}

div#ctArea .txtRed {
	color: #FF0000;
}

div#ctArea .tLeft {
	text-align: left;
}

div#ctArea .tCenter {
	text-align: center;
}

div#ctArea .tRight {
	text-align: right;
}


/* ボックス -------------------- */

/* type01 */

div.ctBox01 {
	width: 700px;
	margin-bottom: 14px;
	background: url(http://www.design-channel.jp/images/bg_ctbox01_rp.gif) repeat-y;
}
div.ctBox01Bt {
	width: 700px;
	padding-bottom: 25px;
	background: url(http://www.design-channel.jp/images/bg_ctbox01_bt.gif) no-repeat left bottom;
}
div.ctBox01Tp {
	padding: 12px 30px 0 28px;
	background: url(http://www.design-channel.jp/images/bg_ctbox01_tp.gif) no-repeat;
}

div.ctBox01Tp p.btn {
	margin-top: 10px;
	text-align: center;
}

div.ctBox01Tp p.btn input {
	margin: 0 5px;
}

div.ctBox01Tp .topTxt {
	margin-bottom: 10px;
}

div.ctBox01Tp .tabList {
	padding: 10px 9px 0;
	background: url(http://www.design-channel.jp/images/bg_tablist_bt.gif) repeat-x left bottom;
}
div.ctBox01Tp .tabList:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.ctBox01Tp .tabList { display:inline-block; }
/*\*/
* html div.ctBox01Tp .tabList { height:1%; }
div.ctBox01Tp .tabList { display:block; }
/**/

div.ctBox01Tp .tabList li {
	float: left;
	margin-right: 9px;
	height: 30px;
	background: url(http://www.design-channel.jp/images/bg_tablist_r.gif) no-repeat right top;
}

div.ctBox01Tp .tabList li a {
	display: block;
	padding: 0 7px 0 20px;
	line-height: 30px;
	background: url(http://www.design-channel.jp/images/bg_tablist_l.gif) no-repeat;
	font-weight: bold;
}

div.ctBox01Tp .tabList li a:link,
div.ctBox01Tp .tabList li a:visited,
div.ctBox01Tp .tabList li a:hover,
div.ctBox01Tp .tabList li a:active {
	color: #333333;
	text-decoration: none;
}

div.ctBox01Tp .tabList li.on a {
	background: url(http://www.design-channel.jp/images/bg_tablist_l_on.gif) no-repeat;
}


div.ctBox01Tp .tabList li.on {
	background: url(http://www.design-channel.jp/images/bg_tablist_r_on.gif) no-repeat right top;
}

/* type02 */

div.ctBox02 {
	width: 950px;
	background: url(http://www.design-channel.jp/images/bg_ctbox02_rp.gif) repeat-y;
}
div.ctBox02Bt {
	width: 950px;
	padding-bottom: 25px;
	background: url(http://www.design-channel.jp/images/bg_ctbox02_bt.gif) no-repeat left bottom;
}
div.ctBox02Tp {
	padding-top: 12px;
	background: url(http://www.design-channel.jp/images/bg_ctbox02_tp.gif) no-repeat;
}

div.ctBox02Tp p.btn {
	margin-top: 10px;
	text-align: center;
}

div.ctBox02Tp .topTxt {
	margin-top:20px;
	margin-bottom:12px;
}

div.ctBox02Tp p.btn input {
	margin: 0 5px;
}

/* お知らせ一覧 */

div.ctLine{
padding-top:14px;
margin-top:14px;
border-top:1px solid #cccccc;
}

div.ctnoLine{
margin-bottom:14px;
}

div.ctLine p.btn {
	margin-top: 10px;
	text-align: center;
}

/* エラー */

div.error{
margin:14px 0 21px 0;
}

h1.errorTit{
margin-bottom:7px;
font-weight:bold;
color:#ff3c53;
font-size:120%;
}

p.errorTxt{
margin-bottom:7px;
}

ul.error{
color:#ff3c53;
border:2px solid #ff3c53;
padding:14px;
margin-bottom:14px;
background-color:#FFFFFF;
text-align: center;
}

/* テーブル -------------------- */

/* tbl type01 */

div.tblBox01 table {
	width: 100%;
	background: #F5F5F5;
	white-space: normal;
}

div.tblBox01 table th {
	width: 131px;
	padding: 0 10px 0 13px;
	background: #EBF9FF url(http://www.design-channel.jp/images/bg_tbl_line.gif) repeat-y;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: middle;
}

div.tblBox01 table th span.txtRed {
	font-weight: normal;
}

div.tblBox01 table th.vTop {
	padding-top: 10px;
	vertical-align: top;
}

div.tblBox01 table td {
	padding: 10px;
	border-bottom: 1px solid #FFFFFF;
}

div.tblBox01 table td input {
	vertical-align: middle;
}
/*\*/
html:\66irst-child div.tblBox01 table td input {
	vertical-align: top;
}
/* end */


div.tblBox01 table td input.mgl {
	margin-left: 15px;
}

div.tblBox01 table .vTop {
	vertical-align: top;
}

div.tblBox01 table td ul.optionList {
	margin-top: 10px;
	padding-top: 5px;
	background: url(../images/line_dot.gif) repeat-x;
}

div.tblBox01 table td ul.optionList li {
	margin-top: 10px;
}

div.tblBox01 table.type02 {
	width: 100%;
	margin-bottom: 20px;
	background: #F5F5F5 url(http://www.design-channel.jp/images/bg_tbl_line.gif) repeat-y;
}

div.tblBox01 table.type02 td {
	padding-left: 18px;
}

div.tblBox01 table.type02 td p {
	margin-top: 18px;
}

div.tblBox01 table.mg10 {
	margin-bottom: 10px;
}


/* tbl type02 */

div.tblBox02 {
	margin-top: 14px;
}

div.tblBox02 .no strong {
	padding-right: 5px;
	font-size: 117%;
}

div.tblBox02 .no {
	float: left;
}

div.tblBox02 .pageLink {
	float: right;
}

div.tblBox02 table {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	background: #D9D9D9;
	line-height: 1.2;
	white-space: normal;
}

div.tblBox02 table th {
	padding: 6px;
	background: #EBF9FF;
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}

div.tblBox02 table th.w280 {
	width: 280px;
}

div.tblBox02 table td {
	padding: 6px 5px;
	background: #FFFFFF;
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	text-align: left;
	vertical-align: middle;
}

div.tblBox02 table th.tCenter {
	padding: 6px 2px;
}


div.tblBox02 table td.ca {
	line-height: 1.7;
}

div.tblBox02 table tr.bg td {
	background: #F5F5F5;
}

div.tblBox02 table tr.dot th {
	border-top: none;
	background: #EBF9FF url(http://www.design-channel.jp/images/line_dot02.gif) repeat-x;
}

div.tblBox02 table tr.dot td {
	border-top: none;
	background: #FFFFFF url(http://www.design-channel.jp/images/line_dot02.gif) repeat-x;
}

div.tblBox02 table tr.bgDot td {
	border-top: none;
	background: #F5F5F5 url(http://www.design-channel.jp/images/line_dot02.gif) repeat-x;
}

div.tblBox02 table tr .del {
	padding: 6px 0;
	text-align: center;
}


/* form */

table td .inputStyle01,
table td .inputStyle02,
table td .inputStyle03,
table td .inputStyle04,
table td .inputStyle05,
table td .inputStyle06,
table td .inputStyle07 {
	padding: 3px;
	border: 1px solid #A5ACB2;
}
* html table td .inputStyle01,
* html table td .inputStyle02,
* html table td .inputStyle03,
* html table td .inputStyle04,
* html table td .inputStyle05,
* html table td .inputStyle06,
* html table td .inputStyle07 {
	height: 14px;
}

table td .inputStyle01 {
	width: 292px;
}

table td .inputStyle02 {
	width: 37px;
	margin: 0 3px;
}
/*\*/
html:\66irst-child table td .inputStyle02 {
	width: 40px;
}
/* end */

table td .inputStyle03 {
	width: 17px;
	margin: 0 3px;
}
/*\*/
html:\66irst-child table td .inputStyle03 {
	width: 25px;
}
/* end */

table td .inputStyle04 {
	width: 102px;
}

table td .inputStyle05 {
	width: 40px;
}

table td .inputStyle06 {
	width: 152px;
	margin-right: 10px;
}

table td .inputStyle07 {
	width: 412px;
}

table td .selectStyle01,
table td .selectStyle02,
table td .selectStyle03,
table td .selectStyle04,
table td .selectStyle05,
table td .selectStyle06 {
	padding: 2px 0;
	border: 1px solid #A5ACB2;
}

table td .selectStyle01 {
	width: 118px;
}

table td .selectStyle02 {
	width: 218px;
}

table td .selectStyle03 {
	width: 78px;
}

table td .selectStyle04 {
	width: 55px;
}

table td .selectStyle05 {
	width: 148px;
	margin-right: 15px;
}

table td .selectStyle06 {
	width: 348px;
}

table td .textareaStyle01 {
	width: 292px;
	height: 60px;
	padding: 3px;
	border: 1px solid #A5ACB2;
}

table td .textareaStyle02 {
	width: 292px;
	height: 260px;
	padding: 3px;
	border: 1px solid #A5ACB2;
}


/* --------------------------------------------------------------------------------------
 MYページ（ログイン）
--------------------------------------------------------------------------------------- */

div.loginArea {
	text-align: center;
}

div.loginArea div.ctBox02 {
	margin: 20px auto;
	text-align: left;
}

div.loginArea div.ctBox02Tp {
	padding-right: 153px;
	padding-left: 153px;
}

div.loginArea p.loginTxt {
	margin: 20px 0 12px;
	font-size: 117%;
	font-weight: bold;
}

div.loginArea div.tblBox01 {
	margin-bottom: 15px;
}

div.loginArea p a:link,
div.loginArea p a:visited {
	color: #333333;
	text-decoration: underline;
}

div.loginArea p a:hover,
div.loginArea p a:active {
	color: #333333;
	text-decoration: none;
}


/* --------------------------------------------------------------------------------------
 会員ページ（トップ日本語）
--------------------------------------------------------------------------------------- */

div.creatorTop {
}

div.creatorTop div.ctBox01Bt {
	position: relative;
	padding-bottom: 6px;
}
div.creatorTop div.ctBox01Tp {
	padding: 5px 6px 0 4px;
}
div.creatorTop div.bg {
	width: 100%;
	background: #EDEDED;
}

div.creatorTop h2 {
	padding: 6px 0 0 24px;
}

div.creatorTop ul.listBtn {
	position: absolute;
	top: 15px;
	right: 31px;
	font-size: 0;
}

div.creatorTop ul.listBtn li {
	display: inline;
	padding-left: 10px;
}

div.creatorTop table.info {
	width: 640px;
	margin-left: 24px;
}

div.creatorTop table.info th,
div.creatorTop table.info td {
	padding: 11px 0;
	background: url(../images/line_dot.gif) repeat-x;
	text-align: left;
	vertical-align: top;
}

div.creatorTop table.info th {
	width: 72px;
	color: #999999;
	font-weight: normal;
}

div.creatorTop table.info th.icon {
	width: 185px;
}
* html div.creatorTop table.info th.icon {
	padding-top: 12px;
}
div.creatorTop table.info th.icon img {
	margin-bottom: -1px;
}

div.creatorTop table.info td {
	padding-left: 4px;
	font-weight: bold;
}

div.creatorTop div.tblBox02 {
	width: 640px;
	margin: 0 0 0 24px;
	padding: 8px 0 12px;
}



/* --------------------------------------------------------------------------------------
 会員ページ（TDW投稿）
--------------------------------------------------------------------------------------- */

.tdwMake div.ctBox01Tp {
	padding: 12px 0 0 28px;
}

.tdwMake div.ctBox01Tp h2,
.tdwMake div.ctBox01Tp p {
	margin-right: 30px;
}

.tdwMake ul.eventList {
	padding-top: 4px;
}

.tdwMake ul.eventList:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.tdwMake ul.eventList { display:inline-block; }
/*\*/
* html .tdwMake ul.eventList { height:1%; }
.tdwMake ul.eventList { display:block; }
/**/

.tdwMake ul.eventList li {
	display: inline;
	float: left;
	width: 308px;
	height: 41px;
	margin: 21px 26px 0 0;
	background: url(http://www.design-channel.jp/images/bg_tdw_event.gif) no-repeat;
	text-align: center;
	font-size: 133%;
	font-weight:bold;
	line-height: 41px;
}

.tdwMake ul.eventList li a {
	display: block;
	width: 100%;
	height: 100%;
}

.tdwMake ul.eventList li a:link,
.tdwMake ul.eventList li a:visited,
.tdwMake ul.eventList li a:hover,
.tdwMake ul.eventList li a:active {
	color: #333333;
	text-decoration: none;
}


/* --------------------------------------------------------------------------------------
 会員ページ（イベント投稿）
--------------------------------------------------------------------------------------- */

div.tblBox01 .eventTbl {
	padding: 0;
}

div.tblBox01 .eventTbl p.date {
	padding: 3px 0 3px 100px;
}

div.tblBox01 .eventTbl table th {
	width: 106px;
	padding: 0 11px;
	background: #EAEAEA none;
	font-weight: normal;
}


/* --------------------------------------------------------------------------------------
 画像・動画選択画面
--------------------------------------------------------------------------------------- */
body#floatBox{
background-image:none;
background-color:#FFFFFF;
}

div#imgmov{
width:780px;
text-align:left;
padding:14px 0 14px 14px;
}

div#imgmov .tit{
background-color: #e1f4fc;
font-weight:bold;
padding:2px 7px;
margin-bottom:14px;
}

/*
div#imgmov .txt{
margin-bottom:14px;
}

ul.imgmovList{
margin-bottom:14px;
}

ul.imgmovList li{
display:inline;
}

ul.imgmovList li img{
padding:0 4px 7px 0;
}

ul.imgmovList { display:inline-block; }

*/
dl.imgmovList {
	margin:0px;
	margin-bottom:14px;
	padding:0px;
	float:left;
	width:78px;
	font-size:14px;
}


dl.imgmovList dt img{
	width:72px;
	height:72px;
}

h2.tit {
	clear:left;
}

div#images, div#movies {
	width:780px;
	margin:0px;
	padding:0px;
}

/* -------------------------------------------------------------------------------------
 login
--------------------------------------------------------------------------------------- */

/*　第3フェイズ

div#hd p.loginMem {
	position: absolute;
	top: 5px;
	right: 170px;

}
*/

div#hd p.loginMem {
	position: absolute;
	top: 50px;
	right: 0px;

}

/* -------------------------------------------------------------------------------------
 第2フェイズヘッダ
--------------------------------------------------------------------------------------- */

div#hd .logo {
	padding: 21px 0 0px;
}

/* -------------------------------------------------------------------------------------
 QRコード印刷
--------------------------------------------------------------------------------------- */

body.printQr {
	background-image:none;
	background-color:#ffffff;
	text-align:center;
	padding-top:150px;
	font-family:sans-serif;
}

body.printQr p.logoTdw{
	margin-bottom:20px;
}

body.printQr p.txt{
	font-size:12px;
	margin-bottom:10px;
}

body.printQr p.booth{
	font-size:200%;
	font-weight:bold;
	margin-bottom:30px;
	
}

body.printQr p.qrcode{
	width:210px;
	padding:0px;
	margin:0 auto 10px auto;
	border:1px solid #000000;
}
body.printQr p.logodc{
}

/* -------------------------------------------------------------------------------------
 ページナビ
--------------------------------------------------------------------------------------- */

div.pageNavi {
	margin:0 0 14px 0;
}

div.pageNavi ul {
	text-align:left;
}

div.pageNavi ul li {
	display:inline;
}

div.pageNavi ul li.on{
	font-weight:bold;
}