html {
    margin: 0 auto;
    max-width: 1240px;
    background-color: #FFF;
}
.top {
    background-color: #c0c1c4;
	height: 8px;
}
.site-header {
	display: flex;
	justify-content: flex-end;
	text-align: right;
	background-color: #EEEEEE;
    background-image: linear-gradient(to bottom, #eeeeee, #e2e2e2);
	background-repeat: repeat-x;
	border-color: #d9d9d9 #c7c5c6 #6f6f6f; 
    height: 45px;
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 0px;
    margin-bottom: 0px;
}
.site {
    background-color: #FFF;
    height: auto;
	padding-top: 0px;
	padding-left: 50px;
	padding-right: 50px;
    margin-bottom: 0px;
}
.site-footer {
    background-color: #333;
	text-align: center; 
    height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
	padding-top: 3px;
	color: #FFF;
}


.entry-content .end-content {
    width: 100%;
}
/*.site-footer {
    background: #45bf5c;
    background-color: #1eaa39;
    color: #FFF;
    padding: 8px 30px;
    text-align: center;
    font-size: 80%;
    margin-bottom: 1px;
    border-radius: 4px;
}
*/
.footer-bottom {
	height: 24px;
	background: #FFF;
}

.menu_url {
    background-color: #d70c18;
	height: 2px;
	float:right;
}
.menu_pop {
	font-size: 90%;
	color: #000;
	text-align: right;
	padding-top: 30px;
	height: 8px;
    background: #FFF;
	background-repeat: no-repeat;
}
.p_right {
	font-size: 90%;
	text-align: right;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, a, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {	margin: 0;
	margin: 0;
	padding: 0;
	border: 0;
    /*font-family: "STHeitiSC-Medium","Heiti SC Medium","Heiti SC", "Meiryo", "verdana", sans-serif;*/
	font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-outline:none;
}

div, span, applet, object, iframe, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	color: #393939;
}

h1 {
	color: #393939;
	font-size: 150%;
}

h2 {
	color: #393939;
	font-size: 120%;
}

.second_content a img {
			-webkit-transition: 0.15s ease-in-out;
			   -moz-transition: 0.15s ease-in-out;
				 -o-transition: 0.15s ease-in-out;
					transition: 0.15s ease-in-out;	
}
.second_content a:hover img {
			opacity: 0.75;
			filter: alpha(opacity=75);
			
}

.sponsors_img a img {
			-webkit-transition: 0.15s ease-in-out;
			   -moz-transition: 0.15s ease-in-out;
				 -o-transition: 0.15s ease-in-out;
					transition: 0.15s ease-in-out;	
}

.sponsors_img a:hover img {
			opacity: 0.6;
			filter: alpha(opacity=60);
			
}

.main_content a {
	color: #d70c18;
    text-decoration: none;
}

.menu_sma a {
	color: #FFF;
}

.sub_sma a {
	color: #d70c18;
}

.sub_mes a {
	color: #d70c18;
}
.end-mes a {
	color: #d70c18;
}

.tbls th a {
  color: #FFF;
}
.tbls td a {
	color: #393939;
}


.main_content a:hover {
	color: #f0513c;
    text-decoration: none;
}

.menu_sma a:hover {
	color: #f2ee8c;
}

.sub_mes a:hover {
	color: #f0513c;
    text-decoration: none;
}

.sub_sma a:hover {
	color: #f0513c;
    text-decoration: none;
}

.end-mes a:hover {
	color: #f0513c;
    text-decoration: none;
}

#page-top:hover {
    text-decoration: none;
	color: #f0513c;
}

.tbls td {
	font-size: 90%;
}
.tbls th a:hover {
  color: #FAF;
    text-decoration: none;
}
.tbls td a:hover {
	color: #f0513c;
}
	
