@charset "UTF-8";

/* *******************************************
     基本設定
******************************************* */

.sp_only {
	display:none !important;
}

/* body定義
------------------------------------------------- */
body {
	text-align:left;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic,"メイリオ", "Meiryo", sans-serif;
	color:#000000;
	background:#dff2fc;
}

/* スタイル
------------------------------------------------- */
.wrapper {
	margin:40px auto 50px;
	width:1000px;
}

/* リンク装飾
------------------------------------------------- */
a:link ,
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover,
a:active {
	color: #fe6613;
	text-decoration: none;
}

