@charset "UTF-8";

/* 共通レイアウト
------------------------------------------------------*/
body {
	background-color: #ffffff;
	background: url("../img/bg_main.jpg");
	vackground-repeat:repeat;
	background-attachment: fixed;
	color: #666;
	font-size: 13px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 140%;
}

a {	text-decoration: underline; }
a:link		{ color: #E1004D; }
a:visited	{ color: #E1004D; }
a:hover		{ color: #FCC; }
a:active	{ color: #FCC; }


/* contents
------------------------------------------------------*/
#container{
	margin:0px auto;
	width:960px;
}
@media only screen and (max-width: 768px) {
	#container{
	margin:0px auto;
	width:100%;
}
}
.footer_img {
	padding: 30px 0 30px 0;
	background:#FFF;
	text-align:center;
}

.copy {
	min-width:960px;
	background-color:#333333;
	padding-top:40px;
	padding-bottom:40px;
	text-align:center;
	font-size: 12px;
	color:#ffffff;
}

.copy_s {
	width:100%;
	background-color:#333333;
	padding-top:40px;
	padding-bottom:40px;
	text-align:center;
	font-size: 12px;
	color:#ffffff;
}

table#copy {
	margin: 0 auto;
	width:80%;
	margin-bottom:20px;
}

table#copy2 {
	margin: 0 auto;
	width:60%
}

.logo_piapro{
	width:40px;
	padding-left:5px;
	vertical-align:middle;
}

/* 汎用クラス
------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.fl-left { float: left; }
.fl-right { float: right; }

.mgt-10 { margin-top: 10px !important; }
.mgt-15 { margin-top: 15px !important; }
.mgt-20 { margin-top: 20px !important; }
.mgt-30 { margin-top: 30px !important; }
.ptb20	{padding-top:20px; padding-bottom:20px; !important;}

/*テキスト
----------------------------------------------------------------*/
.font-10 { font-size: 77%; }
.font-11 { font-size: 85%; }
.font-12 { font-size: 93%; }
.font-13 { font-size: 100%; }
.font-14 { font-size: 108%; }
.font-15 { font-size: 116%; }
.font-16 { font-size: 123.1%; }
.font-17 { font-size: 131%; }
.font-18 { font-size: 138.5%; }
.font-19 { font-size: 146.5%; }
.font-20 { font-size: 153.9%; }
.font-21 { font-size: 161.6%; }
.font-22 { font-size: 167%; }
.font-23 { font-size: 174%; }
.font-24 { font-size: 182%; }


/*コピーライト
----------------------------------------------------------------*/
