@charset "UTF-8";
/* CSS Document */
/* =====================================================================*
*    INDEX*
*    1. Yahoo UI Library Reset CSS
*    2. Basic Format
*    3. Basic Font Format
*    4. Basic Hyperlink Format
*    5. others
*
* =================================================================== */
/* =====================================================================
*
*    1. Yahoo UI Library Reset CSS
*    Copyright (c) 2007, Yahoo! Inc. All rights reserved.
*    Code licensed under the BSD License:
*    http://developer.yahoo.net/yui/license.txt
*    version: 2.3.1
*
* =================================================================== */
figure{
	margin: 0;
	padding: 0;
}
img{
-webkit-backface-visibility: hidden;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	word-break: break-all;
}

table {
	border-collapse: collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}



/* =====================================================================
*
*    2. Basic Format*
* 
=================================================================== */
/*
html {
font-size:10px;
  font-size: 100%;
}
*/
/*// 600px闔会ｽ･鬮ｯ髦ｪﾂｰ郢ｧ蟲ｨﾂ・ｽ100px邵ｺ譁絶・邵ｺ・ｫ1px陞滂ｽｧ邵ｺ髦ｪ・･邵ｺ・ｪ郢ｧ・ｽ
陜難ｽｺ隴幢ｽｬ郢晁ｼ斐°郢晢ｽｳ郢晏現縺礼ｹｧ・､郢ｧ・ｺ+郢晁ｼ斐°郢晢ｽｳ郢晏現縺礼ｹｧ・､郢ｧ・ｺ邵ｺ・ｮ陝ｾ・ｮ*繝ｻ・ｽ100vw-隴崢陝・ｸ翫Ω郢晢ｽｩ郢ｧ・ｦ郢ｧ・ｶ郢ｧ・ｵ郢ｧ・､郢ｧ・ｺ繝ｻ・ｽ/郢晄じﾎ帷ｹｧ・ｦ郢ｧ・ｶ郢ｧ・ｵ郢ｧ・､郢ｧ・ｺ邵ｺ・ｮ陝ｾ・ｮ
郢晁ｼ斐°郢晢ｽｳ郢晏現縺礼ｹｧ・､郢ｧ・ｺ邵ｺ・ｯ郢昜ｻ｣繝ｻ郢ｧ・ｻ郢晢ｽｳ郢昴・繝ｻ郢ｧ・ｸ邵ｺ・ｯ郢ｧ・ｵ郢晁ｼ斐＜郢晢ｽｪ陝・ｽｾ驕ｲ・ｽ
*/
/*/
@media (min-width: 600px) {
  html {
    font-size: calc(93.7% + 3 * (100vw - 600px) / 400);
  }
}
*/
/*// 1,000px闔会ｽ･闕ｳ鄙ｫ繝ｻ邵ｲ・ｽ22px邵ｺ・ｫ*/
/*/
@media (min-width: 1000px) {
  html {
    font-size: calc(106.2%);
  }
}
*/
* {
	font-size: 101%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;

}
img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

/*マウスオーバー*/
a img {
transition: 1.0s ;
}

a img:hover {
opacity: 0.5 ;
}


p {
	font-feature-settings: "palt";
	line-height: 1.7em;
}
abbr {
	border: none;
}

p.btn_l a,
p.btn a{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important;
}

.gothic{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important;
}
/* =====================================================================
*
*    3. Basic Font Format
*
* =================================================================== */
/* ---------------------------------
*    Font Family
*/
body {
		font-size: 16px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	color: #333;
}


;;
body {
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
*:first-child+html body {
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;

}
* html body {
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;

}


/* =====================================================================
*
*    4. Basic Hyperlink Format
*
* =================================================================== */
/* \*/ a {
	outline:none;
	overflow:hidden;
} /**/
/* \*/ a:focus {
	outline:none;
	overflow:hidden;
} /**/
a {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a.altText:hover {
	background-color: transparent;
}
/*鬩包ｽｸ隰壽ｧｭ繝ｦ郢ｧ・ｭ郢ｧ・ｹ郢晏現繝ｻ豼ｶ・ｲ陞溽判蟲ｩ郢晢ｽ｢郢ｧ・ｸ郢晢ｽｩ霑｢・ｬ髢ｾ・ｪ*/
::-moz-selection {
 background: #ccc;
}
::selection {
 background: #ccc;
}
/*郢晢ｽｪ郢晢ｽｼ郢晏ｳｨﾎ皮ｹｧ・｢*/
a.more:after {
	content:"\00BB";
	font-weight:bold;
}
/* =====================================================================
*
*    5. others
*
* =================================================================== */
/*繧ｯ繝ｪ繧｢繝輔ぅ繝・け繧ｹ*/
.clearfix::after {
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0;
	line-height: 0;
}
.clearfix {
	min-height:1px;
}
* html .clearfix {
	height:1px;
}
/*DW逕ｨ縺翫∪縺倥↑縺�*/



.clearfix + * {
	clear: both;
}

.align_c{
	text-align: center;	
}

/*biggerlinkjs騾包ｽｨ*/

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

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

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

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

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

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

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

.ma_60 {
margin-bottom: 60px!important;
}

.ma_80 {
margin-bottom: 80px!important;
}

.ma_100 {
margin-bottom: 100px!important;
}