@charset "UTF-8";

/*///////////////////////////////////　
　　　　　　汎用CSS 
////////////////////////////// */



/* other
---------------------------------------------------------- */


.no_border{
border:none !important;
}

img{
	border: none;
	vertical-align: bottom;
}
.chop{
	margin-right: 0px!important;}
/* P
---------------------------------------------------------- */

p {
	margin-bottom: 30px;
}


/* bg color */


.bg_white {
	background-color: #FFFFFF;
}
.mb_50{
	margin-bottom: 50px;
}
.mb_70{
	margin-bottom: 70px;
}
.line1{
    background-image: url(../images/line1.png);
    background-repeat: repeat-x;
    background-position: 0% bottom;
}
.line2{
    background-image: url(../images/line2.png);
    background-repeat: repeat-x;
    background-position: 0% bottom;
}
.line3{
    background-image: url(../images/line3.png);
    background-repeat: repeat-x;
    background-position: 0% 30px;
}
/*------------------------------------------------
   text position
------------------------------------------------*/
.txt_r{
    text-align: left;
}

/*------------------------------------------------
	clear, clearfix
------------------------------------------------*/
.clearfix:after {/*for modern browser*/
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { 
	display: inline-block; 
	zoom:normal;/*for IE 5.5-7*/
}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.clearfix {
	overflow:hidden;
}

.clear {
	clear: both;
}
