html,
body,
#wrapper {
	height: 100%;
}
body {
	background-color: #FFFFFF;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	position: relative;
	overflow: hidden;
	/* [disabled]background-color: #FFFFFF; */
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 1px;
}
h1 {
	font-size: 30px;
	padding-bottom: 9px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	text-align: center;
	color: #DE7623;
	border-bottom: thin solid #DE7623;
	margin-top: 30px;
}
h2 {
	font-size: 20px;
	margin: 0 0 10px;
}
section {
	margin-bottom: 60px;
}
.container {
	width: 940px;
	padding-right: 65px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -85px;
}



/*ヘッダー
***********************************************************/
#header {
	background-color: #F19074;
	margin-bottom: 30px;
}
#header .siteTitle {
    /* [disabled]float: none; */
}
#header .siteTitle a {
	display: block;
	padding-left: 0;
	font-size: 18px;
	line-height: 45px;
	/* [disabled]color: #FFF; */
	font-weight: bold;
	text-decoration: none;
	margin-right: 0px;
	padding-right: 0px;
}
#header .btn {
	display: none;
	cursor: pointer;
}
#gNav::after {
	content: ".";
	display: block;
	clear: both;
	height: 30px;
	visibility: hidden;
}
#gNav ul {
	display: block;
}
#gNav li {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}
#gNav li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
}
#gNav li a:hover,
#gNav li a.active {
	background-color: #FF9747;
	padding-top: 0px;
}

@media only screen and (max-width: 767px) {
#header .container {
	/* [disabled]margin: 0 -15px; */
	padding-top: 0px;
}
#header .siteTitle a {
	text-align: center;
}
#header .btn {
	display: block;
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
#header .btn .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #FFF;
	margin-top: 4px;
}
#header .btn .icon-bar:first-child {
	margin-top: 0;
}
#gNav {
	clear: both;
}
#gNav ul {
	display: none;
	background: #fc6597;
}
#gNav ul.open {
	display: block;
}
#gNav li {
	float: none;
	border-top: 1px solid #16a085;
}
#gNav li a {
	position: relative;
}
#gNav li a::after {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 15px;
	font-family: FontAwesome;
	content: "\f054";
}
}
@media (max-width: 600px){
.logo01 img{
	width: 250px;
	text-align: center;
	margin-right: 18px;
	}
}
/*ヘッダー（ここまで）
***********************************************************/
#slider {
	width:	100%;
	height:	500px;
}
#slider2 {
	width: 100%;
	height: 300px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


.btn{
	width: 180px;
	height: 50px;
	border: 2px solid white;
	color: white;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
	cursor: pointer;
	line-height: 220%;
	margin-bottom: 6px;
	background-color: rgba(222,120,62,0.62);
}
.btn:hover{
	background-color: white;
	color: #F5842E
}
.container{
	position: absolute;
	left: 50%;
	top: 30%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 75%;
	height: 80%;
}
.tagline{
	font-family: "Helvetica Neue","HelveticaNeue","Helvetica-Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	letter-spacing: -3px;
	width: 38%;
	padding-top: 6%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	float: left;
	color: white
}
.tagline p{font-size:4rem;line-height:4rem;margin-top:10px
}
@media (max-width: 1450px){
.tagline p{font-size:2.8rem;line-height:2.8rem;letter-spacing:-2px
	}
}
@media (max-width: 600px){
.tagline p{font-size:2rem
	}
}
.tagline h1{
	font-weight: bold;
	font-size: 4rem;
	letter-spacing: -0.28rem;
	line-height: 4rem;
	margin-top: 80px;
	/* [disabled]top: 25%; */
	margin-left: -20px;
}
@media (max-width: 1450px)
{
.tagline h1{
	font-size: 5rem;
	line-height: 5rem;
	margin-top: 120px;
	margin-bottom: -38px;
	}
}
@media (max-width: 1450px){
.tagline{
	padding-top: 15%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0px;
	}
}
@media (max-width: 800px){
.tagline{
	float: none;
	width: 100%;
	margin-bottom: 60px;
	}
}
.tagline2{
	font-family: "Helvetica Neue","HelveticaNeue","Helvetica-Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	letter-spacing: -3px;
	width: 40%;
	/* [disabled]padding-top: 5%; */
	/* [disabled]padding-right: 0; */
	/* [disabled]padding-left: 0; */
	/* [disabled]padding-bottom: 0; */
	float: left;
	color: white
	
}
.tagline2 p{font-size:4rem;line-height:4rem;margin-top: 182px;
}
@media (max-width: 1450px){
.tagline2 p{font-size:2.8rem;line-height:2.8rem;letter-spacing:-2px
	}
}
@media (max-width: 600px){
.tagline2 p{font-size:2rem
	}
}
.tagline2 h1{
	font-weight: bold;
	font-size: 5rem;
	letter-spacing: -0.25rem;
	line-height: 5rem;
	margin-top: 150px;
	/* [disabled]top: 25%; */
	margin-left: -20px;
}
@media (max-width: 1450px)
{
.tagline2 h1{
	font-size: 5rem;
	line-height: 5rem;
	margin-top: 74px;
	}
}
@media (max-width: 1450px){
.tagline2{padding:9% 0 0 0
	}
}
@media (max-width: 800px){
.tagline2{
	float: none;
	width: 100%;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 4rem;
	letter-spacing: -0.28rem;
	line-height: 4rem;
	}
}

