@charset "UTF-8";

/* spクラス
----------------------------------------*/

/* ヘッダー
----------------------------------------*/
header {
	padding-top: 13px;
	border-bottom-width: 17px;
	position: relative;
	background: none;
	overflow: hidden;
}

header:after {
	width: 68px;
	height: 11px;
	background-size: 68px 11px;
	background-position: left top;
	left: 15px;
	top: 81px;
	margin-left: 0;
}

header #logo {
	margin: 0 0 5px 16px;
	padding: 0;
}

header #logo img {
	width: 263px;
	height: auto;
}


/* グローバルナビ */
#gnav {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 65px;
	margin: 0;
	padding: 13px 0 45px;
	background: #fecdee;
	z-index: 12;
}

#gnav ul {
	border-top: solid 1px #fff;
	margin: 0 17px;
}

#gnav li {
	margin: 5px 0 0;
	border-bottom: solid 1px #fff;
}

#gnav li a {
	width: auto;
	height: auto;
	padding: 6px 0 4px 35px;
	background: url(../../img/common/icon_gnav_arrow.png) no-repeat 9px center !important;
	background-size: 15px !important;
	text-indent: 0;
	font-size: 138.5%;
	color: #000;
}

#gnav li:first-child {
	background: url(../../img/common/gnav_sp_home.png) no-repeat 35px center;
	background-size: 66px 17px;
}

#gnav li:first-child a {
	text-indent: -500px;
}

#menu_bg {
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	background: rgba(255,255,255,.6);
	z-index: 2;
}

#show_menu {
	width: 34px;
	height: 33px;
	display: block;
	position: absolute;
	top: 40px;
	right: 15px;
	z-index: 10;
}

/* メイン
----------------------------------------*/
main {
	width: auto;
	padding-left: 0;
    margin: 0 auto;
}

main section:first-child {
	margin-top: 10px;
}


/* サイドバー
----------------------------------------*/

/* ページのトップへ
----------------------------------------*/
#btn_pagetop a {
	bottom: 10px;
    left: auto;
    right: 10px;
    margin-left: 0;
}

#btn_pagetop a img {
	width: 84px;
	height: auto;
}


/* フッター
----------------------------------------*/
footer {
}

/* フッターナビ */
#fnav {
	font-size: 93%;
	padding: 5px 0;
}

#fnav {
	font-size: 93%;
	padding: 2px 0;
	text-align: center;
}

#fnav ul {
	left: auto;
	float: none;
}

#fnav ul,#fnav li {
	left: auto;
	float: none;
	padding-left: 3px;
	padding-right: 5px;
	margin: 3px 0;
	display: inline-block;
}

#fnav ul,#fnav li:first-child {
	padding-left: 5px;
}


/* コピーライト */
#copyright {
	padding: 10px 0;
}

#copyright img {
	width: 278px;
	height: 11px;
}


/* パンくずナビゲーション
----------------------------------------*/

/* タイトル
----------------------------------------*/
main section h1 {
	width: auto;
	margin: 0 10px 15px;
	padding: 3px 0 3px 13px;
}

main section h1 img {
	height: 14px;
	width: auto;
}

main section h1:before {
	width: 13px;
	height: 13px;
	background: #62b5d1;
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
}

main section h2 {
	font-size: 108%;
	margin: 0 0 10px;
	padding-left: 15px;
	background: url(../../img/common/icon_sp_h3.png) no-repeat left 6px;
	background-size: 10px 9px;
}


/* テキスト
----------------------------------------*/
.txtarea p.catch {
	font-size: 146.5%;
}


/* BOX
----------------------------------------*/
.txtarea {
	width: auto;
	margin: 0 15px 20px;
}

.txtarea p {
	font-size: 93%;
}

.col_box {
	float: none;
	*display: inline;
    *zoom: 1;
}

.col2_block {
	width: auto;
	padding: 0;
}

.col2_block .col_box {
	width: auto;
	margin: 0 0 20px;
}

.col3_block {
	width: 280px;
	padding: 0;
}

.col3_block .col_box {
	width: 280px;
	margin: 0 0 20px;
}

.col4_block {
	width: 290px;
}

.col4_block .col_box,
.col4_block .col_box + .col_box {
	width: 135px;
	margin: 0 5px 20px;
	float: left;
}

.btn_box {
	margin: 15px 0 0 0px;
}

.btn_box input[type="submit"],
.btn_box input[type="reset"] {
	margin: 0;
}

.btn_box input[type="reset"],
.btn_box input[name="new"] {
	margin-left: 10px;
}

.btn_box input[name="back"] {
	margin-right: 10px;
}


/* リストメニュー */
ul.menu {
	width: auto;
	margin: 48px 35px 0;
}

ul.menu li a {
	height: 30px;
	line-height: 30px;
	text-align: left;
	border-radius: 5px;
	background: #a3b900;
	padding-left: 18px;
	margin-bottom: 7px;
	text-decoration: none !important;
	font-size: 100%;
	font-weight: bold;
	position: relative;
}

ul.menu li a:hover {
	background: #EAEFC6;
	color: #494e41;
}

ul.menu li a:before,
#seminar .btn_box a:before,
#rental .btn li a:before {
	content: "";
	width: 15px;
	height: 15px;
	background: url(../../img/common/icon_sp_arrow_white.png) no-repeat;
	background-size: 15px 15px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
}

ul.menu li a:hover:before {
	background: url(../../img/common/icon_sp_arrow_black.png) no-repeat;
	background-size: 15px 15px;
}
