@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead, th, 
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}



hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

table {
}
.fc-header-title {
	font-size: 20px;
	font-weight: normal;
}






/* ----------------------------------
----------------------------------

common

----------------------------------
---------------------------------- */
html {
  font-size: 62.5%;
}

/* common */
body{
	background-color:#FFF;
  color: #333;
  font-size: 1.2rem;
	overflow-x: hidden;
	width: 100%;
	height: auto;
}

.floatL{
	float:left;	
}

.floatR{
	float:right;	
}

.clearBoth{
	clear:both;	
}

.clearfix:after{
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{ height:1%; }
.clearfix{ display:block; }
/* End hide from IE-mac */


.hidden{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}






/* margin */
.mgt0{margin-top:0 !important;}
.mgt10{margin-top:10px !important;}
.mgt15{margin-top:15px !important;}
.mgt20{margin-top:20px !important;}
.mgt30{margin-top:30px !important;}
.mgt35{margin-top:35px !important;}
.mgt40{margin-top:40px !important;}
.mgt45{margin-top:45px !important;}
.mgt50{margin-top:50px !important;}
.mgt140{margin-top:140px !important;}

.mgb{margin-bottom:0 !important;}
.mgb10{margin-bottom:10px !important;}
.mgb20{margin-bottom:20px !important;}
.mgb25{margin-bottom:25px !important;}
.mgb30{margin-bottom:30px !important;}
.mgb35{margin-bottom:35px !important;}
.mgb40{margin-bottom:40px !important;}
.mgb50{margin-bottom:50px !important;}






/* padding */
.pdt0{padding-top:0 !important;}
.pdt10{padding-top:10px !important;}
.pdt15{padding-top:15px !important;}
.pdt20{padding-top:20px !important;}
.pdt30{padding-top:30px !important;}
.pdt40{padding-top:40px !important;}
.pdt45{padding-top:45px !important;}
.pdt50{padding-top:50px !important;}

.pdb0{padding-bottom:0 !important;}
.pdb10{padding-bottom:10px !important;}
.pdb15{padding-bottom:15px !important;}
.pdb20{padding-bottom:20px !important;}
.pdb25{padding-bottom:25px !important;}
.pdb30{padding-bottom:30px !important;}
.pdb40{padding-bottom:40px !important;}

.pdr0{padding-right:0 !important;}
.pdr10{padding-right:10px !important;}
.pdr15{padding-right:15px !important;}
.pdr20{padding-right:20px !important;}
.pdr25{padding-right:25px !important;}
.pdr30{padding-right:30px !important;}
.pdr40{padding-right:40px !important;}




/* position */
.ct{text-align: center !important;}
.rt{text-align: right !important;}
.lt{text-align: left !important;}


/* text */
p{
  margin-bottom: 1em;
}
strong, .bold{font-weight:bold;}
.large{ font-size:18px;}
.small{ font-size:12px; line-height:1.8em;}
@media (max-width: 640px) {
.small{ font-size:10px; line-height:1.4em;}
}
.text_blue{color: #5ca2db;}
.text_gray{ color:#999999;}
.text_red{ color:#df1838;}
.text_pink{ color:#e95a83;}

.txt_11{ font-size:11px; line-height:14px;}
.txt_13{ font-size:13px; line-height:18px;}
.txt_14{ font-size:14px; line-height:20px;}
.txt_16{ font-size:16px; line-height:22px;}
.txt_18{ font-size:18px; line-height:24px;}

/* link */
a:link, a:visited{	color:#333333;	text-decoration:none; outline: none;}
a:hover, a:active{	color:#333333;	text-decoration:none; outline: none; opacity: 0.7;}
a:hover img, a:active img{ opacity:0.7; filter:alpha(opacity=70); -ms-filter: "alpha( opacity=70 )"; -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;}
a.link_border:link, a.link_border:visited{	color:#5bafd8;	text-decoration:underline; outline: none;}
a.link_border:hover, a.link_border:active{	color:#5bafd8;	text-decoration:none; outline: none; opacity: 0.7;}
a.link_blue:link, a.link_blue:visited{	color:#5bafd8;	text-decoration:none; outline: none;}
a.link_blue:hover, a.link_blue:active{	color:#5bafd8;	text-decoration:none; outline: none; opacity: 0.7;}

a.link_arrow{
  position: relative;
}
a.link_arrow{
  position: relative;
  padding-left: 16px;
  color: #5BAFD8;
}
a.link_arrow:hover, a.link_arrow:active{
  opacity: 0.7;
}
a.link_arrow:before {
    border-right: 2px solid #5BAFD8;
    border-top: 2px solid #5BAFD8;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 6px;
    transform: rotate(45deg);
    width: 5px;
}
a.large.link_arrow:before{
  top: 8px;
}


.common_position_relative{
  position: relative;
}


.bg_gray{
  background-color: #f6f7f7;
}