/* プロダクト */

/*===================================================*/
/*-----------------*/
.feed
{
}

.feed .box
{
	margin: 2px 2px 8px 2px;
	padding: 4px;
	border:1px #988 solid;
	border-radius: 12;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;

	background-color: #fff2f0;
}

.feed .box h3
{
	margin:0;
	padding: 4px;
	font-size:100%;
}

.feed .box h3 a
{
	color:#533;
	font-weight: inherit;
}

.feed .box .title
{
	font-size:160%;
	font-weight:bold;
	padding: 4px;
}

.feed .box .title a
{
	color:inherit;
	font-weight: inherit;
}


.feed .box .description
{
	padding: 4px;
	font-size:92%;
	color: #333;
}

.feed .box .modified
{
	padding: 4px;
	font-size:80%;
	color: #555;
}

.feed .box .cont a
{
	margin: 8px 8px 12px 12px;
	padding: 2px 6px 2px 6px;

	border:0px #000 solid;
	border-radius: 12;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;

	font-size: 14px;
	font-weight: bold;
	color: #131;
	text-decoration: none;
	background-color:#FFF;

	box-shadow: 0 0 2px #555;
	-webkit-box-shadow: 0 0 2px #555;
	-moz-box-shadow: 0 0 2px #555;

	background-image: -webkit-gradient(
		linear,
		0 0, 0 100%,
		from(#FFE4E1), to(#DB7093)
	);
	background-image: -moz-linear-gradient(
		top, #FFE4E1, #DB7093
	);
}

/*===================================================*/
/*-----------------*/
.pmenu
{
	margin :0;
	padding : 0;
	font-size: 90%;
}

.pmenu a
{
	float: left;
	display: block;
	font-weight:normal;
	border: 1px solid #aaa;
	color: #444;
	padding: 2px 8px 2px 8px;
	margin: 2px 2px -1px 2px;
}

.pmenu .curr
{
	float: left;
	display: block;
	font-weight:normal;
	border: 1px solid #aaa;
	padding: 2px 8px 2px 8px;
	margin: 2px 2px -1px 2px;

	color: #222;
	background-color: #ffe8e5;
}

.pmenu a:hover
{
	background-color: #ffa8a5;
	text-decoration: none;
}

.pmenu-bottom
{
	clear: both;
	border-bottom: 1px solid #aaa;
	margin-bottom: 8px;
	padding : 0;
	line-height:0;
	height:0;
}

.pmenu-top
{
	clear: both;
	border-bottom: 1px solid #aaa;
	margin-top: 32px;
	margin-bottom: -3px;
	padding : 0;
	line-height:0;
	height:0;
}


/*===================================================*/

/*-----------------*/
.product_plays
{
}

/*-----------------*/
.product_plays .play_part
{
	margin: 1px;
	padding: 0px;

	border:1px #DCDCDC solid;
	border-radius: 12;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;

	width:32%;
	float:left;
}

.product_plays .header
{
	background-color: #FFF8DC;
}

.product_plays .part_name
{
	font-size:1.4em;
	font-family: Trebuchet MS, Verdana, Helvetica;
	font-weight: bold;

	margin: 1px;
	padding: 4px;
	margin-right: 8px;

	width: 20px;
	float:left;

	border:1px #DCDCDC solid;
	border-radius: 4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	background-color: #F0E68C;
	text-align:center;
}

.product_plays .play_part .header .company_name
{
	font-weight: bold;
	padding-bottom: 1em;
}

.product_plays .play_part .part_cont .company_name
{
	font-weight: normal;
	
}

.product_plays .staff
{
	font-size: 90%;
}

.product_plays .part_cont
{
	padding: 4px;
}

/*-----------------*/

.product_plays .play_item
{
	margin-top:8px;
	margin-bottom:8px;

	border-top:1px #DCDCDC solid;
}

.product_plays .title
{
	font-weight:bold;
}

.product_plays .desc
{
	font-size:80%;
	line-height:120%;
}

.product_plays .cast
{
	font-size:92%;
}


.product_plays .A_part, .product_timetable .A_part
{
	background-color:#00CED1;
}

.product_plays .B_part, .product_timetable .B_part
{
	background-color:#ADFF2F;
}

.product_plays .C_part, .product_timetable .C_part
{
	background-color:#FF7F50;
}



/*-----------------*/
.product_timetable table
{
	float: left;
	margin-right:16px;
}

.product_timetable .A_part, .product_timetable .B_part, .product_timetable .C_part
{
	font-size:1.2em;
	font-family: Trebuchet MS, Verdana, Helvetica;
	font-weight: bold;
}

.product_timetable .time
{
	vertical-align: top;
	padding: 1px;
}


/*-----------------*/
.product_thanksto 
{
	line-height:150%;
	text-align: center;
	font-size:94%;
}

/*===================================================*/
.footer_info
{
	border-top: 1px solid #888;
	margin-top: 16px;
	margin-bottom: 8px;
	padding-top: 8px;
}

.footer_info .tikcet_link
{
	margin-top: 8px;
	margin-bottom: 24px;
	text-align: center;
}

.footer_info .tikcet_link a

{
	margin: 2px 8px 2px 2px;
	padding: 4px 12px 4px 12px;

	border:0px #000 solid;
	border-radius: 12;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;

	font-size: 14px;
	font-weight: bold;
	color: #131;
	text-decoration: none;
	background-color:#FFF;

	box-shadow: 0 0 2px #555;
	-webkit-box-shadow: 0 0 2px #555;
	-moz-box-shadow: 0 0 2px #555;

	background-image: -webkit-gradient(
		linear,
		0 0, 0 100%,
		from(#bFb), to(#3a3)
	);
	background-image: -moz-linear-gradient(
		top, #bFb, #3a3
	);
}

.footer_info .tikcet_link a:hover
{
	background-color:#EEE;
	color: #111;
	text-decoration: none;


	background-image: -webkit-gradient(
		linear,
		0 0, 0 100%,
		from(#FEE), to(#c88)
	);
	background-image: -moz-linear-gradient(
		top, #FEE, #c88
	);
}

.footer_info .links
{
	margin-top: 8px;
	text-align: center;
}