.yoyaku{
	float: right;
	width: 50%;
	color: white;
	font-family: "Helvetica Neue","HelveticaNeue","Helvetica-Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 1.5rem;
	height: 100%;
	position: relative;
	margin-top: 100px;
	padding-top: 0px;
}
.yoyaku .btn-container{
	position: absolute;
	left: 45%;
	top: 40%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 95%;
	text-align: center;
}
.btn-container2 {
	position: absolute;
	/* [disabled]left: 50%; */
	/* [disabled]top:50%; */
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	background-color: #EFA289;
}
.yoyaku .btn-container .btn{
	float:right;text-align:center;margin-left:20px
}@media (max-width: 800px){
	.yoyaku .btn-container .btn{
	float: left;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom: 0
	}
}@media (max-width: 800px){
	.yoyaku{float:none;width:100%;height:auto}
}

.download{position:relative;
	width:100%;height:250px;
	background-color:#FFDB56;
	margin-top:100px;color:white;
	font-weight:bold;
	letter-spacing:-1px;
	font-size:1.5rem
}
.download h1{font-weight:bold;
	font-size:7rem;
	letter-spacing:-0.25rem;
	line-height:7rem
}
@media (max-width: 1450px){
	.download h1{font-size:5rem;line-height:5rem
	}
}
.download .btn{
	text-align:center
}
.download>div{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);width:80%
}
.download>div>*{
	float:left
}
.download>div .btn-container{
	width:500px;
	float:right;
	margin-top:10px
}
.download>div .btn-container .btn{
	float:right;
	margin-left:20px
}
@media (max-width: 800px){
	.download{display:none
	}
}


.aisatsu {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: medium dotted #D68831;
	border-radius: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: large;
}
@media (max-width: 1480px){
.aisatsu2 {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border: medium dotted #D07865;
	border-radius: 10px;
	font-size: 115%;
	/* [disabled]width: 99%; */
}
}
@media (max-width: 800px){
.aisatsu2 {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	border: medium dotted #D07865;
	border-radius: 10px;
	font-size: 115%;
	/* [disabled]width: 99%; */
}
}
@media (max-width: 800px){
.aisatsu2 {
	/* [disabled]padding-top: 15px; */
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-bottom: 15px; */
	/* [disabled]padding-left: 10px; */
	border: medium dotted #D07865;
	border-radius: 10px;
	font-size: 115%;
	width: 99%;
}
}
@media (max-width: 1480px){
.aisatsu3{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 10px;
	font-size: 115%;
	/* [disabled]width: 99%; */
}
}
@media (max-width: 800px){
.aisatsu3 {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 10px;
	font-size: 115%;
	/* [disabled]width: 99%; */
}
}
@media (max-width: 600px){
.aisatsu3 {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 10px;
	font-size: 115%;
	width: 99%;
}
}
@media (max-width: 1480px){
.conteiner_2 {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	border-left-width: medium;
	border-radius: 10px;
	font-size: 115%;
	/* [disabled]width: 99%; */
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}
}

@media (max-width: 800px){
.conteiner_2 {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	border-left-width: medium;
	border-radius: 10px;
	font-size: 115%;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 20px;
	margin-bottom: 25px;
}
}



