@charset "utf-8";
/*-----------------------------------------------------
	font
----------------------------------------------------**/
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: text-bottom;
}

/*-----------------------------------------------------
	clearfix
----------------------------------------------------**/
/* For modern browsers */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom: 1;
}

/*-----------------------------------------------------
	body
----------------------------------------------------**/
body {
    font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック', 'Yu Gothic Medium', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.7;
    color: #333333;
    font-size: 12px;
}

/*-----------------------------------------------------
	link
----------------------------------------------------**/
a:link {
    color: #333333;
    text-decoration: underline;
}

a:visited {
    color: #333333;
    text-decoration: underline;
}

a:hover {
    color: #EE7D17;
    text-decoration: none;
}

a:active {
    color: #EE7D17;
    text-decoration: none;
}

/*-----------------------------------------------------
	form
----------------------------------------------------**/
input[type="text"], select, textarea, input[type="submit"], button {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    background-color: #FFFFFF;
    padding: 4px 4px;
    color: inherit;
}

input[type="text"], select, textarea {
    padding: 4px 4px;
}

input[type="submit"], button, a.button {
    padding: 8px 16px;
    font-size: small;
    font-weight: 600;
    color: #666666;
}

/*-----------------------------------------------------
	header
----------------------------------------------------**/
#headerWrap {
    left: 0;
    top: 0;
    width: 100%;
    height: 82px;
}

#header {
    height: 82px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
}

#header .copy {
    font-size: 10px;
    padding: 12px 0 0 0;
}

#header .logo {
    padding: 7px 0 0 0;
    float: left;
}

/*-----------------------------------------------------
	footer
----------------------------------------------------**/
#footerWrap {
}

#footer {
    margin: 0 auto;
    padding: 20px 0;
    font-size: 12px;
    color: #666666;
    text-align: center;
}

/*-----------------------------------------------------
	main
----------------------------------------------------**/
#main {
    padding: 10px;
}

/*-----------------------------------------------------
	common
----------------------------------------------------**/
.content {
}

.contentTtl {
    font-size: 30px;
    margin: 20px 0;
    text-align: center;
}

.subTtl {
    border-bottom: 1px solid #E1E1E1;
    border-top: 3px solid #E1E1E1;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 10px 0;
    font-weight: bold;
}

.note {
    margin: 10px 0;
    font-size: 14px;
}

.must {
    color: #ff0000;
    padding: 0 5px;
}

.txtEx {
    color: #009900;
    font-size: 80%;
}

.txtRed {
    color: #ff0000;
}

.txtBlue {
    color: #0000FF;
}

.ui-autocomplete a {
    font-size: 14px;
}