@charset "utf-8";
/* ===================================================================
CSS information
 file name  : default.css
 style info : リセット及び初期設定 (基本的に変更しない)
=================================================================== */

/* reset */
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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
    vertical-align: bottom;
	box-sizing: border-box;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #fa5aa0;
    margin: 2em 0;
    padding: 0;
}
input, select, textarea {
    vertical-align: middle;
	outline: none;
}
a:focus {
	outline: none;
}
html {
	overflow-y: scroll;
}

/* clearfix */
.clearfix {display: inline-block;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* --Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}

div:after,
dl:after,
ul:after {
	content: "";
	display: block;
	clear: both;
}
.uc-footer-company-nav *::after {
  content: none;
}


/* ------------------------------------------------------------------- */

/* body-font */
body {
	font-size: 14px;line-height: 1;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;
}

/* font */
.txtcenter {text-align: center;}
.txtleft {text-align: left;}
.txtright {text-align: right;}
.b {font-weight: bold;}
.indent1 {padding-left: 1em;text-indent: -1em;text-align: left;}

/* fontcolor */
.tc_pink {color: #fa5aa0;}
.tc_purple {color: #e6aae6;}
.tc_orange {color: #ffa082;}
.tc_green {color: #53d3c2;}
.tc_yellow {color: #c3b978;}

/* position */
.left {float: left;}
.right {float: right;}
.center {margin: 0px auto;}
.top {vertical-align: top;}
.bottom {vertical-align: bottom;}
.middle {vertical-align: middle;}