.tbls hr {
	height: 15px;
	background: repeating-linear-gradient(-45deg, #666 0, #666 4px, #fff 0, #fff 8px);
	border: none;
}


.tblist th a {
  color: #1b3e72;
  font-weight: bold;
}
.tblist th a:hover {
  color: #3360a3;
  font-weight: bold;
}
.tblist td {
  font-size: 95%;
}
.tblist td a {
  color: #1b3e72;
  font-weight: bold;
}
.tblist td a:hover {
  color: #3360a3;
  font-weight: bold;
}
	
.tblist hr {
	height: 15px;
	background: repeating-linear-gradient(-45deg, #CCC 0, #CCC 4px, #fff 0, #fff 8px);
	border: none;
}

.site-heading {
}

.themonic-logo img {
	margin-top: 15px;
	padding-bottom: 3px;
	max-width: 100%;
}

.themonic-logo {
}
.top-belongs {
    font-weight: bold;
    display: block;
    float: right;
    padding-right: 28px;
    padding-top: 0px;
	padding-bottom: 3px;
    color: #e6345c;
}
.top-belongs a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


.main_wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.main_wrapper > .container_one {
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	padding-bottom: 35px;
}

.main_wrapper > .container_height {
	/*height: 600px;*/
}

.main_wrapper > .container_one:first-child {
	padding-left: 0;
}
.main_wrapper > .container_one:last-child {
	padding-right: 0;
}

.right_container {
	width: 200px;
}

.main_content {
	text-align: left;
	margin: 5px;
	padding-bottom:20px;
	
}

.sub_content {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.end-mes {
	text-align: right;
	margin: 5px;
	padding-bottom:20px;
	font-size: 90%;
}
#page-top {
	font-size:90%;
	color: #d70c18;
}



*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.menu_cont {
height: 90px;
}
.overflow {
}
.menu_offcm {
/* position: relative; */
/* z-index: 5; */
/* left: 0; */
/* visibility: visible; */
/* overflow: auto; */
/* width: 100%; */
/* height: auto; */
/* padding-top: 0; */
/* text-align: center; */
/* opacity: 1; */
/* position: relative; */
	z-index: 5;
	top: 0;
	left: 0;
	overflow: auto;
	width: 100%;
	height: auto;
	padding-top: 0;
	-webkit-transition: transform 0.3s ease-in;
	        transition: transform 0.3s ease-in;
	text-align: center;
	color: #ffffff;
/* background-color: #039be5;  */
   background: #e6345c;
}
.menu_offcm nav, .menu_offcm ul {
/* background: #01479a;  */ 
/* height: 100%;  */
}
.menu_offcm nav, .menu_offcm ul {
	height: 100%; 
}
.menu_offcm li {
display: inline-block;
margin-right: -6px;
border: none;
color: #FFFFFF;
}
.menu_offcm a {
display: block;
/* padding: 12px 24px; */
	padding: 12px 24px;
width: 100%;
-webkit-transition: background-color .2s ease-in;
transition: background-color .2s ease-in;
}
.menu_offcm a:hover {
background-color: #ec4c70;
}
#menu_toggle {
display: none;
}
#menu_toggle03:checked ~ .menu_offcm03 {
	-webkit-transform: translateX(0);
					transform: translateX(0);
}
#menu_toggle03:checked ~ .menu_container {
	-webkit-transform: translateX(0);
					transform: translateX(0);
}
.menu_mobilebar {
display: none;
height: 105px;
/* height: 105px; */
}

.sub_sma {
margin: 5px;
text-align:center;
padding-bottom:5px;
}

.sub_mes {
margin: 5px;
text-align:left;
font-size: 85%;
padding-bottom:15px;
}

.sponsors_img li {
text-align:center;
padding-top:10px;
font-size: 80%;
}

.imgfit img {
width: 420px;
height: auto;
}
.imgfit_b img {
width: 100%;
height: auto;
}
.imgfit_c img {
width: 80%;
height: auto;
}
.imgfit1 li{
	display:inline-block;
	margin:5px 2px;
}
.imgfit2 img {
	max-width: 400px;
	width: 100%;
}

