/*
 Theme Name:filles
 Description:秋葉原で１番メイドと話せるメイド喫茶
 Theme URI: http://filles.jp/
 Author:
 Author URI:
 Version: 1.0
 License: ???
 License URI:
*/
/*---------------------------
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;
}

/*-----------------------------
NP追加分
-----------------------------*/

.additional-content {
  background-color: #49bc7d;
  color: #f6f6f6;
  width: 80%;
  max-height: 334px;
  margin: 48px auto 24px;
  padding: 8px;
  overflow: auto;
}

.additional-content-right {
  background-color: #49bc7d;
  color: #f6f6f6;
  width: 80%;
  max-height: 570px;
  margin: 48px auto 24px;
  padding: 8px;
  overflow: auto;
}

.additional-content h3, .additional-content-right h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}

.additional-content p,
.additional-content-right p {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.js .tmce-active .wp-editor-area {
  color: #333 !important;
}