@charset"UTF-8";

/* 
***********************************************************
* Copyright(C) CIDARIO Inc.
* Author:Hiromi Yoshino | CIDARIO Inc.
* Author URI:http://cidario.co.jp
***********************************************************
*/



/* grid 
========================================================================================================
*/

.row{
  margin:0;
}

.row:after{
  display:table;
  content:"";
  clear:both;
}

.sm-1-div,
.sm-2-div,
.sm-3-div,
.sm-4-div,
.sm-5-div,
.sm-6-div,
.sm-7-div,
.sm-8-div,
.sm-9-div,
.sm-10-div,
.sm-11-div,
.sm-12-div{
  display:block;
  float:left;
  padding:0;
}

.sm-1-div{
  width:8.33333333%;
}

.sm-2-div{
  width:16.66666667%;
}

.sm-3-div{
  width:25%;
}

.sm-4-div{
  width:33.33333333%;
}

.sm-5-div{
  width:41.66666667%;
}

.sm-6-div{
  width:50%;
}

.sm-7-div{
  width:58.33333333%;
}

.sm-8-div{
  width:66.66666667%;
}

.sm-9-div{
  width:75%;
}

.sm-10-div{
  width:83.33333333%;
}

.sm-11-div{
  width:91.66666667%;
}

.sm-12-div{
  width:100%;
}

@media only screen and (min-width:640px){
  .lg-1-div,
  .lg-2-div,
  .lg-3-div,
  .lg-4-div,
  .lg-5-div,
  .lg-6-div,
  .lg-7-div,
  .lg-8-div,
  .lg-9-div,
  .lg-10-div,
  .lg-11-div,
  .lg-12-div{
    display:block;
    float:left;
    padding:0;
  }
}

@media only screen and (min-width:640px){
  .lg-1-div{
    width:8.33333333%;
  }
}

@media only screen and (min-width:640px){
  .lg-2-div{
    width:16.66666667%;
  }
}

@media only screen and (min-width:640px) {
  .lg-3-div{
    width:25%;	
  }
}

@media only screen and (min-width:640px){
  .lg-4-div{
    width:33.33333333%;
  }
}

@media only screen and (min-width:640px){
  .lg-5-div{
    width:41.66666667%;
  }
}

@media only screen and (min-width:640px) {	
  .lg-6-div{
    width:50%;	
  }
}

@media only screen and (min-width:640px){
  .lg-7-div{
    width:58.33333333%;
  }
}

@media only screen and (min-width:640px){
  .lg-8-div{
    width:66.66666667%;
  }
}

@media only screen and (min-width:640px){
  .lg-9-div{
    width:75%;
  }
}

@media only screen and (min-width:640px){
  .lg-10-div{
    width:83.33333333%;
  }
}


@media only screen and (min-width:640px){
  .lg-11-div{
    width:91.66666667%;
  }
}

@media only screen and (min-width:640px){
  .lg-12-div{
    width:100%;
  }
}


/* 汎用
========================================================================================================
*/

.width-full{
	width:100%;
}


@media only screen and (max-width:640px) { 
.sm-hide{
	display:none;	
	}
}


@media only screen and (min-width:640px) { 
.lg-hide{
	display:none;	
	}
}

@media only screen and (max-width:640px) { 
 .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
 }
}
 

.center{
	text-align:center;
}

.tright{
	text-align:right;	
}




/* btn
========================================================================================================
*/




/* text
========================================================================================================
*/

.u-line{
  text-decoration:underline;
}

.txt01{
  font-size:11px; font-size:1.1rem;
}

@media only screen and (min-width:640px) { 
 .txt01{
  font-size:14px; font-size:1.4rem;
 }
}


/* list
========================================================================================================
*/



/* link
========================================================================================================
*/

a{
  color:#000;
  text-decoration:none;
}

a:visited{
  color:#000;
}

a:hover{
  color:#519CD3;
  text-decoration:underline;
}

a:active{
  color:#519CD3;
}

/*a:hover img{
  opacity:0.7;
  filter:alpha(opacity=70);
}

a img {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}*/

.blocklink{
  cursor:pointer;
}



/* image
========================================================================================================
*/



/* table&form
========================================================================================================
*/




/* 汎用クラス
========================================================================================================
*/


.clear{
  clear:both;
}

.clearfix{
  zoom:1;
  display:inline-block;
}

.clearfix:after{
  content:""; 
  display:block;
  clear:both;
}

.end{
  margin:0 0 0 0;
}

.left{
  float:left;
}

.right{
  float:right;
}

.center{
  text-align:center;
}

.hid{
  display:none;
}

.noborder{
  border:none;
}

.block{
  display:block;
}

.ml5{
  margin-left:5px;
}

.ml10{
  margin-left:10px;
}

.ml20{
  margin-left:20px;
}

.ml30{
  margin-left:30px;
}

.ml40{
  margin-left:40px;
}

.ml50{
  margin-left:50px;
}

.ml60{
  margin-left:60px;
}

.ml70{
  margin-left:70px;
}

.mr5{
  margin-right:5px;
}

.mr10{
  margin-right:10px;
}

.mr20{
  margin-right:20px;
}

.mr30{
  margin-right:30px;
}

.mr40{
  margin-right:40px;
}

.mr50{
  margin-right:50px;
}

.mr60{
  margin-right:60px;
}

.mr70{
  margin-right:70px;
}

.mt5{
  margin-top:5px;
}

.mt10{
  margin-top:10px;
}

.mt20{
  margin-top:20px;
}

.mt30{
  margin-top:30px;
}

.mt40{
  margin-top:40px;
}

.mt50{
  margin-top:50px;
}

.mt60{
  margin-top:60px;
}

.mt70{
  margin-top:70px;
}

.mb5{
  margin-bottom:5px;
}

.mb10{
  margin-bottom:10px;
}

.mb20{
  margin-bottom:20px;
}

.mb30{
  margin-bottom:30px;
}

.mb40{
  margin-bottom:40px;
}

.mb50{
  margin-bottom:50px;
}

.mb60{
  margin-bottom:60px;
}

.mb70{
  margin-bottom:70px;
}

.mt100{
  margin-top:100px;
}

