@charset "utf-8";
/* CSS Document */

/*-------------------
*プリント用CSS
2013.01.25作成
-------------------*/
@media print{ 
*html body{
	zoom:65%;
	display:inline;
}

h3{
    margin: 0;
    font-family: "Century Gothic", Arial, sans-serif;
	font-size:16pt;
    font-weight: bold;
    color:#333;
}


h4{
    margin: 0;
    font-family: "Century Gothic", Arial, sans-serif;
	font-size:14pt;
    font-weight: bold;
    color:#333;
}

h5,h6{
    margin: 0;
    font-family: "Century Gothic", Arial, sans-serif;
	font-size:12pt;
    font-weight: bold;
    color: #3e3111;
	margin-top:4pt;
	margin-bottom:3pt;
}

th, dt, strong, a, #logo a, #footer ul li {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
    color: #666;
}


p, dt, dd, th, td, li  {
    line-height: 1.8;
}

img {
	text-align:center;
}

a img { border: none; }



.contents {
    width: 92%;
    margin-left: auto;
    text-align: left;
}

/*テーブルの指定*/

table tr td{
	font-size:10pt;
}

th{
	color:#3e3111 !important;
}

#daihall table .koumoku,
#syouhall table .koumoku,
#rensyuu table .koumoku,
#gakuya table .koumoku,
#kaigi table .koumoku,
#sonota table .koumoku,
#chouri table .koumoku,
#kiyaku table .koumoku{
	border-right:1px dotted #3e3111;
}

/*
a[href]:after {
	content: " ("attr(href)") ";
	}
*/

/*各要素の表示指定´Д｀*/

.header_in_right ul li{ 
	color:#3e3111;
}


#contents_wrapper .contents .main{
	float:none;
	display:inline;
	margin:auto;
}

h2{color:#333;}

h2:before{
		content:"コスモホール";
}


#fmap{ page-break-before: always;}

#ticket_kounyuu .text dl dt,
#ticket_kounyuu .text dl dd,
#toiawase .text .cosmo,
#toiawase .text dl dt,
#toiawase .text dl dd{
	color: #3e3111;
}

.footer_in p{
	color:#333;
}

/*hidden*´ω｀*/
#header .header_in ul li,
#gnavi,
.bread,
#contents_wrapper .contents .submenu,
#contents_wrapper .contents .main .ichiran,
#contents_wrapper .contents .main .more,
#contents_wrapper .contents .main #fmap ul li,
#contents_wrapper .contents .main #daihall h6,
#contents_wrapper .contents .main #daihall ul li,
#contents_wrapper .contents .main #shinsei,
#contents_wrapper .contents .main #ryoukinfile,
.contents_bottom,
h2 img{
	display:none;
}
}


