@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/
 
/* フレーム（header, main, footer）*/

/* header -----------------------------------------------*/
header div#header_contents {
	position: relative;
	margin: 0 auto;
}
header p#title_area {
	position: absolute;
	top: 0;
	left: 25px;
	margin: 0;
}

header div#login_area {
	position: absolute;
}
header div#login_area p {
	text-align: right;
}
header ul#gmenu {
	position: absolute;
	margin: 0;
	bottom: 20px;
	left: 300px;
}
header ul#gmenu::after {
	content: "";
	display: block;
	clear: both;
}
header ul#gmenu li {
	list-style-type: none;
	float: left;
	margin: 0 10px;
}
header ul#gmenu li a {
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	background: #3ab34c;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
header ul#gmenu li a:hover {
	text-decoration: none;
}
header ul#gmenu li a:hover {
	opacity: 0.8;
}
header div#login_area {
	position: absolute;
	top: 0;
	right: 0;
}
header div#login_area p {
	margin: 0;
}
header div#login_area span#user {
	font-weight: bold;
}
header div#login_area p.button {
	float: left;
}
header div#login_area p.button a {
	display: block;
	padding: 3px 0px 3px 5px;
	margin: 0 0 0 40px;
	background-color: #e70012;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
header div#login_area p.button.menu a {
	width: 195px;
}
header div#login_area p.button.logout a {
	width: 95px;
	padding: 5px 0px 5px 20px;
	background-image: url('../images/logout_bg.png');
	background-repeat:  no-repeat; 
	background-position: 10px 5px;
}
.second.user header nav,
.second.user header #btn_hamburger {
	display: none;
}


/* main -----------------------------------------------*/
main {
    position: relative;
	width: 1000px;
	margin: 25px auto;
	padding: 25px;
	background-color: #ffffff;
}
body.member_search main{
	width: 1050px;
}


/*--------------------------------------------------------------------
 *	共通部品
 *--------------------------------------------------------------------*/

/* 見出し -----------------------------------------------*/
h1 {
	margin-top: 0;
	color: #3ab34c;
	font-weight: bold;
	font-size: 160%;
}
h2 {
	margin: 1em 0 0.5em 0;
	padding: 0;
	border-bottom: 2px dotted #3ab34c;
	color: #000000;
	font-size: 120%;
	font-weight: bold;
}
table th {
	background-color: #FFF8DC;
}

/* テーブルページ遷移 -----------------------------------------------*/
p.next {
	text-align: right;
}


/* リンクボタン -----------------------------------------------*/
a.button,
ul.buttons li a,
ul.buttons li button {
	width: 200px;
}
ul.buttons {
	list-style-type: none;
	margin: 3em auto 1em auto;
	text-align: center;
}
ul.buttons li {
	display: inline-block;
	margin: 0 20px;
}

/* エラーメッセージ -----------------------------------------------*/

ul.error_msg li {
	color: #df0000;

}


/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/
@media screen and (max-width: 736px) {



/* 736px以上用（SP用）の記述 end */
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

/* header -----------------------------------------------*/
header div#header_contents {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 40px;
}


/* 737px以上用（PC用）の記述 end */
}


/*--------------------------------------------------------------------
 *	印刷用（PC表示）の記述
 *--------------------------------------------------------------------*/
@media print {

/* 印刷用（PC表示）の記述 end */
}
