<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">





/*--------------------------------------------progress-area
*
*  BasicCSS
*
--------------------------------------------*/

body {
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #333;
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
}

li {
	list-style-type: none;
}

h1, h2, h3, h4 {
  font-weight: normal;
  font-size: 13px;
}

/*--------------------------------------------
*
*  BBSStyle
*
--------------------------------------------*/


body {
	color:#000000;
	font-size:small;
	background-color:#C273FF;
/*	background-image:url(); */
	
	background-attachment:fixed;
}

a:link {
	color:#FF0000;
	text-decoration:none;
}

a:visited {
	color:#0000FF;
	text-decoration:none;
}

/*--------------------------------------------
*
*  ADStyle
*
--------------------------------------------*/

.rectangle {
  width: 100%;
  text-align: center;
}

.adrct div {
  width: 300px;
  height: 250;
  margin: 10px auto;
}

.adrct img {
  width: 300px;
  height: 250px;
}

.ad {
  width: 100%;
  text-align: center;
  overflow:hidden;
}

.ad div {
  margin: 10px auto;
}

.ad img{
}

.adicon {
  width: 100%;
  text-align: center;
}


.adthumbnail {
  padding: 5px;
  margin: 5px;
  margin-top: 0;
  border: 1px solid #aaa;
  border-top: none;
  background: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  min-height: 100px;
}

.adthumbnail img {
  max-width: 100px;
  max-height: 100px;
  float: left;
  margin-right: 5px;
}

.adarata {
	text-align: center;
}

