@charset "utf-8";
/*------------------------------------------------------------
4、margin・・・周りのブロックからの距離
-------------------------------------------------------------*/

.m0{ margin: 0!important; }/*周りからのmarginを0に*/
.m0-t{ margin-top: 0!important; }/*上からのmarginを0に*/
.m0-r{ margin-right: 0!important; }/*右からのmarginを0に*/
.m0-b{ margin-bottom: 0!important; }/*下からのmarginを0に*/
.m0-l{ margin-left: 0!important; }/*左からのmarginを0に*/

.m5{ margin: 5px!important; }
.m5-t{ margin-top: 5px!important; }
.m5-r{ margin-right: 5px!important; }
.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5px!important; }

.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m25{ margin: 25px!important; }
.m25-t{ margin-top: 25px!important; }
.m25-r{ margin-right: 25px!important; }
.m25-b{ margin-bottom: 25px!important; }
.m25-l{ margin-left: 25px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }

.m70{ margin: 70px!important; }
.m70-t{ margin-top: 70px!important; }
.m70-r{ margin-right: 70px!important; }
.m70-b{ margin-bottom: 70px!important; }
.m70-l{ margin-left: 70px!important; }

.m80{ margin: 80px!important; }
.m80-t{ margin-top: 80px!important; }
.m80-r{ margin-right: 80px!important; }
.m80-b{ margin-bottom: 80px!important; }
.m80-l{ margin-left: 80px!important; }

.m90{ margin: 90px!important; }
.m90-t{ margin-top: 90px!important; }
.m90-r{ margin-right: 90px!important; }
.m90-b{ margin-bottom: 90px!important; }
.m90-l{ margin-left: 90px!important; }

.m100{ margin: 100px!important; }
.m100-t{ margin-top: 100px!important; }
.m100-r{ margin-right: 100px!important; }
.m100-b{ margin-bottom: 100px!important; }
.m100-l{ margin-left: 100px!important; }

/*------------------------------------------------------------
5、padding・・・周りのブロックからの距離（padding）
-------------------------------------------------------------*/

.p0{ padding: 0!important; }
.p0-t{ padding-top: 0!important; }
.p0-r{ padding-right: 0!important; }
.p0-b{ padding-bottom: 0!important; }
.p0-l{ padding-left: 0!important; }

.p5{ padding: 5px!important; }
.p5-t{ padding-top: 5px!important; }
.p5-r{ padding-right: 5px!important; }
.p5-b{ padding-bottom: 5px!important; }
.p5-l{ padding-left: 5px!important; }

.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p25{ padding: 25px!important; }
.p25-t{ padding-top: 25px!important; }
.p25-r{ padding-right: 25px!important; }
.p25-b{ padding-bottom: 25px!important; }
.p25-l{ padding-left: 25px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }

.p70{ padding: 70px!important; }
.p70-t{ padding-top: 70px!important; }
.p70-r{ padding-right: 70px!important; }
.p70-b{ padding-bottom: 70px!important; }
.p70-l{ padding-left: 70px!important; }

.p80{ padding: 80px!important; }
.p80-t{ padding-top: 80px!important; }
.p80-r{ padding-right: 80px!important; }
.p80-b{ padding-bottom: 80px!important; }
.p80-l{ padding-left: 80px!important; }

.p90{ padding: 90px!important; }
.p90-t{ padding-top: 90px!important; }
.p90-r{ padding-right: 90px!important; }
.p90-b{ padding-bottom: 90px!important; }
.p90-l{ padding-left: 90px!important; }

.p100{ padding: 100px!important; }
.p100-t{ padding-top: 100px!important; }
.p100-r{ padding-right: 100px!important; }
.p100-b{ padding-bottom: 100px!important; }
.p100-l{ padding-left: 100px!important; }

/*------------------------------------------------------------
6、font-size・・・フォントサイズの設定
-------------------------------------------------------------*/

.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

.big{ font-size: 1.2em!important; }
.big2{ font-size: 1.5em!important; }
.big3{ font-size: 1.8em!important; }
.small{ font-size: 0.8em!important; }

