@charset "utf-8";

/*-----css -----*/
.main_titleimage {
    position: relative;
    display: block;
	width:94%;
    height: 500px;
    margin: 30px auto 20px;
    padding: 0px;
	background-image: url(../images/contents/aboutus/title_img_aboutus.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
    background-color: #ffffff;
    text-align: right;
    border:5px solid #ffffff;
    zoom: 1; 
	z-index: 99;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.7);
}

#c_profilebox {
    position: relative;
    display: block;
    width: auto;
	height: auto;
    margin: 10px auto 30px;
    padding: 0px;
}

#c_profilebox a{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color: #999999;
}

#c_profilebox a:hover{
    color: #333333;
}

.hp_prof_data {
    position: relative;
    display: block;
    width: 500px;
    margin: 10px auto 10px;
    padding: 5px;
    background-color: #ffffff;
    text-align: right;
    border:5px solid #ffffff;
	z-index: 99;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.7);
	font-size: 0.9em;
}

.hp_prof_data .d_name{
    width:130px;
	height: auto;
	line-height: 30px;
    margin:0px;
    padding:0px 0px 0px 5px;
    border-collapse: collapse;
    border: 1px solid #999999;
}

.hp_prof_data .d_data,.d_data_ex{
    width:370px;
	height: auto;
	line-height: 30px;
	line-height: 20px;
    margin:0px;
    padding:0px 5px 0px 10px;
    border-collapse: collapse;
    border: 1px solid #999999;
}


.mail_attention {
    font-size: 0.8em;
}


/*-----table setting 横のを奇数行を装飾-----*/

tr:nth-of-type(odd){
background-color:#f2f2f2;
}

