@charset "UTF-8";
/****************************************
全般設定
*****************************************/
body {
    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}
/* 横揺れ対策 */
html{
    overflow-x : hidden;
    -webkit-overflow-scrolling: touch;
  }
/* 横揺れ対策 */
body {
    overflow-x : hidden;
    -webkit-overflow-scrolling: touch;
}

/* ロード中 */
#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    opacity: 0.3;
    color: #337ab7;
    /* 上下中央 */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

}


/* rowのところで高さそろえる。 */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

}
/* rowのところで高さそろえる。iosずれ対策 */
.row-eq-height .col-xs-3{
    width:24.9%;
}
.row-eq-height .col-sm-3{
    width:24.9%;
}
.row-eq-height .col-md-3{
    width:24.9%;
}

/****************************************
hタグ
*****************************************/

h1 {
    margin: 10px 0;
}
/****************************************
ボタン設定
*****************************************/
/* 水色ボタン */
.btn-sky {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3fb1e4+0,3fb1e4+50,2daae1+51,2daae1+100 */
    background: #3fb1e4; /* Old browsers */
    background: -moz-linear-gradient(top, #3fb1e4 0%, #3fb1e4 50%, #2daae1 51%, #2daae1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3fb1e4 0%,#3fb1e4 50%,#2daae1 51%,#2daae1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3fb1e4 0%,#3fb1e4 50%,#2daae1 51%,#2daae1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb1e4', endColorstr='#2daae1',GradientType=0 ); /* IE6-9 */
    border:1px solid #1a84b3;
    color: #FFF;
  }
.btn-sky:hover,
.btn-sky:focus,
.btn-sky:active,
.btn-sky.active {
    background-color: #2DAAE1;
    color: #FFF;
}
.btn-sky.disabled:hover,
.btn-sky.disabled:focus,
.btn-sky.disabled:active,
.btn-sky.disabled.active,
.btn-sky[disabled]:hover,
.btn-sky[disabled]:focus,
.btn-sky[disabled]:active,
.btn-sky[disabled].active,
fieldset[disabled] .btn-sky:hover,
fieldset[disabled] .btn-sky:focus,
fieldset[disabled] .btn-sky:active,
fieldset[disabled] .btn-sky.active {
    background-color: #2DAAE1;
}
/* オレンジボタン */
.btn-orange {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ecaf46+0,ecaf46+50,e59a18+51,e59a18+100 */
    background: #ecaf46; /* Old browsers */
    background: -moz-linear-gradient(top, #ecaf46 0%, #ecaf46 50%, #e59a18 51%, #e59a18 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ecaf46 0%,#ecaf46 50%,#e59a18 51%,#e59a18 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ecaf46 0%,#ecaf46 50%,#e59a18 51%,#e59a18 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecaf46', endColorstr='#e59a18',GradientType=0 ); /* IE6-9 */
    border:1px solid rgba(212,125,20,0.8);
    color: #FFF;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
    background-color: #e29818;
    color: #FFF;
}
.btn-orange.disabled:hover,
.btn-orange.disabled:focus,
.btn-orange.disabled:active,
.btn-orange.disabled.active,
.btn-orange[disabled]:hover,
.btn-orange[disabled]:focus,
.btn-orange[disabled]:active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange:hover,
fieldset[disabled] .btn-orange:focus,
fieldset[disabled] .btn-orange:active,
fieldset[disabled] .btn-orange.active {
    background-color: #e29818;
}
/* 緑ボタン */
.btn-green {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7ec200+0,7ec200+50,61a200+51,61a200+100 */
    background: #7ec200; /* Old browsers */
    background: -moz-linear-gradient(top, #7ec200 0%, #7ec200 50%, #61a200 51%, #61a200 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7ec200 0%,#7ec200 50%,#61a200 51%,#61a200 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7ec200 0%,#7ec200 50%,#61a200 51%,#61a200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ec200', endColorstr='#61a200',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    border:1px solid #609400;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    background-color: #61a200;
    color: #FFF;
}
.btn-green.disabled:hover,
.btn-green.disabled:focus,
.btn-green.disabled:active,
.btn-green.disabled.active,
.btn-green[disabled]:hover,
.btn-green[disabled]:focus,
.btn-green[disabled]:active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green:hover,
fieldset[disabled] .btn-green:focus,
fieldset[disabled] .btn-green:active,
fieldset[disabled] .btn-green.active {
    background-color: #61a200;
}
/* 赤ボタン */
.btn-red {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e05948+0,e05948+50,dd4b39+51,dd4b39+100 */
    background: #e05948; /* Old browsers */
    background: -moz-linear-gradient(top, #e05948 0%, #e05948 50%, #dd4b39 51%, #dd4b39 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e05948 0%,#e05948 50%,#dd4b39 51%,#dd4b39 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e05948 0%,#e05948 50%,#dd4b39 51%,#dd4b39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e05948', endColorstr='#dd4b39',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    border:1px solid #ae2e1e;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    background-color: #e05948;
    color: #FFF;
}
.btn-red.disabled:hover,
.btn-red.disabled:focus,
.btn-red.disabled:active,
.btn-red.disabled.active,
.btn-red[disabled]:hover,
.btn-red[disabled]:focus,
.btn-red[disabled]:active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red:hover,
fieldset[disabled] .btn-red:focus,
fieldset[disabled] .btn-red:active,
fieldset[disabled] .btn-red.active {
    background-color: #e05948;
}




/****************************************
パネル設定
*****************************************/
/* パネル設定 */
.panel-success > .panel-heading-custom {background: #78b800;color: #fff;border-width:3px;}
.panel-warning > .panel-heading-custom {background: #f39c12;color: #fff;border-width:3px;}
.panel-info > .panel-heading-custom {background: #3fb1e4;color: #fff;border-width:3px;}
.panel-danger > .panel-heading-custom {background: #dd4b39;color: #fff;border-width:3px;}


/****************************************
キャプション・表題・タイトル
*****************************************/
.caption-intorduce{
background: #71ad00;
color:#FFF;
}
.caption-intorduce .row{
    padding:5px;
}

/* 青 */

.caption-blue {
    margin: 0!important;
    padding: 0!important;
    background: #357ca5;
}

.caption-blue div div {
    color: #FFF;
    padding: 10px;
    font-size: 1.2em;
}

.caption-blue div div p {
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: underline;
    padding: 0;
}


/* 緑 */

.caption-green {
    margin: 0!important;
    padding: 0!important;
    background: #00a65a;
}

.caption-green div div {
    color: #FFF;
    padding: 10px;
    font-size: 1.2em;
}

.caption-green div div p {
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: underline;
    padding: 0;
}


/* オレンジ */

.caption-orange {
    margin: 0!important;
    padding: 0!important;
    background: #e9930c;
}

.caption-orange div div {
    color: #FFF;
    padding: 10px;
    font-size: 1.2em;
}

.caption-orange div div p {
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: underline;
    padding: 0;
}


/* caption-lightgreen-2018 */

.caption-lightgreen-2018 {
    background: #75b300;color: #FFF;
}
.caption-lightgreen-2018 .container .row{
    background: #71ad00;
    padding: 15px 12px;
}
@media(min-width:768px) { .caption-lightgreen-2018 .container .row {padding-left:25px;/* 画面幅767px以上 */ } }
.caption-lightgreen-2018 h1{
    font-size: 1.8em;
    font-weight: bold;
    text-decoration: underline;
    margin: 0;
    padding-bottom:10px;
}

/* caption-red-2018 */

.caption-red-2018 {
    background: #de513f;color: #FFF;
}
.caption-red-2018 .container .row{
    background: #dd4b39;
    padding: 15px 12px;
}
@media(min-width:768px) { .caption-red-2018 .container .row {padding-left:25px;/* 画面幅767px以上 */ } }
.caption-red-2018 p{
    font-size: 1.8em;
    font-weight: bold;
    text-decoration: underline;
    margin: 0;
    padding-bottom:10px;
}

/* caption-orange-2018 */
.caption-orange-2018 {
    background: #f39c12;color: #FFF;
}
.caption-orange-2018 .container .row{
    background: #e9930c;
    padding: 15px 12px;
}
@media(min-width:768px) { .caption-orange-2018 .container .row {padding-left:25px;/* 画面幅767px以上 */ } }
.caption-orange-2018 p{
    font-size: 1.8em;
    font-weight: bold;
    text-decoration: underline;
    margin: 0;
    padding-bottom:10px;
}
/****************************************
連絡エリア
*****************************************/

.info-area {
    overflow-x: auto;white-space: nowrap;padding:10px;background: #568f00;color: #FFF;text-align:center;
}

.info-area a {
    color: #FFF;
    text-decoration: underline;
}
/****************************************
フォーム　アップロード
*****************************************/

.form-photoeditor-2018 {
    background: #EEE;
}

.form-photoeditor-2018 .container {
    padding: 0!important;
}

.form-imagePreview-2018 {
    height: 380px;
    background: url('/images/form-bg2.jpg') no-repeat #dde0e9;
    background-position: center center;
    background-size: cover;
    width: 100%;
    text-align: center;
}

.form-imagePreview-2018 form {
    padding: 75px 7% 0 7%;
}


.form-notes {
    background: #f39c12;
    color: #FFF;
}

.form-notes a {
    color: #FFF;
    text-decoration: underline;
}

.form-notes-inside {
    background: #e9930c;
    padding: 15px 12px;
}

.form-notes-another {
    background:#75b300;
    color: #FFF;
}

.form-notes-another a {
    color: #FFF;
    text-decoration: underline;
}

.form-notes-another-inside {
    background: #71ad00;
    padding: 15px 12px;
}


/****************************************
ヘルプページ
*****************************************/

.qa-page .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.qa-page .panel {
    border-color: #61a200!important;
}

.qa-page .panel-heading {
    background: #61a200;
    color: #FFF;
}

.qa-page .answer {
    background: #F3F3F3;
}


/****************************************
お問い合わせページ
*****************************************/

.contact .row {
    background: #EEE;
    background-size: cover;
    padding: 20px;
}


/****************************************
バナーの作り方ページ
*****************************************/

.start-info .row {
    border: 10px solid #EEE;
    font-size: 1.2em;
    padding: 10px 3%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.start-info ul {
    padding: 0;
    margin: 0;
}

.start-info li {
    list-style: none;
}

.start-info li.sub {
    font-weight: bold;
}

/****************************************
ソーシャルボタン
*****************************************/

.social_button_area {
    background: #DDD;
    height: 30px;
    padding-top: 5px;
}

.social_google_button {
    float: left;
    margin-left: 5px;
    margin-right: 10px;
}

.social_facebook_button {
    float: left;
    margin-right: 10px;
}

.social_twitter_button {
    float: left;
    margin-right: 10px;
}

.social_line_button {
    float: left;
    margin-right: 10px;
}


/****************************************
Twitter投稿ページ
*****************************************/

.container-fluid-orange {
    background: #f39c12;
    color: #FFF;
}

.container-fluid-orange a {
    color: #FFF;
    text-decoration: underline;
}

.container-fluid-orange .row {
    background: #e9930c;
    padding: 15px 20px;
}

.twitter-data {
    border: 10px solid #EEE;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.twitter-info {
    border: 10px solid #EEE;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.twitter-caption {
    background: #337ab7;
    color: #FFF;
    font-size: 1.2em;
    padding: 15px;
}

.btn-twitter {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.5em;
    color: #FFF;
    background: #03A9F4;
    margin-bottom: 20px;
}

.btn-twitter-del {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.5em;
    margin-bottom: 20px;
}

#tweet_text {
    padding: 15px 10px;
}


/****************************************
画像加工　サンプル
*****************************************/

.photoList {
    background: #EEE;
    padding-top: 20px;
}

.photoList ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.photoList ul li {
    list-style: none;
    margin-bottom: 25px;
}

.photoList ul li img {
    cursor: pointer;
}

/****************************************
画像編集カテゴリリンク
*****************************************/

.photoeditorCategory {
    background: #EEE;
    border-top: 8px solid #EEE;
}

.photoeditorCategory ul {
    padding: 0 0 0 0;
    margin: 0 -10px;
}

.photoeditorCategory li {
    list-style: none;
    padding: 10px 5px;
    background: #FFF;
    border-bottom: 8px solid #EEE;
    border-left: 3px solid #EEE;
    border-right: 3px solid #EEE;
}

/****************************************
バナーページ
*****************************************/

.breadcrumb {
    margin-bottom: 5px!important;
    margin-top: 10px;
}

.banner-size-category {
    background: url(/images/edit_backimage.png) repeat;
    padding: 20px;
}

.banner-caption {
    background: #357ca5;
    color: #FFF;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
}

.bannerCategory {
    background: #EEE;
}

.bannerCategory ul {
    padding: 0 0 0 0;
    margin: 5px -10px;
}

.bannerCategory li {
    list-style: none;
    padding: 10px 5px;
    background: #FFF;
    border-bottom: 5px solid #EEE;
    border-left: 3px solid #EEE;
    border-right: 3px solid #EEE;
}

.bannerList {
    background: url(/images/edit_backimage.png) repeat;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bannerList ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.bannerList ul li {
    list-style: none;
    padding: 5px!important;
}

.bannerList ul li img {
    cursor: pointer;
    padding: 5px;
}

.banner-pager {
    background: #F3F3F3;
    height: 50px;
    border-bottom: 3px solid #FFF;
}

.banner-pager a,
.activebannerpage {
    background: #7FBD00;
    color: #FFF;
    padding: 10px 9px;
    position: relative;
    top: 14px;
}

.banner-sort {
    padding: 0!important;
    margin: 0!important;
    margin-top: 10px!important;
}

.banner-sort li {
    list-style: none;
    background: #F3F3F3;
    padding: 5px!important;
    margin: 0!important;
}

.banner-id-image {
    background: url(/images/edit_backimage.png) repeat;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.banner-id-data {
    margin-top: 10px;
}

.banner-id-data .row {
    border: 5px solid #F3F3F3;
}

.banner-id-data dd {
    border: 5px solid #F3F3F3;
}

.banner-id-data dt {
    border: 5px solid #F3F3F3;
}

.banner-word {
    background: #EEE;
    padding: 30px;
    font-size: 1.5em;
}

.banner-word a {
    padding-right: 10px;
}

/****************************************
HTMLTAGページ
*****************************************/
.htmltag .row {
    background: #EEE;
    background-size: cover;
    padding: 3%;
}

.htmltag-code .row {
    background: #EEE;
    background-size: cover;
    padding: 3%;
}

.htmltag-code textarea {
    height: 150px;
}
/****************************************
navbar　ロゴ設定
*****************************************/

.navbar {
    background: url(/images/logo_back_50.png) repeat-x top left #7FBD00;
    /*repeat-xで背景画像を水平に適用。#背景色で縦対応（ポップオーバーにも対応するためあえて画像）*/
    border: 0;
    -webkit-box-shadow: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0!important;
}


/* navbarの下に白のボーダーが表示されるのを消す */

.navbar .navbar-collapse {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand>img {
    height: 100%;
    width: auto;
}

/* navbarのxbtn設定 */
.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}


/****************************************
navbar リンク設定
*****************************************/


/* navbar リンク色設定 */

ul.nav a {
    color: #FFF!important;
}

.navbar-nav>li:nth-child(2n) {
    background: #6eb800;
}

ul.nav a:hover {
    color: #fff !important;
    background: #61a200!important;
}


/* navbar アクティブの設定 */

.navbar-nav>.active>a {
    color: #fff !important;
    background: #7FBD00!important;
}


/* navbar ハンバーガー四角枠 */

.navbar-default .navbar-toggle {
    border-color: #FFF;
    background: #61a200!important;
}


/* navbar ハンバーガー三本線 */

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}


/****************************************
navbar collapse for iPad (bootstrap)
*****************************************/

@media (max-width: 80000px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


/****************************************
					Footer
*****************************************/

#footer {
    clear: both;
    background: #7FBD00;
    padding: 10px 3px 0 3px;
    width: 100%;
}

#footer .container {
    padding: 4px!important;
}

.footer-category {
    background: #61a200;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
    /*border: 5px solid #7FBD00;*/
}

.footer-category-title {
    color: #FFF;
    text-align: left;
    font-weight: bold;
    font-size: 1.5em;
}

.footer-category ul {
    padding: 0;
    margin: 0;
}

.footer-category li {
    color: #FFF;
    text-align: left;
    border-bottom: 1px solid #F3F3F3;
    text-decoration: none !important;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    display: block;
    padding: 0!important;
}

.footer-category a {
    color: #FFF;
    /*display: block;*/
    border-bottom: 0;
}
/****************************************
anime
*****************************************/
.gifanime-sample {
    background: #EEE;
    padding-top: 20px;
    padding-bottom: 20px;
}

.gifanime .container {
    background: #EEE;
    background-size: cover;
    padding: 20px;
}

.anime-thumbnail {
    width: 50px;
    height: 30px;
    background: no-repeat #EEE;
    background-position: center center;
    background-size: cover;
    border: 1px solid #DDD;
}

.gifanime-edit .gifanime-complete-image {
    background: url(/images/edit_backimage.png) repeat;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gifanime-data {
    margin: 10px 0;
    padding: 10px;
    border: 10px solid #EEE;
}

.m_top_10{margin-top: 10px;}
.m_top_15{margin-top: 15px;}
.m_top_20{margin-top: 20px;}
.m_bottom_10{margin-bottom: 10px;}
.m_bottom_15{margin-bottom: 15px;}
.m_bottom_20{margin-bottom: 20px;}
#anime_canvas_wrapper{
  display:none;border:35px solid #337ab7;
}
#anime_canvas_id{
  max-width: 100%;
  height: auto;
}
.file_crop{
  display:none;
}
.file_preview{
  background: no-repeat;
  background-position: center center;
  background-size: contain;
}
.anime_preview{
  background: url(/images/edit_backimage.png) repeat;
  padding: 20px;
  text-align:center;
}
.anime_preview .img-thumbnail{
  background-color: transparent!important;
}
.anime_title {
  background: #7ec200; /* Old browsers */
  background: -moz-linear-gradient(top, #7ec200 0%, #7ec200 50%, #61a200 51%, #61a200 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7ec200 0%,#7ec200 50%,#61a200 51%,#61a200 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7ec200 0%,#7ec200 50%,#61a200 51%,#61a200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ec200', endColorstr='#61a200',GradientType=0 ); /* IE6-9 */
  line-height: 45px;
  height: 45px;
  font-size: 1em;
  color: #FFF;
  text-align: left;
  padding-left: 20px;
}
.text_background{
  padding:17px;background:#EEE;
}
.text_background_10{
  padding:10px;background:#EEE;
}
.text_background_5{
  padding:5px;background:#EEE;
}
.text_border{
  padding:6px;border:solid 10px #EEE;
}
.btn_background{
  padding:15px;background:#EEE;
}
.btn_background_5{
  padding:5px;background:#EEE;
}
.btn_background_10{
  padding:10px;background:#EEE;
}
.btn_padding{
  padding: 25px 0 25px 0;
}
.btn_height{
  height: 45px;
}
/****************************************
canvas
*****************************************/
#canvas_wrapper{
  display:none;border:35px solid #337ab7;
}
#canvas_id{
  max-width: 100%;
  height: auto;
}
/****************************************
google-adsense
*****************************************/
/* ヘッダー */
.adsense-header-wrapper{background:#EEE;padding-top:5px;text-align:center;}
.adsense-header { width: 100%; height: 60px;}
@media(min-width: 500px) { .adsense-header { width: 100%; height: 60px;/* 画面幅500px～767px */ } }
@media(min-width: 768px) { .adsense-header { width: 750px; height: 60px;/* 画面幅768px〜991px */ } }
@media(min-width: 992px) { .adsense-header { width: 970px; height: 60px;/* 画面幅992px〜1169px */} }
@media(min-width: 1170px) { .adsense-header { width: 1170px; height: 60px;/* 画面幅1170px以上 */ } }

/* ミドル */
.adsense-middle-wrapper{background:#EEE;padding-top:5px;text-align:center;margin-top: 5px;margin-bottom: 5px;}
.adsense-middle { width: 100%; height: 280px;/* 画面幅500px未満 */ }
@media(min-width: 500px) { .adsense-middle { width: 100%; height: 280px;/* 画面幅500px～767px */ } }
@media(min-width: 768px) { .adsense-middle { width: 750px; height: 150px;/* 画面幅768px〜991px */} }
@media(min-width: 992px) { .adsense-middle { width: 970px; height: 150px;/* 画面幅992px〜1169px */} }
@media(min-width: 1170px) { .adsense-middle { width: 1170px; height: 150px;/* 画面幅1170px以上 */ } }
/* ボトム */
.adsense-bottom-wrapper{background:#EEE;padding-top:5px;text-align:center;}
.adsense-bottom { width: 100%; height: 280px;/* 画面幅500px未満 */ }
@media(min-width: 500px) { .adsense-bottom { width: 100%; height: 280px;/* 画面幅500px～767px */ } }
@media(min-width: 768px) { .adsense-bottom { width: 750px; height: 150px;/* 画面幅768px〜991px */} }
@media(min-width: 992px) { .adsense-bottom { width: 970px; height: 150px;/* 画面幅992px〜1169px */} }
@media(min-width: 1170px) { .adsense-bottom { width: 1170px; height: 150px;/* 画面幅1170px以上 */ } }
