@charset "utf-8";

/*- Table Of Contents -------------------
	1.Semantic
	2.Layout Class
	3.List(ul,ol)
	4.Form
---------------------------------------*/

/*--------------------------------------
	Semantic
--------------------------------------*/

a{ text-decoration: underline; }
a:link {  }
a:visited {  }
a:hover, a:focus { text-decoration: none; }

strong {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.important,
.mark_required {
	color: #f00;
}

.important2 {
	font-size: 110%;
}

.important3 {
	font-size: 115%;
	font-weight: bold;
	color: #f00;
}

.color_water {
	color: #09f;
}
.color_pink {
	color: #ff3269;
}
.color_green {
	color: #093;
}

.color_gray {
	color: #aaa;
}

.bgcolor_orange {
	background-color: #fed;
}

.t_small {
	font-size: 80%;
}

a.link_blank {
	padding-left: 18px;
	background: url("/img/icon_blank.gif") no-repeat left center;
}

a.link_pdf {
	padding-left: 18px;
	background: url("/img/icon_pdf2.gif") no-repeat left center;
}

/*--------------------------------------
	Layout Class
--------------------------------------*/
.t_right {
	text-align: right;
}
.t_left {
	text-align: left;
}
.t_center {
	text-align: center;
}

.right {
	display: inline;
	float: right;
}
img.right {
	display: inline;
	float: right;
	margin: 0 0 15px 15px;
}

.left {
	display: inline;
	float: left;
}
img.left {
	display: inline;
	float: left;
	margin: 0 15px 15px 0;
}

.clear {
	clear: both;
}

.indent {
	text-indent: 1em;
}

.margin_top {
	margin-top: 1em;
}
.margin_top2 {
	margin-top: 2em;
}
.margin_top3 {
	margin-top: 3em;
}

.margin_bottom {
	margin-bottom: 1em;
}
.margin_bottom2 {
	margin-bottom: 2em;
}
.margin_bottom3 {
	margin-bottom: 3em;
}


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}


/* .imgframe */
span.imgframe {
	display: inline-block;
	box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.4);
	margin: 7px 5px 6px 15px;
}

span.imgframe img {
	padding: 3px;
	vertical-align: top;
	border: 1px solid #bbb;
	background: #fff;
}

/*--------------------------------------
	List(ul,ol)
--------------------------------------*/
section ol li,
section ul li {
	margin-left: 1em;
}

ul.intext,
ol.intext,
section ul,
section ol {
	margin-left: 0.5em;
}

section ul.nomarker li, 
section ol.nomarker li {
	list-style-type: none;
	margin-left: 0;
}


/*--------------------------------------
	Form
--------------------------------------*/
label input {
	margin-right: 0.3em;
}

.btn_large {
	margin-right: 11px;
	padding: 2px 15px 2px 25px;
	font-size: 120%;
	letter-spacing: 10px;
}
