@charset "utf-8";

/*----------------------------------------
	基本設定
----------------------------------------*/
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;}
	
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html{ font-size:16px; }

body{
	font: 16px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#333;
	-webkit-text-size-adjust:100%;
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
}


h1,h2,h3,h4,h5,h6 {font-size: 100%;}

img {border: 0;	vertical-align:top;}

strong {font-weight: bold;}

html body ruby {
		padding-bottom: 0.15em;
	}


/* リンク設定
------------------------------------------------------------*/
a{
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#313131;
}

a:link, a:visited {
	color: #4677d0;
}

a:hover, a:active{
	color: #4677d0;
	text-decoration: underline;
}


/*----------------------------------------
	clearfix
----------------------------------------*/

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/*¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */


/*----------------------------------------
	float
----------------------------------------*/

.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.img_float_l {
	float: left;
	margin: 0 10px 10px 0;
}

.img_float_r {
	float: right;
	margin: 0 0 10px 10px;
}

.img_center {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.center {
	width: 100%;
	text-align: center;
}

.right {
	width: 100%;
	text-align: right;
}


/*----------------------------------------
	font-size
----------------------------------------*/

.font12 {font-size: 77% !important;}
.font13 {font-size: 85% !important;}
.font15 {font-size: 108% !important;}
.font16 {font-size: 116% !important;}
.font17 {font-size: 123.1% !important;}
.font18 {font-size: 131% !important;}
.font19 {font-size: 138.5% !important;}
.font20 {font-size: 146.5% !important;}
.font21 {font-size: 153.9% !important;}
.font22 {font-size: 161.6% !important;}
.font23 {font-size: 167% !important;}
.font24 {font-size: 174% !important;}
.font25 {font-size: 182% !important;}
.font26 {font-size: 189% !important;}
.font27 {font-size: 197% !important;}

.cont .font68{ font-size:68px !important;}
.cont .font42{ font-size:42px !important;}

/*----------------------------------------
	color
----------------------------------------*/

.font_blue {color:#4e8ccf;}

.font_red {color:#ff3d4c;}

.font_orange {color:#ff670a;}


.bgred {background-color: #f25a5a;}
.bgblue {background-color: #007ab9;}
.bgorange {background-color: #ffa068;}
.bggreen {background-color: #62a246;}
.bggray {background-color: #737477;}

.borderred {border:4px solid #f25a5a; box-sizing:border-box;}
.borderblue {border:4px solid #007ab9; box-sizing:border-box;}
.borderorange {border:4px solid #ffa068; box-sizing:border-box;}
.bordergreen {border:4px solid #62a246; box-sizing:border-box;}
.borderggray {border:4px solid #737477; box-sizing:border-box;}

.fontred {color: #f25a5a;}
.fontblue {color: #007ab9;}
.fontorange {color: #ffa068;}
.fontgreen {color: #00c068;}
.fontwhite {color: #ffffff;}

/*----------------------------------------
	weight
----------------------------------------*/

.bold {	font-weight:bold;}

/*----------------------------------------
	margin
----------------------------------------*/

/*top*/

.mt05{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}
.mt40{ margin-top: 40px !important;}
.mt50{ margin-top: 50px !important;}


/*bottom*/
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}


/*right*/
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}


/*left*/
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}






/* 画像に白い半透明のマウスオーバー
--------------------------------------------------------- */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}




/* ルビ
--------------------------------------------------------- */
rt{ font-size:0.5em; z-index:1000;}
.cont-table th h1 rt{font-size:0.25em;}
.cont-table th span rt{font-size:0.5em;}
.waku h1 rt {font-size:0.25em;}
.waku rt{font-size:0.5em;}
.waku span rt{font-size:0.5em;}
.cont p rt{font-size:0.5em;}