table {
  text-align: center;
  /* margin: 20px auto; */
  font-size: 100%;
}
.tbls {
  width: 90%;
}
.tbls th {
  font-size: 80%;;
  background: #232423;
  color: #fff;
  padding: 8px;
}
.tbls tr {
  background: #FFF;
  padding: 8px;
}
.tbls tr:nth-child(odd) {
  background: #EEE;
  padding: 8px;
}
.tblist {
  width: 95%;
}
.tblist th {
	font-size: 95%;
	background: #e8edf3;
	color: #393939;
	padding: 8px;
}
.tblist tr {
  background: #FFF;
  padding: 2px;
}
.tblist tr:nth-child(odd) {
  background: #FFF;
  padding: 2px;
}
.tt {
  padding: 8px;
}
.h3_center {
	text-align: left;
}

.tblr {
  width: 75%;
}
.tblr tr {
  background: #FFF;
  padding: 8px;
}
.tblr tr:nth-child(odd) {
  background: #EEE;
  padding: 8px;
}

.pc{
	display: inline;
}
.sp{
	display: none;
}
.sp2{
	display: none;
}

@media (max-width: 767px) {
	

.site {
    background-color: #FFF;
    height: auto;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
    margin-bottom: 0px;
}
.site-header {
/*.    border-left: 1px solid #F9F9F9;
    border-right: 1px solid #F9F9F9;
    border-top: 1px solid #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
	height: 160px;
    margin-bottom: 24px;
    text-align: left;*/
	font-size: 90%;
}
entry-content .end-content {
    border-left: 1px solid #F9F9F9;
    border-right: 1px solid #F9F9F9;
    border-top: 1px solid #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
}
.site-footer {
  /*border-left: 1px solid #F9F9F9;
    border-right: 1px solid #F9F9F9;
    border-top: 1px solid #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    margin-top: 5px;
    margin-bottom: 0px;
	color: #FFF;
	text-align: center; */
	font-size: 90%;
}
.footer-bottom {
	height: 2px;
	background: #FFF;
}


.main_wrapper {
	display: block;
}

/*.main_wrapper > .container_one {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}*/

.sub_mes {
margin: 5px;
text-align:center;
font-size: 85%;
padding-bottom:15px;
}

.menu_cont {
height: 158px;
}


.overflow .black-bg {
	height: 100%;
		width: 100%;
background-color: #e6345c;
	
}
.menu_offcm {
top: 26px;
position:relative;
		left: -405px;
		overflow-y: hidden;
		width: 400px;
		height: 800px;
		padding-top: 0px;
color: #FEFDFE;
border-bottom: 1px solid #FEFDFD;
display: block;
z-index: 10;
        background:rgba(255,255,255,0.7);

	}
	.menu_offcm nav {
width: 70%;
        background:#ab1436;
height: 800px;

	}
	.menu_offcm li {
		display: block;
		margin-right: 0;
		border-bottom: 1px solid #ffffff;
background-color: #90023c;
	}
	.menu_offcm a {
	/* padding: 20px; */
	}
	/* menu toggle */
	.menu_mobilebar {
display: block;
z-index: 10;
position: relative;
top: 25px;
left: 0;
padding: 0 25px;
width: 100%;
height: 50px;
		background-color: #e6345c;
	}
	.menu_icon {
		display: block;
		position: relative;
		width: 25px;
		height: 100%;
		cursor: pointer;
		-webkit-transition: transform .3s ease-in;
		        transition: transform .3s ease-in;
	}
	.menu_icon > span {
		display: block;
		position: absolute;
		top: 55%;
		margin-top: -0.3em;
		width: 100%;
		height: 0.2em;
		border-radius: 1px;
		background-color: #eeeeee;
		-webkit-transition: transform .3s ease;
		        transition: transform .3s ease;
	}
	.menu_icon > span:before,
	.menu_icon > span:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		border-radius: 1px;
		background-color: #eeeeee;
		-webkit-transition: transform .3s ease-in;
		        transition: transform .3s ease-in;
	}
	.menu_icon > span:before {
		-webkit-transform: translateY(-0.6em);
		        transform: translateY(-0.6em);
	}
	.menu_icon > span:after {
		-webkit-transform: translateY(0.6em);
		        transform: translateY(0.6em);
	}
	#menu_toggle:checked + .menu_mobilebar .menu_icon {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
	}
	#menu_toggle:checked + .menu_mobilebar span:before,
	#menu_toggle:checked + .menu_mobilebar span:after {
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
	}
	#menu_toggle:checked ~ .menu_offcm {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
	#menu_toggle:checked ~ .menu_container {
		-webkit-transform: translateX(250px);
		        transform: translateX(250px);
	}
	#menu_toggle:checked ~ .overflow {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
}
	#menu_toggle:checked ~ .site {
  position: fixed;
	}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.tbls {
  width: 80%;
  font-size: 100%;
}
.tbls td {
  display: block;
  width: 100%;
}
.tbls th {
  display: none;
}
.tbls .tt{
  background: #CDCDCD;
}
.tblist {
  width: 80%;
  font-size: 100%;
}
.tblist td {
  display: block;
  width: 100%;
}
.tblist th {
  display: none;
}
.tblist .tt{
  font-weight: bold;
  background: #e8edf3;
}
.h3_center {
	text-align: center;
}

