/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015/03/06, 22:51:18
    Author     : ookita
*/

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

div img { vertical-align: text-bottom; }

div {
    word-wrap: break-word;
}

textarea {
    width: 90%;
}

.input_width {
    width: 80%;
}

.centering_adsense_pc_336_smart_300 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.adsense_pc {
    display: none!important;
}

.adsense_pc_300 {
    display: none!important;
}

.adsense_pc_336 {
    display: none!important;
}

.adsense_pc_336_smart_300 {
    width: 300px;
    height: 250px;
}

.adsense_smart_320 {
    width: 320px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.adsense_smart_300 {
    width: 300px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.your_result {
    text-align:left!important;
    padding: 10px!important;
}

img {
    max-width: 300px;
    height: auto;
    border-style: none;
}

a img {
    max-width: 300px;
    height: auto;
    border-style: none;
}

p.centering {
    text-align: center;
}

.content_centering {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.title_logo {
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.menu_back {
    filter: alpha(opacity=50);
    -moz-opacity:0.50;
    opacity:0.50;
    border:1px black solid;
    /*background-image: url("../image/menu.jpg");*/
    background-position: bottom;
    background-repeat: repeat-x;
    position:absolute;
    top:190px;
    left:80px;
    right:80px;
    background-color:#FF9E58;
    padding:0px 10px;
    font-family:Osaka-mono,sans-serif;
    font-size: medium;
}

.menu {

}

.footer_menu {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    margin: 10px 0px;
    padding: 10px;
    font-family:Osaka-mono,sans-serif;
    font-size: 18px;
    color: black;
    text-decoration: none;
    line-height: normal;
    border: #EFEFEF 1px solid;
    -moz-border-radius: 5px; /* firefox */
    border-radius: 5px; /* CSS3 */
}

a.h1_link, a:hover.h1_link {
    color: black;
    text-decoration: none;
}

h2 {
    background: paleturquoise;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 3px;
    text-align: left;
    font-family:Osaka-mono,sans-serif;
    font-size: 16px;
    color: #006161;
    text-decoration: none;
    line-height: normal;
    border-left: solid 7px #2DD8C7;
}

a.h2_link, a:hover.h2_link {
    color: #006161;
    text-decoration: none;
}

h3 {
    background: #B8FBB8;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 3px;
    text-align: left;
    font-family:Osaka-mono,sans-serif;
    font-size: 15px;
    color: #006A28;
    text-decoration: none;
    line-height: normal;
    border-left: solid 5px #32DD32;
}

a.h3_link, a:hover.h3_link {
    color: #006A28;
    text-decoration: none;
}

h4 {
    background: lemonchiffon;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 3px;
    text-align: left;
    font-family: Osaka-mono,sans-serif;
    font-size: 14px;
    color: #7F4D1C;
    text-decoration: none;
    line-height: normal;
    border-left: solid 3px gold;
}

a.h4_link, a:hover.h4_link {
    color: #7F4D1C;
    text-decoration: none;
}

.column_h2 {
    background-image: none;
    background-color: paleturquoise;;
    background-position: top;
    background-repeat: repeat-x;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-bottom: 0px;
    font-family:Osaka-mono,sans-serif;
    color: #006161;
    line-height: normal;
    border: 1px solid turquoise;
    -moz-border-radius-topleft: 5px; /* firefox */
    -moz-border-radius-topright: 5px; /* firefox */
    border-top-left-radius: 5px; /* CSS3 */
    border-top-right-radius: 5px; /* CSS3 */
    -moz-border-radius-bottomleft: 0px; /* firefox */
    -moz-border-radius-bottomright: 0px; /* firefox */
    border-bottom-left-radius: 0px; /* CSS3 */
    border-bottom-right-radius: 0px; /* CSS3 */
}

a.column_h2_link, a:hover.column_h2_link {
    color: #006161;
}

.column {
    border-left: 1px solid turquoise;
    border-right: 1px solid turquoise;
    border-bottom: 1px solid turquoise;
    margin-top: 0px;
    padding: 10px;
    -moz-border-radius-bottomleft: 5px; /* firefox */
    -moz-border-radius-bottomright: 5px; /* firefox */
    border-bottom-left-radius: 5px; /* CSS3 */
    border-bottom-right-radius: 5px; /* CSS3 */
}

.strong {
    background: linear-gradient(#5CD6FF, #00BFFF);
    padding: 8px 10px;
    font-size: small;
    color: white;
    line-height: normal;
    text-align: left;
    padding: 7px;
    margin: 0px;
    -moz-border-radius-topleft: 5px; /* firefox */
    -moz-border-radius-topright: 5px; /* firefox */
    border-top-left-radius: 5px; /* CSS3 */
    border-top-right-radius: 5px; /* CSS3 */
}

em {
    background-color: #FFFF99;
    font-style: normal;
}

/* デフォルトでは左右を10px空ける */
span {
    padding: 0px 10px;
}

/* リンク一覧用（左に揃えるために左右のpaddingも0pxにする） */
span.linklist {
    padding: 0px;
}

/* span内のリンクは折り返し禁止 */
span a {
    white-space: nowrap;
}

span.topicPath {
    margin: 0;
    padding: 0;
}

body { font-size: small }  /* 小 */
.xs { font-size: xx-small } /* 小2 */
.xm { font-size: x-small }  /* 小1 */
.sm { font-size: small }    /* 小 */
.md { font-size: medium }   /* 標準 */
.la { font-size: large }    /* 大 */
.xr { font-size: x-large }  /* 大1 */
.xl { font-size: xx-large } /* 大2 */
.sr { font-size: smaller }  /* 一段階小さい */
.lr { font-size: larger }   /* 一段階大きい */
.pt { font-size: 10pt }     /* 10pt */
.px { font-size: 20px }     /* 20px */
.pe { font-size: 200% }     /* 200% */

pre {
    margin-top:0px;
    margin-bottom:0px;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

ul.list01 {
    margin: 0px;
    padding: 5px;
}

/* ネストされた list01 用 */
ul.list01_nested {
    margin: 0px;
    padding: 5px 0px;
}

li.list01 {
    list-style:none;
    margin-top:3px;
    margin-bottom:3px;
}

/* 区切り線あり */
li.list01_with_border {
    list-style: none;
    margin: 0px;
    padding: 10px 0px;
    border-top: dashed 1px #00BFFF;
}

li.list01_with_border:first-child {
    border-top: none;
    padding-top: 0px;
}

li.list01_with_border:last-child {
    padding-bottom: 0px;
}

ul.list02 {
    margin: 0px 0px 0px 10px;
    padding: 0px 10px;
    font-size: small;
}

li.list02 {
    list-style:url('../image/arrow_111.gif');
    margin: 3px 0px 3px 0px;
    padding: 0;
    font-size: small;
}

ul.list03 {
    margin: 0px 0px 0px 10px;
    padding: 0px 10px;
    font-size: small;
}

li.list03 {
    list-style:url('../image/arrow_147.gif');
    margin: 3px 0px 3px 0px;
    padding: 0;
    font-size: small;
}

ul.footer_list01 {
    margin: 0 0 0 2em;
    padding: 0;
}

li.footer_list01 {
    list-style:none;
    margin-top:3px;
    margin-bottom:3px;
    font-size: medium;
}
ul.footer_list02 {
    margin: 0px 0px 0px 15px;
    padding: 0;
    font-size: small;
}

li.footer_list02 {
    list-style:none;
    margin: 3px 0px 3px 0px;
    padding: 0;
    font-size: small;
}

ul.footer_list03 {
    margin: 0px 0px 0px 15px;
    padding: 0;
    font-size: small;
}

li.footer_list03 {
    list-style:none;
    margin: 3px 0px 3px 0px;
    padding: 0;
    font-size: small;
}

.listbox {
    text-align: center;
    padding: 0px;
    background-position: bottom;
    background-repeat: repeat-x;
    margin-top: 0px;
    margin-bottom: 10px;
}

.listbox-content {
    padding: 10px;
    font-size: small;
    text-align: left;
    background-color: #F4FDFF;
    border-bottom: solid 2px #C1F4FF;
    -moz-border-radius-bottomleft: 5px; /* firefox */
    -moz-border-radius-bottomright: 5px; /* firefox */
    border-bottom-left-radius: 5px; /* CSS3 */
    border-bottom-right-radius: 5px; /* CSS3 */
}

.listbox-content-for-ad {
    padding: 10px 0px;
    font-size: small;
    text-align: left;
    background-color: white;
    -moz-border-radius-bottomleft: 5px; /* firefox */
    -moz-border-radius-bottomright: 5px; /* firefox */
    border-bottom-left-radius: 5px; /* CSS3 */
    border-bottom-right-radius: 5px; /* CSS3 */
}

.sitemap-box {
    margin: 0px 0px 10px 0px;
    padding: 10px;
    float: none;
    background-color: #F4FDFF;
    border-bottom: solid 2px #C1F4FF;
    -moz-border-radius: 5px; /* firefox */
    border-radius: 5px; /* CSS3 */
}

div.sitemap-h1 {
    margin-left: 0px;
    margin-right: 0px;
}

.form_category_edit {
    border: solid 1px silver;
    text-align: left;
    margin: 0px;
    padding: 10px 30px;
}

.footer_box {
    float: left;
    text-align: left;
    width: 100%;
}

.footer_ad {
    display: none;
}

.copyright {
    font-size: xx-small;
    margin: 0px;
    padding: 0px;
}

.paging {
    display: none;
}

/* パンくずリスト */
#topicPath_01 {
    margin: 0px 0px;
    padding: 10px 10px 0px 10px;
    text-align: left;
}  
#topicPath_01 li {
    display:inline;
    list-style-type:none;
}  
#topicPath_01 li a {
    padding-right: 0px;
}

.list_01 {  
    text-align: center;
}  
.list_01 li {  
    list-style-type:none;
    margin-bottom: 30px;
}

.list_02 {
    text-align: center;
}  
.list_02 li {
    float: left;
    display:inline;
    list-style-type:none;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0px;
}

.sns_top {
    width: 100%;
    margin-top: 20px;
    margin-left: 10px;
}

.sns_bottom {
    display: none;
}

.sns_widget_left {
    margin-bottom: 10px;
}

.sns_widget_right {
    width: 300px;
}

.facebook_top {
    padding-top: 20px;
}

/* iOS の input フォームの初期化 */
input[type="button"],input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

.button01 {
    background: linear-gradient(#AFF6DE, #4FDEAE);
    color: #25876C;
    border: 1px solid #5ADEAF;
    padding: 5px 5px 2px 5px;
    font-size: medium;
    font-weight: bold;
    -moz-border-radius: 5px; /* firefox */
    border-radius: 5px; /* CSS3 */
}

.button02 {
    background: linear-gradient(#AFF6DE, #4FDEAE);
    color: #25876C;
    border: 1px solid #5ADEAF;
    padding: 3px 5px 1px 5px;
    font-size: small;
    font-weight: bold;
    -moz-border-radius: 5px; /* firefox */
    border-radius: 5px; /* CSS3 */
}

.button02_disable {
    background-color: #CACACA;
    color: gray;
    border: 1px solid #CACACA;
    padding: 3px 5px 1px 5px;
    font-size: small;
    font-weight: bold;
    -moz-border-radius: 5px; /* firefox */
    border-radius: 5px; /* CSS3 */
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
    font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}

xmp {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
    font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}

/*コンソール（黒）挿入用タグ*/
.console-black {
    background-color: black;
    color: white;
    padding:10px;
}

/*コンソール（青）挿入用タグ*/
.console-blue {
    background-color: blue;
    color: white;
    padding:10px;
}

/*設定ファイル挿入用タグ*/
.config {
    background-color: #E5E5E5;
    color: black;
    padding:10px;
    font-family: 'Osaka−等幅', 'ＭＳ ゴシック', monospace;
    font-weight: normal;
    overflow: auto;
}

/*コマンド挿入用タグ*/
.command {
    font-weight:bold;
}

/*パラメータ挿入用タグ*/
.parameter {
    font-weight:bold;
    font-size: larger;
}

.prefix_label {
    color: #23D323;
    font-size: 16px;
    font-weight: bold;
    background-color: #E9FDE9;
    padding: 3px;
    margin-right: 5px;
    border: 2px solid #23D323;
    -moz-border-radius: 5px; /* firefox */
    border-radius: 5px; /* CSS3 */
}

.prefix_label_small {
    color: #23D323;
    font-size: 14px;
    font-weight: bold;
    background-color: #E9FDE9;
    padding: 2px;
    margin-right: 5px;
    border: 1px solid #23D323;
    -moz-border-radius: 5px; /* firefox */
    border-radius: 5px; /* CSS3 */
}

.hr_listbox {
    border: none;
    border-top: dashed 1px #00BFFF;
}

.font_no_color {
    margin: 0px;
    padding: 0px;
}

.font_no_padding_modify {
    margin: 0px;
}

.font_red {
    margin: 0px;
    padding: 0px;
    color: red;
}

}
