@charset "utf-8";
/* CSS Document */

@import url("base.css");
@import url("common.css");

#Header {
    background: url(../img/linenap_img/bgline.png) repeat-x top center;
}

#SubHeader {
    background-image: url(../img/linenap_img/head_under_img.png);
    padding-bottom: 110px;
    z-index: 2222;
    position: relative;
}


#inHeader {
    overflow: hidden;
}

.headBottom {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#Content {
    margin-top: -53px;
}

#inContent {
    padding-top: 55px;
}

#permarlink {
    float: left;
    width: 960px;
    padding-left: 40px;
}

#permarlink ul {
    float: left;
    width: 100%;
}
#permarlink ul li {
    float: left;
    padding-right: 15px;
    list-style: none;
	font-size: 12px;
}

#permarlink ul li a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
}

#permarlink ul li a:hover {
    text-decoration: underline;
}

#contentMain {
    padding-left: 33px;
    float: left;
    width: 960px;
    margin-top: 30px;
}

#contentMain .titleMain {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

#contentMain .titleMain .title1 {
    float: left;
    color: #a10d00;
    font-size: 37px;
    font-weight: bold;
    margin-right: 14px;
}

#contentMain .titleMain .title2 {
    float: left;
    margin-top: 18px;
}

#contentMain .leftMain {
    float: left;
    width: 400px;
}

#contentMain .leftMain .titleProduct {
    color: #a10d00;
    font-weight: bold;
    font-size: 22px;
}

#contentMain .leftMain .marTop40 {
    margin-top: 40px;
}

#contentMain .leftMain .imgProduct {
    margin-left: 12px;

}

#contentMain .leftMain .detailProduct {

}

#contentMain .leftMain .detailProduct p {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 12px;
}

#contentMain .rightMain {
    float: right;
    width: 500px;
}
.inSPWrap {
    min-height: 500px;
    float: left;
    width: 500px;
}

.progress {
    float: left;
    height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #DFDFDF;
    width: 55%;
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);*/
    /*box-shadow: inset 0 1px 2px rgba(0,0,0,.1);*/
}

.rowBar {
    float: left;
    width: 100%;
}

.progressTitle {
    float: left;
    width: 35%;
}

.progressBar {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.progressBar .rightBar {
    width: 100%;
    float: left;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
	background: #ecbb35; /* Old browsers */
	background: -moz-linear-gradient(left,  #ecbb35 0%, #dd3535 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ecbb35), color-stop(100%,#dd3535)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ecbb35 0%,#dd3535 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ecbb35 0%,#dd3535 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ecbb35 0%,#dd3535 100%); /* IE10+ */
	background: linear-gradient(to right,  #ecbb35 0%,#dd3535 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecbb35', endColorstr='#dd3535',GradientType=1 ); /* IE6-9 */
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.nubBar {
    float: left;
    width: 10%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

#contentMain .leftMain .detailProduct p .link:hover {
    text-decoration: none;
}

.sp-large-one {
    float: left;
    width: 100%;
    height: 200px;
}

#SF5000 a.sp-current {
    display: block;
}

#SF5000 a {
    display: none;
}