/** 共通のcss */
p {
	letter-spacing: 0.10em;
	font-size: 16px;
}

.mark {
    background: linear-gradient(transparent 70%, #ffff00 70%) !important;
}

#nav {
	z-index:100 !important;
}

.space_small {
	height:8px;
}
.space_middle {
	height:30px;
}

/*table*/

.table {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e2e2e2;
}

.table li:nth-of-type(odd) {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #f0f0f0;
    border: 1px solid #e2e2e2;
    border-right: none;
    border-bottom: none;
    width: 20%;
    box-sizing: border-box;
}

.table li:nth-of-type(even) {
    font-size: 15px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    width: 80%;
    box-sizing: border-box;
}

/** スライドショー */
.slide-items {
    position:relative;
	width:100%;
	margin:0 auto !important;
}
.single-item {
    width:100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}


/***** コンタクトフォーム *****/
/* フォーム入力項目 */
/* 必須マーク */
.must {
	background: #FF1A00;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea  {
	 width: 80%;
	 padding: 8px 15px;
	 margin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
}

/* 送信ボタン */
input.sub-btn {
	width: 300px;
	height: 60px;
	background: #F90;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #ffae13;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #F90;  
}

.center {
	text-align:center;
}

.main_contents a:link { color: #0000ff !important; }
.main_contents a:visited { color: #000080 !important; }
.main_contents a:hover { color: #ff0000 !important; }
.main_contents a:active { color: #ff8000 !important; }

.copyright a:link { color: #fff !important; }
.copyright a:visited { color: #fff !important; }
.copyright a:hover { color: #fff !important; }
.copyright a:active { color: #fff !important; }


