@charset "utf-8";
/* Comitia17 */

/* clearfix */
.cf {
	zoom: 1;
}
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/* --------------------------------------
 * 共通
 * -------------------------------------- */
body {
	background-color: #ffffff;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #222222;
}
a {
	color: #1188b9;
	text-decoration: none;
}
a:hover {
	color: #ff9933;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
}
.img-responsive {
	height: auto;
	max-width: 100%;
}

h2 {
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
	padding-left: 25px;
	padding-bottom: 12px;
	padding-right: 25px;
	padding-top: 12px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 22px;
    background-color: #5A9BD9;
	color: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
h3 {
	line-height: 1.2em;
	padding-left: 20px;
	padding-bottom: 12px;
	padding-right: 20px;
	padding-top: 12px;
    background-color: #85C6E9;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 40px;
	font-weight: bold;
	font-size: 16px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
h4 {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 20px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
}

/* entry */
.entry {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 15px;
	padding: 0px;
	line-height: 2.0em;
	word-wrap: break-word;
}
ol,
ul {
	margin-bottom: 15px;
	margin-left: 25px;
}
ol li {
	list-style-type: decimal;
}
ul li {
	list-style-type: disc;
}
p {
	margin-bottom: 15px;
}
sup {
	font-size: 0.7em;
	vertical-align: super;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff0000;
}
.blue {
	color: #3333ff;
}
.orange {
	color: #ff6600;
}
.brown {
	color: #412210;
}
hr {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 20px;
	padding: 0px;
	border: 0;
	height: 1px;
	background: #aaaaaa;
}
a.btn {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-left: 13px;
	padding-bottom: 10px;
	padding-right: 13px;
	padding-top: 10px;
	margin: 0px;
	color: #ffffff;
	background-color: #ff6600;
	font-size: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
a.btn:hover {
	opacity: 0.7;
}

/* フォーム */
.hissu {
	font-size: 85%;
	color: #ff0000;
}
.small {
	font-size: 85%;
}

/* --------------------------------------
 * スマートフォン (768pxまで）
 * -------------------------------------- */
@media only screen and (max-width: 768px) {
	#wrap {
		margin-left: 10px;
		margin-bottom: 0px;
		margin-right: 10px;
		margin-top: 0px;
		padding: 0px;
	}

	/* Header */
	header {
		margin: 0px;
		border-top-color: #222222;
		border-top-style: solid;
		border-top-width: 5px;
		padding: 0px;
		text-align: center;
	}
	header div.logo {
		padding-left: 0px;
		padding-bottom: 5px;
		padding-right: 0px;
		padding-top: 5px;
		margin: 0px;
		text-align: center;
	}
	header div.logo img {
		height: auto;
		padding: 0px;
		margin: 0px;
		width: 100%;
		/*max-width: 385px;*/
	}

	/* navi */
	nav {
		display: none;
	}

	/* スマホ用ナビゲーション */
	.mobile_navi {
		text-align: left;
		margin-left: 0px;
		margin-bottom: 15px;
		margin-right: 0px;
		margin-top: 5px;
		clear: both;
		background-color: #DAD1CA;
		padding: 0px;
	}
	.mobile_navi ul {
		padding: 0px;
		margin: 0px;
	}
	.mobile_navi ul li {
		padding: 0px;
		border-bottom-color: #ffffff;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		margin: 0px;
		list-style-type: none;
	}
	.mobile_navi ul li ul {
		padding: 0px;
		margin: 0px;
	}
	.mobile_navi ul li ul li {
		padding-right: 0px;
		padding-bottom: 0px;
		padding-top: 0px;
		list-style-type: none;
		padding-left: 15px;
		border-top-color: #ffffff;
		border-top-style: solid;
		border-top-width: 1px;
		border-bottom: none;
	}
	.mobile_navi ul li a {
		display: block;
		text-decoration: none;
		background-repeat: no-repeat;
		margin-bottom: 0px;
		margin-top: 0px;
		margin-right: 10px;
		margin-left: 10px;
		background-position: 0px 7px;
		background-image: url(images/arrow1.png);
		padding-right: 10px;
		padding-left: 18px;
		padding-bottom: 7px;
		padding-top: 7px;
	}

	/* content */
	#content {
		margin-left: 0px;
		margin-bottom: 15px;
		margin-right: 0px;
		margin-top: 15px;
		clear: both;
		padding: 0px;
		width: 100%;
	}
	#content .comitia-home {
		margin-left: 0px;
		margin-bottom: 10px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
		width: 100%;
	}
	#content .comitia-home img {
		padding: 0px;
		margin: 0px;
		height: auto;
		width: 100%;
	}
	#content div.main {
		line-height: 1.5em;
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
	#content div.main img {
		height: auto;
		max-width: 100%;
	}

	/* イベント詳細 */
	.detail_img {
		display: none;
	}
	table.detail_tb {
		margin: 0px;
		border-top-color: #999999;
		border-left-color: #999999;
		border-top-style: solid;
		border-left-style: solid;
		border-left-width: 1px;
		border-top-width: 1px;
		float: right;
		padding: 0px;
		width: 100%;
	}
	table.detail_tb th {
		text-align: center;
		font-style: normal;
		font-weight: normal;
		background-color: #eeeeee;
		width: 25%;
		border-bottom-color: #999999;
		border-right-color: #999999;
		border-bottom-style: solid;
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		padding-left: 10px;
		padding-bottom: 5px;
		padding-right: 10px;
		padding-top: 5px;
		margin: 0px;
	}
	table.detail_tb td {
		border-bottom-color: #999999;
		border-right-color: #999999;
		border-bottom-style: solid;
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		padding-left: 10px;
		padding-bottom: 5px;
		padding-right: 10px;
		padding-top: 5px;
		margin: 0px;
	}
	table.detail_tb td hr {
		margin-left: 0px;
		margin-bottom: 10px;
		margin-right: 0px;
		margin-top: 10px;
		padding: 0px;
		border: 0;
		height: 1px;
		background: #aaaaaa;
	}
	ul.online_btn {
		margin: 0px;
		padding: 0px;
	}
	ul.online_btn li {
		margin-left: 0px;
		margin-bottom: 7px;
		margin-right: 0px;
		margin-top: 0px;
		list-style-type: none;
		float: left;
		padding: 0px;
	}
	ul.online_btn li a {
		text-align: center;
		width: 215px;
		margin: 0px;
		text-decoration: none;
		font-weight: bold;
		padding-left: 20px;
		padding-bottom: 7px;
		padding-right: 20px;
		padding-top: 7px;
		display: block;
		color: #ffffff;
		background-color: #ff6600;
		font-size: 15px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	ul.online_btn li a.close {
		text-align: center;
		width: 215px;
		text-decoration: none;
		font-weight: bold;
		padding-left: 7px;
		padding-bottom: 12px;
		padding-right: 7px;
		padding-top: 12px;
		margin: 0px;
		display: block;
		color: #ffffff;
		background-color: #999999;
		font-size: 15px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	.detail_box {
		display: block;
		width: 80%;
		background-color: #FFEFBF;
		border-color: #FF7F00;
		border-style: solid;
		border-width: 1px;
		margin-left: auto;
		margin-bottom: 0px;
		margin-right: auto;
		margin-top: 20px;
		padding: 20px;
	}
	.detail_box2 {
		display: block;
		width: 80%;
		background-color: #FFF7DB;
		border-color: #aaaaaa;
		border-style: solid;
		border-width: 1px;
		margin-left: auto;
		margin-bottom: 0px;
		margin-right: auto;
		margin-top: 20px;
		padding: 20px;
	}

	/* リンク集 */
	table.link_tb {
		margin-left: 0px;
		margin-bottom: 30px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	table.link_tb td {
		line-height: 1.3em;
		text-align: center;
		padding: 10px;
		margin: 0px;
		width: 200px;
		vertical-align: top;
		list-style-type: none;
		display: list-item;
	}

	/* single */
	div.postdate {
		font-size: 90%;
		text-align: right;
		margin-left: 0px;
		margin-bottom: 15px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	.entry img {
		height: auto;
		max-width: 100%;
	}

	table.line {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 30px;
		margin-right: 0px;
		margin-top: 0px;
		border-top-color: #cccccc;
		border-left-color: #cccccc;
		border-top-style: solid;
		border-left-style: solid;
		border-left-width: 1px;
		border-top-width: 1px;
		padding: 0px;
	}
	table.line th {
		border-bottom-color: #cccccc;
		border-right-color: #cccccc;
		border-bottom-style: solid;
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		padding-left: 10px;
		padding-bottom: 7px;
		padding-right: 10px;
		padding-top: 7px;
		margin: 0px;
		width: 30%;
		background-color: #eeeeee;
	}
	table.line td {
		border-bottom-color: #cccccc;
		border-right-color: #cccccc;
		border-bottom-style: solid;
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		padding-left: 10px;
		padding-bottom: 7px;
		padding-right: 10px;
		padding-top: 7px;
		margin: 0px;
	}
	table.circle_tb {
		border-left-color: #999999;
		border-top-color: #999999;
		border-top-style: solid;
		border-left-style: solid;
		border-left-width: 1px;
		border-top-width: 1px;
		width: 95%;
		margin-left: auto;
		margin-bottom: 25px;
		margin-right: auto;
		margin-top: 0px;
		padding: 0px;
	}
	table.circle_tb th {
		border-bottom-color: #999999;
		border-right-color: #999999;
		border-bottom-style: solid;
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		padding: 5px;
		margin: 0px;
		background-color: #eeeeee;
	}
	table.circle_tb td {
		border-bottom-color: #999999;
		border-right-color: #999999;
		border-bottom-style: solid;
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		padding: 5px;
		margin: 0px;
	}

	/* フォーム */
	table.nform {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 30px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	table.nform th {
		text-align: left;
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		display: list-item;
	}
	table.nform td {
		padding-left: 15px;
		padding-bottom: 10px;
		padding-right: 0px;
		padding-top: 0px;
		margin: 0px;
		list-style-type: none;
		display: list-item;
	}
	div.submit {
		text-align: center;
		margin-left: 0px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 20px;
		padding: 0px;
	}
	input,
	textarea {
		max-width: 100%;
	}

    .formcheck {
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .formcheck b {
        font-size: 1.2em;
        font-weight: bold;
        margin: 0;
        padding: 0;
        display: block;
    }
    .formcheck .red {
        font-weight: bold;
        font-size: 1.1em;
        margin: 0;
        padding: 0;
    }
    .check-text {
        width: 100%;
        height: 200px;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        border-style: solid;
        border-color: #aaaaaa;
        border-width: 1px;
    }

	/* Footer */
	footer {
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 50px;
		background-color: #222222;
		padding: 0px;
		width: 100%;
	}
    footer .counter {
        display: none;
    }
/*
    footer .counter {
		background-color: #ffffff;
		padding-left: 0px;
		padding-bottom: 5px;
		padding-right: 0px;
		padding-top: 5px;
		height: 17px;
		margin-left: auto;
		margin-bottom: 5px;
		margin-right: auto;
		margin-top: 5px;
		width: 100%;
		display: block;
		text-align: center;
		font-size: 12px;
	}
*/
    footer .privacy {
        margin-left: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-top: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-top: 13px;
        text-align: center;
        color: #ffffff;
        font-size: 12px;
    }
    footer p {
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 0px;
		padding-left: 0px;
		padding-bottom: 13px;
		padding-right: 0px;
		padding-top: 13px;
		text-align: center;
		color: #ffffff;
		font-size: 12px;
	}


}





/* --------------------------------------
 * タブレット (769px〜960px)
 * -------------------------------------- */
/* JSで縮小表示 */


/* --------------------------------------
 * タブレット (769px〜960px) JSで縮小表示
 * PC (961px以上)
 * -------------------------------------- */
/*@media only screen and (min-width: 961px) {*/
@media only screen and (min-width: 768px) {
	#wrap {
		margin-left: auto;
		margin-right: auto;
		width: 800px;
	}

	/* Header */
	header {
		padding: 0px;
		height: 90px;
		margin: 0px;
	}
	header div.logo {
		padding: 0px;
		height: 82px;
		margin: 0px;
		width: 800px;
	}

	/* navi */
	nav {
		padding: 0px;
		margin: 0px;
		height: 32px;
		width: 800px;
	}
	nav ul {
		padding: 0px;
		margin: 0px;
	}
	nav ul li {
		list-style: none;
		float: left;
		position: relative;
		z-index: 1;
	}
	nav ul li a {
		text-indent: -9999px;
		height: 32px;
		background-image: url('../images-comitia/comitia17-navi.png');
		background-repeat: no-repeat;
		display: block;
	}
	nav ul li a.choku {
		width: 134px;
		background-position: 0px 0px;
	}
	nav ul li a.choku:hover,
	nav ul li a.choku:active,
	nav ul li.current_page a.choku {
		background-position: 0px -32px;
	}
	nav ul li a.itaku {
		width: 133px;
		background-position: -134px 0px;
	}
	nav ul li a.itaku:hover,
	nav ul li a.itaku:active,
	nav ul li.current_page a.itaku {
		background-position: -134px -32px;
	}
	nav ul li a.ippan {
		width: 133px;
		background-position: -267px 0px;
	}
	nav ul li a.ippan:hover,
	nav ul li a.ippan:active,
	nav ul li.current_page a.ippan {
		background-position: -267px -32px;
	}
	nav ul li a.cosplay {
		width: 133px;
		background-position: -400px 0px;
	}
	nav ul li a.cosplay:hover,
	nav ul li a.cosplay:active,
	nav ul li.current_page a.cosplay {
		background-position: -400px -32px;
	}
	nav ul li a.contact {
		width: 133px;
		background-position: -533px 0px;
	}
	nav ul li a.contact:hover,
	nav ul li a.contact:active,
	nav ul li.current_page a.contact {
		background-position: -533px -32px;
	}
	nav ul li a.about {
		width: 134px;
		background-position: -666px 0px;
	}
	nav ul li a.about:hover,
	nav ul li a.about:active,
	nav ul li.current_page a.about {
		background-position: -666px -32px;
	}
	
	/* スマホ用ナビゲーション */
	.mobile_navi {
		display: none;
	}

	/* content */
	#content {
		margin: 0px;
		clear: both;
		padding: 0px;
		width: 100%;
	}
	#content .comitia-home {
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 5px;
		padding: 0px;
		height: 58px;
		width: 800px;
	}
	#content div.main {
		margin-left: 0px;
		margin-bottom: 10px;
		margin-right: 0px;
		margin-top: 10px;
		min-height: 500px;
		line-height: 1.5em;
		float: right;
		padding: 0px;
		width: 800px;
	}
	#content div.main img {
		height: auto;
		max-width: 100%;
	}
	
	/* イベント詳細 */
	.detail_img {
		margin-left: 0px;
		margin-bottom: 30px;
		margin-right: 0px;
		margin-top: 0px;
		float: left;
		padding: 0px;
		width: 220px;
	}
	.detail_img img {
		height: auto;
		width: 218px;
		border-color: #999999;
		border-style: solid;
		border-width: 1px;
	}
	.detail_img ul.sns {
		margin-left: 0px;
		margin-bottom: 40px;
		margin-right: 0px;
		margin-top: 20px;
		padding: 0px;
	}
	.detail_img ul.sns li {
		list-style-type: none;
		float: left;
	}
	.detail_img ul.sns li.tw {
		margin-left: 20px;
		margin-bottom: 0px;
		margin-right: 20px;
		margin-top: 0px;
		padding: 0px;
		height: 50px;
		width: 55px;
	}
	.detail_img ul.sns li.pi {
		padding: 0px;
		margin: 0px;
		height: 43px;
		width: 110px;
	}
	.detail_img ul.sns li img {
		border: none;
	}

	table.detail_tb {
		margin: 0px;
		border-top-color: #999999;
		border-left-color: #999999;
		border-top-style: solid;
		border-left-style: solid;
		border-left-width: 1px;
		border-top-width: 1px;
		float: right;
		padding: 0px;
		width: 540px;
	}
	table.detail_tb th {
		text-align: center;
		font-style: normal;
		font-weight: normal;
		background-color: #eeeeee;
		width: 100px;
		border-bottom-color: #999999;
		border-right-color: #999999;
		border-bottom-style: solid;
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		padding-left: 10px;
		padding-bottom: 5px;
		padding-right: 10px;
		padding-top: 5px;
		margin: 0px;
        vertical-align: top;
	}
	table.detail_tb td {
		border-bottom-color: #999999;
		border-right-color: #999999;
		border-bottom-style: solid;
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		padding-left: 10px;
		padding-bottom: 5px;
		padding-right: 10px;
		padding-top: 5px;
		margin: 0px;
        vertical-align: top;
    }
	table.detail_tb td hr {
		margin-left: 0px;
		margin-bottom: 10px;
		margin-right: 0px;
		margin-top: 10px;
		padding: 0px;
		border: 0;
		height: 1px;
		background: #aaaaaa;
	}
	ul.online_btn {
		margin-left: 0px;
		margin-bottom: 15px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	ul.online_btn li {
		list-style-type: none;
		float: left;
		margin-left: 5px;
		margin-bottom: 0px;
		margin-right: 5px;
		margin-top: 0px;
		padding: 0px;
	}
	ul.online_btn li a {
		text-align: center;
		width: 215px;
		text-decoration: none;
		font-weight: bold;
		padding-left: 7px;
		padding-bottom: 12px;
		padding-right: 7px;
		padding-top: 12px;
		margin: 0px;
		display: block;
		color: #ffffff;
		background-color: #ff6600;
		font-size: 15px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	ul.online_btn li a:hover {
		opacity: 0.7;
	}
	ul.online_btn li a.close {
		text-align: center;
		width: 215px;
		text-decoration: none;
		font-weight: bold;
		padding-left: 7px;
		padding-bottom: 12px;
		padding-right: 7px;
		padding-top: 12px;
		margin: 0px;
		display: block;
		color: #ffffff;
		background-color: #999999;
		font-size: 15px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	ul.online_btn li a.close:hover {
		opacity: 1.0;
	}
	.detail_box {
		width: 550px;
		background-color: #FFEFBF;
		border-color: #FF7F00;
		border-style: solid;
		border-width: 1px;
		margin-left: auto;
		margin-bottom: 0px;
		margin-right: auto;
		margin-top: 20px;
		padding: 20px;
	}
	.detail_box2 {
		width: 550px;
		background-color: #FFF7DB;
		border-color: #aaaaaa;
		border-style: solid;
		border-width: 1px;
		margin-left: auto;
		margin-bottom: 0px;
		margin-right: auto;
		margin-top: 20px;
		padding: 20px;
	}
	table.circle_tb {
		border-left-color: #999999;
		border-top-color: #999999;
		border-top-style: solid;
		border-left-style: solid;
		border-left-width: 1px;
		border-top-width: 1px;
		width: 95%;
		margin-left: auto;
		margin-bottom: 25px;
		margin-right: auto;
		margin-top: 0px;
		padding: 0px;
	}
	table.circle_tb th {
		border-bottom-color: #999999;
		border-right-color: #999999;
		border-bottom-style: solid;
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		padding: 5px;
		margin: 0px;
		background-color: #eeeeee;
	}
	table.circle_tb td {
		border-bottom-color: #999999;
		border-right-color: #999999;
		border-bottom-style: solid;
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		padding: 5px;
		margin: 0px;
	}

	/* フォーム */
	.form_box {
		width: 680px;
		background-color: #FFEFBF;
		border-color: #FF7F00;
		border-style: solid;
		border-width: 1px;
		margin-left: auto;
		margin-bottom: 20px;
		margin-right: auto;
		margin-top: 20px;
		padding: 20px;
	}
    .formcheck {
        width: 800px;
        margin-top: 70px;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .formcheck b {
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        padding: 0;
        text-align: center;
        display: block;
    }
    .formcheck .red {
        font-weight: bold;
        font-size: 16px;
        margin: 0;
        padding: 0;
    }
    .check-text {
        width: 100%;
        height: 300px;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        border-style: solid;
        border-color: #aaaaaa;
        border-width: 1px;
    }

	/* リンク集 */
	table.link_tb {
		margin-left: 0px;
		margin-bottom: 30px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	table.link_tb td {
		line-height: 1.3em;
		text-align: center;
		padding: 10px;
		margin: 0px;
		width: 200px;
		vertical-align: top;
	}

	/* single */
	div.postdate {
		font-size: 90%;
		text-align: right;
		margin-left: 0px;
		margin-bottom: 15px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}

	table.line {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 30px;
		margin-right: 0px;
		margin-top: 0px;
		border-top-color: #cccccc;
		border-left-color: #cccccc;
		border-top-style: solid;
		border-left-style: solid;
		border-left-width: 1px;
		border-top-width: 1px;
		padding: 0px;
	}
	table.line th {
		border-bottom-color: #cccccc;
		border-right-color: #cccccc;
		border-bottom-style: solid;
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		padding-left: 10px;
		padding-bottom: 7px;
		padding-right: 10px;
		padding-top: 7px;
		margin: 0px;
		width: 150px;
		background-color: #eeeeee;
	}
	table.line td {
		border-bottom-color: #cccccc;
		border-right-color: #cccccc;
		border-bottom-style: solid;
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		padding-left: 10px;
		padding-bottom: 7px;
		padding-right: 10px;
		padding-top: 7px;
		margin: 0px;
	}

	/* フォーム */
	table.nform {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 30px;
		margin-right: 0px;
		margin-top: 0px;
		border-top-color: #cccccc;
		border-left-color: #cccccc;
		border-top-style: solid;
		border-left-style: solid;
		border-left-width: 1px;
		border-top-width: 1px;
		padding: 0px;
	}
	table.nform th {
		line-height: 1.5em;
		border-bottom-color: #cccccc;
		border-right-color: #cccccc;
		border-bottom-style: solid;
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		padding-left: 10px;
		padding-bottom: 7px;
		padding-right: 10px;
		padding-top: 7px;
		margin: 0px;
		width: 200px;
		background-color: #eeeeee;
		vertical-align: top;
	}
	table.nform td {
		line-height: 2.0em;
		border-bottom-color: #cccccc;
		border-right-color: #cccccc;
		border-bottom-style: solid;
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		padding-left: 10px;
		padding-bottom: 7px;
		padding-right: 10px;
		padding-top: 7px;
		margin: 0px;
		vertical-align: top;
	}
	table.nform th span.br,
	table.nform td span.br {
		display: block;
	}
	div.submit {
		text-align: center;
		margin-left: 0px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 20px;
		padding: 0px;
	}
	div.submit input {
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 140%;
	}

	/* footer */
	footer {
		width: 800px;
		border-top-color: #222222;
		border-top-style: solid;
		border-top-width: 1px;
		margin-left: auto;
		margin-bottom: 0px;
		margin-right: auto;
		margin-top: 30px;
		padding: 0px;
	}
    footer .privacy {
        margin-left: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-top: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-top: 13px;
        text-align: center;
        font-size: 12px;
    }
    footer p {
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 0px;
		padding-left: 0px;
		padding-bottom: 13px;
		padding-right: 0px;
		padding-top: 13px;
		text-align: center;
		font-size: 12px;
	}

}


/* end css */
