/*　Firefoxで、ブラウザのスクロールバーを常に表示させる　*/
html{overflow:-moz-scrollbars-vertical; overflow-y:scroll;}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1; font-size:75%; background:#ebebeb; padding-bottom:40px; font-family:"helvetica neue",arial,sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*add*/
img				{vertical-align:bottom;}

/* モダンブラウザ */
img{max-width: 100%;height: auto;}
/* IE8 */
img{width: auto\9; }
/* IE7 */
img{width: 100%; }

a					{text-decoration:none; color:#2cadcb;}
a:hover		{text-decoration:underline;}

/*--------------------------------------------*/

/*clearfix*/
.clearfix:after {content: "."; display:block; clear:both; height:0; visibility:hidden;}
.clearfix {min-height:1px;}
* html .clearfix {height: 1px; /*\*//*/ height:auto; overflow:hidden; /**/}

/*フロート解除*/
.clear			{clear:both;}



#header	{width:100%; height:40px; position:fixed; left:0; top:0; z-index:999;
				background:#f15587;
				background-image: -webkit-gradient(linear, left top, left bottom, from(#f26895), to(#f15587));
				background-image: -webkit-linear-gradient(top, #f26895, #f15587);
				background-image: -moz-linear-gradient(top, #f26895, #f15587);
				background-image: -ms-linear-gradient(top, #f26895, #f15587);
				background-image: -o-linear-gradient(top, #f26895, #f15587);
				background-image: linear-gradient(top, #f26895, #f15587);
				-moz-box-shadow:0px 0px 15px rgba(0,0,0, 0.2);
				-webkit-box-shadow:0px 0px 15px rgba(0,0,0, 0.2);
				box-shadow:0px 0px 15px rgba(0,0,0, 0.2);}
#main		{margin:10px 5px;}
#itemcont		{margin:0 auto;}
#footer	{width:100%; height:22px; line-height:22px; background:#666666; position:fixed; text-align:center; bottom:0; left:0; color:#dcdcdc; font-size:8.6pt;}
#site_id	{width:90px; height:40px; background:url(../images/id_piapro.png) no-repeat center; background-size:90px auto; margin:0 auto;}
#lang			{float:right; margin-right:20px; line-height:40px; text-align:right; color:#111111;}
#lang span.break		{padding:0 10px; color:#f4adb1;}
#lang a				{color:#ffffff;}
.item	{width:290px !important; background:#ffffff; float:none !important; margin:6px 0; position:relative;
			-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; border:1px solid #dcdcdc;
			-moz-box-shadow:0px 0px 10px rgba(0,0,0, 0.05);
			-webkit-box-shadow:0px 0px 10px rgba(0,0,0, 0.05);
			box-shadow:0px 0px 10px rgba(0,0,0, 0.05);}

.item .site_thum	{height:160px; background-position:center top; background-repeat:no-repeat; background-size:270px auto; border:1px solid #dcdcdc; margin:10px; display:block;}
.item .sns_ico		{height:90px; background-position:center; background-repeat:no-repeat; background-size:auto 70px; margin:10px;}
.item .site_name	{font-weight:bold; font-size:10pt; padding:0 20px; margin-top:20px;}
.item .site_desc	{margin-top:10px; color:#666666; line-height:1.4; padding:0 20px 20px 20px;}
.item .site_note	{color:#333333; line-height:1.4; padding:0 20px 20px 20px;}
.item .site_qr	{width:80px; height:80px; border:1px solid #999999; background-color:#ffffff;
								position:absolute; top:100px; right:20px;
								background-position:center; background-repeat:no-repeat; background-size:60px;}

.title	{background:#f26895; border:1px solid #f15587;}
.title .about_piapro	{color:#ffffff; padding:20px; font-size:10pt; font-weight:bold; line-height:1.6;}
.sub .site_name	{margin-top:10px; font-size:9pt;}
.lead	{margin:50px 0 10px 0; padding:0 30px; text-align:center; line-height:1.3; font-size:11px; color:#333333;}
