@charset "UTF-8";
/* CSS Document */

/* 1. all
---------------------------------------------------------------- */
html,
body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: linear-gradient(-45deg, #fff 20%, #D9D9D9 20%, #D9D9D9 50%, #fff 50%, #fff 70%, #D9D9D9 70%, #D9D9D9);
	background-size: 280px 280px;
}

body a:link,
body a:visited,
body a:active {
	color: #333;
}

*img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5 {
	padding: 0px;
	margin: 0px;
	display: block;
	vertical-align: bottom;
}

img {
	border: 0;
}

h1{
	font-size: 3.2rem;
}

h2{
	font-size: 2.4rem;
}

h3 {
	font-size: 1.6rem;
}

/* 2. clear
----------------------------------	*/
/* clear element */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-table;
}

/* \*/
* html .clear {
	height: 1%;
}

.clear {
	display: block;
}

/* */

/* 3. layout
----------------------------------	*/
#wrapper {
	width: 100%;
	min-height: 100%;
	height: 100%;
	background-repeat: repeat-y;
}

body>#wrapper {
	height: auto;
}

#bg {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	text-align: left;
}

.container-fluid {
	max-width: 800px;
}

/* ========== header ==========*/
#head_area {
	position: relative;
	z-index: 3;
}

#head_area .tee_count {
	position: absolute;
	top: 7px;
	font-size: 0.9em;
	left: 30px;
}

#head_area .like {
	position: absolute;
	text-align: right;
	top: 3px;
	right: 30px;
	width: 350px;
}

#header .logo {
	position: absolute;
	top: 40px;
	left: 0;
	width: 269px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

#header .user_name {
	text-align: right;
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	top: 27px;
	right: 0;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

#header .search .searchtbl {
	width: 254px;
	padding: 0px;
	border-collapse: collapse;
	margin: 0;
	border: none;
}

#header .search .searchtbl td {
	padding: 0px;
	margin: 0;
	border: none;
}

#header .search .searchtbl .login_name {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
}

#header .search .searchtbl .srchtxt {
	border: solid 1px #000000;
	width: 200px;
	height: 18px;
}

#header .search .searchtbl .srchbtn {
	width: 54px;
	height: 20px;
}

#header .login_menu {
	position: absolute;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 10px;
	top: 65px;
	right: 0;
	text-align: right;
	width: 450px;
}

#header #gnavi {
	position: absolute;
	width: 770px;
	top: 92px;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
}

#teeparty_maintenance {
	text-align: center;
	margin: auto;
	padding: 220px 0 347px 0;
	width: 830px;
	background-image: url(/images/teeparty_bg.gif);
}

@media (max-width: 830px) {
	#teeparty_maintenance {
		padding: 64px 0;
		width: 100%;
	}
}


#teeparty_maintenance article {
	background: #eee;
	text-align: left;
	margin: 32px;
	padding: 16px;
	font-size: 13px;
}

#teeparty_maintenance article .date-outer {
	background: #fefefe;
	text-align: center;
	border: #ccc 4px solid;
	margin: 16px auto;
	padding: 16px;
	max-width: 560px;
}

#teeparty_maintenance article dl.date-inner,
#teeparty_maintenance article dl.date-inner dt,
#teeparty_maintenance article dl.date-inner dd {
	display: inline-block;
}

#teeparty_maintenance article dl.date-inner dd {
	margin-inline-start: 1em;
}

@media (max-width: 830px) {
	#teeparty_maintenance article dl.date-inner dd {
		margin-inline-start: 0;
	}
}