/* CSS Document */

@media screen and (min-width: 641px){

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

div {
    word-wrap: break-word;
}

textarea {
    width: 100%;
}

.input_width {
    width: 100%;
}

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

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

.adsense_pc_336 {
    width: 336px;
    height: 280px;
}

.adsense_pc_336_smart_300 {
    width: 336px;
    height: 280px;
}

.adsense_smart_320 {
    display: none!important;
}

.adsense_smart_300 {
    display: none!important;
}

.your_result {
    text-align:left;
    padding-left: 230px;
}

img {
    border-style: none;
}

a img {
    border-style: none;
}

.content_centering {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.title_logo {
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}

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

.menu {
    border-bottom: 2px solid #00BB00;
}

.footer_menu {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    margin: 0px 0px 15px 0px;
    padding: 10px;
    font-family:Osaka-mono,sans-serif;
    font-size: xx-large;
    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;
}

.h1_for_article {
    margin: 0px;
    padding: 30px 0px 10px 0px;
    border: none;
    -moz-border-radius: 0px; /* firefox */
    border-radius: 0px; /* CSS3 */
}

h2 {    
    height:auto;
    background: paleturquoise;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Osaka-mono,sans-serif;
    font-size: x-large;
    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 {    
    height:auto;
    background: #B8FBB8;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Osaka-mono,sans-serif;
    font-size: large;
    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 {
    height: auto;
    background: lemonchiffon;
    font-family: Osaka-mono,sans-serif;
    font-size: medium;
    color: #7F4D1C;
    text-decoration: none;
    padding: 2px 10px;
    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;
    text-decoration: none;
    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;
    text-decoration: none;
}

.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);
    height: 17px;
    padding: 8px 10px;
    font-size: small;
    color: white;
    line-height: normal;
    -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: 95% }
.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% */

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-color: white;
    margin: 0px 0px 10px 0px;
    /*background-image: url("../image/sidebar.jpg");*/
    /*background-position: bottom;*/
    /*background-repeat: repeat-x;*/
    /*border: deepskyblue solid 1px;*/
}

.listbox-content, .listbox-content-for-ad {
    font-size: small;
    padding: 10px;
    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 */
}

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

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

.footer_box {
    float: left;
    text-align: left;
    width: 333px;
}

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

/* パンくずリスト */
#topicPath_01 {
    font-size: small;
    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 {
    margin-top: 20px;
}

.sns_bottom {
    margin-bottom: 50px;
}

.sns_widget_left {
    float: left;
}

.sns_widget_right {
    float: right;
}

.facebook_top {
    padding-top: 17px;
}

/* 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 */
}

:hover.button01 {
    background: linear-gradient(#BEFFF6, #4AF6BC);
    color: #25876C;
    border: 1px solid #4AF6BC;
    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 */
}

:hover.button02 {
    background: linear-gradient(#BEFFF6, #4AF6BC);
    color: #25876C;
    border: 1px solid #4AF6BC;
    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: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

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;
}

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

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

.prefix_label {
    color: #23D323;
    font-size: 21px;
    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;
}

}