.f07em{ font-size: 0.7em; }
.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f15em{ font-size: 1.5em; }
.f16em{ font-size: 1.6em; }
.f17em{ font-size: 1.7em; }
.f18em{ font-size: 1.8em; }
.f19em{ font-size: 1.9em; }
.f20em{ font-size: 2.0em; }
.f21em{ font-size: 2.1em; }
.f22em{ font-size: 2.2em; }
.f23em{ font-size: 2.3em; }
.f24em{ font-size: 2.4em; }

.f7pt{ font-size: 7pt!important; }
.f8pt{ font-size: 8.5pt!important; }
.f9pt{ font-size: 9.0pt!important; }
.f10pt{ font-size: 10pt!important; }
.f11pt{ font-size: 11pt!important; }
.f12pt{ font-size: 12pt!important; }
.f13pt{ font-size: 13pt!important; }
.f14pt{ font-size: 14pt!important; }
.f15pt{ font-size: 15pt!important; }
.f16pt{ font-size: 16pt!important; }
.f17pt{ font-size: 17pt!important; }
.f18pt{ font-size: 18pt!important; }
.f19pt{ font-size: 19pt!important; }
.f20pt{ font-size: 20pt!important; }
.f21pt{ font-size: 21pt!important; }
.f22pt{ font-size: 22pt!important; }
.f23pt{ font-size: 23pt!important; }
.f24pt{ font-size: 24pt!important; }


/*------------------------------------------------------------
7、color・・・フォントカラーの設定
-------------------------------------------------------------*/

