﻿@charset "utf-8";

/* ------------------------------------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;

	padding: 0;
	margin: 0;
	border: 0px solid #000000;
}


html {
	overflow-y: scroll;
}

body {
	margin: 0px auto 0px auto;

	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto,
	             "Meiryo UI", "メイリオ", Meiryo,
	             "ＭＳ Ｐゴシック", "MS PGothic",
	             "游ゴシック", "Yu Gothic",
	             "游ゴシック体", "YuGothic",
	             "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
	             sans-serif;

	-webkit-text-size-adjust: 100%;
}

/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix {
	display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* ------------------------------------------------------------------------- */

body {
	width: 800px;
	background-color: #ffffff;
	margin: 20px auto 20px auto;

	letter-spacing: 2px;
}

/* ------------------------------------------------------------------------- */

#header {
	margin-bottom: 20px;
}

#logo {
	padding-bottom: 20px;
	margin-bottom: 8px;

	border-bottom: 2px solid #002060;
}

#header h1 {
	padding-left: 25px;
	position: absolute;
}

#header p {
	height: 42px;
	padding-top: 15px;
	text-align: right;

	font-size: 20px;
	font-weight: normal;
	color: #11B55B;
}

#header h2 {
	padding-left: 20px;

	font-size: 17px;
	font-weight: bold;
	color: #002060;
}

/* ------------------------------------------------------------------------- */

#specialty {
	width: 600px;
	margin: 0px auto 20px auto;

	font-size: 20px;
}

#specialty p {
	margin-bottom: 18px;

	color: red;
}

#specialty ul {
	margin-left: 8px;

	line-height: 38px;

	list-style-position: inside;
}

/* ------------------------------------------------------------------------- */

#info {
	clear: both;
}

/* ------------------------------------------------------------------------- */

#business {
	float: right;

	width: 400px;
	margin-right: 15px;

	font-size: 13px;
}

#business h2 {
	padding-bottom: 4px;
//	margin-right: 40px;
	margin-bottom: 10px;

	font-size: 16px;
	font-weight: normal;
//	font-weight: bold;

	border-bottom: 1px solid #000000;
}

#business h2:before {
	margin-right: 0.1em;

	font-size: 24px;
	content: '□';
}

#business ul {
//	margin-left: 1.2em;
	margin-bottom: 4px;

	list-style-type: decimal;
	list-style-position: inside;
}

#business li p {
	display: inline-block;
	vertical-align: top;
	width: 370px;

	margin-top: -1px;
	margin-bottom: 5px;
}

#recruit {
	color: red;
}

#recruit:before {
	content: '※';
}

/* ------------------------------------------------------------------------- */

#profile {
	float: left;

	width: 365px;
	margin-top: 20px;
	margin-right: 10px;

	font-size: 13px;

	letter-spacing: 1px;
}

#profile dl {
	line-height: 24px;
}

#profile dt {
	float: left;

	width: 100px;
/* not work Chrome
	display: list-item;
	list-style-type: "□";
	list-style-position: inside;
*/
}

#profile dd {
	float: left;
}

#profile dt:before {
	display: inline-block;

	margin-right: 2px;
	margin-top: -3px;

	font-size: 20px;
	content: '□';
}

/* ------------------------------------------------------------------------- */

#footer {
	margin-top: 40px;
}

#footer p {
	font-size: small;
	text-align: center;
}

/* ------------------------------------------------------------------------- */