.bbs-h {
/*height: 3000px;*/
}

.pc{
	display: none;
}
.sp{
	display: inline;
}
.top-belongs {
    font-size: 80%;
    padding-top: 0px;
}

.tbmail {
  width: 80%;
  font-size: 100%;
}
.tbmail td {
  display: block;
  width: 100%;
}
.tbmail th {
  display: none;
}
.tbmail .tt{
  font-weight: bold;
  background: #fff;
}
.tt {
  width: 100%;
}
.form_w {
	min-width: 170px;
    text-align: center;
}
.form_h {
	min-width: 170px;
    text-align: center;
}

}



@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	a {
		text-decoration: none;
	}

}


.boxs {
    padding: 1px;
    margin: 1px;
    border: solid 1px #222;
}
.boxs p {
    margin: 2px; 
    padding: 2px; 
}


fieldset{
  width:400px;
  margin:0 auto;
  margin-top:100px;
  margin-bottom:100px;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;

}
.h1s{
  background:#e6345c;
  padding: 15px 0;
  font-size: 110%;
  font-weight:300;
  text-align:center;
  color:#fff;
}
form{
  background:#fff;
  padding:6% 4%;
}
input[type="password"]{
  width:76%;
  height:20px;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding:4% 4% 4% 4%;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}
.iconPassword{
	display:inline;
	width: 20px;
	height: 20px;
	background-color: #0061A8;
	float: left;
	padding: 4% 4% 4% 4%;
	margin-bottom: 4%;
	background-repeat: no-repeat;
	background-image: url(/img/lock.png);
	background-position: center;
	border: 1px solid #ccc;
	color: #004e89;
}
.iconUser{
	display:inline;
	width: 20px;
	height: 20px;
	background-color: #0061A8;
	float: left;
	padding: 4% 4% 4% 4%;
	margin-bottom: 4%;
	background-repeat: no-repeat;
	background-image: url(/img/user.png);
	background-position: center;
	border: 1px solid #ccc;
	color: #0061A8;
}
input[type="text"]{
  width:76%;
  height:20px;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding:4% 4% 4% 4%;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}
/*input[type="submit"]{
  -webkit-appearance: button;
  width:100%;
  background:#e6345c;
  border:0;
  padding:4%;
  font-family:'Open Sans',sans-serif;
  font-size:100%;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}*/

input[type="submit"]:hover{
  -webkit-appearance: button;
  background:#004e89;
}

.titlePassword{
  text-align: left;
  width: 100%;
  display: none;
}
.titleUser{
  text-align: left;
  width: 100%;
  display: none;
}

.main_contents {
	text-align: center;
	padding: 10px 3%;
}
.outline {
	width: 100%;
	text-align: left;
	padding: 0;
}
.outline h4 {
	padding-bottom: 2px;
}

.outline_pic {
	float: left;
	margin: 0 20px 20px 0;
}
.outline img {
	max-width: 100%;
}

::-webkit-input-placeholder {

}


