
/* ------------------------------------- <em>/
/</em>    main
/* ------------------------------------- */
html,
body {
    background-color: #f0f0f0;
    color: #000000;
    padding-top: 80px;
    background-image: url('/project/minonoie/img/ºÍ¼ˆ1.jpg');
}


/*.floor{
	text-align: center;
}*/

li.media{
	margin-bottom: 20px;
}

.img-responsive-overwrite{
    margin: 0 auto;
}

h2.sub{
    position: relative;
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #e6b422;
}
 
h2.sub:before{
    content: "";
    position: absolute;
    background: #fbd26b;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
h2.sub:after{
    content: "";
    position: absolute;
    background:#c89932;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

img.pct{
    width: 200px;
    height: 200px;
}

/* Window Width  > 767px */
@media(min-width:1024px) {
    #iPhone{
            display: none;
        }
}
/* End Window Width  > 767px */
    @media(max-width:1024px)and (min-width: 767px){

        #iPhone{
            display: none;
        }

        }
        /* Window Width  < 767px */
        @media screen and (max-width:767px) and (min-width: 480px) {

            #iPhone{
            display: none;
        }
        }
        /* End Window Width  < 767px */

        @media screen and (max-width: 480px){

            #mac{
                display: none;
            }
            .smart1{
                text-align: center;
                list-style:none;
            }

        }
        /*end*/