@charset "utf-8";

html, body, h1, h2, h2, h3 h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

body {
	line-height: 1.0;
	-webkit-text-size-adjust: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}

img {
	border: 0;
	vertical-align: bottom;
}

ul, ol {
	list-style: none;
}

table {
	border-spacing: 0;
	empty-cells: show;
}

/* サイト全体 */

* {
	font-size:13px;
	color:#333;
}
a {
	color: #0066cc;
	text-decoration: none;
}

/* header */

.global-header{
	padding:5px 0;
	text-align:center;
	border-top:solid #e873a8 5px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%,#cfcfcf 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fff 0%,#cfcfcf 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fff 0%,#cfcfcf 100%); /* W3C */
}
.bread {
	clear:both;
	padding:5px 10px;
	background-color:#fff;
	font-size:13px;
	color:#f36adf;
	border-top:solid #666 1px;
}

.bread a {
	color:#333;
	text-decoration:none;
}

/* girls pic紹介 */

figure {
	margin-top:10px;
}

figcaption img {
	width:100%;
}

figure .apliBtn {
	margin-top:-5px;
	padding-bottom:8px;
}

.expic {
	background:url(http://stat100.ameba.jp/gg/img/screen/girlspic/sp/bg_purple.gif) top left;
	background-size:100% auto;
	overflow:hidden;
}

.expic ul, .useBox ul {
	width:98%;
	margin:auto;
	padding:8px 0;
	text-align:center;
}

.expic ul li {
	width:22%;
	display:inline-block;
	margin:0 3px;
}

.expic li img {
	width:100%;
	border:solid #fff 1px;
	-moz-box-shadow: 2px 2px 2px #999;
    -webkit-box-shadow: 2px 2px 2px #999;
    box-shadow: 2px 2px 2px #999;
}

.appearBox {
	background:url(http://stat100.ameba.jp/gg/img/screen/girlspic/sp/bg_pink.gif) left top;
	background-size:100% auto;
}

.appearBox p {
	width:90%;
	margin:0 auto 10px;
	padding:10px;
	background-color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #fdd0df;
    -webkit-box-shadow: 0px 1px 2px #fdd0df;
    box-shadow: 0px 1px 2px #ffdd0df;
	line-height:1.3em;
}

.appearBox ul {
	width:100%;
	margin:auto;
	padding:8px 0;
	text-align:center;
}

.appearBox ul li {
	width:30%;
	display:inline-block;
	margin:8px 3px 5px;
	position:relative;
	z-index:1;
}
.lupa{
	position:absolute;
	top:-8px;
	right:-5px;
	background:url(http://stat100.ameba.jp/gg/img/screen/girlspic/sp/lupa.png) no-repeat right top;
	z-index:2;
	width:20%;
}

.appearBox li img {
	width:100%;
	-moz-box-shadow: 2px 2px 2px #999;
    -webkit-box-shadow: 2px 2px 2px #999;
    box-shadow: 2px 2px 2px #999;
}

.appearBox ul div, .useBox ul div {
	width:97%;
	margin:auto;
	padding:8px 0 50px;
	text-align:center;
}

.appearBox div {
	width:97%;
	margin:auto;
	padding:8px 0 10px;
	text-align:center;
}

.em01 {
	font-style:normal;
	color:#e64b77;	
}

.em02 {
	font-style:normal;
	color:#b151f0;	
}

.em03 {
	font-style:normal;
	color:#24bbed;	
}

.useBox {
	width:100%;
	padding-top:5px;
	background:url(http://stat100.ameba.jp/gg/img/screen/girlspic/sp/bg_blue.gif) left top;
	background-size:100% auto;
}

.useBox ul li {
	width:22%;
	display:inline-block;
	margin:0 2px;
}

.useBox li img {
	width:100%;
	border:solid #fff 1px;
	-moz-box-shadow: 2px 2px 2px #999;
    -webkit-box-shadow: 2px 2px 2px #999;
    box-shadow: 2px 2px 2px #999;
}

.useBox div {
	width:90%;
	margin:10px auto;
	padding:10px;
	background-color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #cae4fb;
    -webkit-box-shadow: 0px 1px 2px #cae4fb;
    box-shadow: 0px 1px 2px #cae4fb;
	line-height:1.3em;
}

/* twitter コンテンツ */

.twitterBox {
	margin:0 auto;
	padding:10px 0 15px;
	background-color:#fff;
	text-align:center;
}

.twitterBox h2, .twitterBox p {
	padding:0 0 10px;
}

.twitterBox a {
	
}

.twitterBox a img {
	width:33%;
	padding:2% 15%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #66d8fe; /* Old browsers */
	background: -moz-linear-gradient(top, #66d8fe 0%, #26bbed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66d8fe), color-stop(100%,#26bbed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #66d8fe 0%,#26bbed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #66d8fe 0%,#26bbed 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #66d8fe 0%,#26bbed 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66d8fe', endColorstr='#26bbed',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #66d8fe 0%,#26bbed 100%); /* W3C */
}

/* AmebaGG コンテンツ */

.ggcontents {
	margin:0 auto;
	text-align:center;
	background:url(http://stat100.ameba.jp/gg/img/screen/girlspic/sp/bg_01.gif);
}

.ggcontents h1 {
	padding:5px 0 5px 8px;
	background: #ff73ac; /* Old browsers */
	background: -moz-linear-gradient(top, #ffafd0 0%, #fe69a6 50%, #ff73ac 51%, #fd62a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffafd0), color-stop(50%,#fe69a6), color-stop(51%,#ff73ac), color-stop(100%,#fd62a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffafd0 0%,#fe69a6 50%,#ff73ac 51%,#fd62a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffafd0 0%,#fe69a6 50%,#ff73ac 51%,#fd62a1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffafd0 0%,#fe69a6 50%,#ff73ac 51%,#fd62a1 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffafd0', endColorstr='#fd62a1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffafd0 0%,#fe69a6 50%,#ff73ac 51%,#fd62a1 100%); /* W3C */
	border-top:solid #ff98c2 1px;
	text-align:left;
	font-size:15px;
	color:#fff;
	text-shadow:0px -1px 2px #f23572;
}

.ggcontents h2 {
	margin:10px 0 0;
	font-size:14px;
	line-height:1.3em;
	color:#ff3399;
}

.ggcontents ul {
	margin:0 auto;
	list-style:none;
	display:inline-block;
	text-align:center;
}

.ggcontents ul li {
	width:68px;
	height:68px;
	margin:6px 2px 0;
	display:inline-block;
}

.ggcontents li a img {
	width:100%;
}

.membersBox {
	clear:both;
	margin:15px auto 10px;
	text-align:center;
}

.membersBox img {
	width:95%;
}


/* footer */

footer .copy{
	padding: 8px 0;
	background-color:#fff;
	font-family: Arial;
	font-size:10px;
	color:#999;
	text-align:center;
}