.tables {
	width:100%;
	height:100%;
}



.txt-c {
	text-align: center;
	height: 40px;
}
.text-r {
    text-align: right;
}
.txt-w {
	width:100%;
}
.txt-s {
    font-size: 90%;
    color: #1b3e72;
}

.sub-title {
  	text-align: left;
  	padding-left: 20px;
  	padding-top: 5px;
  	font-size: 90%;
  	font-family:'Open Sans',sans-serif;
  	font-weight: bold;
}


.btn,
a.btn,
button.btn {
  -webkit-appearance: button;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2px 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

.page-info {
	padding-left:20px;
}
.page-info > br {
	display:none;
}

.btn-type0 {
    -webkit-appearance: button;
    color: #CCC;
    padding: 4px 6px;
	height: 30px;
    min-width: 16px;
    border-radius:6px;
    font-weight: bold;
    background-color: #EEE;
	border: none;
	pointer-events: none;
    font-weight: bold;
}


.btn-type1,
a.btn-type1 {
    -webkit-appearance: button;
    color: #fff;
    padding: 4px 6px;
	height: 30px;
    min-width: 16px;
    border-radius:6px;
    font-weight: bold;
    background-color: #eb6100;
	border: none;
	margin: 3px auto;
    font-weight: bold;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #b65007;
}
.btn-type1:hover,
a.btn-type1:hover {
  color: #fff;
  background: #f56500;
  box-shadow: inset 0 0 1px rgba(128, 128, 128, 0.1);
  transform: translateY(1px);
}
.btn-type1:active{
  border-bottom: none;
}

.btn-type2,
a.btn-type2 {
    -webkit-appearance: button;
    color: #000;
    padding: 4px 6px;
	height: 30px;
    min-width: 16px;
    border-radius:6px;
    font-weight: bold;
    background-color: #EEE;
	border: none;
	margin: 3px auto;
    font-weight: bold;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #DDD;
}
.btn-type2:hover,
a.btn-type2:hover {
    color: #000;
  background: #EEE;
  box-shadow: inset 0 0 1px rgba(128, 128, 128, 0.1);
  transform: translateY(1px);
}
.btn-type2:active{
  border-bottom: none;
}

.btn-type3,
a.btn-type3 {
    -webkit-appearance: button;
    color:#FF6699;
    padding: 4px 6px;
	height: 30px;
    min-width: 16px;
    border-radius:6px;
    font-weight: bold;
    background-color: #fff0fc;
	border: none;
	margin: 3px auto;
    font-weight: bold;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid  #ecb9d4;
}
.btn-type3:hover,
a.btn-type3:hover {
    color:#FF6699;
  background: #fff0fc;
  box-shadow: inset 0 0 1px rgba(128, 128, 128, 0.1);
  transform: translateY(1px);
}
.btn-type3:active{
  border-bottom: none;
}

.btn-type4,
a.btn-type4 {
    -webkit-appearance: button;
    color:#0061a8;
    padding: 4px 6px;
	height: 30px;
    min-width: 16px;
    border-radius:6px;
    font-weight: bold;
    background-color: #eff0f4;
	border: none;
	margin: 3px auto;
    font-weight: bold;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #9eb7c9;
}
.btn-type4:hover,
a.btn-type4:hover {
    color:#0061a8;
  background: #eff0f4;
  box-shadow: inset 0 0 1px rgba(128, 128, 128, 0.1);
  transform: translateY(1px);
}
.btn-type4:active{
  border-bottom: none;
}

.btn-link {
  font-weight: bold;/*太字に*/
  text-decoration: none;/*下線消す*/
  background: #e0eaf4;;/*背景を水色に*/
  color: #1b3e72;
  padding:5px 10px;/*内側の余白*/
  border-radius: 20px;/*角を丸くする*/
  font-family: "Avenir","Arial","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
/*以下カーソルを当てたとき*/
.btn-link:hover {
  font-weight: bold;
  background: #E1E1E1;;/*背景色をシルバーに*/
  text-decoration: none;/*下線を消す*/
}

h1 {
   padding-left: 10px;
}

.main_character {
   padding:17px 0;
}
.main_character a img {
   padding-bottom: 8px;
   width: 240px;
   height: auto;
}
.main_h3 {
   text-align: left;
   padding-left: 10px;
}
.main_layout {
   padding:0 2%;
   width: 100%;
   overflow: auto;
   text-align: center;
}
.main_block1 {
   width: 33%;
   float: left;
}
.main_block2 {
   width:67%;
   float:left;
}
.dec_info {
    padding: 0px 8px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.dec_c1 {
    border-left: solid 5px #00a866;
}
.dec_c2 {
    border-left: solid 5px #1badd3;
}
.dec_c3 {
    border-left: solid 5px #0061a8;
}
.dec_c4 {
    border-left: solid 5px #e5638e;
}
.dec_c5 {
    border-left: solid 5px #d3742b;
}
.dec_c6 {
    border-left: solid 5px #8c55ce;
}
.dec_c7 {
    border-left: solid 5px #99b02f;
}
.dec_c8 {
    border-left: solid 5px #0061a8;
}

.box_list {
	width: 100%;
	clear:left;
}
.margin_right {
    margin-right: 10px;
}
.box_info {
    margin: 2%;
    float: left;
    padding: 5px 5px;
    margin: 10px;
    color: #000;
    background: white;
    box-shadow: 0 3px 5px rgb(0 0 0 / 22%);
}
.box_info_1 {
    width: 47%;
    min-height: 150px;
    min-width: 300px;
}
.box_info_2 {
    width: 30%;
    min-height: 150px;
    min-width: 300px;
}
.box_c1 {
    border-top: solid 5px #00a866;
}
.box_c2 {
    border-top: solid 5px #1badd3;
}
.box_c3 {
    border-top: solid 5px #0061a8;
}
.box_c4 {
    border-top: solid 5px #e5638e;
}
.box_c5 {
    border-top: solid 5px #d3742b;
}
.box_c6 {
    border-top: solid 5px #8c55ce;
}
.box_c7 {
    border-top: solid 5px #99b02f;
}
.box_c8 {
    border-top: solid 5px #0061a8;
}

.black a {
    color: #000;
    text-decoration: none;
}
.black a:hover {
    color: #666;
    text-decoration: none;
}
.box_info h1 a {
    color: #000;
    text-decoration: none;
}
.box_info h1 a:hover {
    color: #666;
    text-decoration: none;
}
.box_info h3 a {
    color: #000;
    text-decoration: none;
}
.box_info h3 a:hover {
    color: #666;
    text-decoration: none;
}
.box_info h4 a {
    color: #000;
    text-decoration: none;
}
.box_info h4 a:hover {
    color: #666;
    text-decoration: none;
}
.box_info p {
    margin: 0; 
    padding: 0;
	font-size:80%;
}
.box_img {
			-webkit-transition: 0.15s ease-in-out;
			   -moz-transition: 0.15s ease-in-out;
				 -o-transition: 0.15s ease-in-out;
					transition: 0.15s ease-in-out;	
}
.box_img:hover {
			opacity: 0.75;
			filter: alpha(opacity=75);
			
}
.box_img_1 {
	width: 180px;
    height: auto;
	max-height: 120px;
    float: left;
    padding-right: 10px;
}
.box_img_2 {
	width: 180px;
    height: auto;
	max-height: 120px;
    float: left;
    padding-right: 10px;
}
.tbmail {
  width: 95%;
}
.tbmail th {
	font-size: 100%;
	background: #fff;
	color: #393939;
	padding: 8px;
	height: 25px;
}
.tbmail tr {
  background: #FFF;
  padding: 2px;
}
.tbmail tr:nth-child(odd) {
  background: #FFF;
  padding: 2px;
}
.tt {
  padding: 8px;
  width: 100px;
}
.color_red {
    color: #db0000
}

@media (max-width: 479px) {
.page-info {
	padding-left:5px;
}
.page-info > br {
	display:inline;
}
.btn-type0 {
	height: 22px;
    padding: 1px 2px;
    border-radius:0px;
    font-weight: bold;
}

.btn-type1,
a.btn-type1 {
	height: 22px;
    padding: 1px 2px;
    border-radius:0px;
    font-weight: bold;
}

.btn-type2,
a.btn-type2 {
	height: 22px;
    padding: 1px 2px;
    border-radius:0px;
    font-weight: bold;
}
fieldset{
  width:100%;
}
.iconPassword{
	display:none;
}
.iconUser{
	display:none;
}

.titlePassword{
	display:inline;
}
.titleUser{
	display:inline;
}

input[type="password"]{
  width:100%;
}
input[type="text"]{
  width:100%;
}


.outline_pic {
	float: none;
	margin: 15px 0;
    text-align: center;
}
.outline h2 {
	/*display: none;*/
}

.main_character a img {
   text-align: center;
}
.top-belongs {
    font-size: 70%;
    padding-top: 0px;
}
}


@media (max-width: 1200px) {

.main_layout {
   padding:0 2%;
   width: 100%;
   overflow: auto;
   text-align: center;
}
.main_block1 {
   width: 100%;
   float: none;
}
.main_block2 {
   width: 100%;
   float: none;
}
.imgfit img {
width: 340px;
height: auto;
}

}


.top_content {
   width: 100%;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 15px;
}
.left_content {
   width: 75%;
   float: left;
    padding-left: 3px;
    padding-right: 3px;
}
.left_content p {
    padding-left: 10px;
}
.right_content {
    min-height: 800px;
    width: 25%;
    float: left;
    padding-left: 3px;
    padding-right: 3px;
	font-size: 80%;
}
.half_content {
   width: 50%;
   float: left;
    padding-left: 3px;
    padding-right: 3px;
}
.second_content {
   width: 50%;
   float: left;
   text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.second_content_h {
   height: 300px;
}
.second_content_c {
   width: 50%;
   float: left;
   text-align: left;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 30px;
}
.second_content h4 {
    padding-top: 15px;
}
.second_content p {
    padding-top: 15px;
   min-height : 220px;
   text-align: left;
    font-size: 15px;
}
.second_content img {
   width: 100%;
   max-width: 300px;
   height : auto;
   padding-top: 10px;
   padding-bottom: 10px;
}
.txt_80 {
	font-size:80%;
}




@media (max-width: 1000px) {
.slide {
    height: 310px;
}
.left_content {
   float: none;
   width: 100%;
}
.right_content {
   font-size: 100%;
   float: none;
   width: 100%;
}

.half_content {
   float: none;
   width: 100%;
}
.imgfit_c img {
   width: 60%;
}
.box_info {
    padding: 3px 3px;
    margin: 7px;
}
.box_info_1 {
    width: 100%;
}
.box_info_2 {
    width: 45%;
	min-height: 120px;
    min-width: 225px;
}
.box_img_2 {
	width: 120px;
    height: auto;
	max-height: 80px;
    padding-right: 10px;
}
}


@media (max-width: 880px) {

.slide {
    height: 270px;
}
}
@media (max-width: 767px) {

.slide {
    height: 230px;
}
.cm-headerRole-b {
    margin-bottom: 20px;
}
}

@media (max-width: 620px) {
 
.slide {
    height:185px;
}
.imgfit img {
	width: 100%;
	height: auto;
}
}

@media (max-width: 500px) {

.second_content {
   float: none;
   width: 100%;
} 
.slide {
    height: 135px;
}
.box_info_2 {
    width: 100%;
}
.imgfit_b img {
width: 100%;
height: auto;
}
.imgfit_c img {
width: 100%;
height: auto;
}
.box_img_1 {
	width: 120px;
    height: auto;
	max-height: 80px;
    padding-right: 10px;
}
}
@media (max-width: 535px) {
.sp2{
	display: inline;
}
}
@media (max-width: 320px) {

.second_content {
   float: none;
   width: 100%;
} 
.slide {
    height:100px;
}
}



@media (max-width: 1150px) {
.main_wrapper > .container_one {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}

}




