@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */


.sidemenu_wrap {
    border-top: none;
    margin-bottom: 10px;
	background-color: #FFF;
}

.sidemenu_wrap .parent {
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #010080;
    border: 1px solid #010080;
    border-radius: 4px;
    background-image: url(../img/arrow_side_white.png);
    background-repeat: no-repeat;
    background-position: 96% center;
}

.sidemenu_wrap ul.children {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	border: none;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    list-style-type: none;
    font-size: 100%;
}

.sidemenu_wrap li {
    margin: 0px;
    vertical-align: middle;
}

.sidemenu_wrap ul.children li.child a {
   background-color: #f0f0f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
    color: #333333;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 140%;
    padding-top: 6px;
    padding-bottom: 6px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 26px;
    background-image: url(../img/arrow_side.png);
}

.sidemenu_wrap ul.children li.child a.active, .sidemenu_wrap ul.children li.child a:hover {
    background-color: #010080;
    color: #FFFFFF;
    background-image: url(../img/arrow_side_white.png);
	
}

.sidemenu_wrap li a, .sidemenu_wrap02 li a {
    display: block;
    outline: none;
    text-decoration: none;
}

.title, .title_top {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/ttl_bk.png);
	color: #010080;
    font-size: 20px;
    padding-left: 45px;
    line-height: 160%;
}
.btn{
font-weight: bold;
    padding: 10px 20px;
   
    font-size: 13px;
    margin: 0 0 0 10px;
  
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
   
    line-height: 1.5;
    text-align: center;
}

.btn.new:active {
    text-shadow: none;
    color: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
    background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
.btn .new{
border: solid 1px #538312;
}
.btn span {
    margin: 0
}
