/* CSS Document */


/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 13px; /* モダンブラウザ */
    *font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
}
p,th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:80%;
	}

body{
	text-align:center;
	}

/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}


/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.clr_sps{ clear:both; font-size:1px;}

#container{
	width:740px;
	margin:auto;
	text-align:left;
	}
h1{
	margin:10px 0 0 0px;
	height:38px;
	font-weight:normal;
	background:url(img/common/bg_h2.gif) no-repeat;
	text-indent:62px;
	padding:6px 0 0 0;
	}
h1 a{
	font-size:15px;
	line-height:38px;
	vertical-align:top;
	text-decoration:none;
	color:#00cccc;
	}
h1 a:hover{
	color:#333333;
	text-decoration:none;
	}	
#head_menu{
	width:740px;
	background:url(img/common/bg_head_menu2.jpg) repeat-x;
	text-align:right;
	font-size:10px;
	line-height:25px;
	color:#FFFFFF;
	}
#head_menu a{
	color:#000000;
	font-size:12px;
	letter-spacing:1px;
	text-decoration:none;
	height:25px;
	vertical-align:middle;
	margin:0 4px 0 4px;
	}
#head_menu a:hover{
	color:#FF0066;
	}


#contents{
	margin:1px 0 20px 0;
	clear:left;
	}
#main_image{
	background:url(img/main2.jpg) no-repeat;
	width:740px;
	height:256px;
	margin:16px 0 20px 0;
	padding:8px 7px 6px 7px;
	}

#copy{
	height:20px;
	font-size:10px;
	text-align:right;
	color:#333333;
	border:solid #333333;
	border-width:3px 0 0 0;
	padding:2px;
	clear:left;
	}
#copy a{
	color:#333333;
	text-decoration:none;
	}
#copy a:hover{
	color:#333333;
	}

#news {
  width: 350px;
  height: 185px;
  overflow: auto;
  background-color: #ffffff;
  padding: 5px;
  margin: 12px 0 10px 0;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #999999;
}

/***トップ***/
#top{
	}
#top h2{
	font-size:15px;
	font-family:"ＭＳ Ｐゴシック";
	line-height:1.2em;
	color:#ff6600;
	font-weight:normal;
	}
#top p{
	line-height:1.6em;
	}
#top div#top_btm{
	zoom:100%;
	}
#top div#top_btm:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
#top div#left{
	float:left;
	width:398px;
	}
#top div#left h3{
	font-size:12px;
	margin:15px 0 0 0;
	}
#top div#left div#info{
	background:url(img/top/bg_info.gif);
	width:398px;
	}
#top div#left div#info div#main{
	background:url(img/top/bg_info_main.gif) repeat-y;
	text-align:left;
	}
#top div#left div#info div#main h4{
	padding:8px 10px 0 10px;
	font-size:80%;
	}
#top div#left div#info div#main p{
	padding:2px 10px 0 10px;
	}
#top div#right{
	float:left;
	width:230px;
	margin:0 0 0 20px;
	}
#top div#right div#bnr_sps{}
#top div#right div#bnr_sps p{
	width:318px;
	height:130px;
	margin:16px 0 0 0;
	text-align:center;
	}
#top div#right div#bnr_sps p a{
	background:url(img/top/bg_bnr.jpg) no-repeat;
	display:block;
	width:318px;
	height:130px;
	line-height:180px;
	color:#333333;
	font-size:12px;
	text-decoration:none;
	text-indent:10px;
	margin:0px;
	}
#top div#right div#bnr_sps p a:hover{
	font-size:16px;
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	}
#top div#right div#bnr_sps{}
#top div#right div#bnr_sps2 a{
	background:url(img/top/bg_bnr2.jpg) no-repeat;
	display:block;
	width:318px;
	height:105px;
	margin:0px;
	line-height:180px;
	color:#333333;
	font-size:12px;
	text-decoration:none;
	text-indent:10px;
	}
#top div#right div#bnr_sps2 p a:hover{
	font-size:16px;
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	}
.black {
 	color:#000;
	 font-size: 13px;

	}
.pink {
	color:#ff3366;
 	font-size: 13px;
	}

.close{
	color:#aaa;
	}
/***テーブル***/
#main_image2{
	background:url(img/top/bg_main_pic.gif) no-repeat;
	width:740px;
	height:194px;
	margin:16px 0 0 0;
	padding:8px 7px 6px 7px;
	}
#main_image2 h2{
	background:url(img/common/main_pic01.jpg) no-repeat;
	width:726px;
	height:180px;
	font-size:15px;
	color:#ffffff;
	font-weight:normal;
	text-align:right;
	padding:120px 30px 0 0;
	}
