.padding {
	padding: 0px 0;
}
#maincolumn .padding {
	padding: 0 20px;
}
#main_search_info .padding {
	padding: 10px;
}
#main_adsense_footer .padding {
	padding: 10px;
}
#main_thread_post .padding {
	padding: 10px;
}
#function_response_post .padding {
	padding: 10px;
}



.taka {
	color: #ff0000;
}
.admin {
	color: #3CC6FF;
}

.clear {
	clear: both;
	border: none;
	float: none;
}



.pager ul {

}
.pager ul li a, .pager ul li span {
	padding: 5px 15px;
	display: block;
	font-size: 12px;
}
.pager ul li a:hover {
	background-color: #C4EDFF;
}
.pager ul li.current {
	background-color: #fff;
}


.pager.top ul li {
	float: left;
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
.pager.top ul li.clear {
	clear: both;
    height: 0;
    display: block;
    float: none;
    /* margin: 0px 0 0 0; */
    position: relative;
    top: -1px;
    z-index: -1;
}


.pager.bottom ul {
	border-top: solid 1px #ddd;
}
.pager.bottom ul li {
	float: left;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	position: relative;
    top: -1px;
}
.pager.bottom ul li.clear {
	clear: both;
    height: 0;
    display: block;
    float: none;
    border: none;
}



.column {
    padding: 0 0 10px 0;
}
.column .header {
	font-size: 125%;
	border-top: solid 1px #ddd;
	padding: 15px 10px 10px 10px;
	position: relative;
}
.column .header .num {
	float: left;
	font-size: 12px;
	position: absolute;
	top: -14px;
	background-color: #fff;
	padding: 5px;
	left: 5px;
	color: #999;
}
.column .header .name {
	float: left;
}
.column .header .date {
	float: right;
}
.column .body {
	font-size: 100%;
	padding: 10px 10px 0px 10px;
}
.tools {
	padding: 10px 10px 10px 10px;
	text-align: right;
}
.column .image {
	padding: 10px 10px 0px 10px;
}
.tools a.button {
    border: 1px solid #CCC;
    padding: 8px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000;
    display: inline-block;
    font-size: 12px;
}
.tools a.button:hover {
    background-color: #eee;
}

html {
	margin: 0;
}
body {
	font-size: 12px;
	margin: 0;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	background-color: #3366CC;
	/* background-color: #00a0e6; */
	border-radius: 4px;
	padding: 0px 0px 0px 10px;
	color: #fff;
	margin: 10px 0px 0px 0px;
}
h3 {
	font-size: 12px;

	margin: 0 0 0px 0;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


h2.title.special {
	background-color: #4DB42B;
}

#header {
	background-color: #3366CC;
}
#contents {
	width: 1190px;
	margin: 0 auto;
}
#leftcolumn {
	width: 200px;
	float: left;
}
#rightcolumn {
	width: 200px;
	float: left;
}
#maincolumn {
	width: 790px;
	float: left;
}
#footer {
	width: 1190px;
	margin: 0 auto;
}













#header .content {
	width: 1190px;
	margin: 0 auto;
	position: relative;
}
#header .content .padding {
	padding: 20px 0 20px 0;
}

#header .content a {
	text-decoration: none;
}
#header .content .padding a.create_thread {
	font-size: 80%;
	position: relative;
	display: block;
	padding: 7px;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	background: #00acee;
	box-shadow: 0 5px 0 #0092ca;
	position: absolute;
	right: 20px;
	top: 23px;
}
#header .content .title {
	position: relative;
	display: inline;
	line-height: 1em;
	font-size: 42px;
	float: left;
}

#header .content .title p {
	font-weight: normal;
	font-size: 42px;
	color: #fff;
	margin: 0;
	display: inline;
	line-height: 1em;
}
#header .content .title img {
	position: absolute;
	right: -10px;
	top: 0;
}
#header .function_search {
	margin: 0 auto;
	width: 480px;
}
#header .function_search input[type="text"] {
	border: none;
	padding: 10px 20px;
	width: 340px;

}
#header .function_search input[type="submit"] {
	border: solid 0px #ddd;
	padding: 10px 20px;
	background-color: #FFB53C;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
#header form {
	display: block;
	margin: 0 0;
}














#main_search_info {
	margin: 0 0 10px 0;
}
#main_search_info .function_thread_show td {
	padding: 5px;
}
#main_search_info .function_thread_show th {
	text-align: left;
	font-size: 12px;
	padding: 5px;
	font-weight: normal;
}
#main_search_info .function_thread_show td.update_at {
	width: 10em;
}
#main_search_info .function_thread_show th.update_at {
	width: 10em;
}
#main_search_info .function_thread_show td.update {
	width: 1em;
	color: #ff3300;
}
#main_search_info .function_thread_show th.update {
	width: 1em;
}
#main_search_info .function_thread_show td.num {
	width: 1em;
}
#main_search_info .function_thread_show th.num {
	width: 1em;
}

