/* 
    Document   : main.css
    Created on : 2013/04/03, 14:24:46
    Author     : hiroshi
    Description:
        Purpose of the stylesheet follows.
*/
@charset "utf-8";

/*通常時*/

body {
    padding-top: 60px;
    padding-bottom: 40px;
}

/*ブラウザの横幅が980px以下のとき*/
@media (max-width: 980px) {
    /* Remove any padding from the body */
    body {
        padding-top: 0;
    }
}

root {
    display: block;
}

.hero-unit.title {
    /*	background-color: #ffcc99;*/
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 26px;
    /*	margin-top: 10px;
        margin-bottom: 10px;*/
}

/*.affix {*/
/*position: fixed;*/
/*top: 30px;*/
/*width: auto;*/
/*}*/

.affix-top {
    /*position: fixed;*/
    /*width: auto;*/
}

.login_button:hover {
    opacity: 0.8;
}

.login_button:active {
    opacity: 0.6;
}

/*.information-alert {*/
/*width: 90%;*/
/*}*/



div.Tile {
    opacity: 0.9;
    position: relative;
    /*height: 200px;*/
    /*width: 200px;*/
    height: 138px;
    width: 138px;
    background-color: #38A3DB;
    margin: 8px;
    float: left;
    border-radius: 20px; /* CSS3草案 */
    -webkit-border-radius: 20px; /* Safari,Google Chrome用 */
    -moz-border-radius: 20px; /* Firefox用 */
}

div.hover:hover {
    opacity: 0.5;
}

div.hover a:hover {
    text-decoration: none;
}

span.TileTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック";
    font-size: 16pt;
    color: White;
}

span.TileContents {
    position: absolute;
    margin: 10%;
    font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック";
    font-size: 16pt;
    /*font-size: 24pt;*/
    line-height: 1.5;
    color: White;
    /*font-weight:bold;*/
}

div {
    line-height: 1.3;
}

div#breadcrumb-list ul li {
    /* liを横並び＆ブレットを消す */
    display: inline;
    list-style-type: none;
}

div#breadcrumb-list ul li:nth-of-type(n+2):before, div#breadcrumb-list ul h5:before {
    /* liの後に記号追加 */
    content: " > ";
}

.monotone-button {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 37px;
    text-decoration: none;

}

.monotone-button:hover {
    color: #ffffff;
    /*background-color:#5972a7;*/
}

.monotone-button:active, .monotone-button:focus {
    color: #ffffff;
    outline: none;
    text-decoration: none;
}

.monotone-button:active {
    position: relative;
    top: 1px;
}

.follow-button {
    font-size: 20px;
    padding: 12px 20px;
}

/*.fb-page,*/
/*.fb-page span,*/
/*.fb-page span iframe[style] {*/
/*width: 100% !important;*/
/*}*/

.centering {
    width: 100%;
    text-align: center;
}

.centering div {
    /*width: 80%;*/
    margin: 0 auto;
    text-align: left;
}

i {
    font-family: FontAwesome;
    /*font-style: normal;*/
}

/*.hero-unit{*/
/*color:white;*/
/*background: -moz-linear-gradient(left, #770000, #3a0000);*/
/*background: -webkit-gradient(linear, left top, right top, from(#3a0000), to(#8c0000));*/
/*}*/

/** checkbox & radio custom start */
input[type=radio].custom_radio, input[type=checkbox].custom_checkbox {
    display: none;
}

.custom_radio, .custom_checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 20px 8px 0;
    padding: 12px 12px 12px 42px;
    border-radius: 8px;
    /*background-color: #f6f7f8;*/
    vertical-align: middle;
    cursor: pointer;
}

.custom_radio:hover, .custom_checkbox:hover {
    background-color: #e2edd7;
}

.custom_radio:hover:after, .custom_checkbox:hover:after {
    border-color: #53b300;
}

.custom_radio:after, .custom_checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: '';
}

.custom_radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #53b300;
    content: '';
    opacity: 0;
}

input[type=radio]:checked + .custom_radio:before {
    opacity: 1;
}

.custom_checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #53b300;
    border-bottom: 3px solid #53b300;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type=checkbox]:checked + .custom_checkbox:before {
    opacity: 1;
}

/** checkbox & radio custom end */

/** socialWrap start */
.socialWrap {
    padding: 0px 0;
    text-align: center;
}

.socialWrap div {
    display: inline-block;
}

.fb_iframe_widget > span {
    vertical-align: baseline !important;
}

/** socialWrap end */

.shadow {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block;
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}

/** bootstrap tooltip custom start */
.tooltip-inner {
    font-size: 1.1em;
}

/** bootstrap tooltip custom end */

.ui-dialog-titlebar-close {
    text: "x";
}

/** Mobile */
/*@media only screen and (max-width: 480px) {*/
@media (max-width: 736px) {
    #categories {
        margin: -13px;
    }

    div.Tile {
        width: 90px;
        height: 90px;
        margin: 5px;
    }

    span.TileTitle {
        font-size: 7pt;
    }

    span.TileContents {
        font-size: 11pt;
        font-family: "arial", "sans-serif";
    }
}