#main_image2 h2.t_bk{
	color:#000000;
	}
#main_image2 h2.t_wt{
	color:#FFFFFF;
	}	
#other_page{}

#other_page h3{
	font-size: 13px;
	line-height:1.0em;
	vertical-align:top;
	margin:30px 0 10px 0;
	color:#333;
	}	
	
#other_page div.typeA{
    background:url(img/common/odekake.jpg) no-repeat;
	width:740px;
	height:180px;

#other_page div.typeB{
    background:url(img/common/line.jpg) no-repeat;
	width:740px;
	height:29px;
    }
#other_page div.typeA p{
    	}
    }
#other_page p.margin_none{ margin:0;}
#other_page p{ margin:6px 0 0 0;}

/*テーブルセット*/
#tbl_setA{
	border:#FF8E88 solid 0px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#FF8E88 solid 1px;
	background:url(img/bg_th_a2.gif);
	padding:6px;
	color:#333;
	text-align:left;
	}
#tbl_setA td{
	border:#FF8E88 solid 1px;
	padding:6px;
	}	
#tbl_setB{
	border:#999 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setB th{
	border:#fff solid 1px;
	background:url(img/bg_th_b.gif);
	padding:6px;
	color:#333;
	text-align:left;
	}
#tbl_setB td{
	border:#fff solid 1px;
	padding:6px;
	}	



/*ツイッターフローター用*/
#twiwigitfrot{
	position:fixed;
	top:55px;
	right:20px;
	width:220px;
	height:400px;
	padding-left:20px;
	background-image:url(img/twbacglaund_close.png);
	cursor:pointer;
	z-index:10;
}

/*新バージョン2カラム撮影会*/
.model2_element{
	color:#333;
	font-size:12px;
	width:693px;
	border:#FF8E88 solid 1px;
	font-weight: 900;
	margin:0;
	padding:15px;
	background-image:url(img/common/bg_new_element.jpg);	
}

.model2_1element{
	float:left;
	width:340px;
}

.model2_2element{
	float:right;
	width:340px;
}

.timetable{
	width:340px;
	float:left;
}

.description{
	float:right;
	width:340px;
}

.model2_under_element{
	width:100%;
	
}

.model2_dba{
	display:block;
	margin:0;
	padding:0;
	text-decoration : none;
	position:relative;
}

.model2_dba:hover{
	text-decoration:none;
}



.model2_dba img{
	width:330px;
	height:200px;
	border:#f2f2f2 solid 5px;

}

.model2_dba .names{
	width:330px;
	height:33px;
	top: 165px;
	left: 5px;
	padding:7px 0 0 0;
	position:absolute;
	z-index:5;
	overflow: hidden;
	text-align:center;
	font-size:24px;
	font-weight:900;
	color:#333;
	background-image:url(img/common/bg_m2_names.png);
}

.model2_commission{
	display:block;
	width:340px;
	height:40px;
	margin-top:10px;
	text-indent: -9999px;
	overflow: hidden;
	background-image:url(img/common/commission_btn.jpg);
}

.model2_commission_as{
	display:block;
	width:340px;
	height:40px;
	margin-top:10px;
	text-indent: -9999px;
	overflow: hidden;
	background-image:url(img/common/commission_btn_as.jpg);
}

.textbox{
	margin-top:15px;
}


.textbox .description p{
	color:#555;
	margin:0 !important;
}

.new_models{
	display:block;
	text-indent: -9999px;
	width:52px;
	height:52px;
	overflow: hidden;
	background-image:url(img/common/new.png);
	position:absolute;
	top:-4px;
	left:-4px;
	margin:0 !important;
}

