@charset "UTF-8";
@import "/include_2015/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document event > common
--------------------------------------------------------- */

#event {
	padding:10px 30px 30px;
}

#contents {
	float: right;
	width: 750px;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document entry_style > sidebar
--------------------------------------------------------- */

#sidebar {
	float: left;
	width: 200px;
}

#sidebar .blog_name:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#sidebar .blog_name img {
	border-radius: 175px;
	border: solid 12px #eef0f1;
}

#sidebar .blog_name a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 100;
	font-size: 15px;
	color: #4d7c11;
}

#sidebar .blog_name .career a {
	color: #053565;
}

#sidebar .blog_name .life a {
	color: #f80;
}

#sidebar .blog_name span {
	display: block;
	margin: 10px 0 0;
	font-size: 13px;
	color: #333;
}

#sidebar ul {
	margin-top: 5px;
	border: solid 4px #f3f3f3;
}

#sidebar .blogs ul ul {
	margin-top: 0;
	border: 0;
	border-top: solid 1px #f0f0f0;
}

#sidebar .blogs li {
	border-bottom: solid 1px #f0f0f0;
	text-align: left;
	line-height: 1.4;
}

#sidebar .blogs li:last-child {
	border-bottom: 0;
}

#sidebar .blogs .no_entry {
	display: block;
	padding: 8px 10px 6px;
	padding-left: 25px;
	background-size: 9px 8px;
	text-decoration: none;
	color: #999;
}

#sidebar .blogs li a {
	display: block;
	padding: 8px 10px 6px;
	padding-left: 25px;
	background: url(/life/include/images/i_star.png) no-repeat 10px 12px;
	background-size: 9px 8px;
	text-decoration: none;
	color: #333;
}

#sidebar .blogs li li a {
	padding-left: 40px;
	background: url(/life/include/images/i_star.png) no-repeat 26px 12px;
	background-size: 9px 8px;
}

#sidebar .blogs li a:hover {
	background-color: #feeff7;
}

#sidebar h3 {
	margin-top: 20px;
	background: url(/include_2015/images/i_tags.png) no-repeat 0 3px;
    padding-left:23px;
	font-size: 14px;
	text-align: left;
	font-weight: 100;
}

#sidebar .tags ul {
	padding: 15px 10px 1px 13px;
	text-align: left;
}

#sidebar .tags li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 8px;
	padding-right: 9px;
	border-right: solid 1px #ccc;
	line-height: 1;
}

#sidebar .tags li a {
	text-decoration: none;
	color: #333;
}

#sidebar .tags li a:hover {
	text-decoration: underline;
	color: #d23c89;
}

/* ---------------------------------------------------------
	CSS Document event > entry
--------------------------------------------------------- */
.calendar {
	margin-bottom: 30px;
	padding: 20px 0;
	border: solid 5px #f0f1f2;
}

#loading {
	position: absolute;
	top: 5px;
	right: 5px;
}

#calendar {
	width: 700px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 13px;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}

#contents .h2 {
	height: 40px;
	margin-bottom: 15px;
	padding: 0 10px;
	border-top: solid 4px #d74e93;
	background: #feeff7;
	font-weight: 100;
	font-size: 16px;
	line-height: 36px;
	color: #d74e93;
}

/* ---------------------------------------------------------
	CSS Document event > report_link
--------------------------------------------------------- */

.report_link ul {
	padding-bottom:15px
}

.report_link li {
	display:inline-block;
	width:375px;
}

/* ---------------------------------------------------------
	CSS Document present > list
--------------------------------------------------------- */

.list dl {
	padding: 10px;
	border: solid 3px #f3f3f3;
    margin-bottom:15px
}

.list dt {
	float: left;
	width: 200px;
	background: #f3f3f3;
}

.list dt img {
	width: 200px;
	height: auto;
}

.list dd {
	float: right;
	width: 510px;
}

.list .entry_date {
	padding: 10px 10px 0 10px;
	border-left: solid 3px #d74e93;
	background: #fefee6;
}

