/*
Theme Name:     Lightning_sp
Description:    sp
Author:         ipadmin
Template:       lightning

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
/*20181026ADD*/

.page-header_pageTitle,
.sideSection {
	display:none;
}
#main {
	width:100%;
}
.container {
    max-width: 730px;
}
.square_btn{
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    background: #F781D8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #FE2E9A;
    border-radius: 3px;display: block;
    position: relative;
    padding: 2em 0;
    text-align: center;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}

/*シンプル角丸（影）枠 3*/
.kakomi-maru3 {
 margin: 2em auto;
 padding: 1em;
 width: 90%; /* ボックス幅 */
 background-color: #EEFFFF; /* ボックス背景色 */
 color: #666; /* 文章色 */
 box-shadow: 0 0 5px 1px #c0c0c0; /* 影 */
 border-radius: 10px; /* 角の丸み */
}
 div.section.breadSection{
 display:none;}
.copySection p:last-of-type{
	display:none;
}

body.single div.section.page-header ,
body.single header.siteHeader ,
body.single nav ,
body.single .entry-footer ,
body.single header .entry-meta ,
body.single .vk-mobile-nav-menu-btn{
	display:none;
}
