@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2012.03.23
Style Info:     
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);


/*Table*/
table#contact {
	width: 100%;
	margin: 20px 0 15px;
	border-collapse: collapse;
}
table#contact th, table#contact td {
	font-size: 12px;
	line-height: 170%;
	padding: 10px;
	border-top: 1px solid #CCC;
}
table#contact th {
	border-right: 1px solid #CCC;
	background: #D2F6F0;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	/* CSS3 */
	text-shadow: 1px 1px 0 #FFF;
}
table#contact th strong {
	font-size: 11px;
	font-weight: normal;
	color: #C00;
}
table#contact td em {
	font-style: normal;
}


.icon_point02 {
    font-size: 14px;
    font-weight: bold;
    color: #44b5a1;
    padding-left: 8px;
    border-left: 5px solid #44b5a1;
    margin-bottom: 10px;
	display:block;
}

.inp_submit02 {
    border: 1px solid #BFBFBF;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    border-radius: 3px;
    text-shadow: 1px 1px 0px #FFF;
    background: linear-gradient(to bottom, #defff9, #FFF) repeat scroll 0% 0% transparent;
}

.inp_text, textarea, .dropdown {
    border: 1px solid #BFBFBF;
    padding: 5px;
    border-radius: 3px;
    background: -moz-linear-gradient(center top , #F1F1F1, #FFF) repeat scroll 0% 0% transparent;
}

table#contact th strong {
    color: #C33;
    font-weight: normal;
}

.tx_cent {
    text-align: center;
}

/*Attention*/
p.attention {
	margin: 0 0 3px;
	padding: 0;
}

.inp_submit01 {
    border: 1px solid #115549;
    padding: 5px 30px;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    text-shadow: 1px 1px 0px #115549;
    background: linear-gradient(to bottom, #42b09d, #267768) repeat scroll 0% 0% transparent;
}