@charset "UTF-8";

#text_art{
text-align:left;
font-size:12pt;
line-height:1em;
font-family: "ＭＳ Ｐゴシック";
margin: 5px 20px;
color:#222222;
}


#text_art_1{
text-align:left;
font-size:10pt;
line-height:1em;
font-family: "ＭＳ Ｐゴシック";
margin: 5px 20px;
color:#222222;
}

#text_news{
text-align:left;
font-size:12pt;
line-height:1.5em;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
margin: 5px 20px;
color:#222222;
}


#text_p{
text-align:left;
font-size:14pt;
line-height:1.5em;
font-family: "'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif";
margin: 5px 0px;
font-weight: bold;
color:#6666ff;
}




#text_d_1{
font-size:18px;
text-align:left;
color:#222222;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
margin: 5px 30px;
font-weight: bold;
line-height:1.4em;
}


#text_d_2{
font-size:30px;
text-align:left;
color:#222222;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
margin: 5px 30px;
font-weight: bold;
line-height:1.2em;
}

#text_d_3{
font-size:60px;
text-align:left;
color:#222222;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
margin: 5px 30px;
font-weight: bold;
line-height:1.2em;
}

#text_d_4{
font-size:16px;
text-align:left;
color:#222222;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
margin: 5px 30px;
line-height:1.5em;
}


#text_d_5{
font-size:20px;
text-align:left;
color:#222222;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
margin: 5px 30px;
line-height:1.5em;
}




#text_g_1{
font-size:18px;
text-align:left;
color:#009933;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
margin: 5px 30px;
font-weight: bold;
line-height:1.4em;
}


#text_g_2{
font-size:30px;
text-align:left;
color:#009933;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
margin: 5px 30px;
font-weight: bold;
line-height:1.2em;
}


#text_g_3{
font-size:60px;
text-align:left;
color:#009933;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
margin: 5px 30px;
font-weight: bold;
line-height:1.2em;
}

#text_g_4{
font-size:16px;
text-align:left;
color:#009933;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
margin: 5px 30px;
line-height:1.4em;
}


#text_o_1{
font-size:18px;
text-align:left;
color:#ff6666;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
margin: 5px 30px;
font-weight: bold;
line-height:1.4em;
}


#text_o_2{
font-size:30px;
text-align:left;
color:#ff6666;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
margin: 5px 30px;
font-weight: bold;
line-height:1.2em;
}


#text_o_3{
font-size:60px;
text-align:left;
color:#ff6666;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
margin: 5px 30px;
font-weight: bold;
line-height:1.2em;
}


#text_o_4{
font-size:16px;
text-align:left;
color:#ff6666;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
margin: 5px 30px;
line-height:1.4em;
}


#text_b_1{
font-size:18px;
text-align:left;
color:#6666ff;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
margin: 5px 30px;
font-weight: bold;
line-height:1.4em;
}


#text_b_2{
font-size:30px;
text-align:left;
color:#6666ff;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
margin: 5px 30px;
font-weight: bold;
line-height:1.2em;
}


#text_b_3{
font-size:60px;
text-align:left;
color:#6666ff;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
margin: 5px 30px;
font-weight: bold;
line-height:1.2em;
}


#text_b_4{
font-size:16px;
text-align:left;
color:#6666ff;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
margin: 5px 30px;
line-height:1.4em;
}

/*media Queries スマホ縦横
----------------------------------------------------*/
@media (max-width: 767px) {


}

/*media Queries タブレットサイズ縦向きのみ
----------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
}


/*media Queries タブレットサイズ横向きのみ
----------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1199px) and (orientation: landscape) {
}


/*media Queries PCサイズ
----------------------------------------------------*/
@media (min-width: 1200px) {



}