@media (max-width: 2000px){
.imgwidth {
	width: 50%;
	float: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: -40px;
}
}
@media (max-width: 800px){
.imgwidth2 {
	width: 90%;
	float: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: -40px;
}
.imgwidth {
	width: 50%;
	float: right;
	margin-top: 0px;
}
}
@media (max-width: 600px){
.imgwidth2 {
	width: 80%;
	float: right;
		margin-top: 0px;
}
.imgwidth {
	width: 600px;
	float: right;
	margin-top: 0px;
	margin-left: 20px;
}
}
.imgwidth2 {
	width: 600px;
	float: right;
margin-top: 0px;
}





.just {
	text-align: justify;
	font-size: small;
}
.ushiro {
	text-align: right;
	font-size: small;
}
.photoA {
	float: right;
	padding-left: 5px;
	padding-bottom: 20px;
	height: 80%;
	padding-right: 5px;
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
}
@media (max-width: 1400px){
.photoA {
	float: right;
	padding-left: 5px;
	padding-bottom: 20px;
	height: 80%;
	padding-right: 5px;
	text-align: center;
	margin-left: 10px;
	margin-right: -5px;
}
	}

/*サイドメニュー
***********************************************************/

#side{}

/*サイドメニュー（ここまで）
***********************************************************/

/*フッター
***********************************************************/

#footer{
	color: #FFF;
	padding: 10px;
	background-color: #FF9747;
	text-align: center;
}
/*フッター（ここまで）
***********************************************************/
/*ページの上に戻る
-----------------------------------------*/
#goto-pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: url(../img/trancepercent.png);/*IE9, 10 対策*/
    width: auto;
}
#goto-pagetop a {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 90px;
	height: 102px;
	text-decoration: none;
	position: relative;
	bottom: auto;
}
#goto-pagetop a:before {
	content: url(../img/pagetop3.png);
	display: block;
	position: absolute;
	text-indent: 0;
	width: 71px;
	height: 71px;
	top: 0;
	left: 0;
}


/* grid
------------------------------------------------------------*/
.cosGrid {
  width: 100%;
  *zoom: 1;
}

.cosGrid::before,
.cosGrid::after {
  display: table;
  line-height: 0;
  content: "";
}

.cosGrid::after {
  clear: both;
}

.cosGrid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 30px;
	margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cosGrid [class*="span"]:first-child {
  margin-left: 0;
}

.cosGrid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.cosGrid .span12 {
	width: 100%;
  *width: 99.94680851063829%;
}

.cosGrid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.cosGrid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.cosGrid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.cosGrid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.cosGrid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.cosGrid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.cosGrid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.cosGrid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.cosGrid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.cosGrid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.cosGrid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.cosGrid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.cosGrid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.cosGrid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.cosGrid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.cosGrid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.cosGrid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.cosGrid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.cosGrid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.cosGrid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.cosGrid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.cosGrid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.cosGrid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.cosGrid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.cosGrid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.cosGrid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.cosGrid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.cosGrid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.cosGrid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.cosGrid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.cosGrid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.cosGrid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.cosGrid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.cosGrid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.cosGrid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