#main_search_info .function_thread_show thead tr {
	background-color: blue;
}
	
#main_search_info .function_thread_show tbody tr {
	background-color: white;
}
	
#main_search_info .function_thread_show tbody tr:nth-child(even) { /* 偶数番目の指定*/
	background-color: #eee;
}



#leftcolumn_chart ul li {
	margin: 5px 0;
	padding: 5px;
}
#leftcolumn_chart ul li h3 {
	color: #00a0e6;
	font-weight: normal;
}
#leftcolumn_chart ul li img {
	margin: 0 auto;
	display: block;
}








#main_adsense_footer {
	margin: 0 auto 20px auto;
}

#main_adsense_footer p {
	margin: 0;
	text-align: right;
}

#main_adsense_footer .adsbygoogle {
	margin: 0 auto;
	display: block !important;
}

#main_adsense_footer #aswift_2_expand {
	margin: 0 auto !important;
	display: block !important;
}






/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/

#rightcolumn_sns {
	margin: 0 0 5px 0;
}

#rightcolumn_sns .function_sns ul {
	list-style:none;
	margin: 0!important;
	padding: 0!important;

}
#rightcolumn_sns .function_sns li {
	display: inline-block;
	width: 97px;
	margin: 0 0 4% 0;
}
#rightcolumn_sns .function_sns li a {
	font-size:80%;
	position:relative;
	display:block;
	padding:3px;
	color:#fff;
	border-radius:6px;
	text-align:center;
	text-decoration: none;
	text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}
#rightcolumn_sns .function_sns li a:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity:0.8;
}
#rightcolumn_sns .function_sns li a:active {
	-webkit-transform: translate3d(0px, 5px, 1px);
	-moz-transform: translate3d(0px, 5px, 1px);
	transform: translate3d(0px, 5px, 1px);
	box-shadow:none;
}

/* ツイッター */
#rightcolumn_sns .function_sns .twitter a {
	background:#00acee;
	box-shadow:0 5px 0 #0092ca;
}

/* Facebook */
#rightcolumn_sns .function_sns .facebook a {
	background:#3b5998;
	box-shadow:0 5px 0 #2c4373;
}

/* グーグル */
#rightcolumn_sns .function_sns .googleplus a {
	background:#db4a39;
	box-shadow:0 5px 0 #ad3a2d;
}

/* はてぶ */
#rightcolumn_sns .function_sns .hatebu a {
	background:#5d8ac1;
	box-shadow:0 5px 0 #43638b;
}
/* LINE */
#rightcolumn_sns .function_sns .line a {
	background:#25af00;
	box-shadow:0 5px 0 #219900;
}

/* RSS */
#rightcolumn_sns .function_sns .rss a {
	background:#ffb53c;
	box-shadow:0 5px 0 #e09900;
}













#main_thread_post {
	margin: 0 0 10px 0;
}
#main_thread_post th {
	font-weight: normal;
}
#main_thread_post td {
	padding: 5px;
}
#main_thread_post input[type="text"] {
	border: solid 1px #ddd;
	padding: 5px 5px;
	width: 360px;
}
#main_thread_post textarea {
	border: solid 1px #ddd;
	padding: 5px 5px;
	width: 540px;
	min-height: 120px;
}










#function_response_post {

	margin: 0 0 10px 0;
}
#function_response_post th {
	font-weight: normal;
	vertical-align: top;
}
#function_response_post td {
	padding: 5px;
}
#function_response_post input[type="text"] {
	border: solid 1px #ddd;
	padding: 5px 5px;
	width: 360px;
}
#function_response_post textarea {
	border: solid 1px #ddd;
	padding: 5px 5px;
	width: 540px;
	min-height: 120px;
}





#real_response {
	position: fixed;
	bottom: 10px;
	right: 10px;
	border: solid 1px #ddd;
	background-color: #fff;
	    z-index: 1;
	    width: 380px;
	text-align: right;
}
#real_response table {
	border-bottom: solid 1px #ddd;
	width: 100%;
	border-spacing: 0;
}
#real_response th {
	font-weight: normal;
	color: #999;
	padding: 0 0 0 10px;
	width: 2em;
}
#real_response td {
	padding: 0px;
	text-align: left;
}
#real_response input {
	padding: 10px;
}
#real_response input[type="text"] {
	border: none;
	width: 320px;
	padding: 10px;
}
#real_response input[type="text"]:focus {
	outline: none;
}
#real_response textarea {
	border: none;
	width: 360px;
	max-width: 360px;
	min-width: 360px;
	max-height: 360px;
	padding: 10px;
	height: 180px;
	border-bottom: solid 1px #ddd;
}
#real_response textarea:focus {
	outline: none;
}
#real_response input[type="submit"] {
    border: none;
    padding: 8px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    display: inline-block;
    background-color: #36C;
    margin: 10px;
}
#real_response .header {
	text-align: left;
	background-color: #36C;
	padding: 10px;
}
#real_response .header h2 {
	text-align: left;
	color: #fff;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	border-radius: 0;
	display: inline;
	padding: 0;
}
#real_response .header a {
	float: right;
    color: #FFF;
    background-color: #4F7BD3;
    padding: 2px 5px;
    border-radius: 2px;
    margin: -2px 0 0 0;
    text-decoration: none;
}
#real_response.close {
	display: none;
}

