@charset "utf-8";

/* modules.css */


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

.size_10 { font-size: 71.4%; }
.size_11 { font-size: 78.6%; }
.size_12 { font-size: 85.7%; }
.size_13 { font-size: 93%; }
.size_14 { font-size: 100%; }
.size_15 { font-size: 107%; }
.size_16 { font-size: 114.3%; }
.size_17 { font-size: 121.4%; }
.size_18 { font-size: 128.6%; }
.size_19 { font-size: 135.7%; }
.size_20 { font-size: 143%; }
.size_21 { font-size: 150%; }
.size_22 { font-size: 157%; }
.size_23 { font-size: 164%; }
.size_24 { font-size: 172%; }
.size_25 { font-size: 178.6%; }
.size_26 { font-size: 185.7%; }


/* --------------------------------------------------------
  section
-------------------------------------------------------- */

section {
	display: block;
	margin-bottom: 40px;
}

section.sectionThin {
	display: block;
	margin-bottom: 30px;
}

section.sectionWide {
	display: block;
	margin-bottom: 50px;
}

section.sectionDot {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
	background: #fff url(/assets/images/common/dot.gif) repeat-x left bottom;
	overflow: hidden;
}

.lead {
	display: block;
	margin: 0 0 30px 0;
}

.lead p,
section p {
	margin-bottom: 0.5em;
}


/* --------------------------------------------------------
  divide
-------------------------------------------------------- */

.divide {
	clear: both;
	display: block;
	*zoom: 1;
}

.divide:before,
.divide:after {
	content: " ";
	display: table;
}

.divide:after {
	clear: both;
}

.divide p:last-child {
	margin-bottom: 0;
}


/* --------------------------------------------------------
  mb
-------------------------------------------------------- */

.mbn { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }


/* --------------------------------------------------------
  attention
-------------------------------------------------------- */

.red {
	color: #ff0000;
}

.bold {
	font-weight: bold;
}

p.rm /*reference mark*/ {
	margin: 0 0 0.2em 1.0em;
	padding: 0;
	font-size: 85.7%;
	text-indent: -1.0em;
}

span.gAlphabet {
	letter-spacing: -1px;
}


/* --------------------------------------------------------
  inline list
-------------------------------------------------------- */

ul.inline li,
ul.entryNav li {
	display: inline;
}

ul.inline li ul {
	display: inline;
	padding: 0;
	margin: 0;
}


/* --------------------------------------------------------
  line dot
-------------------------------------------------------- */

.line {
	clear: both;
	padding: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	line-height: 1.0;
	height: 1px;
}

.dotline {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10pxt;
	height: 1px;
	line-height: 1.0;
	background: url(/assets/images/common/dot.gif) repeat-x;
}

.dotline hr,
.line hr {
	display: none;
}


/* --------------------------------------------------------
  image replacement
-------------------------------------------------------- */

a.replacement {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}


/* --------------------------------------------------------
  floating image
-------------------------------------------------------- */

.img {
	text-align: left;
}

.leftImg,
.rightImg {
	overflow: hidden;
	*zoom: 1;
}

.leftImg img {
	float: left;
	clear: left;
	margin: 0 1em 1em 0;
	padding: 0;
}

.rightImg img {
	float: right;
	clear: right;
	margin: 0 0 1em 1em;
	padding: 0;
}


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

.floatR {
	float: right;
}

.floatL {
	float: left;
}


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

.clear {
	clear: both;
}

.clearR {
	clear: right;
}

.clearL {
	clear: left;
}


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

.clearfix {
	*zoom: 1;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

#clearfix:before,
#clearfix:after {
	content: " ";
	display: table;
}

#clearfix:after {
	clear: both;
}

#clearfix {
	*zoom: 1;
}