@charset "utf-8";
/* CSS Document */
 
html {
   overflow-y: scroll;
   color: #000;
   background: #fff;
}
 
body {
	margin: 0;
	padding: 0;
	font: 14px/1.7 "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	*font-size: small;
	*font: x-small;
	color: #666;
}
body#tinymce {
	color:#666 !important;
}
#edit-slug-box {
	color:#f00;
}

h1, h2, h3, h4, h5, h6 {
   font-size: 100%;
   font-weight: normal;
}
img {
	border:none;
	vertical-align:bottom;
} 
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
   margin: 0;
   padding: 0;
}
 
select, input, button, textarea {
   font: 99% verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  *font-size: 100%;
}
 
table {
   border-collapse: collapse;
   border-spacing :0;
   font-size: inherit;
   font: 100%;
}
 
address, caption, cite, code, dfn, em, th, var {
   font-style: normal;
   font-weight: normal;
}
 
pre, code, kbd, samp, tt {
   font-family: monospace;
  *font-size: 108%;
   line-height: 100%;
}
 
abbr, acronym {
   border: 0;
   font-variant: normal;
}
 
ol, ul {list-style: none;}
 
caption, th {text-align: left;}
 
fieldset, img {border: 0;}
 
legend {color: #000;}
 
sup {vertical-align: text-top;}
 
sub {vertical-align: text-bottom;}
 
q:before, q:after {content: '';}

/*floatキャンセル*/
.clearfix:after{/*新しいブラウザ用*/
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/*IE用*/
.clearfix{ display:inline-table;clear:both; }
/*Mac-IE用\*/
*html .clearfix{ height:1%;clear:both; }
.clearfix{ display:block;clear:both; }

a:link {
	color: #05A1E8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #05A1E8;
}
a:hover {
	text-decoration: none;
	color: #05A1E8;
}
a:active {
	text-decoration: none;
	color: #05A1E8;
}

/* OPTION
------------------------------------------*/

.fl_R {
	float: right;
}
.fl_L {
	float: left;
}



.text_R {
	text-align:right;
}

.text_L {
	text-align:left;
}

.text_C {
	text-align:center;
}



.pa_T5 {
	padding-top: 5px;
}
.pa_T10 {
	padding-top: 10px;
}
.pa_T20 {
	padding-top: 20px;
}
.pa_T30 {
	padding-top: 30px;
}
.pa_R5 {
	padding-right: 5px;
}
.pa_R10 {
	padding-right: 10px;
}
.pa_R20 {
	padding-right: 20px;
}
.pa_R30 {
	padding-right: 30px;
}
.pa_L5 {
	padding-left: 5px;
}
.pa_L10 {
	padding-left: 10px;
}
.pa_L20 {
	padding-left: 20px;
}
.pa_L30 {
	padding-left: 30px;
}
.pa_B5 {
	padding-bottom: 5px;
}
.pa_B10 {
	padding-bottom: 10px;
}
.pa_B20 {
	padding-bottom: 20px;
}
.pa_B30 {
	padding-bottom: 30px;
}
.pa_B50 {
	padding-bottom: 50px;
}
.pa_5 {
	padding: 5px;
}
.pa_10 {
	padding: 10px;
}
.pa_20 {
	padding: 20px;
}
.pa_30 {
	padding: 30px;
}
.pa_T30B30{
	padding:30px 0px 30px 0px;
}
.pa_0 {
	padding: 0px;
}
.ma_0 {
	margin: 0px;
}
.ma_5 {
	margin: 5px;
}
.ma_10 {
	margin: 10px;
}
.ma_20 {
	margin: 20px;
}
.ma_30 {
	margin: 30px;
}
.ma_B20 {
	margin-bottom: 20px;
}
.ma_T20 {
	margin-top: 20px;
}


.font-red {
	color:#F00;
}
.font_l {
	font-size: 18px;
}

div#sec_r div.pa_20 .aboutUs{
	float:right;
	width:175px;
	height:auto;
	border:3px solid #e2e2e2;
	box-sizing: border-box;
	margin:0px 0px 0px 0px;
}

div#sec_r div.pa_20 .aboutUsNoborder{
	float:right!important;
	width:175px!important;
	height:auto!important;
	box-sizing: border-box!important;
	margin:0px 0px 0px 0px!important;	
}
