@charset "utf-8";

/*-------------------------------
  BODY
-------------------------------*/
html,body	{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	color:#666666;
	background-color:#FFF;
	-webkit-text-size-adjust:100%;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
body,td,th {
	font-size:12px;
	line-height:19px;
}
/* iPhone / mobile webkit Style */
@media screen and (max-device-width: 480px) {
	body,td,th { font-size:12px; }
}

/*-------------------------------
  Heading FONTS
-------------------------------*/
h1, h2, h3, h4 {
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

/*-------------------------------
  TAG Style
-------------------------------*/
/* Link */
a {
	text-decoration:underline;
	color:#555555;
}
a:hover {
	color:#177ff8;
}

/* Image */
img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

/* Paragraph */
p, ul, ol {
   margin: 0px;
   padding: 0px;
}
ul { list-style:none; }
ol { padding-left:20px; }
ol li { padding-bottom:7px; }
/* Form */
textarea {
	resize: none;
}
.font_kana { ime-mode: active; }
.font_eng { ime-mode: inactive; }
.font_dis { ime-mode: disabled; }

/*-------------------------------
  General Style
-------------------------------*/
.clear { clear: both; }
.posi_relative { position:relative; }
span.underline { text-decoration:underline; }
.pad_5px { padding:5px; }
.pr_0px {	padding-right:0px !important; }
.pl_5px {
	padding-left:5px;
	line-height:1;
}
.pt_7px {	padding-top:7px; }
.pb_5px {	padding-bottom:5px; }
.pb_10px { padding-bottom:10px; }
.pb_20px { padding-bottom:20px; }
.pb_30px { padding-bottom:30px !important; }
.pb_60px { padding-bottom:60px; }

.mb_40px { margin-bottom:40px; }

.height_150 {	height:150px; }

.align_right { text-align:right; }
.align_center {	text-align:center; }

/*-------------------------------
  FONTS
-------------------------------*/
.font_01 { color:#d34343; }
.font_02 { color:#6386ce; }
.font_03 { color:#5789b4; }
.font_04 { color:#5894ad; }
.font_05 { color:#555555; }
.font_06 { color:#fe8180; }
.font_07 { color:#d8f6ff; }
.font_08 { color:#5fa5c6; }
.font_09 { color:#ef7f32; }
.font_10 { color:#968e7a; }
.font_11 { color:#3e7cb8; }
.font_12 { color:#59639f; }
.font_13 { color:#cccccc; }

.font_bold { font-weight:bold; }
.font_normal { font-weight:normal; }
.font_myocho { font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
.fontsz_14 { font-size:14px; }
.fontsz_11 { font-size:11px; }
.fontsz_10 { font-size:10px; }

.strong_01 { font-size:16px; line-height:1.2; font-weight:normal; }

.txt_underline { text-decoration:underline; }
.txt_linethrough { text-decoration:line-through; }
.txt_marker {
	display: inline-block;
	background: linear-gradient(transparent 70%, #ffde5b 70%);
	padding: 0 1px;
	margin: 0 2px;
}

/*-------------------------------
  SPACE
-------------------------------*/
.space_5 {
	height:5px;
	line-height:5px;
	clear:both;
}
.space_10 {
	height:10px;
	line-height:10px;
	clear:both;
}
.space_15 {
	height:15px;
	line-height:15px;
	clear:both;
}