@charset "shift_jis";

/* eventa表示用
---------------------------------------------*/
h2 img {
  max-width: 100%;
  height: auto;
}
h3 {
	padding-bottom: 1em;
	/* [disabled]margin-top: 2em; */
	margin-bottom: 1em;
	color: #00B284;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
h4{
	background-color: #009BC3;
	color: #FFF;
	padding: 0.5em;
    }  
#ttl{
	width: 100%;
	text-align: center;
 }

/* h1 */
.ad_h1{
	margin-bottom: 2em;
	}
.ad_h2{
	text-align: center;
	margin-bottom: 1.5em;
	color: #333;
	background-image: url(../contact/images/h3.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 1.5em;
	}

 
/*  キャプション付きの画像を配置する場合*/
div.imagebox_right {
	float: right;
	font-size: 80%;
	color: gray;
	padding-left: 20px;
 }
div.imagebox_left {
	float: left;
	font-size: 80%;
	color: gray;
	padding-right: 20px;
}
ul.link {
	margin: 10px;
	}
ul.link li {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	}
ul.link li a {
	background-image: url(../eventa/images/list_disc.png);
	padding-left: 15px;
	background-position: left center;
	background-repeat: no-repeat;
}
ul.download {
	margin: 0px;
}
ul.download li {
	list-style-type: none;
}
ul.download li img {
	height: 16px;
	vertical-align: middle;
	width: 16px;
	margin-right: 10px;
	margin-left: 10px;
}
.caption {
	font-size: 90%;
	padding-bottom: 10px;
}
.date {
	text-align: right;
}
.linkPdf {
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../eventa/images/icon_acrobat.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* 色つきリンク
-----------------------------------------------	*/
a.red:link{
	color: #CC0000;
	text-decoration: none;
}
a.red:visited{
	color: #CC0000;
	text-decoration: none;
}
a.red:hover{
	text-decoration: underline;
	color:#CC0000;
}
a.red:active{
　color:#009;
}

/* table
-----------------------------------------------	*/
table {
	width: 100%;
	border: #CCC 1px solid;
	margin-top: 20px;
	margin-bottom: 20px;
}
table tr th,
table tr td {
	padding: 4px 8px;
	border: #CCC 1px solid;
}
table thead tr th {
	background-color: #E5E5E5;
}
table tfoot tr th, 
table tfoot tr td {
	background-color: #F5E9B8;
}
table tbody tr th {
	background-color: #FCF8E7;
}
table tfoot tr td.tdC,
table tbody tr td.tdC {
	text-align: center;
}
table tfoot tr td,
table tbody tr td {
	text-align: left;
}
table tfoot tr td.tdR,
able tbody tr td.tdR {
	text-align: right;
}
.bg_dgray{
	background-color: #E1E0DD;
}
.bg_gray{
	background-color: #EFEFEB;
}

/* -----------------------------------------------
 color style
-------------------------------------------------- */

.col_green {
	color: #7AA722;
}
.col_gold {
	color: #963;
}
.col_red {
	color: #E93012;
}
.col_greenL {
	color: #7AA722;
	font-size: 1.231em;
	font-weight: bold;
}
.col_goldL{
	color: #963;
	font-size: 1.231em;
	font-weight: bold;
}
.col_redL {
	color: #E93012;
	font-size: 1.231em;
	font-weight: bold;
}
.mb30 {
	margin-bottom:30px;
}

/* -----------------------------------------------
 common style
-------------------------------------------------- */
/* notes1 */
.notes1 {
	line-height: 1.3;
	font-size: 85%;
}
*:first-child + html .notes1 { /*for IE7*/
	font-size: 70%;
}
* html .notes1 { /*for IE6*/
	font-size: 70%;
} 

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }



/* line */
.lineC {
	text-align: center;
}
.lineR {
	text-align: right;
}

/* blank */
.blank1 {
	margin-bottom: 13px;
}
.blank2 {
	margin-bottom: 26px;
}
.line_btm{
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/* @Styles for Mobile Portrait */
@media only screen and (max-width: 479px) {
  
/*  キャプション付きの画像を配置する場合*/
div.imagebox_right {
	float: none;
	padding: 0px;
	display: block;
	text-align: center;
 }
div.imagebox_right img {
	width: 90%;
	height: auto;
 }
 div.imagebox_left {
	float: none;
	padding: 0px;
	display: block;
	text-align: center;
}
div.imagebox_left img {
	width: 90%;
	height: auto;
 }

}