/*ストリート撮影用CSS*/
.street_module{
	border: 1px solid #FF8E88;
	background-repeat:no-repeat;
	padding:65px 15px 5px 15px;
	width:693px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.street_module .window_area_w,
.street_module .window_area_b{
	border-radius:5px;
	padding:15px;
	margin-bottom:10px;
	}

.street_module .window_area_w{
	color:#ed005f;
	font-weight: bold;
	background-color:rgba(255, 255, 255, 0.76);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#A9ffffff,endcolorstr=#A9ffffff,gradienttype=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#A9ffffff,endColorstr=#A9ffffff)";
	zoom:1;
	-moz-box-shadow:  0 0 10px 10px rgba(255, 255, 255, 0.8) inset;
    -webkit-box-shadow:  0 0  10px 10px rgba(255, 255, 255, 0.8) inset;
    box-shadow:  0 0 10px 10px rgba(255, 255, 255, 0.8) inset
}
.street_module .window_area_b{
	color:#FFF;
	background-color:rgba(0,0,0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#A9000000,endcolorstr=#A9000000,gradienttype=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#A9000000,endColorstr=#A9000000)";
	zoom:1;
	-moz-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.8) inset;
    -webkit-box-shadow: 0 0 10px 10px rgba(0,0,0, 0.8) inset;
    box-shadow: 0 0  10px 10px rgba(0,0,0,0.8) inset
}
.street_module .model_elements_waps{
	width:700px;
	margin-bottom:-15px;
}

.street_module .model_elements{
	margin:0 28px 15px 0;
	width:110px;
	overflow:hidden;
	float:left;
	}
	

.street_module .model_graphic{
	width:104px;
	height:104px;
	padding:3px;
	background-image:url(http://angemodel.jp/img/street_module_blank_bg.jpg);
	position:relative;
	text-align:right;
	}
	
.street_module .model_graphic:hover{
	opacity:0.8;
	}
.street_module .model_graphic a{	
	text-decoration:none;
}
	
.street_module .model_graphic .model_name{
	position:absolute;
	bottom: 8px;
	right:8px;
	font-weight:bold;
	color:#ee116a;
	font-size:16px;
	text-shadow:0 0 4px #FFF,0 0 4px #FFF,0 0 4px #FFF,0 0 4px #FFF,0 0 4px #FFF,0 0 4px #FFF,0 0 4px #FFF,0 0 4px #FFF,0 0 4px #FFF,0 0 4px #FFF,0 0 4px #FFF,0 0 4px #FFF; 
}

.street_module .regist{
	display: block;
	margin-top: 5px;
	border: solid 1px #98003d;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding: 4px;
	background-color: #ee116a;
	background: -moz-linear-gradient(top, #ff9bc3 0%, #ff6da7 50%, #f22476 50%, #d71d67 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9bc3), color-stop(50%,#ff6da7), color-stop(50%,#f22476), color-stop(99%,#d71d67));
	background: -webkit-linear-gradient(top, #ff9bc3 0%,#ff6da7 50%,#f22476 50%,#d71d67 99%);
	background: -o-linear-gradient(top, #ff9bc3 0%,#ff6da7 50%,#f22476 50%,#d71d67 99%);
	background: -ms-linear-gradient(top, #ff9bc3 0%,#ff6da7 50%,#f22476 50%,#d71d67 99%);
	background: linear-gradient(to bottom, #ff9bc3 0%,#ff6da7 50%,#f22476 50%,#d71d67 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9bc3', endColorstr='#d71d67',GradientType=0 );
	text-shadow: 1px 1px 1px #000;
	-moz-box-shadow: 0 0 3px 3px rgba(255,255,255, 0.1) inset;
	-webkit-box-shadow: 0 0 3px 3px rgba(255,255,255, 0.1) inset;
	box-shadow: 0 0 3px 3px rgba(255,255,255,0.1) inset;
	}

.street_module .regist:hover{
	color: #ddd;
	background: -moz-linear-gradient(top, #f0689e 0%, #ed4588 50%, #ca2064 50%, #a62659 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0689e), color-stop(50%,#ed4588), color-stop(50%,#ca2064), color-stop(99%,#a62659));
	background: -webkit-linear-gradient(top, #f0689e 0%,#ed4588 50%,#ca2064 50%,#a62659 99%);
	background: -o-linear-gradient(top, #f0689e 0%,#ed4588 50%,#ca2064 50%,#a62659 99%);
	background: -ms-linear-gradient(top, #f0689e 0%,#ed4588 50%,#ca2064 50%,#a62659 99%);
	background: linear-gradient(to bottom, #f0689e 0%,#ed4588 50%,#ca2064 50%,#a62659 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0689e', endColorstr='#a62659',GradientType=0 );
}

.street_module .regist[href="#"]{
	background: #896171; /* Old browsers */
	background: -moz-linear-gradient(top,  #896171 0%, #7a5664 50%, #5b434d 50%, #4f3d44 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#896171), color-stop(50%,#7a5664), color-stop(50%,#5b434d), color-stop(99%,#4f3d44)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #896171 0%,#7a5664 50%,#5b434d 50%,#4f3d44 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #896171 0%,#7a5664 50%,#5b434d 50%,#4f3d44 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #896171 0%,#7a5664 50%,#5b434d 50%,#4f3d44 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #896171 0%,#7a5664 50%,#5b434d 50%,#4f3d44 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#896171', endColorstr='#4f3d44',GradientType=0 ); /* IE6-9 */
	color:#aaa;
	}


.street_module .regist_as{
	display:block;
	margin-top:5px;

	border:solid 1px #57a5cb;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	padding:4px;
	background-color:#ee116a;/* Old browsers */
	background: -moz-linear-gradient(top,  #7dcae8 0%, #238fb6 50%, #087cab 50%, #19769e 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7dcae8), color-stop(50%,#238fb6), color-stop(50%,#087cab), color-stop(99%,#19769e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7dcae8 0%,#238fb6 50%,#087cab 50%,#19769e 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7dcae8 0%,#238fb6 50%,#087cab 50%,#19769e 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7dcae8 0%,#238fb6 50%,#087cab 50%,#19769e 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #7dcae8 0%,#238fb6 50%,#087cab 50%,#19769e 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dcae8', endColorstr='#19769e',GradientType=0 ); /* IE6-9 */
	text-shadow:1px 1px 1px #000;
	-moz-box-shadow: 0 0 3px 3px rgba(255,255,255, 0.1) inset;
	-webkit-box-shadow: 0 0 3px 3px rgba(255,255,255, 0.1) inset;
	box-shadow: 0 0  3px 3px rgba(255,255,255,0.1) inset
	}

.street_module .regist_as:hover{
	color:#ddd;
	background: -moz-linear-gradient(top,  #5d96ac 0%, #1a6a87 50%, #065c7f 50%, #0b4f6b 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d96ac), color-stop(50%,#1a6a87), color-stop(50%,#065c7f), color-stop(99%,#0b4f6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5d96ac 0%,#1a6a87 50%,#065c7f 50%,#0b4f6b 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5d96ac 0%,#1a6a87 50%,#065c7f 50%,#0b4f6b 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5d96ac 0%,#1a6a87 50%,#065c7f 50%,#0b4f6b 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #5d96ac 0%,#1a6a87 50%,#065c7f 50%,#0b4f6b 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d96ac', endColorstr='#0b4f6b',GradientType=0 ); /* IE6-9 */
}

.street_module .regist_as[href="#"]{
	background: #896171; /* Old browsers */
	background: -moz-linear-gradient(top,  #395c69 0%, #104153 50%, #04384e 50%, #073243 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#395c69), color-stop(50%,#104153), color-stop(50%,#04384e), color-stop(99%,#073243)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #395c69 0%,#104153 50%,#04384e 50%,#073243 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #395c69 0%,#104153 50%,#04384e 50%,#073243 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #395c69 0%,#104153 50%,#04384e 50%,#073243 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #395c69 0%,#104153 50%,#04384e 50%,#073243 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#395c69', endColorstr='#073243',GradientType=0 ); /* IE6-9 */
	color:#aaa;
	}
	
.street_module .detail_text_waps{
	width:100%;
	display:table;
}
.street_module .detail_text_waps div{
	display:table-cell;
		text-align:left;
		padding:0 15px;
		width:33%;
	}
.street_module .detail_text_waps h4{
	margin:0;
	font-size:18px;
	margin-bottom:6px;
}
.street_module .detail_text_waps li{
	margin-bottom:3px;
	font-size:13px;
	list-style-position:inside;
}

.street_module .detail_text_waps .schedule li{
	list-style-type:none;
	font-size:14px;
	}
	
.street_module .detail_text_waps .pricemenu{
	font-size:24px
	}
.street_module .detail_text_waps  .pricemenu b{
	font-size:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
.street_module .detail_text_waps  .price{
	border-left:solid 1px #FFF;
	border-right:solid 1px #FFF;
	}
	
.street_module .window_area_w .detail_text_waps  .price{
	border-left:solid 1px #ed005f;
	border-right:solid 1px #ed005f;
	}

.street_module .detail_text_waps .caption{
	font-size:11px;
}

#main .street_module ul,
#main .street_module ol{
	margin:0;
	padding:0;
}
/*****************************************
モデル一人出し用
******************************************/
 .model_1_detail{
	 height:240px;
 }
.model1window .model_1_detail{
	width:25%;
	margin:0;
	}
.street_module .model1window{
	background-position:right bottom;
	box-shadow: none;
	background-repeat:no-repeat;
}

.street_title_h4{
    font-size: 24px;
    line-height: 1;
    margin: 15px 0;
}

.model_details{
		width:200px;
		 height:250px;
		 float:left;
	}
	
.street_module  .model_1_photo{
	 height:250px;
	 width:422px;
	 float:right;
	 box-shadow: none;
	 overflow:hidden;
	}