@charset "UTF-8";

/*==========================================================================

layoutSetting

==========================================================================*/
/*-------------------------------------
featureContentsSetting
-------------------------------------*/
div#featureContents {
margin: 0 20px;
}

/*-------------------------------------
commonSetting
-------------------------------------*/
.imageLeftHalf,
.imageLeftSmall,
.imageRightHalf,
.imageRightSmall {
margin-bottom: 32px;
}

/*-------------------------------------
imageLeftHalf,
imageRightHalfSetting
-------------------------------------*/
.imageLeftHalf .leftColumn,
.imageRightHalf .rightColumn {
width: 250px;
}

.imageLeftHalf .rightColumn,
.imageRightHalf .leftColumn {
width: 320px;
}

/*-------------------------------------
imageLeftSmall,
imageRightSmallSetting
-------------------------------------*/
.imageLeftSmall .leftColumn,
.imageRightSmall .rightColumn {
width: 192px;
}

.imageLeftSmall .rightColumn,
.imageRightSmall .leftColumn {
width: 378px;
}

/*-------------------------------------
commonTextSetting
-------------------------------------*/
.imageLeftSmall .leftColumn dd,
.imageLeftHalf .leftColumn dd,
.imageRightHalf .rightColumn dd {
font-size: .83em;
line-height: 1.2;
}




/*==========================================================================

titleSetting

==========================================================================*/
div#contents h2 {
height: 272px;
}

div#contents h3,
div#contents h4 {
line-height: 1.5;
}

div#contents h3 {
margin: 0 0 8px -10px;
text-indent: 0;
font-size: 1.2em;
}

div#contents h4 {
padding: 8px 0 16px 31px;
font-size: 1em;
}




/*==========================================================================

pageTitleAreaSetting

==========================================================================*/
div#pageTitle .section {
position: relative;
}

/*-------------------------------------
backNumberButtonSetting
-------------------------------------*/
div#pageTitle p#backNumberButton {
padding: 0 21px 4px 0;
background: url("../../../common/images/ico_backnumber.gif") no-repeat right top;
font-size: .83em;
position: absolute;
top: 10px;
right: 0;
}

div#pageTitle p#backNumberButton a {
color: #333;
}




/*==========================================================================

applicationSetting

==========================================================================*/
.application h4 {
background: url("../images/ttl_application.gif") no-repeat !important;
}
