.resizeimage img{
width: 100%;
}

p {
	font-size: 15px;
	margin-bottom: 20px;
}

strong {
	font-size: 18px;
}

#mail_cc_copy_msg {
	width: 130px;
	height: 130px;
	background: #eee;
	text-align: center;
	line-height: 130px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	font-size: 24px;
}

#link_copy_input {
	position: fixed;
	top: -500px;
}

.link-copy {
	cursor: pointer;
}

/* header */
header h1 {
	font-size: 30px;
	color: #666;
	height: 70px;
	line-height: 70px;
	cursor: pointer;
	display: inline-block;
}

/* left-wrap */
#left_wrap ul {
	padding: 0;
}

#left_wrap .li-title {
	color: #fff;
	background: #191970;
	font-size: 18px;
	padding: 5px 5px;
}

.li-content {
	font-size: 12px;
	padding: 3px 5px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

.li-content:hover {
	opacity: 0.7;
}

.li-content a {
	text-decoration: none;
	color: #37372f;
}

/* right-wrap */
.section-title {
	color: #fff;
	background: #191970;
	margin-top: 0;
	padding: 10px 20px;
	font-size: 20px;
}

#right_wrap #board {
	border: 2px solid #000;
	overflow-y: scroll;
	height: 300px;
	background: #fffbe6;
	margin-bottom: 20px;
	padding: 7px 10px;
}

#right_wrap .board-title {
	font-size: 18px;
	color: #f00;
}

#right_wrap .board-content {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 14px;
}

#right_wrap .table-wrap {
	margin-bottom: 20px;
}

#right_wrap table {
	width: 100%;
}

#right_wrap th {
	background: #ffffdd;
	border: 1px solid #000;
	padding: 8px;
	font-weight: 600;
}

#right_wrap td {
	border: 1px solid #000;
	padding: 8px;
}

#line_tork_copy_msg {
	position: fixed;
	top: -500px;
}

/* 補助クラス */
.size100 {
	width: 100%;
	height: 100%;
}

.inline-block {
	display: inline-block;
}

.red {
	color: #f00;
}

.blur {
	color: #00f;
}

.bg-yellow {
	background: #ff0;
}

.bg-red {
	background: #f00;
	color: #fff;
}

.bg-blur {
	background: #191970;
	color: #fff;
}

