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

/* style
--------------------------------------------------------- */

@media screen and (min-width: 769px) {
main{
    position: relative;
}
main .main{
	width: 828px;
    padding: 20px 0;
    margin: 0 auto;
    height: auto;
    background-color: #faf0ea;
    z-index: 10;
}
main .main #main_inner {
	width: 756px;
    margin-left: 36px;
    margin-top: 20px;
}
}

/*
main #main_inner h2 {
    border-bottom: solid 1px #EEC1C7;
    box-shadow: 0 1px 0 #fff;
    background: url(../img/common/h2_heart.png) no-repeat left center;
    padding: 0 0 0 78px;
    margin: 0 0 1em 0;
    line-height: 1.2;
}
*/

.colorPink{
    color: #FF78A2;
    font-weight: bold;
}

@media screen and (min-width: 769px) {
p.sub_style{
    position: relative;
    padding: 0.5em;
    background-color: #ffbda9;
    font-size: 1.4em;
    font-weight: bold;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    width: 68%;
}
p.sub_style::after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0 0 22px 22px;
    border-style: solid;
    border-color: #fa5a0b #faf0ea #faf0ea #fa5a0b;
}
#sec_style dl.dl_style{}
#sec_style dl.dl_style dt{
    float: right;
}
#sec_style dl.dl_style dd{
    float: left;
    width: 65%;
}
#sec_style dl.dl_style_last{}
#sec_style dl.dl_style_last dt{
    float: left;
    width: 65%;
}
#sec_style dl.dl_style_last dd{
    float: right;
}
}

@media screen and (max-width: 768px) {
p.sub_style{
    position: relative;
    padding: 0.5em;
    background-color: #ffbda9;
    font-size: 1.4em;
    font-weight: bold;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    width: 100%;
}
p.sub_style::after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0 0 22px 22px;
    border-style: solid;
    border-color: #fa5a0b #fff7f2 #fff7f2 #fa5a0b;
}
#sec_style dl.dl_style{}
#sec_style dl.dl_style dt{
    text-align: center;
}
#sec_style dl.dl_style_last dd{
    text-align: center;
}
}
main #art_styleLDR,#art_freestyle{
    overflow: hidden;
}