@media only screen and (max-width: 768px) {
  .cosGrid [class*="span"] {
	display: block;
	float: none;
	width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
}

@media only screen and (max-width: 768px) {
  .cosGrid .span12 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
}

@media only screen and (max-width: 768px) {
  .cosGrid [class*="offset"]:first-child {
    margin-left: 0;
  }
}

.map {
	text-align: center;
	/* [disabled]margin-left: -10px; */
	/* [disabled]margin-right: 16px; */
	width: 100%;
}
.logo01 {
    background-color: #FFFFFF;
    /* [disabled]margin-bottom: 15px; */
    /* [disabled]margin-right: 60px; */
    margin-left: 0px;
    text-align: center;
    width: 100%;
    margin-top: 0px;
}
@media (max-width: 600px){
.logo01 {
	background-color: #FFFFFF;
	margin-top: -20px;
	/* [disabled]margin-bottom: 15px; */
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: auto;
	max-width: 500px;
}
}

.set01 {
	margin-top: 5px;
	padding-top: 0px;
}
.text01 {
	text-align: center;
	color: #FF9747;
	font-size: large;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin-top: px;
}
.footer {
	text-align: center;
	background-color: #FCCD9B;
}
.copyright {
	/* [disabled]color: #FFFFFF; */
	background-color: #FFE2B3;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.tel   {
	font-size: medium;
	font-weight: bold;
	/* [disabled]color: #FFFFFF; */
}
 .white {
	font-size: small;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	/* [disabled]color: #FFFFFF; */
	margin-bottom: 0px;
	padding-bottom: 15px;
}
a[href^="tel"]{
	color: inherit;
	text-decoration: none;
}
.link2 {
	background-color: #FEAF72;
	text-align: center;
	width: 380px;
	clear: none;
	float: left;
}

/* バナー置き場
-----------------------------------------*/
section.banner,
section.banner-img {
	margin: 2em 0;
}
.banner div,
.banner-img div {
font-size: 18px;
padding: 1.5em 0;
}
.banner a {
	/* [disabled]width: 100%; */
	display: block;
	font-size: 18px;
	margin: 3% auto;
	padding-top: 1em;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 1em;
	color: #FFFFFF;
	text-decoration: none;
	bottom: auto;
	border-radius: 5px;
}


section.banner_b,
section.banner-img {
	margin: 2em 0;
}
.banner_b div,
.banner-img div {
font-size: 18px;
padding: 1.5em 0;
}
.banner_b a {
	/* [disabled]width: 100%; */
	display: block;
	font-size: 18px;
	margin: 3% auto;
	padding-top: 1em;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 1em;
	color: #FFFFFF;
	text-decoration: none;
	bottom: auto;
	border-radius: 5px;
}
	
.banner a:hover {
	opacity: .85;
	background-color: #F7C23E;
}
.banner a {
	width: 20%;
	display: inline-block;
	margin: 0 2% 1%;
	text-align: center;
}
@media (max-width: 600px){
.banner a {
	width: 50%;
	display: inline-block;
	margin: 0 10% 3%;
	text-align: center;
}
	}
.banner_b a:hover {
	opacity: .85;
	background-color: #F7BA3E;
}
.banner_b a:hover {
	opacity: .85;
	background-color: #F7BA3E;
}
.banner_b a {
	width: 80%;
	display: inline-block;
	margin: 0 2% 1%;
	text-align: center;
	border-radius: 4px;
}
.po {
	text-align: center;
}

.pink-2 {
	background-color: #FF9747;
	text-align: center;
}
.pink-1 {
	background-color: #FF9747;
	text-align: center;
}
.pink-3 {
	background-color: #F7BA3E;
	text-align: center;
}

table{
border-collapse:collapse;
border-spacing:0;
}

tr{background:transparent;}

th,td{
vertical-align:middle;
text-align:left;
}

th{font-weight:normal;}


/* @group responsive-cover overflow style */

/* tableの外側にdiv要素を指定
 overflow-xで横スクロールを指定
 */
.overthrow{
border:2px solid red;
overflow-x:scroll;
overflow-y:hidden}

/* 
* 改行させないことで、IE9で横スクロールさせることができる
*/
table{
	width: 100%;
	white-space: nowrap;
	/* [disabled]width: 90%; */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* @end */

/* @group sponsormenu table style */

th,
td{
padding:6px;
border:1px solid #ccc;
text-align:center;
}

thead th{
	background-color: #F5D7CF;
}

tbody th{
	text-align: left;
	background-color: #F7E7D9;
}

td{
background:#fff;
}
@media (max-width: 300px){
	}
.w28 {
	width: 15%;
	text-align: center;
}
.w20 {
	width: 20%;
	text-align: center;
}
.w16 {
	width: 16%;
	text-align: center;
}
.red01 {
	color: #DE7623;
	font-weight: bolder;
	padding-left: 0px;
	font-size: medium;
}
.red02 {
	color: #E6729A;
	font-weight: bolder;
	padding-left: 0px;
	font-size: medium;
}
.header02 {
	width: 90%;
	text-align: center;
}
.width90 {
	width: 98%;
	font-size: medium;
	padding-left: 15px;
	margin-left: 0px;
}
.pink03 {
	color: #DE7623;
	text-decoration: underline;
}
.profile {
}
.float_L {
	float: left;
	margin-right: 70px;
	margin-top: 25px;
}
.textdeco01 {
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-size: small;
}
.textdeco02 {
	border-left: thick solid #F19F74;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-size: small;
}
.textdeco04 {
	padding-left: 10px;
	border-bottom: thin dotted #E6729A;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pack01 {
	margin-bottom: 30px;
	padding-bottom: 80px;
	border-bottom: thin dotted #F19074;
	padding-top: 10px;
	margin-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 10px;
	margin-right: 0px;
}
.pack02 {
	margin-bottom: 30px;
	padding-bottom: 80px;
	padding-top: 10px;
	margin-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.table_width {
}
.text_width {
}
.text_box_1 {
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: large;
}
.textdeco03 {
	border-bottom: thin solid #F19074;
	border-top: thin solid #E881AA;
}
.span {
}
.text_small {
	font-size: small;
}
.pink_02 {
	color: #F68A6A;
}
.back_white {
	background-color: #FFFFFF;
}
.width_01 {
	margin-left: 10px;
	margin-right: 10px;
}
.text_black_link {
	color: #000000;
	text-decoration: underline;
}
.text_white {
	color: #FFFFFF;
	margin-top: 35px;
	margin-right: 35px;
	margin-bottom: 35px;
	margin-left: 35px;
}
.back_glay {
	background-color: #F19074;
}
.margin_30 {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.fontsize_a {
	font-size: x-large;
}
.banner_02 {
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.table02 {
    font-size: large;
    margin-right: 15px;
    margin-left: 15px;
}
@media only screen and (max-width: 600px) {
.table02 {
    /* [disabled]width: 100%; */
    font-size: small;
    /* [disabled]margin-left: 15px; */
    margin-right: 20px;
}
}

@media only screen and (max-width: 1980px) {
.pogition_1 {
	margin-top: 100px;
	margin-left: -30px;
	margin-bottom: -30px;
	width: 380px;
	padding-top: 10px;
}
}
@media only screen and (max-width: 1280px) {
.pogition_1 {
	margin-top: 90px;
	margin-left: 0px;
	margin-bottom: -30px;
	width: 380px;
}
}	
@media only screen and (max-width: 800px) {
.pogition_1 {
	margin-top: 100px;
	margin-left: -30px;
	margin-bottom: -30px;
	width: 300px;
}
}
@media only screen and (max-width: 650px) {
.pogition_1 {
	margin-top: 100px;
	margin-left: -30px;
	margin-bottom: -30px;
}
}
@media only screen and (max-width: 600px) {
.pogition_1 {
	margin-top: 100px;
	margin-left: 0px;
	margin-bottom: -30px;
}
}
.color_black {
	color: #000000;
}
.fontsize_b {
}
.wrapper2 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.text_large {
	font-size: medium;
}
.performance {
	background-color: #DE7623;
	border-radius: 10px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.df_link {
	margin-left: 0px;
	margin-top: -30px;
	/* [disabled]text-align: center; */
	margin-bottom: 20px;
}
.pogition_2 {
	margin-bottom: 10px;
	padding-bottom: 0px;
	bottom: 28pt;
}
.text_xlarge {
	font-size: large;
}
.text_xlarge2 {
	font-size: x-large;
	line-height: 1.5;
}
.text_xlarge3 {
	font-size: x-large;
	line-height: 1.5;
	color: #DE7623;
	font-weight: bold;
}
.text_black {
	color: #000000;
}
.pink1 {
	border-bottom-style: solid;
	border-bottom-color: #F19074;
}
.underline-green {
	border-bottom: thin solid #F19074;
}
.text_box2 {
	width: 45%;
	left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border: thin solid rgba(255,122,52,1.00);
	border-radius: 4px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	float: left;
}
.text_box3 {
	width: 40%;
	left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border: thin solid rgba(255,122,52,1.00);
	border-radius: 4px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	float: left;
}

div {
	
}
.margin_a {
	margin-left: 10px;
	margin-right: 10px;
}
.p_right {
	text-align: right;
}

.width_02 {
	width: 14%;
}
.large_title {
	font-size: larger;
}
.course {
	font-weight: bolder;
	color: rgba(224,99,120,1.00);
	text-decoration: underline;
	font-size: medium;
}
.red_03 {
	color: #FA3575;
}
.fontsize_d {
	font-size: medium;
}
.fontsize_xs {
	font-size: smaller;
}
.text_center {
    text-align: center;
    text-shadow: 0px 0px;
    color: #FF7400;
    font-size: x-large;
}
