@charset "UTF-8";
/* CSS Document */
/*==================================

　■reset

 *==================================*/
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, sub, sup, 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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 14px; /*基本サイズ*/
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Arial , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	background: #fff;
	word-break: normal;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
/* for IE6 */
* html body {
	font-size: 88%; /*14px */
}
/* for IE7 */
*:first-child+html body {
	font-size: 88%;/*14px */
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	color: #000;
	text-decoration: none;
	background: #ff9;
}
mark {
	color: #000;
	font-style: italic;
	font-weight: bold;
	background: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
input, select {
	vertical-align: middle;
}
img {
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}
p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 2;
	vertical-align: baseline;
	word-break: normal;
	word-wrap: break-word;
	border: 0;
	background: transparent;
	outline: 0;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* リンク画像マウスオーバー時に半透明 */
a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
/* フォームのリサイズを縦方向のみ許可 */
textarea {
	resize: vertical;
}
.box-link:hover {
	cursor: pointer;
}

/*==================================

　■common

 *==================================*/
 
 /** float
===================================*/
.clear {
	clear: both;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}

/** align
===================================*/
.align-c {
	text-align: center;
}
.align-r {
	text-align: right;
}
.align-l {
	text-align: left;
}

/** font
===================================*/
.font10 {font-size: 72%;}
.font11 {font-size: 79%;}
.font12 {font-size: 86%;}
.font13 {font-size: 93%;}
.font14 {font-size: 100%;}
.font15 {font-size: 108%;}
.font16 {font-size: 115%;}
.font17 {font-size: 122%;}
.font18 {font-size: 129%;}
.font19 {font-size: 136%;}
.font20 {font-size: 143%;}
.font21 {font-size: 150%;}
.font22 {font-size: 158%;}
.font23 {font-size: 165%;}
.font24 {font-size: 172%;}
.font25 {font-size: 179%;}
.font26 {font-size: 186%;}
.fontb {
	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;}

/*bottom*/
.mb0 { margin-bottom: 0px !important;}
.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;}
.mb50 { margin-bottom: 40px !important;}
.mb60 { margin-bottom: 40px !important;}
.mb70 { 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;}

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