.FF7D7D{ color: #FF7D7D!important; }/*赤*/
.red{ color: #ff0000!important; }/*赤*/
.blue{ color: #0000dd!important; }/*青*/
.green{ color: #008000!important; }/*緑*/
.yellow{ color: #ffff00!important; }/*黄*/
.navy{ color: #1F26A9!important; }/*紺*/
.orange{ color: #ff6600!important; }/*橙*/
.pink{ color: #cc6699!important; }/*ピンク*/
.purple{ color: #660099!important; }/*紫*/
.olive{ color: #808000!important; }/*黄土色*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #167FA6!important; }/*水色*/
.black{ color: #000!important; }/*黒*/
.gray{ color: #ccc!important; }/*灰*/
.white{ color: #fff!important; }/*白*/
.big{ font-size: 1.2em!important; }
.big2{ font-size: 1.5em!important; }
.big3{ font-size: 1.8em!important; }
.small{ font-size: 0.8em!important; }
.b{ font-weight: bold!important; }/*太字*/

/*------------------------------------------------------------
1、align・・・文字の横位置
-------------------------------------------------------------*/

.al-c{ text-align: center; }/*中央寄せ*/
.al-r{ text-align: right; }/*右寄せ*/
.al-l{ text-align: left; }/*左寄せ*/


/*------------------------------------------------------------
2、valign・・・文字の縦位置
-------------------------------------------------------------*/

.vl-t{ vertical-align: top!important; }/*上寄せ*/
.vl-m{ vertical-align: middle!important; }/*中央寄せ*/
.vl-b{ vertical-align: bottom!important; }/*下寄せ*/

/*------------------------------------------------------------
12、ul.none・・・リスト先頭のアイコンを無くす
-------------------------------------------------------------*/

ul.none li{ list-style-type: none; }



#article header .tags li a {
  display: inline-block;
  color: #FFF;
  font-size: 11px;
  line-height: 1.1;
      padding: 5px 2px 5px 8px;
  border: 1px solid #fff;
  background-color: #109CAC;
}

#article header .tags li a:hover {
	background: #4bc3d1;
	text-decoration: none;
}


.contents_s > .prf span {
  font-size: 16px;
  font-weight: bold;
}

.contents_s > .prf img {
width: 74px;
height: 74px;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
}

#article .article_toolbox .view .view__count {
  margin-left: 70%;
  font-weight: bold;
}

.article_notebox {
  margin-bottom: 10px;
}

#foot {
  clear: both;
  border-top: 1px solid #EEE;
  padding: 20px 0px 0px 0px;
}

.access_rank_post_title {
    border-left: 3px solid #109CAC;
}
.access_rank_post_title {
    border-left: 3px solid #109CAC;
    padding: 5px 0 5px 10px;
}

.postlist .rank, .contents_s .side_postlist .rank {
    color: #FFF;
    background: #109CAC;
    border: 1px solid #FFF;
}

.special_post_title {
    border-left: 3px solid #109CAC;
}

.special_post_title {
    border-left: 3px solid #109CAC;
    padding: 5px 0 5px 10px;
}

.side_page_title {
    border-left: 3px solid #109CAC;
}

.side_page_title {
    border-left: 3px solid #109CAC;
    padding: 5px 0 5px 10px;
}

.relate_words_title {
    border-left: 3px solid #109CAC;
}

.relate_words_title {
    border-left: 3px solid #109CAC;
    padding: 5px 0 5px 10px;
}

.keyword_list li a:before {
    color: #109CAC;
}

.postlist .column .info a {
    color: #109CAC;
}

.postlist .column {
    color: #999;
    padding: 2px;
    clear: both;
    overflow: hidden;
    position: relative;
}

.postlist .column h3 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 1px;
    margin-bottom: 3px;
    padding-left: 5px;
}

#head .searchBtn {
    width: 45px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 3px 5px;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-color: #109CAC;
    border: none;
    background-position: center;
    border-radius: 2px;
    background-size: 15px auto;
}

#head .keywords {
    width: 205px;
    height: 28px;
    background: #FFF;
    border: 1px solid #109CAC;
    padding: 4px 20px 4px 4px;
    border-radius: 2px;
}

.item_goods .title a {
    color: #109CAC;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #109CAC;
}

.item_headline h3 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.0;
    padding: 10px;
    color: #333;
    background-color: #0f95a41f;
    margin: 0;
    border-top: 2px solid #0F95A4;
}
.item_headline h3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f04b";
    font-weight: 900;
    font-size: 1.2em;
    margin-right: 10px;
    color: #0f95a4;
}
.signup_form .btn_signup {
    color: #FFF;
    background: #109CAC;
}

.invitation_inline > .btn_link {
    color: #FFF;
    background: #109CAC;
}

#foot {
    clear: both;
    border-top: 1px solid #0597A8;
    padding: 20px 0px 0px 0px;
}

#foot small {
    display: block;
    border-top: 1px solid #AFDDE3;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0597A8;
}

.item_link{
    border-radius: 4px;
    border: solid 1.5px #d5d5d5;
    background-color: #f6f6f6;
    padding: 15px;
}

.item_link .title a {
    color: #0597A8;
    font-size: 14px;
    position: relative;
    text-decoration: underline;
    font-weight: bold;
    font-size: 110%;
}

#contents .relate h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #109CAC;
    padding: 10px;
    color: #FFF;
}
.item_link .comment {
    border-left: 3px solid #DDD;
    font-size: 16px;
    font-weight: inherit;
    padding: 10px;
}

.userInterest__title {
    border-left: 3px solid #4EA3CC;
    padding: 5px 0 5px 10px;
}

#top_items .top_items_part {
    width: 50%;
    float: left;
    padding: 3px;
}
.nuser .btn_newpost {
    display: block;
    background: #0597A8;
    color: #FFF;
    margin-bottom: 20px;
    padding: 21px 0;
    border: 1px solid #DDD;
    border-radius: 2px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
}
.item_link .comment {
    border-left: 1px solid #109CAC;
    font-size: 16px;
    font-weight: inherit;
    padding: 10px;
}

.item_link .tb{
    float: right;
    width: 20%;
    margin-left: 10px;
}

.item_link .tb img {
    max-width: 100%;
}
.contents_m h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 120%;
    border-bottom: 2px solid #EEE;
    color: #ffffff;
    background-color: #0597A8;
    padding: 15px 10px;
    border-top: 2px solid #e4f3f4;
}

