@charset "UTF-8";
/* ----------------------------------------------------------
    
---------------------------------------------------------- */
body {
	/* 画像ファイルの指定 */
	background-image: url("../images/img/el2_bg_09.png");
  	/* 画像を常に天地左右の中央に配置 */
	background-position:center center;
	background-repeat: repeat;
	/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
	background-attachment: fixed;
	color: #000;
}

/* ----------------------------------------------------------
    要素
---------------------------------------------------------- */
button, input, select, textarea {
    font-family : inherit;
    font-size   : 100%;
}

select,input,textarea {
    font-size: 14px;
    font-size: 1.4rem;
}

#tabmenu01 .contents1 input,
#tabmenu01 .contents5 input {
    display: inline-block;
}

fieldset {
    width:100%;
    vertical-align: top;
    margin-bottom: 0.2em;
    padding: 0.5em 0.5em;
    border: solid 2px #ccc; /*線色*/
    color: #000;    /*色*/
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

@media screen and (max-width: 767px) {
	select,input,textarea {
        width: auto;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

#box1ID .menu-box input[type=checkbox] {
    display: none;
}

.btn_panel {
    width: auto;
    text-align: center;
}

.editbuttonpanel {
    width: auto;
    position: relative;
    display: block;
    margin: 2em 0 0 0;
}

.panel {
    width: auto;
	position:relative;
	overflow:hidden;
	display:inline-block;
    margin: 0.5em 0 0.5em 0;
	padding: 0.5em;
	border: 1px solid #eee;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    color: #fff;/*色*/
}

.panel2 {
    width: auto;
	position:relative;
	overflow:hidden;
	display:inline-block;
    margin: 0.5em 0 0.5em 0;
	padding: 0.5em;
}

.panel3 {
    width: auto;
    position: relative;
    margin: 4em 0 2em 0;
    padding: 2em 1em 0.5em 1em;
    border: solid 2px #56b329;
}
.panel3 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    background: #56b329;/*色*/
    color: #ffffff;
    font-weight: normal;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    text-align: center;
    width: 150px;
}

@media screen and (max-width: 767px) {
    .panel3 .box-title {
        font-size: 12px;
        width: 100px;
    }
}

.buttonframe {
	position:relative;
	overflow:hidden;
	display:inline-block;
	padding: 0.5em;
	border: 1px solid #eee;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    color: #000;/*色*/
}
span.label{
    display: inline-block;
    width: 6em;
/*    font-size: 1em; */
}
span.center {
    text-align: center;
}

/* ----------------------------------------------------------
    ページナビレイアウト
------------------------------------------------------------*/
.page {
    font-size: 14px;
    text-align: right;
  }
@media screen and (max-width: 767px) {
    .page {
        font-size: 11px;
        }
}

/* ----------------------------------------------------------
    フォーカスされた際のスタイル
------------------------------------------------------------*/
.menu-box {
    cursor      : pointer;
}

/* ----------------------------------------------------------
    メッセージのスタイル
------------------------------------------------------------*/
#messages {
    color: red;
}
/* ----------------------------------------------------------
    画像のサムネイル
------------------------------------------------------------*/
.entry-thumb img{
    width: 320px;
    height: auto;
}
