﻿
/************************************************1100px以上開始****************************************************************************************/
/************************************************1100px以上開始****************************************************************************************/
/************************************************1100px以上開始****************************************************************************************/
@media(min-width:1100px){
/************************************************コンテナ******************************************/
div#container{
width:80%;
height:auto;
margin-left:auto;
margin-right:auto;
padding-top:50px;
padding-bottom:50px;
}
/************************************************コンテンツ****************************************/
article{
width:96%;
height:auto;
margin-left:auto;
margin-right:auto;
padding:20px;
background-color:#ffffff;
opacity:0.5;
box-sizing:border-box;
}

article h1{
font-size:1.675em;
line-height:28px;
padding-left:26px;
margin-top:30px;
margin-bottom:0;
margin-left:5px;
margin-right:5px}

article section p{
font-size:1.2em;
line-height:1.8em;
}
/************************************************フッター******************************************/
footer{
}

small{
}


}
/************************************************1100px以上終了****************************************************************************************/
/************************************************1100px以上終了****************************************************************************************/
/************************************************1100px以上終了****************************************************************************************/

/************************************************1100px以下開始****************************************************************************************/
/************************************************1100px以下開始****************************************************************************************/
/************************************************1100px以下開始****************************************************************************************/
@media(max-width:1100px){

/************************************************コンテナ******************************************/
div#container{
width:80%;
height:auto;
margin-left:auto;
margin-right:auto;
padding-top:10px;
padding-bottom:10px;
border:solid 2px #000000;
}

/************************************************コンテンツ****************************************/
article{
width:90%;
height:auto;
margin-left:auto;
margin-right:auto;
padding:10px;
background-color:#ffffff;
opacity:0.5;
box-sizing:border-box;
}

article h1{
font-size:1.0em;
line-height:22px;
margin-top:10px;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
}

article section p{
font-size:0.75em;
line-height:1.8em;
}



]
/************************************************1100px以下終了****************************************************************************************/
/************************************************1100px以下終了****************************************************************************************/
/************************************************1100px以下終了****************************************************************************************/