@charset "utf-8";

/* css Infomation =============================

共通css

=============================================== */



* {
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 1.6em;
}

a {
	text-decoration: none;
}

body {
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
}

a:hover {
	text-decoration: underline;
}

html, body {
	height:100%;
}

/*/////////////画像ロールオーバー ////////////////////*/
 a:hover .imghover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*/////////////スクロールバー常に表示 ////////////////////*/
html {
	overflow-y:scroll;
}

/*/////////////clearfix ////////////////////*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
} /* IE6 */

*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */

/*/////////////スタイル用css////////////////////*/



/*左マージン*/
.mleft0 {
	margin-left:0 !important;
}

.mleft10 {
	margin-left:10px !important;
}

.mleft20 {
	margin-left:20px !important;
}


/*右マージン*/
.mright0 {
	margin-right:0 !important;
}

.mright10 {
	margin-right:10px !important;
}

.mright20 {
	margin-right:20px !important;
}


/*上マージン*/
.mtop0 {
	margin-top:0 !important;
}

.mtop10 {
	margin-top:10px !important;
}

.mtop20 {
	margin-top:20px !important;
}


/*下マージン*/
.mbot0 {
	margin-bottom:0 !important;
}

.mbot10 {
	margin-bottom:10px !important;
}

.mbot20 {
	margin-bottom:20px !important;
}

.mbot30 {
	margin-bottom:30px !important;
}

.mbot40 {
	margin-bottom:40px !important;
}

.mbot50 {
	margin-bottom:50px !important;
}

.mbot60 {
	margin-bottom:60px !important;
}


/*上パディング*/
.ptop0 {
	padding-top:0 !important;
}

.ptop10 {
	padding-top:10px !important;
}

.ptop20 {
	padding-top:20px !important;
}


/*下パディング*/
.pbot0 {
	padding-bottom:0 !important;
}

.pbot10 {
	padding-bottom:10px !important;
}

.pbot20 {
	padding-bottom:20px !important;
}

.pbot30 {
	padding-bottom:30px !important;
}

.pbot40 {
	padding-bottom:40px !important;
}

.pbot50 {
	padding-bottom:50px !important;
}

.pbot60 {
	padding-bottom:60px !important;
}


/*テキスト位置*/

.tRight {
	text-align:right;
}

.center {
	text-align:center;
}

/*フォントカラー*/
 .pink {
	color: #ff64c8;
}

.pink2 {
	color:#F7C8D0;
}

.red {
	color:#c60305;
}

.gold {
	color:#ba9500;
}

.bold {
	font-weight: bold;
}

.brown {
	color:#352114;
}

.bage {
	color:#9B5D1F;
}

.blue {
	color:#A4D9E2;
}

.green {
	color:#C3D951;
}

/*フォントサイズ*/

 .font24 {
	font-size:24px;
}

.font20 {
	font-size:20px;
}

.font18 {
	font-size:18px;
}

.font16 {
	font-size:16px;
}

.font14 {
	font-size:14px;
}

.font13 {
	font-size:13px;
}

.font10 {
	font-size:10px;
}