#ad_footer .column {
	width: 50%;
	float: left;
}

#thread_header, #thread_body {
	font-size: 12px;
}





#tool_zoom {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 1;
	transition: opacity .2s ease-out;
}
#tool_zoom:hover {
	opacity: 1;
}
#tool_zoom ul {
	list-style: none;
	padding: 0;
	background-color: #eee;
	padding: 10px;
}
#tool_zoom ul li {
	float: left;
	font-size: 10px;
}
#tool_zoom ul li p {
	margin: 0;
}
#tool_zoom ul li a {
	display: block;
	width: 14px;
	height: 14px;
	padding: 10px;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	background-color: #333;
	color: #eee;
	text-decoration: none;
	margin: 0 0 0 10px;
}
#tool_zoom ul li.clear {
	clear: both;
	float: none;
}


#mail_wind {
	margin: 0 0 20px 0;
	text-align: left;
	position: relative;
	height: 34px;
}



#mail_wind #mailwind_rss_container_open0 a, #mail_wind #mailwind_rss_container_close0 a {
	border: none;
    padding: 8px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFF;
    width: 200px;
    background-color: #36C;
    margin: 10px auto;
    display: block;
    text-align: center;
    font-size: 12px;
}

#mail_wind #mailwind_result0 {
    position: absolute;
    /* background-color: #FFF; */
    bottom: -17px;
    /* border: solid 2px #00ACEE; */
    /* padding: 10px; */
    z-index: 1;
    left: 100px;
    right: 100px;
    text-align: center;
    font-size: 10px;
}



#mail_wind #mailwind_rss_container_close0 form {
    display: block;
    position: absolute;
    background-color: #FFF;
    border: solid 2px #36C;
    z-index: 1;
    padding: 10px;
    color: #000;
    top: 57px;
    left: 50%;
    font-size: 12px;
    width: 352px;
    margin: 0 0 0 -190px;
}
#mail_wind #mailwind_rss_container_close0 form:after {
    width: 0;
    height: 0;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid #36C;
    border-left: 3px solid rgba(0, 0, 0, 0);
    display: block;
    position: absolute;
    top: -14px;
    left: 50%;
    margin: 0 0 0 -1px;
    z-index: 1;
    content: "";
}
#mail_wind #mailwind_rss_container_close0 form a {
	border: none;
    padding: 0px;
    text-decoration: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    color: #36C;
    width: auto;
    background-color: #fff;
    margin: 0px;
    display: inline;
    font-size: 12px;
}

#mail_wind #mailwind_rss_container_close0 input[type="button"] {
    border: none;
    padding: 8px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFF;
    display: inline-block;
    background-color: #36C;
    margin: 10px;
    font-size: 12px;
    float: right;
}


/* ---------------------------------------------------------
■ function_pankuzu_plural.tt
--------------------------------------------------------- */

.function_pankuzu_plural {
	font-size: 12px;
	margin: 0 0 10px 5px;
}

.function_pankuzu_plural li {
	float: left;
}

.function_pankuzu_plural li a {
	text-decoration: none;
	color: #777;
	display: block;
	padding: 4px 0px;
	    font-size: 12px;
    line-height: 1em;
}

.function_pankuzu_plural li.first a {
	background: url(/img/pankuzu/iconHome.gif) no-repeat;
	width: 16px;
    height: 16px;
    padding: 2px;
    background-position: 2px 2px;
}

.function_pankuzu_plural li.first a span {
	display: none;
}

.function_pankuzu_plural li.arrow {
	display: block;
    background: url(/img/pankuzu/chevron.gif) no-repeat right center;
    width: 5px;
    height: 20px;
    margin: 0 5px;
}

.function_pankuzu_plural li.last {
    background: none;
}

.function_pankuzu_plural li.clear {
	clear: both;
}





.board h1 {
	font-size: 14px;
	font-weight: normal;
	background-color: #3366CC;
	/* background-color: #00a0e6; */
	border-radius: 4px;
	padding: 0px 0px 0px 10px;
	color: #fff;
	margin: 10px 0px 0px 0px;
}




div#menu {
	background-color: #f2f2f2;
	border-bottom: solid 1px #eee;
}
div#menu ul {
	list-style: none;
	padding: 0;
	width: 1190px;
	margin: 0 auto;
}
div#menu ul li {
	float: left;
}
div#menu ul li a {
	padding: 5px 10px;
	display: inline-block;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
div#menu ul li a:hover {
	background-color: #eee;
}
div#menu ul li.clear {
	float: none;
	clear: both;
}