@import url(base.css);
@import url(innerPublic.css);

h1{padding:1em 0; text-align: center;}
figure{margin:0 auto; width:1005; max-width:1000px; overflow: hidden;}
figure figcaption{width:100%; height:2em; line-height:2em; background-color:#e1e1e1; display:flex;}
figure figcaption h2{padding:0 1em; font-size:1rem; background-color:#33A1E7; color:#fff; position:relative; display: inline-block}
figure figcaption h2:after{width:0; height:0; content:""; border-left:#33A1E7 1em solid; border-top:#e1e1e1 2em solid; display:inline-block; position:absolute; right:-1em; top:0;}

figure div{padding:1em 0.5em; width:100%; line-height:2; overflow: hidden;}
figure div a{float:left; color:#33A1E7; width:50%; display:inline-block;}

@media screen and (max-width:960px){
	figure div a{width:100%; padding:0 0.5em;}
}