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

@import url("html5reset-1.6.1.css");
@import url("common.css");

body {
    background:url("../images/bg_header.png"), url("../images/bg_footer.png");
    background-repeat:repeat-x;
    background-position:left top, left bottom;
}

#header_title {
    width: 285px;
    height: 85px;
    position: absolute;
    top: 70px;
    left: 40px;
}

#header_title h1 {
    font-size: 3.4rem;
    font-weight: bold;
    color: #FFFFFF;
}

#logo {
    width: 177px;
    height: 34px;
    background: url("../images/logo_plum.png") no-repeat;
    text-indent: -9999px;
}

#nav_home a {
    width: 165px;
    height: 37px;
    border-radius: 10px;
    border: 1px solid #333333;
    float: left;
    color: #1E44FE;
}

#nav_home a:hover {
    background-color: #4F5FF6;
    color: #FFFFFF;
    border-color: #4F5FF6;
}

#nav_inquiry a {
    width: 165px;
    height: 37px;
    border-radius: 10px;
    border: 1px solid #333333;
    float: right;
    color: #E72024;
}

#nav_inquiry a:hover {
    background-color:#F53B3E;
    color: #FFFFFF;
    border-color: #F53B3E;
}

#content_title {
    padding: 20px 0 0 0;
    font-size: 1.8rem;
    color: #FF4447;
    text-align: center;
}

#p_list_content {
    margin: 40px auto;
    width: 100%;
    overflow: hidden;
}

.p_list_box {
    margin-top: 20px;
    margin-right: 35px;
    width: 280px;
    height: 265px;
    float: left;
}

#contents_main {
    width: 750px;
    float: right;
}

#main_title {
    width: 100%;
    background: #c29ee7;
    padding: 3px 10px;
    font-size: 1.8rem;
    color: #FFFFFF;
    font-weight: bold;
}

#main_image {
    padding: 20px;
    max-width: 100%;
    background: #E8E8E8;
    position: relative;
    overflow: hidden;
}

.image_text {
    margin: 0 0 40px 0;
    font-size: 1.4rem;
}

.notes {
    margin: 40px 0 0 0;
    font-size: 1.2rem;
}


@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
#menu-box {
    display: none;
}
    
#container {
    margin: 0 auto;
    width: 1020px;
    position: relative;
}
    
header {
    max-width: 100%;
    height: 260px;
    background:url("../images/image_header01.png") no-repeat;
}
    
#gnav{
    margin: 20px 0;
    width: 100%;
    height: 39px;
    font-size: 1.8rem;
    line-height: 2.1;
    text-align: center;
    overflow: hidden;
}
    
#content {
    margin: 0 auto 40px auto;
    width: 910px;
    overflow: hidden;
}
        
.p_list_box:nth-child(3n) {
    margin-right: 0;
}
    
#sidebar {
    width: 255px;
    float: left;
}

#side_nav ul li a {
    display: block;
	padding:10px 5px 10px 10px;
    font-size: 1.2rem;
    font-weight: bold;
	line-height:1.4;
    border-bottom: 1px solid #FFFFFF;
    background:#DBDBDB;
    text-decoration: none;
    color:#3F3DD8;
}
    
#side_nav ul li a:hover {
    background:#BEBEBE;
}
    
#side_nav ul li.side_nav_current a {
    background:#BEBEBE;
}
    
#side_nav ul li.side_nav_back a {
    font-size: 1.4rem;
    color:#E23437;    
}
    
.image01 {
    width: 490px;
    height: 340px;
    margin: 0 0 5px 0;
}
    
.image01_text01 {
    width: 220px;
    position: absolute;
    top: 30px;
    left: 518px;
    font-size: 1.4rem;
}

.image_box {
    width: 100%;
    overflow: hidden;
 }
    
.image_box_01 {
    width: 490px;
}

.image_box_02 {
    width: 340px;
    float: left;
}
    
.image_box_03 {
    margin: 0 0 0 20px;
    width: 340px;
    float: left;
}
    
}


@media screen and (max-width: 767px) { /*ウィンドウ幅が最大767pxまでの場合に適用*/
    
#container {
    margin: 0 auto;
    width: 100%;
    position: relative;
}    
    
header {
    width: 767px;
    max-width: 100%;
    height: 260px;
    background:url("../images/image_header02.png") no-repeat;
    position: relative;
}
    
#gnav{
    margin: 20px auto;
    width: 600px;
    height: 39px;
    font-size: 1.8rem;
    line-height: 2.1;
    text-align: center;
    overflow: hidden;
}
    
