@charset "UTF-8";
.sidebar1 {
    overflow: hidden;
}
body {
    color: #000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 150%;
}
/* Utility
---------------------------------------------------------------------- */
.content_main div,.content_main h1,.content_main h2,.content_main h3,.content_main h4,.content_main h5,.content_main h6,.content_main p,.content_main dl,.content_main dt,.content_main dd,.content_main ol,.content_main ul,.content_main li,.content_main form,.content_main input,.content_main textarea,.content_main button,.content_main table,.content_main tr,.content_main th,.content_main td,.content_main article,.content_main aside,.content_main footer,.content_main header,.content_main hgroup,.content_main nav,.content_main section{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul,ol {
    margin: 0;
    padding: 0;
}
.clearfix {
    zoom: 1;/*for IE 5.5-7*/
    min-height: 1%;
}
.clearfix:after {/*for modern browser*/
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    display: inline-table;
    /*\*/display: block;/**/
}
img {
    /*height: auto;*/
    margin: 0;
    padding: 0;
    max-width: 100%;
    line-height: 100%;
    vertical-align: middle;
}
.alignC {text-align: center;}
.alignR {text-align: right;}
.alignL {text-align: left;}
/* Header
---------------------------------------------------------------------- */
/* Content
---------------------------------------------------------------------- */

#mainVisual {
	margin: 0;
    padding: 0;
    background-color: #000;
}
#mainVisual02 {
    padding: 0;
}
#page {
    position: relative;
}
#pagetop {
    display: none;
    position: fixed;
    right: 10%;
    bottom: 100px;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #006400;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
	#pagetop a{
	    color: #fff;
    }
/* Page Utility */
.bgcolor01 {
    background-color: #fbfbfb;
}
.mb30 {
    margin-bottom: 30px;
}
.sec{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #ccc;
 }
.sectionWrap {
    margin: 0 auto 60px auto;
	width: 763px;
}
.sectionWrap p{
    padding: 0;
}

	.sectionWrap ul {
	    margin: 0 auto 30px auto;
	    padding: 0;
	}
	.sectionWrap ul li {
	    margin: 0 auto;
	    padding: 0;
	}

/* RESPONSIVE
---------------------------------------------------------------------- */
.footNav {
    display: none;
}
@media only screen and (max-width:768px){
	* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}
	img {
	    max-width: 100%;
	}
    .pc {display: none;}
	.container {
	    margin: 0 auto;
	    width: auto;
	}
	.content {
	    float: none;
	    padding: 0px 0;
	    width: auto;
	}
	.content_sita,
	.content_osimai,
	.content_osimai2 {
	    float: none;
	    margin: 0 auto;
	    padding: 0;
	    height: auto;
	    width: auto;
	}
	.content_osimai table,
	.content_osimai2 table {
	    width: 100%;
	}
	.content_osimai table th,
	.content_osimai table td {
		display: list-item;
	    padding: 8px 5px 8px 15px;
	    width: auto!important;
		border-bottom: solid 1px #ccc;
	}
	.sidebar1 {
	    display: none;
	}
	.sectionWrap {
	    margin: 0 auto;
	    width: 95%;
	}
	.footNav {
	    display: block;
	}
	.footNav ul.nav {
	    margin: 0;
	    padding: 0;
	}
		.footNav ul li{
		    width: 100%;
		    border-bottom: solid 1px #fff;
		    background-color: #000;
		}
		ul.nav a, ul.nav a:visited {
	    	width: auto;
	    }
	 ul li,ol li{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

}
/* TABLE
---------------------------------------------------------------------- */
.table{
	width: 100%;
	border-collapse: collapse;
}
.table td,
.table th{
	padding: 5px;
	border: 1px solid #ccc;
}
.table th{
	font-weight: bold;
    font-size: 12px;
}
.table thead th{
	background:#e6e6e6;
}
.table tbody td {
    font-size: 13px;
}
.table tbody th {
    width: 25%;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}
	.table tbody td:nth-of-type(1) { width: 28%;}
	.table tbody td:nth-of-type(2) { width: 22%;}
	.table tbody td:nth-of-type(3) { width: 25%;}
@media only screen and (max-width:768px){
	.table{
		display: block;
	}
		.table thead{
			display: none;
		}
		.table tbody{
			display: block;
		}
			.table tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			.table tbody th,
			.table tbody td{
				display: list-item;
				border: none;
				width: auto;
			}
			.table tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #000;
				text-align: left;
				width: auto;
			}
			.table tbody th img,
			.table tbody th br{
			    display: none;
			}
			.table tbody td{
				margin-left: 20px;
				padding: 0;
			}		
			.table tbody td:nth-of-type(1):before { content: "[開催場所]"; }
			.table tbody td:nth-of-type(2):before { content: "[開催日]"; }
			.table tbody td:nth-of-type(3):before { content: "[募集開始]"; }
	.table tbody td:nth-of-type(1) { width: auto;text-align: left;font-size:13px; }
	.table tbody td:nth-of-type(2) { width: auto;font-size:13px;text-align: left;}
	.table tbody td:nth-of-type(3) { width: auto;font-size:13px;text-align: left;}
}
.gutter-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}
	.row {
	    margin-left: 5px;
	    margin-ight: 0px;
	}
.col-md-2 {
    float: left;
    width: 16.66666667%;
}

@media only screen and (max-width:768px){
	.row {
	    margin-left: 5px;
	    margin-ight: 0px;
	}
	.col-xs-4 {
	    float: left;
	    width: 33.33333333%;
	}
	.bnrLink img{
	    margin-bottom: 10px;
	    height: 45px;
	}
}

/* pages
---------------------------------------------------------------------- */
.title {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 15px;
    background: -ms-linear-gradient( top, #61b946 0%, #1b6d12);
    background: -moz-linear-gradient( top, #61b946 0%, #1b6d12);
    background: -webkit-gradient( linear, left top, left bottom, from(#61b946), to(#1b6d12));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #cccccc;
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(087,087,087,0);
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(087,087,087,0);
    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(087,087,087,0);
    text-shadow: 0px -1px 0px rgba(000,000,000,0.3), 0px 1px 0px rgba(255,255,255,0.3);
}
ul.snsBtn, ul.snsBtn li {
    display: inline-block;
    margin: 5px;
}
#contents {
    padding: 0;
}
#contents a {
    color: blue;
}
#contents #pagetop a {
    color: #fff;
}
#main { padding: 15px; }
.googleCal {
    font-size: 11px;
}
inspector-stylesheet:1
.table tbody th span {
    font-size: 85%;
}
@media only screen and (max-width:768px){
	.title {
	    margin: 0px auto;
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 18px;
	}

	#contents a.target-link { /* 特定のリンクのクラスやIDを指定 */
        color: white;
		text-decoration: underline;
    }

}