element.style {
    margin: 0px;
    height: 345px;
    width: 633px;
    font-family: メイリオ;
    font-size: 130%;
}

.ui_ex_title .ui_ex_input {
    width: 670px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    font-family: メイリオ;
}

#head li {
    position: relative;
    float: left;
    padding: 3px 30px;
    font-size: 12px;
    border: 1px solid #D0D3D4;
    margin-right: 5px;
    background-color: #0597A8;
    border-radius: 15px 15px 15px 15px;
}
#head li a{
	color:#fff;
	}

#top_items .items_bg h3 {
    background: rgba(0,0,0,0.4);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    padding: 5px 5px 28px 5px;
    color: #FFF;
    line-height: 24px;
}

#top_items .items_bg h3 {
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
}
#head .setting {
    position: absolute;
    top: 25px;
    right: -0px;
    border: none;
    background: none;
    display: none;
    z-index: 15;
}
#head li.setting-child li a:hover {
	background: #0597A8;
	text-decoration: none;
	color:#9AD0D6;
	border-radius: 15px 15px 15px 15px;
}

#head .setting-child > a:after {
    font-family: 'icomoon';
    content: '\e63e';
    font-size: 14px;
    color: #FFF;
    position: absolute;
    top: 2px;
    right: 0;
}

.c2 .contents_m{
border-right:none;
}

.item_goods .goods_link a{
display: block;
color: #666;
background: #F8E6E5;
margin-top: 5px;
padding: 13px 13px 13px 35px;
text-decoration: none;
border: 1px solid #EDC2C4;
border-radius: 10px;
position: relative;
font-size: 16px;
}

.item_goods .goods_link a:before {
    content: '\e61f';
    font-family: 'icomoon';
    font-size: 20px;
    color: #666;
    position: absolute;
    top: 10px;
    left: 8px;
}

.item_goods .goods_link a:hover {
    background: #FEA8C8;
	color: #fff;
}

#top_items .items_bg {
    background-repeat: none;
    background-position: center;
    background-size: cover;
    height: 250px;
    position: relative;
    transition: 0.5s;
    border: 3px solid #fff;
    outline: solid 1px #E4E4E4;
}

#head .logo {
    height: 50px;
    padding-top: 25px;
    text-align: center;
}
.new_post .new_post_title h2{
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
    border-bottom: none;
}

#article .article_info > h1{
    font-size: 30px;
	color:#666;
}

.keyword_list li {
	border: 1px solid #C2C6C6;
	float: left;
	margin: 3px;
	position: relative;
	border-radius: 5px;
	background-color: #F9F9F9;
	padding: 0 5px 0 2px;
}

.keyword_list li a {
	display: block;
	padding: 3px 3px 3px 18px;
	font-size: 14px;
	color: #25828D;
}

.new_post .new_post_title h2.top {
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
    background: none;
    border: none;
}

#special_items .cont_special_list_part .special_part_head h2{
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    background: none;
    border: none;
}

.access_rank_post_title {
    border-left: 3px solid #109CAC;
    padding: 5px 0 5px 10px;
}

.burlesque {
	font-size: 14px;
	color: #F5F5F5;
	background: url(../img/haikei.png);
}

.burlesque_in {
	padding: 20px 10px;
	background: #021130;
	background-color: rgba(2, 16, 48, 0.73);}

.burlesque img {
	padding: 0px 15px;
}

.burlesque h2 {
	margin: 50px 5px 10px 5px;
	background-color: rgba(223, 191, 26, 0.7);
	border-bottom: 2px solid #3C3C3C;
	border-top: none;
	color: #FFF;
	opacity: 0.9;
	text-shadow: 2px 1px 5px #514813;
}

.burlesque h2.first_ttl {
	margin: 0px 5px 10px 5px;
	background-color: rgba(223, 191, 26, 0.7);
	border-bottom: 2px solid #3C3C3C;
	border-top: none;
	color: #FFF;
	opacity: 0.9;
	text-shadow: 2px 1px 5px #514813;
}
 

.burlesque p {
	padding: 0px 10px;
	text-shadow: 3px 3px 5px #343A4B;
}