.ad .tadatalk {
width:600px;
  	height:115px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #444), color-stop(0.00, #666));
    background: -webkit-linear-gradient(#666, #444);
    background: -moz-linear-gradient(#666, #444);
    background: -o-linear-gradient(#666, #444);
    background: -ms-linear-gradient(#666, #444);
    background: linear-gradient(#666, #444);
        border: 3px double #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ad .tadatalk img {
    width: 100px;
    height: 50px;
    float: left;
}

.ad .tadatalk .tadatxt {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
}

.ad .tadatalk .men, .ad .tadatalk .women {
    width: 50%;
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 2px #999;
}

.ad .tadatalk .men {
    clear: left;
}

.ad .tadatalk .men a, .ad .tadatalk .women a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    width: 150px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    border: 2px solid #aaa;
}
.ad .tadatalk .men a {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #2080e0), color-stop(0.00, #549ee7));
    background: -webkit-linear-gradient(#549ee7, #2080e0);
    background: -moz-linear-gradient(#549ee7, #2080e0);
    background: -o-linear-gradient(#549ee7, #2080e0);
    background: -ms-linear-gradient(#549ee7, #2080e0);
    background: linear-gradient(#549ee7, #2080e0);
    border: 2px solid #339ee7;
}

.ad .tadatalk .men a:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #549ee7), color-stop(0.00, #2080e0));
background: -webkit-linear-gradient(#2080e0, #549ee7);
background: -moz-linear-gradient(#2080e0, #549ee7);
background: -o-linear-gradient(#2080e0, #549ee7);
background: -ms-linear-gradient(#2080e0, #549ee7);
background: linear-gradient(#2080e0, #549ee7);
}

.ad .tadatalk .women a {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f06080), color-stop(0.00, #f4859e));
    background: -webkit-linear-gradient(#f4859e, #f06080);
    background: -moz-linear-gradient(#f4859e, #f06080);
    background: -o-linear-gradient(#f4859e, #f06080);
    background: -ms-linear-gradient(#f4859e, #f06080);
    background: linear-gradient(#f4859e, #f06080);
    border: 2px solid #f1859e;
}

.ad .tadatalk .women a:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f4859e), color-stop(0.00, #f06080));
background: -webkit-linear-gradient(#f06080, #f4859e);
background: -moz-linear-gradient(#f06080, #f4859e);
background: -o-linear-gradient(#f06080, #f4859e);
background: -ms-linear-gradient(#f06080, #f4859e);
background: linear-gradient(#f06080, #f4859e);
}


/*------------------------------------------------------------------------------------------
*
*  NewCSS
*
------------------------------------------------------------------------------------------*/

#wrapper {
	width: 100%;
	margin: 0 auto;
}

#main {
	width: 750px;
	float: left;
}

#sidebar {
	width: 160px;
	float: right;
}

#header{
	background-color:#2D2D2D;
	margin-bottom: 10px;
	clear: both;
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

#header #logo {
	
	font-size: 12px;
	line-height: 20px;
	margin-left:8px;
	font-weight: 700;
	
}

#header #logo a{
color: #ccc;
}

#header #logo a:visited{
color: #ccc;
}






#footer {
clear:both;
	padding: 15px;
	background: #c98d51;
	color: #fff;
	text-align: center;
    
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

.clearbox {
  clear: both;
  height: 0px;
}

.openmenu {
  font-size: 10px;
  text-align: center;
}

.openmenu li {
  background: #ddd;
  float: left;
  width: 25%;
  height: 80px;
  overflow: hidden;
}

.openmenu li a {
  display: block;
  padding: 5px;
}

.openmenu img {
  width: 50px;
  height: 50px;
}


.bbstitle {
	background: #c98d51;
}

.bbstitle h2 {
	font-size:17px;
	font-weight: bold;
}

.bbstitle h2 a {
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	text-decoration: underline;
}

.headermenu {
	margin: 10px auto;
	width: 100%;
	text-align: center;
}

.headermenu img {
	width: 45px;
}

.headermenu ul {
	min-width: 300px;
	width: 90%;
	margin: 0 auto;
}

.headermenu li {
  display: inline-block;
  width: 25%;
}

.headermenu li a {
  display: inline-block;
}

.headermenu li.nolink {
/*  padding-top: 7px;
  color: #aaa; */
  padding-bottom: 7px;

}

.headermenu li:first-child {
  border-right: none;
}

.headermenu li:last-child {

}

.headermenu .last li {
  border-bottom: 1px solid #aaa;
}


.footermenu {
	width: 100%;
	text-align: center;
}

.footermenu ul {
	min-width: 300px;
	width: 90%;
	margin: 0 auto;
}

.footermenu li {
	display: inline-block;
	margin: 3px;
	width: 45%;
	border: 1px solid #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f5), color-stop(0.51, #eeeeee), color-stop(0.48, #f5f5f5), color-stop(0.00, #f5f5f5));
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 48%, #eeeeee 51%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f5f5f5 0%, #f5f5f5 48%, #eeeeee 51%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%, #f5f5f5 48%, #eeeeee 51%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%, #f5f5f5 48%, #eeeeee 51%, #f5f5f5 100%);
	background: linear-gradient(top, #f5f5f5 0%, #f5f5f5 48%, #eeeeee 51%, #f5f5f5 100%);
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
}

.footermenu li a {
  display: block;
  padding: 7px;
  color: #333;
}

.footermenu .last li {
  border-bottom: 1px solid #aaa;
}



.iframethumbnail .thumbnail {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0;
	border:1px solid #aaa;
	border-top: none;
    -webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f0f0f0), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
}

.iframethumbnail .thumbnaillink {
	margin-top: 0;
	margin-left: 5px;
	margin-right: 5px;
	text-align: right;
	border: 1px solid #aaa;
	border-top: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f0f0f0), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);

}

.iframethumbnail .thumbnaillink a {
	display: block;
	padding: 5px;
	
	color: #666;
	text-align: right;
}

.iframeheadline {
padding: 7px;
  border: 1px solid #1e74ad;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #2691d8;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF51A7E0', endColorstr='#FF2691D8');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxYTdlMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2OTFkOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(#51a7e0 0%, #2691d8 100%);
  background-image: -webkit-linear-gradient(#51a7e0 0%, #2691d8 100%);
  background-image: linear-gradient(#51a7e0 0%, #2691d8 100%);
   margin: 5px 5px 0px 5px;
   
   

}

.iframeheadline h2 {
  font-size: 13px;
  color: #fff;
}

.headline {
  background-color: #2691d8;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF51A7E0', endColorstr='#FF2691D8');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxYTdlMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2OTFkOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(#51a7e0 0%, #2691d8 100%);
  background-image: -webkit-linear-gradient(#51a7e0 0%, #2691d8 100%);
  background-image: linear-gradient(#51a7e0 0%, #2691d8 100%);
  padding: 5px;
  margin: 5px;
  margin-bottom: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  border: 1px solid #1e74ad;

}

.headline h2 {
  font-size: 13px;
  color: #fff;
}

.supportmenu {
  margin: 5px;
  margin-top: 0;
}

.supportmenu li {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eee), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background: -o-linear-gradient(top, #fff 0%, #eee 100%);
	background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
	background: linear-gradient(top, #fff 0%, #eee 100%);
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-bottom: none;
}

.supportmenu li:first-child {
/*  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; */
}

.supportmenu li:last-child {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-bottom: 1px solid #999;
}

.supportmenu li a {
	display: block;
	padding: 7px;
	background-size: 12px 18px;
}

.supportmenu li a, .supportmenu li a:visited, .supportmenu li a:hover, .supportmenu li a:active {
	color: #444;
}

.infobox {
	-webkit-box-shadow: #808080 0px 1px 3px;
	-moz-box-shadow: #808080 0px 1px 3px;
	box-shadow: #808080 0px 1px 1px;
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px;
	padding: 5px;
}


.admin_form {
    
	text-align: center;
	margin:0;
	margin-top:10px;
	padding:10px;
}

.admin_form input.admin_button {
	text-align: center;
	color: #fff;
	background: #7e7e7e;
	padding: 3px 4px;
	/* border-radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  
}

.admin_form input.admin_password {
	width: 85%;
	padding: 3px 5px;
	/* border-radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #808080;
	/* box-shadow */
	-webkit-box-shadow: #808080 0px 1px 3px;
	-moz-box-shadow: #808080 0px 1px 3px;
	box-shadow: #808080 0px 1px 1px;
}

.search_form {
	
	text-align:		center;


}

.search_form input.search_button {
	text-align:		center;
	color:			#fff;
	background:		#7e7e7e;
	padding: 3px;
	/* border-radius */
	-webkit-border-radius:	5px;
	-moz-border-radius:	5px;
	border-radius:		5px;
}

.search_form input.search_textarea {
	width:			65%;
	padding:		7px 5px;
	/* border-radius */
	-webkit-border-radius:	5px;
	-moz-border-radius:	5px;
	border-radius:		5px;
	border:			1px solid #808080;
	/* box-shadow */
	-webkit-box-shadow:	#808080 0px 1px 3px;
	-moz-box-shadow:	#808080 0px 1px 3px;
	box-shadow:		#808080 0px 1px 1px;
}


.updateinfo {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #808080;
	color: #333;
	font-size: 12px;
	margin: 5px;
	padding: 5px;
}

.updatebtn {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f0f0f0), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	display: block;
	padding: 7px 20px;
	border: 1px solid #999;
	text-align: center;
	width: 150px;
	margin: 5px auto;
}



.appli_table {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ededed), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #ededed);
	background: -moz-linear-gradient(#fff, #ededed);
	background: -o-linear-gradient(#fff, #ededed);
	background: -ms-linear-gradient(#fff, #ededed);
	background: linear-gradient(#fff, #ededed);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aaa;
	margin: 5px;
	font-size: 15px;
}

.appli_table a {
	display: block;
	padding: 5px;
	height: 60px;
	overflow: hidden;
}

.appli_table img {
	max-width: 60px;
	max-height: 60px;
	float: left;
	margin-right: 10px;
}

.comment_head {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f5), color-stop(0.51, #eeeeee), color-stop(0.48, #f5f5f5), color-stop(0.00, #f5f5f5));
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 48%, #eeeeee 51%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f5f5f5 0%, #f5f5f5 48%, #eeeeee 51%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%, #f5f5f5 48%, #eeeeee 51%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%, #f5f5f5 48%, #eeeeee 51%, #f5f5f5 100%);
	background: linear-gradient(top, #f5f5f5 0%, #f5f5f5 48%, #eeeeee 51%, #f5f5f5 100%);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border: 1px solid #aaa;
	border-bottom: none;
	padding: 5px;
	margin: 5px;
	margin-bottom: 0;
	color: #333;
	font-size: 13px;
	color: #333;
}

.comment {
	margin: 5px;
	margin-top: 0;
	background: #f5f5f5;
	color: #333;
	border: 1px solid #aaa;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.comment_main {
	padding: 10px 5px;
	background: #fff;
}

.commentfooter {
	padding: 5px;
	color: #333;
}

.comment_name a {
	color: #0099ff;
	font-weight: bold;
	text-decoration: underline;
}



.pagelink_form {
	margin: 10px auto;
	text-align: center;
	color: #000;
}

select {
	padding: 3px 10px;
	border: 1px solid #aaa;
	-webkit-border-radius:	5px;
	-moz-border-radius:	5px;
	border-radius:		5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eee), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background: -o-linear-gradient(top, #fff 0%, #eee 100%);
	background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
	background: linear-gradient(top, #fff 0%, #eee 100%);
	color: #666;
}

.pagelink_button {
	padding: 3px 10px;
	border: 1px solid #aaa;
	-webkit-border-radius:	5px;
	-moz-border-radius:	5px;
	border-radius:		5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eee), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background: -o-linear-gradient(top, #fff 0%, #eee 100%);
	background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
	background: linear-gradient(top, #fff 0%, #eee 100%);
	color: #666;
}


/*******************************************************************
*
*	NewCSS
*	Update:20131028
*
*******************************************************************/

/*******************************************************************
*
* BaseColorCSS
*
*******************************************************************/

/* 薄い方から */
.bg1 { background: #F9F8F1; }
.bg2 { background: #F8F6EE; }
.bg3 { background: #F6F3EA; }
.bg4 { background: #F4F0E6; }
.bg5 { background: #F2EDE3; }
.bg6 { background: #F1EBDF; }
.bg7 { background: #EFE8DB; }
.bg8 { background: #EDE5D8; }
.bg9 { background: #EBE2D4; }
.bg10 { background: #E9DFD0; }

/* テスト */

.bg1 { background: #F5F5F5; }
.bg2 { background: #F4F3F1; }
.bg3 { background: #F3F1ED; }
.bg4 { background: #F1EEE9; }
.bg5 { background: #F0ECE5; }
.bg6 { background: #EFE9E1; }
.bg7 { background: #EDE7DD; }
.bg8 { background: #ECE4D9; }
.bg9 { background: #EBE2D5; }
.bg10 { background: #E9DFD0; }

/*******************************************************************
*
* ScrollJSCSS
*
*******************************************************************/

#scrolltop {
	opacity: 0.7;
	background: #333;
	color: #fff;
	margin: 5px;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/********************************************
				
				paging
			
********************************************/

.paging {

    overflow: hidden;
    width: 100%;
    margin:5px 0;
    text-arign: center;
    margin-bottom:5px;
}

.paging li {
    float: left;
    background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.paging a {

    display: block;
    padding: 7px 0;
    color: #333;
}

.paging .left {

    border: 1px solid #d8d4d4;
    width: 41%;
    color: #4f442c;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.paging .home {
    width: 14%;
    margin: 0 2%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d4d4;
}

.paging .home img {

    width: 20px;
}

.paging .right {

    width: 41%;
    color: #4f442c;
    text-align: center;
    border: 1px solid #d8d4d4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.paging .right img {

    width: 14px;
    float: right;
    margin-top: 3px;
    margin-right: 5px;
}

.paging .nolink {

    padding: 7px 0;
    color: #d0cece;
    border: 1px solid #d8d4d4;
    background-image: -moz-linear-gradient(top, #e5e5e5 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(1, #fff));
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #fff 100%);
}

.paging .left img {

    width: 14px;
    float: left;
    margin-top: 3px;
    margin-left: 5px;
}
/*******************************************************************
*
*	Threadtype2CSS
*	ThumbnailMode
*
*******************************************************************/


.threadtype2{
margin-top:7px;
}

.threadtype2 li{
	background: #f5f5f5;
	border: 1px solid #d5d5d5;
	height: 105px;
	overflow: hidden;
	margin-bottom:8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.threadtype2 li:first-child {
	border-top: 1px solid #d5d5d5;
}

.threadtype2 .threadtitle {
	height: 38px;
	width: 98%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.threadtype2 li h3 {
	display: inline;
	color: #29597b;
	font-weight: bold;
	font-size: 16px;
	
}

.threadtype2 li:nth-child(2n){
	background: #eee;
}

.threadtype2 li a {
	display: block;
	padding: 5px;
	color: #666;
	height: 95px;
	overflow: hidden;
}

.threadtype2 .thumbbox {
	width: 90px;
	height: 90px;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin: 5px;
	margin-right: 7px;
	border: 1px solid #ccc;
	background: #fff;
}

.threadtype2 .thumb {
	width: 86px;
	height: 86px;
	overflow: hidden;
	margin-left: 2px;
	margin-top: 2px;
}

.threadtype2 .thumb img {
	width: 86px;
	min-height: 86px;
}

.threadtype2 .thumb a {
	padding: 0;
	width: 90px;
	height: 86px;
}

.threadtype2 .count {
	background: #fff;
	border:1px solid #ccc;
	display: inline-block;
	padding: 1px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 5px;
}

.threadtype2 .imgbox {
	display: inline-block;
	float:right;
	padding-right:5px;
}

.threadtype2 .imgbox .imgimg {
	vertical-align: -5px;
}

.threadtype2 .imgbox .imgimg img {
	width: 23x;
	height: 21px;
	vertical-align: bottom;
}

.threadtype2 .imgbox .iineimg {
	vertical-align: -6px;
}

.threadtype2 .imgbox .iineimg img {
	height: 21px;
}


.threadtype2 .comimg {
	display: inline-block;
	margin-left: 5px;
	vertical-align: -3px !important;
}

.threadtype2 .comimg img {
	height: 16px !important;
}

.threadtype2 .threadbody {
	color: #aaa;
	margin-left: 5px;
	height: 35px;
	overflow: hidden;
}

.threadtype2 .threadname {
	height: 18px;
	overflow: hidden;
}

.threadtype2 .footerbox {
/*	background: #e5e5e5; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
}


/*******************************************************************
*
*	Threadtype1CSS
*	ThumbnailMode
*
*******************************************************************/

.threadtype1 li {
	background: #f5f5f5;
	border-bottom: 1px solid #d5d5d5;
	height: 60px;
	overflow: hidden;
}

.threadtype1 li:first-child {
	border-top: 1px solid #d5d5d5;
}

.threadtype1 .threadtitle {
	margin-left: ;
}

.threadtype1 .threadtitle h3 {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	color: #29597b;
	font-weight: bold;
	font-size: 16px;
}

.threadtype1 li:nth-child(2n) {
	background: #eee;
}

.threadtype1 li a {
	display: block;
	padding: 5px;
	color: #666;
}

.threadtype1 .threaddate {
	margin: 5px;
}


/*******************************************************************
*
*	Threadtype0CSS
*	ThumbnailMode
*
*******************************************************************/

.threadtype0 li {
	background: #f5f5f5;
	border-bottom: 1px solid #d5d5d5;
	height: 140px;
	overflow: hidden;
}

.threadtype0 li:first-child {
	border-top: 1px solid #d5d5d5;
}

.threadtype0 li:nth-child(2n) {
	background: #eee;
}

.threadtype0 .threadtitle {
	margin-left: ;
}

.threadtype0 .threadtitle h3 {
	display: inline;
	margin-right: 5px;
	color: #29597b;
	font-weight: bold;
	font-size: 16px;
}

.threadtype0 li a {
	display: block;
	padding: 10px;
	color: #666;
}

.threadtype0 .threadbody {
	height: 50px;
	overflow: hidden;
}

.threadtype0 .count {
	background: #fff;
	border:1px solid #ccc;
	display: inline-block;
	padding: 1px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 5px;
}

.threadtype0 .imgbox .imgimg, .threadtype0 .imgbox .iineimg, .threadtype0 .imgbox .comimg {
	display: inline-block;
}

.threadtype0 .imgbox .imgimg {
	vertical-align: -5px;
}

.threadtype0 .imgbox .imgimg img {
	width: 23x;
	height: 21px;
	vertical-align: bottom;
}

.threadtype0 .imgbox .iineimg {
	vertical-align: -6px;
}

.threadtype0 .imgbox .iineimg img {
	height: 21px;
}

.threadtype0 .comimg {
	display: inline-block;
	margin-left: 5px;
	vertical-align: -3px !important;
}

.threadtype0 .comimg img {
	height: 16px !important;
}




/*******************************************************************
 *
 * ThreadmainCSS
 *
*******************************************************************/

/************************ThreadmainCHECKBOX************************/

input[type="checkbox"] {
	-webkit-appearance: none;
	position: relative;
	top: 4px;
	border-radius: 4px;
	border: 1px solid #4c4c4c;
	-webkit-box-sizing: border-box;
	width: 17px;
	height: 17px;
	background: -webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#d1d1d1));
}

/* チェック時は背景色を変更 */
input[type="checkbox"]:checked {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#353535),
		to(#8f8f8f)
	);
}

/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
input[type="checkbox"]:checked:before {
    position: absolute;
    left: -2px;
    top: 12px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    content: "";
    width: 11px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 6px;
    top: 12px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    width: 15px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

.threadmain {
	color: #333;
	margin-top:7px;
}

.threadmain .maindate {
	margin: 5px;
	margin-left: 0;
	display: inline-block;
	color: #999;

}

.threadmain .maintitlearea {
	padding: 7px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}

.threadmain .maintitle h2 {
	font-size: 17px;
	font-weight: bold;
	color: #29597b;
}

.threadmain .maindetail {
	border-bottom:1px solid #ddd;
	overflow:hidden;
}

.threadmain .imgbox {
	width: 90px;
	height: 90px;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin: 5px;
	margin-right: 7px;
	border: 1px solid #ccc;
	background: #fff;
}

.threadmain .img {
	width: 86px;
	height: 86px;
	overflow: hidden;
	margin-left: 2px;
	margin-top: 2px;
}

.threadmain .img img {
	width: 86px;
	min-height: 86px;
}

.threadmain .img a {
	padding: 0;
	width: 90px;
	height: 86px;
}

.threadmain .mainmes {
	padding: 7px;
	font-size: 15px;
}
.mainmes a{
    width:98%;
    margin:10px 1% 5px 1%;
    padding:12px 0;
    background: -moz-linear-gradient(top,#e6e6e6 0%,#cacaca);
    
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#cacaca));
    
    border-bottom: 3px solid #b4b4b4;
     border-right: 3px solid #b4b4b4;
    
    color: #111;
    
    border-radius: 4px;
    
    -moz-border-radius: 4px;
    
    -webkit-border-radius: 4px;
    font-size: 18px;
    font-weight:bold;
    float: left;
    box-sizing: border-box;
    text-align: center;

}




.delete_form {
 width:400px;
 margin-right:5px;

}

.delete_form input.delete_button {

  text-align:		center;
	color:			#fff;
	background:		#7e7e7e;
	/* border-radius */
	-webkit-border-radius:	5px;
	-moz-border-radius:	5px;
	border-radius:		5px;
}

.delete_form input.delete_textarea {
	width:			40%;
	padding:		3px 5px;
	-webkit-border-radius:	5px;
	-moz-border-radius:	5px;
	border-radius:		5px;
	border:			1px solid #808080;
	-webkit-box-shadow:	#808080 0px 1px 3px;
	-moz-box-shadow:	#808080 0px 1px 3px;
	box-shadow:		#808080 0px 1px 1px;
	margin-right:-3px;

}

.statusbox button{
  
	color:			#fff;
	background:		#7e7e7e;
	/* border-radius */
	-webkit-border-radius:	5px;
	-moz-border-radius:	5px;
	border-radius:		5px;

}


.threadmain .statusbox {
	text-align: right;
	padding: 3px 8px;
	color: #333;
}

.threadmain .statusbox div {
	display: inline-block;
}

.threadmain .statusbox img {
	height: 25px;
}

.threadmain .statusbox .imgimg img {
	vertical-align: -6px;
}

.threadmain .statusbox .iineimg img {
	vertical-align: -8px;
}


.threadmain .statusbox .count {
	background: #fff;
	border:1px solid #ccc;
	display: inline-block;
	padding: 2px 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.threadmain .author {
	font-size: 14px;
	padding: 7px;
	border-bottom:1px solid #ddd;
}

.threadmain .author span {
	color: #999;
}

.postlink {
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 0 3px 0 rgba(255, 255, 255, 0.4);
	box-shadow: 0 3px 0 rgba(255, 255, 255, 0.4);
}

.postlink a.postbtn {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eee), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background: -o-linear-gradient(top, #fff 0%, #eee 100%);
	background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
	background: linear-gradient(top, #fff 0%, #eee 100%);
	/* blue */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #02b0e6), color-stop(0.00, #6ccfef));
	background: -webkit-linear-gradient(#6ccfef, #02b0e6);
	background: -moz-linear-gradient(#6ccfef, #02b0e6);
	background: -o-linear-gradient(#6ccfef, #02b0e6);
	background: -ms-linear-gradient(#6ccfef, #02b0e6);
	background: linear-gradient(#6ccfef, #02b0e6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #99dff5;
	display: block;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

.postlink .applink {
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	color: #333;
}

.postlink .applink a {
	color: #0044cc;
	text-decoration: underline;
}

.postlink .applink img {
	max-width: 40px;
	max-height: 40px;
	float: left;
	margin-right: 10px;
}

.postborder {
	border-top: 1px solid #ddd;
}

.combi {
	display: inline;
	color:#333;
}

.combi a:link, .combi a:active, .combi a:visited {
	display: inline-block;
	padding: 2px;
	color: blue;
	overflow:hidden;
	
}

.combox {
}

.combox li {
	border-bottom: 1px solid #ddd;
	padding-top: 5px;
	overflow:hidden;
}

.comtitlearea {
	padding: 7px;
	margin: 5px 10px;
	color: #999;
}

.comauthor {
	font-size: 14px;
	padding: 10px;
	padding-top: 5px;
}

.comauthor span {
	color: #999;
}

.comauthor a {
	color: #0044cc;
	font-weight: bold;
}

.commes {
	padding: 10px;
	font-size: 16px;
}


/*******************************************************************
*
*	Basic(Common)CSS
*
*******************************************************************/

.headertxt {
	color:#000000;
	padding: 10px;
	padding-bottom: 0;
	font-size: 12px;
}

.reset {
	text-align: right;
}

.counter {
	text-align: right;
}

.comcount {
	overflow:hidden;
	text-align: center;

}

.comcount a{
	float:left;
	width:100%;
	padding: 7px;
	font-weight: normal;
	background: #f5f5f5;
	color: #333;
	border-bottom:solid 1px #ddd;
	font-weight:bold;

}
.comcount a:hover{
	background: #ddd;
}


/*******************************************************************
 *
 * BackBtnCSS
 *
*******************************************************************/

.backbtn {
  margin: 5px;
}

.backbtn .btn {
  position: absolute;
  margin-left: 10px;
  padding: 5px 10px 3px;
  color: #333;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.backbtn .btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8ea3c0), color-stop(0.5, #5776a2), color-stop(0.5, #49699a), color-stop(1, #4a6b9a));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e0e0e0), color-stop(0.00, #fff));
  background: -webkit-linear-gradient(#fff, #e0e0e0);
  background: -moz-linear-gradient(#fff, #e0e0e0);
  background: -o-linear-gradient(#fff, #e0e0e0);
  background: -ms-linear-gradient(#fff, #e0e0e0);
  background: linear-gradient(#fff, #e0e0e0);
  border-top-color: #2f363e;
  border-right-color: #435a79;
  border-bottom-color: #385074;
  border-width: 1px;
  border-style: solid;
  border-radius: 7px;
  border-left: none;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  z-index: -1;
}

.backbtn .btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 1px;
  width: 20px;
  height: 18px;
  -webkit-transform-origin: left top;
  -webkit-transform: rotate(45deg);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #8ea3c0), color-stop(0.5, #5776a2), color-stop(0.5, #49699a), color-stop(1, #4a6b9a));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e0e0e0), color-stop(0.00, #fff));
  background: -webkit-linear-gradient(#fff, #e0e0e0);
  background: -moz-linear-gradient(#fff, #e0e0e0);
  background: -o-linear-gradient(#fff, #e0e0e0);
  background: -ms-linear-gradient(#fff, #e0e0e0);
  background: linear-gradient(#fff, #e0e0e0);
  border-left-color: #2f363e;
  border-bottom-color: #385074;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-right: none;
  border-top: none;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  z-index: -2;
}


/*******************************************************************
 *
 * IMGCSS
 *
*******************************************************************/

.imgmain {
	text-align: center;
	font-size: 15px;
	margin: 0 auto;
	margin-top: 10px;
}

.imgiine {
	text-align: center;
	width:150px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.imgiine .iine {
	display: inline-block;
}

.imgiine img {
	height: 30px;
	vertical-align: middle;
}

.imgiine .count {
	display: inline-block;
	height: 26px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/*******************************************************************
 *
 * IMGCSS
 *
*******************************************************************/

#sidebar {
  position: relative;
  float: left;
  width: 160px;
}

#nav {
}

.fixed {
  position: fixed;
/*  top: 20px; */:
}


/*******************************************************************
 *
 * mailNoticeCSS
 *
*******************************************************************/

.noticebox {
	margin: 10px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

#mailalert input[type=text] {
	width: 80%;
	padding: 3px;
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

#mailalert select {
    padding:5px;
    margin: 0;
    border-radius:4px;
    -webkit-box-shadow: 
        0 3px 0 #ccc,
        0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none; 
    cursor:pointer;
}

#mailalert label select {
	padding-right:18px;
	padding-left: 18px;
}

#mailalert label {
	position:relative
}

#mailalert label:after {
	content:'&lt;&gt;';
	font:11px "Consolas", monospace;
	color:#aaa;
	-webkit-transform:rotate(90deg);
	position:absolute;
	right:4px;
	top:2px;
	padding:0 0 2px;
	pointer-events:none;
	border-bottom:1px solid #ddd;
}

#mailalert input[type=submit] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #02b0e6), color-stop(0.00, #6ccfef));
	background: -webkit-linear-gradient(#6ccfef, #02b0e6);
	background: -moz-linear-gradient(#6ccfef, #02b0e6);
	background: -o-linear-gradient(#6ccfef, #02b0e6);
	background: -ms-linear-gradient(#6ccfef, #02b0e6);
	background: linear-gradient(#6ccfef, #02b0e6);
	text-align: center;
	border: 1px solid #99dff5;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

.alert {
	font-size: 15px;
	color: #ff0000;
}

.bbslink {
	border: 1px solid #cccccc;
	border-color: #2f96b4 #2f96b4 #1f6377;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	line-height: 1em;
}
.bbslink a {
	display: inline-block;
	padding: 5px;
	color: #fff;
	background-color: #5bc0de;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #2f96b4), color-stop(0, #5bc0de));
	background-image: -webkit-linear-gradient(#5bc0de, #2f96b4);
	background-image: -moz-linear-gradient(#5bc0de, #2f96b4);
	background-image: -o-linear-gradient(#5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(#5bc0de, #2f96b4);
	background-image: linear-gradient(#5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.noticelist {
}

.noticelist li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.noticelist .nlauthor {
	font-size: 15px;
	font-weight: bold;
	color: #555;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.noticelist .nltitle {
	font-size: 16px;
	font-weight: bold;
}

.noticelist .nltitle a {
	text-decoration: underline;
}

.noticelist .imgbox {
	float:left;
	margin-right: 10px;
	padding: 3px;
	width: 104px;
	height: 104px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.noticelist .imgbox a {
	width: 104px;
	height: 104px;
}

.noticelist .img img {
	width: 104px;
}

.noticelist .nltstatus {
	font-size: 13px;
	color: #999;
}

.noticelist .nlbody {
	height: 33px;
	overflow: hidden;
	font-size: 13px;
}

.noticesingle {
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.hrbox {
	height: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.relate-list {
  margin: 5px;
}
.relate-list .relate-head h3 {
  padding: 7px;
  border: 1px solid #1e74ad;
  font-size: 13px;
  color: #fff;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #2691d8;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF51A7E0', endColorstr='#FF2691D8');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxYTdlMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2OTFkOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(#51a7e0 0%, #2691d8 100%);
  background-image: -webkit-linear-gradient(#51a7e0 0%, #2691d8 100%);
  background-image: linear-gradient(#51a7e0 0%, #2691d8 100%);
}
.relate-list ul li a {
  color: #333;
  display: block;
  padding: 7px;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 13px;
  background-color: #f5f5f5;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF5F5F5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(#ffffff 0%, #f5f5f5 100%);
  background-image: -webkit-linear-gradient(#ffffff 0%, #f5f5f5 100%);
  background-image: linear-gradient(#ffffff 0%, #f5f5f5 100%);
}
.relate-list ul li:first-child a {
  border-top: none;
}
.relate-list ul li:last-child a {
  border-bottom: 1px solid #ccc;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}


/********************************************
alert-main
********************************************/

.alert-min-head span, .alert-main .alert-setting .alert-head span, .alert-list .infolist-head span {
  display: block;
  padding: 5px;
  background: #eee;
  color: #333;
  font-size: 12px;
}

.alert-info {
  margin:13px 5px;
  padding: 10px;
  background: #f5f5f5;
  line-height: 1.3em;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
  box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
  color: #555;
  font-size: 12px;
  width:45%;
  float:left;
}


.alert-info2 {
  margin: 10px 5px;
  padding: 10px;
  background: #f5f5f5;
  line-height: 1.3em;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
  box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
  color: #555;
  font-size: 12px;
  clear:both;
}


.alert-info2 .bold {
  color: #333;
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
}

.alert-red {
  color: #f00;
}

.alert-inner-head h3 {
  padding: 5px;
  background: #c98d51;
  color: #fff;
}

.alert-main .thread-info {
  padding: 10px;
  margin: 0 0 10px 0;
  height: 110px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  *zoom: 1;
}
.alert-main .thread-info:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.alert-main .thread-info .thumb {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  padding: 3px;
  float: left;
  margin: 0 10px 0 0;
  -moz-box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
  box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
}
.alert-main .thread-info .thumb div {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.alert-main .thread-info .thumb div img {
  width: 100px;
  height: auto;
}
.alert-main .thread-info .title {
  font-size: 15px;
  font-weight: bold;
  color: #555;
  margin: 0 0 5px 0;
  height: 15px;
  overflow: hidden;
}
.alert-main .thread-info .author {
  color: #333;
  margin: 0 0 5px;
  height: 15px;
  overflow: hidden;
}
.alert-main .thread-info .detail {
  font-size: 12px;
  color: #777;
}
.alert-main .attention .head {
  margin: 0 10px;
}
.alert-main .attention .head span {
  display: block;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #e43725;
  border-bottom: none;
  background-color: #e74c3c;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFED7669', endColorstr='#FFE74C3C');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNzY2OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3NGMzYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(#ed7669 0%, #e74c3c 100%);
  background-image: -webkit-linear-gradient(#ed7669 0%, #e74c3c 100%);
  background-image: linear-gradient(#ed7669 0%, #e74c3c 100%);
  color: #fff;
  padding: 5px;
  font-size: 14px;
  text-align: center;
}
.alert-main .attention .body {
  margin: 0 10px 10px 10px;
  padding: 10px;
  color: #555;
  line-height: 1.2em;
  border: 1px solid #ccc;
  border-top: none;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.alert-main .alert-setting .alert-form {
  margin: 0 10px 10px 10px;
}
.alert-main .alert-setting .alert-form label, .alert-main .alert-setting .alert-form input[type="text"], .alert-main .alert-setting .alert-form select {
  display: inline-block;
}
.alert-main .alert-setting .alert-form input[type="text"] {
  width: 80%;
  padding: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.alert-main .alert-setting .alert-form input[type="submit"] {
  padding: 8px;
  width: 200px;
  background-color: #ddd;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7F7F7', endColorstr='#FFDDDDDD');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(#f7f7f7 0%, #dddddd 100%);
  background-image: -webkit-linear-gradient(#f7f7f7 0%, #dddddd 100%);
  background-image: linear-gradient(#f7f7f7 0%, #dddddd 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto;
}
.alert-main .alert-setting .alert-form table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.alert-main .alert-setting .alert-form table tr td {
  padding: 0 10px;
  height: 50px;
  background: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -moz-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset;
  box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset;
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.alert-main .alert-setting .alert-form table tr td:first-child {
  width: 40%;
}
.alert-main .alert-setting .alert-form table tr td:last-child {
  width: 60%;
}

.alert-list .list ul li {
  padding: 5px;
  position: relative;
  border-bottom: 1px solid #ccc;
  *zoom: 1;
}
.alert-list .list ul li:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.alert-list .list ul li .thumb {
  width: 70px;
  height: 70px;
  margin: 0 10px 0 0;
  float: left;
}
.alert-list .list ul li .thumb div {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.alert-list .list ul li .thumb div img {
  width: 70px;
  height: 70px;
}
.alert-list .list ul li .title a {
  font-weight: bold;
  color: #2980b9;
  font-size: 14px;
  margin: 0 0 3px 0;
}
.alert-list .list ul li .author {
  font-size: 12px;
  color: #333;
  line-height: 15px;
  height: 15px;
}
.alert-list .list ul li .author .attach {
  display: inline-block;
  margin: 0 0 0 5px;
  line-height: 12px;
  background-color: #c0392b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD65548', endColorstr='#FFC0392B');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTU0OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MwMzkyYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(#d65548 0%, #c0392b 100%);
  background-image: -webkit-linear-gradient(#d65548 0%, #c0392b 100%);
  background-image: linear-gradient(#d65548 0%, #c0392b 100%);
  border: 1px solid #ab3326;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding: 1px;
  font-size: 10px;
}
.alert-list .list ul li .status {
  color: #555;
  background: #eee;
  width: 150px;
  margin: 0 0 5px 80px;
  padding: 1px;
  font-size: 12px;
}
.alert-list .list ul li .status .now, .alert-list .list ul li .status .set {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.alert-list .list ul li .status .now {
  margin: 0 5px 0 0;
}
.alert-list .list ul li .detail {
  color: #777;
  font-size: 11px;
  float: left;
  height: 15px;
  overflow: hidden;
}
.alert-list .list ul li .alist {
  height: 40px;
}
.alert-list .list ul li .threadlink {
  float: right;
  position: absolute;
  right: 5px;
  bottom: 10px;
}
.alert-list .list ul li .threadlink a {
  display: block;
  padding: 5px;
  background-color: #2980b9;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF409AD5', endColorstr='#FF2980B9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwOWFkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI5ODBiOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(#409ad5 0%, #2980b9 100%);
  background-image: -webkit-linear-gradient(#409ad5 0%, #2980b9 100%);
  background-image: linear-gradient(#409ad5 0%, #2980b9 100%);
  border: 1px solid #2472a4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}

/********************************************
single-main
********************************************/

.singlemain .maintitle h2 a {
  text-decoration: underline;
  color: #29597b;
}

.resnav ul {
  margin: 10px;
  *zoom: 1;
}
.resnav ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.resnav ul li {
  float: left;
  width: 25%;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.resnav ul li a {
  display: block;
  height: 34px;
  line-height: 32px;
  overflow: hidden;
  color: #555;
  background-color: #eee;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(#ffffff 0%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(#ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(#ffffff 0%, #eeeeee 100%);
  border: 1px solid #aaa;
  border-right: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.resnav ul li a:visited {
  color: #555;
}
.resnav ul li a:hover {
  background-color: #e1e1e1;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFBFBFB', endColorstr='#FFE1E1E1');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
  background-image: -moz-linear-gradient(#fbfbfb 0%, #e1e1e1 100%);
  background-image: -webkit-linear-gradient(#fbfbfb 0%, #e1e1e1 100%);
  background-image: linear-gradient(#fbfbfb 0%, #e1e1e1 100%);
}
.resnav ul li:first-child a {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.resnav ul li:last-child a {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: 1px solid #aaa;
}













* {
   margin: 0;
   padding: 0;
}
#wrapper2 {/*子要素が positionを指定する時は親要素にも*/
   position: relative;           position指定します。*/
   top: 0;
   left: 0;       /* top: 0; left: 0; 省略可 */
   width: 100%;
   margin: 0 auto;
}
#header2 {
   width: 100%;
}
#logoimg img{
  width:1230px;
   margin: 0 auto;
}
#main2 {

   width: 1230px;
   overflow: hidden; /* 親ボックスでフロート解除します。*/
   margin: 0 auto;
   margin-top:3px;
   margin-bottom:10px;
}
#menu2 {
  float: left;
   width: 261px;
}
#contents2 {
   float: left;
	width: 728px;

  
}
#affiliate2 {
  float: left;
   width: 241px;

}

#affiliate2 iframe{
margin:2% 2%;
}

#footer2 {
   width: 100%;
   height: 50px;
}
#menu ul2 {
   list-style: none;
}

/********************************************

			response-form

********************************************/


.com-head{
margin-left:15px;
margin-top:5px;

}


.com-head h3{
font-size:18px;
font-weight:bold;
}

.com-body{
text-align:center;
}


.com-body input[type="text"],.com-body input[type="password"] {
width:95%;
margin:5px 0;
padding:9px;
font-size:14px;

}

.com-body textarea {
width:95%;
height:150px;
padding:9px;
border:solid 1px #c5c5c5;
font-size:14px;
margin:5px 0;

}

.com-body input[type="file"]{
float:left;
margin-left:15px;
margin-top:5px;
}

.com-body span{
float:left;
font-size:12px;
margin-top:5px;

}


.com-body input[type="button"]{
clear:both;
width:95%;
margin:5px 0;
border-radius: 0;
-webkit-appearance: none;
padding:7px;

background-color: #4c4c4c;
color:#fff;
font-size:15px;

}

#progress-area{

overflow:hidden;
text-align:center;
}
#post-progress-bar{
float left;
margin-top:10px;
margin:0 auto;
width:70%;
}

#post-progress-text{
}

#testtest{
width:60%;
margin:0 auto;
padding:5px;
}


.talklink {
    float: right;

    color: #fff;
    padding: 10px;
}

.talklink a {
    padding: 5px 4px;
    font-size: 12px;
    background: #1170bc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

.talklink a:visited {
    color: #fff;
}
.postbtn{
margin: 5px 0;
border-radius: 0;
-webkit-appearance: none;
padding: 7px;
background-color: #4c4c4c;
text-align:center;
font-size: 15px;
}
.postbtn a{
color: #fff;
font-weight:bold;
letter-spacing: 0.5em;
}</pre></body></html>