/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015/03/06, 22:31:30
    Author     : ookita
*/

@media screen and (max-width: 640px){

body
{
    margin: 0px auto;
    padding: 0px;
    /*background-color: #FFFFF2;*/
    text-align: center;
}

#background
{
    margin: 0px auto;
    padding: 0px;
    /*background: url('../image/background03.jpg') repeat-x;*/
    /* background-position: top; */
    text-align: center;
}

#content
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    position: relative;
    background-color: white;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    /*border: #FEC64F solid 1px;*/
}

#inner
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: white;
}

#header {
    margin:0px;
}

#title {
    background-color: deepskyblue;
    padding: 5px;
    height: 64px;
    font-size: 28px;
    color: white;
}

#main01, #main02, #main03, #main04
{
    padding: 10px 10px 10px 10px;
    margin: 0px;
    text-align: left;
    color: #333333;
    font-size: 15px;
    line-height: 1.6em;
}

#article-area {
    padding: 0px;
    margin-bottom: 10px;
}

#sidebar_left
{
    display: none;
}

#sidebar_right
{
    padding: 10px;
    margin: 10px 0px 0px 0px;
}

/* 記事、記事一覧用 */
#sidebar_right-for-article
{
    padding: 10px;
    margin: 10px 0px 0px 0px;
}

#footer
{
    margin:0px;
}

#copyright {
    background-color: deepskyblue;
    padding: 10px 10px 20px 10px;
    height: 100%;
    font-size: 28px;
    color: white;
}

}