#content {
    margin: 0 auto 40px auto;
    width: 600px;
    overflow: hidden;
}
    
#contents_main {
    margin: 0 auto;
    width: 100%;
    float:none;
}
    
.p_list_box:nth-child(2n) {
    margin-right: 0;
} 
    
#sidebar { 
    display: none;
}
    
#menu-box {
    width: 255px;
    display: block;
    position: absolute;
    top: 222px;
}

#menu {
    display: none;
}
    
#menu li {
    font-size: 1.2rem;
}
    
#menu li a {
    display: block;
    background: #333333;
    line-height: 1.8;
    color: #FFFFFF;
}
    
#menu li a:hover {
    background: #555555;
}
    
#toggle {
    display: block;
    position: relative;
    width: 100%;
    background: #333333;
}
    
#toggle a {
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444444;
    color: #FFFFFF;
    text-align: center;
}
    
#toggle:before {
    display: block;
    content:"";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #FFFFFF;
}
    
#toggle a:before, #toggle a:after {
    display: block;
    content:"";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #333333;
}

#toggle a:before {
    margin-top: -6px;
}
    
#toggle a:after {
    margin-top: 2px;    
}

.image01 {
    max-width: 100%;
}
    
.image01_text01 {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
}

.image_box {
    margin: 0 auto;
    width: 490px;
    max-width: 100%;
 }
    
.image_box_01 {
    margin: 0 auto;
    width: 490px;
    max-width: 100%;
}

.image_box_02 {
    margin: 0 auto;
    width: 340px;
    float: none;
}
    
.image_box_03 {
    margin: 0 auto;
    width: 340px;
    float: none;
}
    
}



@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/
#container {
    margin: 0 auto;
    width: 100%;
    position: relative;
}
    
header {
    width: 479px;
    max-width: 100%;
    height: 260px;
    background:url("../images/image_header03.png") no-repeat;
    position: relative;
}
    
#gnav{
    margin: 20px auto;
    max-width: 100%;
    height: 39px;
    font-size: 1.8rem;
    line-height: 2.1;
    text-align: center;
    overflow: hidden;
}
    
#content {
    margin: 0 auto 40px auto;
    width: 300px;
    overflow: hidden;
}
    
#contents_main {
    margin: 0 auto;
    width: 100%;
    float:none;
}
    
.p_list_box {
    margin-right: 0;
    float: none;
}
    
#sidebar { 
    display: none;
}
    
#menu-box {
    width: 255px;
    display: block;
    position: absolute;
    top: 222px;
}

#menu {
    display: none;
}
    
#menu li {
    font-size: 1.2rem;
}
    
#menu li a {
    display: block;
    background: #333333;
    line-height: 1.8;
    color: #FFFFFF;
}
    
#menu li a:hover {
    background: #555555;
}
    
#toggle {
    display: block;
    position: relative;
    width: 100%;
    background: #333333;
}
    
#toggle a {
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444444;
    color: #FFFFFF;
    text-align: center;
}
    
#toggle:before {
    display: block;
    content:"";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #FFFFFF;
}
    
#toggle a:before, #toggle a:after {
    display: block;
    content:"";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #333333;
}

#toggle a:before {
    margin-top: -6px;
}
    
#toggle a:after {
    margin-top: 2px;    
}
    
    
.image01 {
    max-width: 100%;
}
    
.image01 img {
    width: 470px;
    max-width: 100%;
    height: auto;
}
    
.image01_text01 {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
}

.image_box {
    margin: 0 auto;
    width: 450px;
    max-width: 100%;
 }
    
.image_box_01 {
    margin: 0 auto;
    width: 450px;
    max-width: 100%;
}

.image_box_02 {
    margin: 0 auto;
    width: 340px;
    float: none;
}
    
.image_box_03 {
    margin: 0 auto;
    width: 340px;
    float: none;
}
    
}




    
footer {
    width: 100%;
    height: 120px;
}

#copyright {
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 1rem;
    color: #FFFFFF;
}

.p_tab {
    width: 50px;
    height: 0;
    border-right: 40px solid transparent;
    border-bottom: 25px solid #B077FF;
    background: transparent;
    position: relative;
}

.p_tab_text {
    width: 100px;
    color:#FFFFFF;
    font-size: 1.2rem;
    position: absolute;
    top: 5px;
    left: 5px;
}

.p_list {
    padding: 15px 15px 0 15px;
    width: 250px;
    height: 220px;
    background:#DDDDDD;
}

.p_list p {
    font-size: 1.4rem;
}

.p_list_image {
    width: 250px;
    height: 190px;
}

