/*■共通ＣＳＳ■*/

div.right_column img {
max-width: 100%;
height: auto;
width /***/:auto;
}

.outbox{
margin : 0px 1px 0px 1px; 
width : 80% ;
max-width: 1000px;
font-family:"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
font-size : 16px;
}

.left_column{
float : left;
width : 205px;
background-color : #d9ffff;
border-width : 1px 1px 1px 1px;
border-style : solid solid solid solid;
border-color : blue blue blue blue;
font-size : 16px;
line-height : 2em;
}

.right_column{
margin-left: 215px;
line-height : 2em;
font-size : 16px;
}

.header{
color : white;
background-color : #000099;
width : 100%;
}

ADDRESS{
font-size : 10pt;
font-weight : normal;
text-decoration : none;
font-style : normal;
}

LI{
font-size : 11pt;
list-style-type : disc;
list-style-position : outside;
}

UL{
margin-left : 1em;
}

/*■スマホ用ＣＳＳ■*/

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

/*画面全幅表示*/
.outbox{
width : 100% ;
}

/*左カラム非表示*/
.left_column{
display:none;
}

/*右カラム全幅表示*/
.right_column{
margin-left: 0px;
}

}
H2{
  text-decoration : underline;
}
H1{
  font-weight : bold;
}
H2{
  text-decoration : underline;
}
