/*
 Theme Name:有限会社アイエム
 Description:
 Theme URI: keikuro.com
 Author: Keiichi Kurokawa
 Author URI: keikuro.com
 Version: 1.0
 License: ???
 License URI: keikuro.com
*/
/*---------------------------
reset
---------------------------*/
*{
	margin: 0;padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
ul, ol {
	list-style : none;
}
img {
	vertical-align : middle;
	border-style:none;
}
address{
	font-style:normal;
}
/*---------------------------
common
---------------------------*/

.clf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clf { display: inline-block; }

/* Hides from IE-mac \*/
* html .clf { height: 1%; }

.clf { display: block; }

/* End hide from IE-mac */


.clf2{
	overflow:hidden;
}


.resize img{
	width:100%;
}

.mb0{
	margin-bottom:0px !important;
}
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb60{
	margin-bottom:60px !important;
}
.mb70{
	margin-bottom:70px !important;
}
.mb80{
	margin-bottom:80px !important;
}
.mb90{
	margin-bottom:90px !important;
}
.mb120{
	margin-bottom:120px !important;
}
.mt0{
	margin-top:0 !important;
}
.mt10{
	margin-top:10px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt30{
	margin-top:30px !important;
}
.mt40{
	margin-top:40px !important;
}
.mt50{
	margin-top:50px !important;
}
.mt60{
	margin-top:60px !important;
}
.mt70{
	margin-top:70px !important;
}
.mt80{
	margin-top:80px !important;
}
.mt90{
	margin-top:90px !important;
}
.mr5{
	margin-right:5px !important;
}
.mr10{
	margin-right:10px !important;
}
.mr20{
	margin-right:20px !important;
}
.ml10{
	margin-left:10px !important;
}
.ml25{
	margin-left:25px !important;
}
.ml30{
	margin-left:30px !important;
}
.ml35{
	margin-left:35px !important;
}
.ml40{
	margin-left:40px !important;
}
.lh190{
	line-height:190%;
}

.center{
	text-align:center !important;
}
.al_right{
	text-align:right;
}
.al_left{
	text-align:left;
}
.red{
	color:#e73939;
}
.fs9{
	font-size:9px;
}
.fs11{
	font-size:11px;
}
.fs12{
	font-size:12px;
}
.fs13{
	font-size:13px;
}
.fs14{
	font-size:14px;
	line-height:150%;
}
.fs15{
	font-size:15px;
	line-height:150%;
}
.fs18{
	font-size:18px;
	line-height:150%;
}
.fs22{
	font-size:22px;
	line-height:150%;
}
.clb{
	clear:both;
}
.bold{
	font-weight:bold;
}
.fy{
	color:#ffcc00;
}
/*-----------------------------
form関連
-----------------------------*/
input,button,textarea,select{
	outline:none;
}


/*-----------------------------
画像ロールオーバー
-----------------------------*/
/*#main a:hover img,#content a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}*/

/*-----------------------------
投稿用
-----------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}




/*-----------------------------
pc切り替えボタン
-----------------------------*/

#swich{
	background:#000;
	overflow:hidden;
}
.swich{
	overflow:hidden;
	width:90px;
	margin:0 auto 20px auto;
}
.swich li{
	width:40px;
	background:#666;
	border-radius:10px;
	float:left;
	margin-right:10px;

}
.swich li:last-child{
	margin-right:0;
}
.swich li a{
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:block;
	height:40px;
	line-height:40px;
	border-radius:10px;
}