.list .entry_total {
	float: left;
	padding: 2px 10px 0;
	background: #f80;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

.list .f_right {
	font-size: 13px;
}

.list .entry_title {
	margin-bottom: 10px;
	padding: 1px 5px 6px 10px;
	border-left: solid 3px #d74e93;
	background: #fefee6;
	font-size: 16px;
	line-height: 24px;
	color: #d74e93;
}

.list .entry_title a {
	text-decoration: none;
}

.list .txt {
	margin:15px 0;
}

.list .date {
	margin: 0 0 5px;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f6f6f6;
}

.list table {
    width:100%
}

.list tr {
	border-bottom:dotted 1px #9b9b9b;
}

.list td {
	vertical-align: top;
    padding:2px 0;
}

.list table .td01 {
	width:70px;
}

.list .entry_url {
	margin:15px 0 10px;
	text-align: center;
}

.list .entry_url a {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	height: 38px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #d74e93 url(../images/i_external.png) no-repeat 92%;
	text-decoration: none;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
}

.list .entry_url a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.list .entry_url_close {
	margin:15px 0 10px;
	text-align: center;
}

.list .entry_url_close a {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	height: 38px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ccc url(../images/i_external.png) no-repeat 92%;
	text-decoration: none;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
}

.list .entry_url_close a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.list .close {
 margin:50px 0 0;
}

/* ---------------------------------------------------------
	CSS Document event > entries
--------------------------------------------------------- */

.entries {
	margin-bottom: 20px;
	padding: 15px;
	border: solid 5px #f0f1f2;
}

.entries h3 {
	margin-bottom:10px;
	padding-left: 22px;
	background: url(/include_2015/images/i_tags.png) no-repeat 0 3px;
	font-weight: 100;
	font-size: 16px;
}

.entries li {
	padding-left: 18px;
	background: url(/include_2015/images/h_gnavi.png) no-repeat left;
	font-size: 13px;
}

.entries .event_ph li {
	margin: 10px;
	padding-left: 0;
	background: none;
    display:inline-block;
}

.entries li a {
	font-size: 14px;
}

/* ---------------------------------------------------------
	CSS Document event > entry
--------------------------------------------------------- */

#entry h2 {
	height: 40px;
	margin-bottom: 20px;
	padding: 0 10px;
	border-top: solid 4px #d74e93;
	background: #feeff7;
	font-weight: 100;
	font-size: 16px;
	line-height: 36px;
	color: #d74e93;
}

#entry h3 {
    padding:5px 0;
	font-weight: 100;
	line-height: 25px;
	font-size: 20px;
	color: #d74e93;
}

#entry h4 {
	margin:30px 0 10px;
	padding-left: 22px;
	background: url(/include_2015/images/i_tags.png) no-repeat 0 3px;
	font-weight: bold;
	font-size: 18px;
    clear:both;
}

#entry h5 {
	margin:0 0 20px;
	padding: 15px 10px;
	font-weight: 100;
	font-size: 18px;
	line-height: 22px;
	font-weight:bold;
	border-top:3px dotted #ccc;
	border-bottom:3px dotted #ccc
}

#entry .entry_category {
	margin-bottom: 10px;
	padding: 10px;
	border-left: solid 4px #d74e93;
	background-color: #fefee6;
	font-size: 13px;
}

#entry .entry_category strong {
	float: left;
	padding: 2px 10px;
	background: #f80;
	font-size: 12px;
    font-weight:normal;
	line-height: 14px;
	color: #fff;
}

#entry .entry_meta {
	font-size: 12px;
}

.entry_sns #twitter {
	display:inline-block;
	margin-right: 15px;
	padding-top:4px
}

.entry_sns #facebook {
	display:inline-block;
	vertical-align:top;
}

#entry .entry_list img {
	float:right
}

#entry .entry_list table {
	width:55%;
}

#entry .entry_list tr {
	border-bottom:dotted 1px #9b9b9b;
}

#entry .entry_list td {
	vertical-align: top;
    padding:5px 0;
}

#entry .entry_list table .td01 {
	width:85px;
}

#entry .entry_body  {
	margin: 20px 0;
}

#entry .entry_body p {
	margin-bottom: 20px;
}

#entry .entry_body dl {
	margin-top: 20px;
	border:1px solid #f0f1f2
}

#entry .entry_body dt {
	background:#f8f5e2;
	padding:10px;
}

#entry .entry_body dd {
	padding:10px;
	margin-left: 20px;
}

#entry .entry_body dd p {
	margin-bottom:5px;
}

#entry .entry_body .prof {
	min-height: 200px;
}

#entry .entry_body .prof_img {
	float:left;
    margin-right:20px;
}

#entry .entry_body .prof_txt {
    display:block;
	overflow: auto;
}

#entry .entry_body .prof dd {
	padding:15px;
	margin-left: 0;
}

#entry .entry_map {
	height: 0;
	overflow: hidden;
	padding-bottom: 40%;
	padding-top: 30px;
	border-top: solid 2px #d74e93;
	border-bottom: solid 1px #ccc;
	position: relative;
}

#entry .entry_map iframe,
#entry .entry_map object,
#entry .entry_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}

#entry .entry_body .entry_form {
	padding: 20px 20px 1px;
	border: solid 4px #f0f1f2;
}

#entry .entry_form .big {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.7;
	color: #d23c89;
}

#entry .entry_form select {
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #ccc;
	font-size: 15px;
}

#entry .entry_form .btn {
	margin:15px 0 10px;
	text-align: center;
}

#entry .entry_form .btn a {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #d23c89;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
}

#entry .entry_form .btn:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#entry .entry_form .btn_close {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ccc;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
}
