@charset "utf-8";
/* ------------------------------------------- CSS Information
 File Name:      default.css
 Author:         Your Name (admin)
 Style Info:     ブラウザスタイルのリセットと基本設定
----------------------------------------------------------- */

/* ----------------------- Browser Default Initialization */

html {
    margin: 0px;
    padding: 0px;
    FONT: inherit;
    VERTICAL-ALIGN: baseline;
}

body {
    margin: 0px;
    padding: 0px;
    FONT: inherit;
    VERTICAL-ALIGN: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

object, embed {
    vertical-align: top;
}
/*hr, */legend {
    display: none;
}

hr {
    background-image: url("../img/dotted.gif");
    background-repeat: repeat-x;
    border: 0 none;
    clear: both;
    height: 1px;
    padding-top: 10px;
}

img, abbr, acronym, fieldset {
    BORDER-BOTTOM: 0px;
    BORDER-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    FONT: inherit;
    VERTICAL-ALIGN: baseline;
    BORDER-TOP: 0px;
    BORDER-RIGHT: 0px;
    PADDING-TOP: 0px;
}

li {
    list-style-type: none;
}

p, dd, blockquote {
    /*text-align: justify;*/
    text-justify: inter-ideograph;
}
/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
    font-family: "hiragino kaku gothic pro",meiryo,"ms pgothic","lucida grande",tahoma,verdana,arial,sans-serif;
    background: #f6f4ee;
    color: #333;
    font-size: 75%;
    line-height: 150%;
}

html>/**/body {
    font-size: 8pt;
}

* + html body {
    font-family: "hiragino kaku gothic pro",meiryo,"ms pgothic","lucida grande",tahoma,verdana,arial,sans-serif;
}
/* ------------ A Style */
a:link {
    text-decoration: none;
    color: #3ea8f2;
}

a:visited {
    text-decoration: none;
    color: #3ea8f2;
}

a:hover {
    color: #0D7DC8;
}

a:active {
    color: #0D7DC8;
}

/* ------------ LAYOUT */

.cl {
    clear: both;
}

.cl_r {
    clear: right;
}

.cl_l {
    clear: left;
}

.fl_n {
	float: none !important;
}

.fl_r {
    float: right;
}

.fl_l,.f_left {
    float: left;
}

.ta_r {
    text-align: right;
}

.ta_l {
    text-align: left;
}

.ta_c {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.fSize8 {
    font-size: 8pt;
}


.fSize95 {
    font-size: 9.5pt;
}

.mt4 {
    margin-top: 4px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mr4 {
    margin-right: 4px !important;
}

.mr8 {
    margin-right: 8px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb8 {
    margin-bottom: 8px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb4 {
    margin-bottom: 4px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.p0 {
    padding: 0 !important;
}

.p8 {
    padding: 8px !important;
}
.flex{
	display:flex
}

/*エンドライン 2013年5月22日追加*/
.gray_line {
	clear:both;
	height:1px;
	border:none 0px;
	border-top:1px solid #ccc;
}