@charset "UTF-8";

/* ****************************************************
Title: pc_application.css
Created: 2011-01-24
Last Modified: 2011-02-13
***************************************************** */


/* Table Of Contents
----------------------------------------

# PC Hide Content
# Main

----------------------------------------*/


/* # PC Hide Content
---------------------------------------------------------------------------- */


/* # Main
---------------------------------------------------------------------------- */

#content #pageTitApplication {
	background: url(../img/all/bg_pagetit_application.gif) no-repeat left top;
	height: 29px;
	margin-bottom: 18px;
	width: 142px;
}

#content .mCatIndexArea #qualificationIndexAreaSec h2 {
	background: #00B48C;
	padding: 11px 15px 11px 15px;
}

#content .mCatIndexArea #benefitIndexAreaSec h2 {
	background: #00B48C;
	padding: 11px 15px 11px 15px;
}

#content .mCatIndexArea #healthIndexAreaSec h2 {
	background: #00B48C;
	padding: 11px 15px 11px 15px;
}

#content .mTable02 table .printSize {
	background-color: #edf9ff;
	color: #1b4d74;
	font-weight: bold;
	padding: 10px;
	vertical-align: middle;
	width: 75px;
	font-size: 90%;
}

.button a {
    background: #00B48C;
    border-radius: 3px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 80%;
    padding: 10px 25px;
    color: #fff;
	font-weight: bold;
}


.mCaseAreaContent .btn01 {
	margin-bottom:8px;
	border:#CCCCCC 1px solid;
	background: #e6fffa; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6fffa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6fffa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6fffa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e6fffa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6fffa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e6fffa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6fffa',GradientType=0 ); /* IE6-9 */
	padding: 5px;
	text-align:center;	
}

/* # Clearfix
---------------------------------------------------------------------------- */


