@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,
a:link {
	color:#333;
	text-decoration:underline;
}
a:visited {
/*	color:#941D55;*/
}
a:hover,
a:active {
	color:#333;
	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_b60 {
	margin-bottom:60px !important;
}
.m_b65 {
	margin-bottom:65px !important;
}
.m_b70 {
	margin-bottom:70px !important;
}
.m_b75 {
	margin-bottom:75px !important;
}
.m_b80 {
	margin-bottom:80px !important;
}
.m_b85 {
	margin-bottom:85px !important;
}
.m_b90 {
	margin-bottom:90px !important;
}
.m_b100 {
	margin-bottom:100px !important;
}
.center {
	text-align:center !important;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.bold {
	font-weight:bold;
}
html {
	height:100%;
	overflow-y:scroll;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
    min-height:100%;
    min-width: 1280px;
    height:auto;
    position:relative;
	-webkit-text-size-adjust: none;
	background: #ffffff;
     color:#292929;
    font-size:18px;
    line-height: 1.8;
}
.com_pc {
	display:block;
}
.com_sp {
	display:none;
}
.com_pc_in {
    display:inline;
}
.com_sp_in {
    display:none;
}
/*************
header
***************/
.main_top{
    border-bottom: 1px solid #4f4f4f;
}
.main_topin{
    width:950px;
    height:59px;
    margin: 0 auto;
    display: table;
    letter-spacing: -.4em;
}
.main_topin .logo{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    letter-spacing: normal;
}
.main_topin .top_img{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    letter-spacing: normal;
}
/*************
footer
***************/
.footlbox{
    width: 950px;
    padding: 0 0 20px 0;
    font-size: 16px;
    margin: 0 auto;
}
.footl_lgt{
    float: left;
}
.footl_rgt{
    float: right;
    font-style: normal;
}
.fot_lnk {
    float: left;
    text-align: left;
    margin: 0 30px 0 0;
}
.fot_lnk a {
    color: #000000;
}
.footl_lgt a:link {
    text-decoration: none;
}
.fot_lnk a:hover {
    text-decoration: none;
}