@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
    font-weight: normal;
}
html {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
body {
    font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Helvetica, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 1.7;
    color: #000;
}
/*table {
    border-collapse: collapse;
    border-spacing: 0;
}*/
th {
    text-align: left;
    font-weight: normal;
}
img {
    vertical-align: bottom;
    border: 0;
}
p{ word-break:normal; }

a {
    color: #1A237E;
    text-decoration: none;
    /*transition: all 0.5s ease 0s;*/
}
a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
    text-decoration: underline;
}
/*a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}*/



/****************************************************** text*/

.bold {    font-weight: bold;}

h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}


/******************************************************clearfix*/
.clearfix:after, .container:after {
    content: " ";
    font-size: 0.1em;
    line-height: 0;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix, .container {
    display: inline-block;
}
* html .clearfix, * html .container {
    height: 1%;
}
.clearfix, .container {
    display: block;
}


/****************************************************** sticky-footer */
html, body {
    height: 100%;
}

/*.wrap{
    min-height: 100%;
    margin-bottom: -130px;
}
.wrap:after {
    content: "";
    display: block;
    height: 130px;
}
.sticky-footer{
    height: 130px;
}*/

/******************************************************tag*/

.tag{
    background:#231815;
    color:#FFF;
    padding:2px 15px;
    margin-right:3px;
    font-size:11px;
    vertical-align:middle;
    margin-left:10px;
}
.label{
    background:#F44336;
    color:#FFF;
    padding:0 10px;
    margin-right:3px;
    font-size:11px;
    vertical-align:middle;
    font-weight:normal;
    display:inline-block;
    margin-left:10px;
    border-radius:3px;
}



/******************************************************button*/
.btn {
    background-color: #ccc;
    border: none;
    border-radius: 2px;
    color: #FFFFFF !important;
    display: inline-block;
    padding: 5px 20px;
    text-align: center;
    vertical-align: middle;
    border-bottom:1px solid rgba(0, 0, 0, 0.2);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.btn.small-btn {
    padding: 5px 10px;
}
.btn:hover {
    color:#FFF;
    text-decoration:none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
.btn2{
 background-color: #00C853;
     border:none;
    border-radius: 2px;
    color: #FFFFFF !important;
    display: inline-block;
    padding: 5px 20px;
    text-align: center;
    vertical-align: middle;
    border-bottom:1px solid rgba(0, 0, 0, 0.2);
}
.btn2:hover {
    color:#FFF;
    text-decoration:none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
.btn-lg{
    font-size:16px;
    padding:5px 40px;
}
.btn-xlg{
    font-size:20px;
    padding:8px 40px;
}
.btn-sm{
    font-size:0.85em;
    padding:1px 20px;
}

.btn-or{
	 background-color: #f76e00;
	 color: #fff;
}

.btn-red{
	 background-color: #e60012;
}

.btn-blue{
	 background-color: #0091c9;
	 color: #fff;
}

/****************************************************** paging */

#pagination {
    clear: both;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 20px 0 30px 0;
    padding-top: 3px;
    text-align: center;
}
#pagination a, #pagination a:link, .pagination a:visited {
    background-color: #3F51B5;
    color: #FFF;
    font-weight: normal;
    margin-left: 2px;
    padding: 4px 10px;
    text-decoration: none;
    border-bottom:2px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}
#pagination a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
#pagination .active_link {
    background-color: #7986CB;
    color: #fff;
    cursor: default;
    margin-left: 2px;
    padding: 4px 10px;
    text-decoration: none;
    border-bottom:2px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}
#pagination .disabled_pagination {
    background-color: #EEE;
    color: #999;
    cursor: default;
    margin-left: 2px;
    padding: 4px 10px;
    text-decoration: none;
    border-bottom:2px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}


/******************************************************table*/

.table{
    width:100%;
    border-top:1px solid #CCC;
}

.table th{
    background:#EAEAEA;
/*    text-align:right;*/
    font-weight:bold;
    border-bottom:1px solid #CCC;
    padding:10px 20px;
}
.table td{
    border-bottom:1px solid #CCC;
    padding:10px 20px;
}

.table th{
    padding:10px 20px;
	text-align: center;
}

.pv table{
    width: 100%;
    border:1px solid #EEA333;
}
.pv th{
    background: #FFAD33;
    text-align: right;
    font-weight: bold;
    border-bottom:1px solid #EEA333;
    padding: 10px 20px;
    color: #FFF;
}
.pv td{
    border-bottom: 1px solid #EEA333;
    padding: 10px 20px;
}



/****************************************************** form */
input {
    box-sizing: border-box;
    font-family: 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
    border: 1px solid #CCC;
    margin: 0;
    padding: 6px 5px;
    -webkit-transition: border 0.3s linear 0s, box-shadow 0.3s linear 0s, background 0.3s linear 0s;
    transition: border 0.3s linear 0s, box-shadow 0.3s linear 0s, background 0.3s linear 0s;
    margin:5px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
    border-color: #666;
    /*background:#f9f8f4;*/
}
select {
    border: 1px solid #CCC;
    margin: 0;
    padding: 6px 5px;
    -webkit-transition: border 0.3s linear 0s, box-shadow 0.3s linear 0s, background 0.3s linear 0s;
    transition: border 0.3s linear 0s, box-shadow 0.3s linear 0s, background 0.3s linear 0s;
    margin:5px;
}
input[type="radio"], input[type="checkbox"]{ margin:5px;}



/******************************************************ページトップ*/


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
