@charset "UTF-8";

/********************************
DEFAULT
*********************************/

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, 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:0px;
	padding:0px;
	outline: 0;
}

h1,h2,h3,h4,h5,h6,caption,address,th{
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:100%;
}

ul,ol,li,dl,dt,dd {
	list-style:none;
}

img,iframe {
	vertical-align:middle;
	border:0px;
}

img{
	line-height:0;
	font-size:0;
}

table {
	border-collapse:collapse;
}
th {
	font-weight: normal;
	text-align: left;
}

button,fieldset,form,input,label,legend,select,textarea{
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	font-size:100%;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

select{
	padding:2px;
}

input, select {
	font-size: 79%;
    vertical-align: middle;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

textarea {
	font-size: 99%;
}

input {
	vertical-align:middle;
}

label {
	padding:0 0 0 2px;
}

hr {
	display:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size:.01em;
	height:0;
	overflow:hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}

.clear {
	clear:both;
}
a {
    transition-property: all;
    transition: 0.2s linear;
}

a,
a:link {
	color:#000000;
	text-decoration:underline;
}

a:visited {
/*	color:#941D55;*/
}


a:hover,
a:active {
	color:#000000;
	text-decoration:none;
}



.m_b0 {
	margin-bottom:0px !important;
}

.m_b1 {
	margin-bottom:1px !important;
}

.m_b2 {
	margin-bottom:2px !important;
}

.m_b3 {
	margin-bottom:2px !important;
}

.m_b5 {
	margin-bottom:5px !important;
}

.m_b7 {
	margin-bottom:7px !important;
}

.m_b8 {
	margin-bottom:8px !important;
}

.m_b10 {
	margin-bottom:10px !important;
}

.m_b11 {
	margin-bottom:11px !important;
}

.m_b12 {
	margin-bottom:12px !important;
}

.m_b13 {
	margin-bottom:13px !important;
}

.m_b15 {
	margin-bottom:15px !important;
}

.m_b20 {
	margin-bottom:20px !important;
}

.m_b25 {
	margin-bottom:25px !important;
}

.m_b30 {
	margin-bottom:30px !important;
}

.m_b35 {
	margin-bottom:35px!important;
}

.m_b40 {
	margin-bottom:40px !important;
}

.m_b45 {
	margin-bottom:45px !important;
}

.m_b50 {
	margin-bottom:50px !important;
}

.m_b55 {
	margin-bottom:55px !important;
}
.m_b100 {
	margin-bottom:100px !important;
}

.m_t30 {
	margin-top:30px !important;
}
.m_r0 {
	margin-right:0 !important;
}

.p_b0 {
	padding-bottom:0 !important;
}
.p_b10 {
	padding-bottom:10px !important;
}

.center {
	text-align:center !important;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.bold {
	font-weight:bold;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #3C3A38;
    text-align: left;
    min-height: 100%;
    height: auto !important;
    position: relative;
    min-width: 1000px;
	font-size:16px;
	line-height: 1.6;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
	background-color: #f5f5f5;
}

/********************************
HEADER
*********************************/
header {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 9;
}
header .logo {
    width: 240px;
}
header .logo img {
    width: 100%;
		height: auto;
}

/********************************
FOOTER
*********************************/
footer {
    background: #363636;
    padding: 29px 0;
    text-align: center;
}
footer .logo {
    margin: 0 auto 30px auto;
    width: 160px;
}
footer .logo img {
    width: 100%;
		height: auto;
}
footer .txt {
    font-size: 12px;
    line-height: 1;
    margin: 0 0 15px 0;
}
footer .cp {
    line-height: 1;
    font-size: 12px;
}

/********************************
LAYOUT
*********************************/

/********************************
COMMON
*********************************/

a.is-over {
    transition-property: all;
    transition: 0.2s linear;
}
a.is-over:hover {
    opacity: 0.7;
}
.is-pc {
    display: block !important;
}
.is-sp {
    display: none !important;
}
.fmEx_wrap {
	  width: 650px;
	  margin: 40px auto 0 auto;
    background: #ffffff;
    padding: 30px 30px;
    box-sizing: border-box;
}
.fmEx-ttl {
		font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.fmEx-txt {
	  text-align: left;
		font-size: 14px;
}
@media (min-width: 896px) {
.fmEx-txt .is-br {
	  display: none;
}
}
@media (max-width: 896px) {

body {
    font-size: 14px;
    min-width: 320px;
}

/********************************
HEADER
*********************************/
header {
    top: 18px;
    left: 21px;
}
header .logo {
    width: 155px;
}

/********************************
FOOTER
*********************************/
footer {
    padding: 30px 0 35px 0;
}
footer .logo {
    margin: 0 auto 16px auto;
    width: 140px;
}
footer .txt {
    font-size: 10px;
    margin: 0 0 10px 0;
    line-height: 1.4;
}
footer .cp {
    font-size: 10px;
}

/********************************
LAYOUT
*********************************/

/********************************
COMMON
*********************************/

.is-pc {
    display: none !important;
}
.is-sp {
    display: block !important;
}
a.is-over:hover {
    opacity: 1;
}
.fmEx_wrap {
	  width: auto;
	  margin: 30px 20px 0 20px;
    padding: 20px 20px;
}
.fmEx-ttl {
		font-size: 14px;
    margin: 0 0 15px 0;
}
.fmEx-txt {
		font-size: 12px;
}

}