.burlesque p.img_box {
	padding: 0;
}

.burlesque h3 {
	border-bottom: 2px dotted #C8AE25;
	margin: 20px 10px 10px 10px;
	padding: 10px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #F5CC6B;
	text-shadow: 3px 3px 5px #34363A;
}

.burlesque p.entame_ttl {
	border-bottom: 2px solid #CC8AC5;
	font-size: 18px;
	padding: 9px;
	width: 45%;
	margin-left: 10px;
	color: #FF7CBF;
	font-weight: bold;
}
.burlesque iframe {
}

.burlesque p.entame_ttl02 {
	font-size: 16px;
	font-weight: bold;
	color:#C8AE25;
}

.burlesque .contact_box{
	float: right;
	background: #B830A9;
	padding: 10px;
	margin-top: 15px;
	margin-right: 10px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #3C3C3C;
}

.burlesque .contact_box a {
	font-weight: bold;
	color: #fff;
}
#breadcrumbs li {
    float: left;
    margin-right: 10px;
    font-weight: 100;
    color: #fff;
}
#breadcrumbs a {
    display: block;
    font-weight: normal;
    position: relative;
    padding-right: 25px;
    color: #fff;
}
#breadcrumbs {
    padding: 6px 0;
    background: #0597A8;
    border-top: 1px solid #027C8A;
    border-bottom: 1px solid #027C8A;
    position: relative;
}
.contents_s > .prf {
overflow: hidden;
    padding: 15px 15px;
    margin-bottom: 30px;
    border: 1px solid #007684;
    background: #0396a8;
}

.contents_s > .prf p {
    font-size: 10px;
    line-height: 14px;
    color: #FFF;
    margin-left: 70px;
}
.contents_s > .prf a {
    color: #fff;
    font-size: 24px;
}
.contents_s > .prf span {
    font-size: 18px;
    font-weight: bold;
}
.tabs li a {
    padding: 8px;
    display: block;
    background: #0597A8;
    text-decoration: none;
    color: #fff;
}
#mypage > .c2 .contents_m .title_bar > h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
    margin-bottom: 10px;
    background: #0597A8;
    border: 1px solid #EEE;
    color: #FFF;
}
#foot_inline h3 {
    font-size: 14px;
    font-weight: bold;
    color: #4FB6C1;
    margin-bottom: 15px;
}
#foot_inline li {
    width: 50%;
    box-sizing: border-box;
    margin: 0 0 5px 0;
    font-size: 12px;
    list-style: none;
	float: none;
}
#foot_inline .logo img {
    max-width: 140px;
    max-height: 50px;
    margin-right: 40px;
}
.pagenav .active {
    background: #0597A8;
    color: #fff;
}
.contents_s .side_postlist .more a {
	/* 特集一覧リンク */
	display: block;
	font-size: 13px;
	padding: 10px;
	text-align: right;
	background: #0597A8;
	color: #fff;
}

.contents_s .side_postlist .more a:hover {
	background: #0597A8;
}

.access_rank_post ul.swithAccessRank li a.rankActive {
    background: #0597A8;
    color: #FFF;
    text-decoration: none;
    position: relative;
}
.contents_m .summary > .home {
    display: block;
    color: #0597A8;
    position: relative;
    margin: 5px 0 0 168px;
    padding-left: 20px;
}
.ui_ex_setting dt {
    text-align: right;
    font-size: 10px;
    padding-right: 3px;
    color: #FFF;
    background: #0597A8;
}

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

    .burlesque img {
        float: none;
        width: 100%;
    }

    .burlesque p.entame_ttl {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .burlesque .contact_box {
        float: none;
        margin: 0 auto;
        width: 65%;
        margin-top: 10px;
        text-align: center;
    }
    .burlesque h2 {
        font-size: 16px;
        margin: 50px 0px 10px 0px;
    }

    .burlesque h2.first_ttl {
        font-size: 16px;
        margin: 0px 0px 10px 0px;
    }
}
#article .article_infobox .img img {
width: 100px;
height: 100px;
}