@charset "UTF-8";
/* @media handheld, all and (max-width:580px){ */

/* PARTS MODULES - Global -
--------------------------------------------------------------*/
/* HEADING */
#mainArea .h2{
width: auto;
margin-top: 0!important;
margin-bottom: 10px;
font-size:110%;
}
#mainArea .h3{
width: auto;
margin-bottom: 5px;
background: none !important;
font-size:100%;
}
#mainArea h3.h3 > span, #mainArea p.h3 > span {
/* display: block; */
background: none;
min-height: inherit;
_height: auto;
padding-left: 0;
font-weight: bold;
}
#mainArea .h4{
width: auto;
font-size:100%;
}


/* share button in MainArea */
#mainArea .shareBtn{
position: static;
width: auto;
padding: 0;
}
#mainArea .shareBtn .btns{
text-align:right;
}
#mainArea .shareBtn .btns li{
display:inline-block;
/display:inline;
vertical-align:middle;
margin-top: 0;
}
#mainArea .shareBtn .btns li:last-child{
padding-top: 5px;
}


/* PARTS MODULES - CONTENT - 
--------------------------------------------------------------*/

/* メディアクエリ別だし仕分け */
#header .showScr,
#contWrap .showScr{
display: none;
}
#header .showSmt,
#contWrap .showSmt{
display: block;
}