@charset "utf-8";

/*===================================================
	1-1. Font (Yahoo UI Library Fonts CSS)
===================================================*/
body {
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table {
	font-size: inherit;
}

select, 
input, 
textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, 
code {
	font: 115% monospace;
	*font-size: 100%;
}


/*===================================================
	1-2. Reset Style
===================================================*/



fieldset,
img {
	border: 0;
	vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
h,
var { 
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after { 
	content: '';
}

abbr,
acronym {
	border: 0;
}

/*===================================================
	1-3. Text Style
===================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	display: inline;
}

pre {
	padding: 0.5em 10px; 
	border-left: 2px solid #eee;
	width: 95%;
	overflow: scroll;
	color: #3d4263;
	font-family: "Osaka－等幅", monospace;
}

pre[title]::before {
	margin-bottom: 0.4em;
	padding: 0 10px;
	display: block; 
	content: attr(title);
	color: black;
	background-color: #eee;
}

blockquote {
	margin: 1.5em 20px 1.5em 40px;
	padding: 1px; 
	background-color: #eeeeee;
}

blockquote * {
	color: #888888;
}

blockquote[title]::before {
	margin: 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #fff; 
}

blockquote[cite]::after {
	padding: 0.1em 20px;
	display: block; 
	content: attr(cite);
	color: #333333;
	text-align: right;
}

cite {
	display: block;
	color: #333333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	color: #FF0000;
}

code {
	font-family:  monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: monospace;
	text-transform: uppercase;
}



/*===================================================
	1-5. List Style
===================================================*/

ul,
ol,
dl {
	margin:0;
	list-style-position: outside;
}

li,
dt,
dd {
	font-size: 100%;
}

dt {
	font-weight: normal;
}

dd {
	margin:0;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
}




/*===================================================
					共通CSS
===================================================*/
#wrapper {
	width: 100%;
}
#wrapper img{
	width:100%;
}
.topBox .topContents {
	width: 100%;
	text-align: center;
	background-color: #fff5f6;
}
.topBox .conTitle {
	width: 80%;
	padding: 10%;
}
.topBox .conText {
	padding-bottom: 5%;
}
.topBox .text01 {
	font-size: 150%;
}
.topBox .text02 {
	font-size: 90%;
}
.menuBox {
	width: 100%;
	margin-bottom: 5%;
}
.menuBox .muneTitle {
	width: 20%;
	padding: 5% 40%;
	margin-bottom: 3%;
}
.menu {
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
}
.menuBox .menu li {
	width: 40%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 2%;
}
.shBox {
	width: 100%;
}
.shBox .shtitle {
	margin-bottom: 3%;
}
.shBox .shcon {
	width: 94%;
	padding: 0 3%;
	margin-bottom: 3%;
}
.shBox .shcon .minititle {
	margin-bottom: 3%;
}
.shBox .shcon .texta {
	padding-top: 2%;
	padding-bottom: 4%;
}
.texta2 {
	color: #F00;
	font-size: 0.8em;
}
.shBox .yTitle {
	width: 70%;
	padding-top: 2%;
	padding-left: 2%;
	margin-bottom: 4%;
}
.shBox .ycon {
	background-image: url(../img/shback.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.shBox .ycon .ycontitle{
	font-size: 2em;
}

.shBox .ycon p {
	padding: 5%;
	text-align: center;
	font-size: 1.0em;
}
.yconText {
	font-size: 1.4em
}
.flow {
	padding-bottom: 5%;
}
.shBox .ycon .texta {
	text-align: left;
}
.ycon_form {
	width: 50%; 
	padding-left: 25%;
	padding-right: auto;
	padding-top: 2%;
	padding-bottom: 10%;
}
.map {
	text-align: center;
	padding: 3% 0;
}
.shBox .texta {
	font-size: 1.2e.m;
	margin-left: 2%;
	padding-bottom: 3%;
}

/*===================================================
				会社概要 CSS
===================================================*/
#footer {
	background-color: #000;
	padding: 2%;
	text-align: center;
}
#footer li {
	color: #FFF;
	font-size: 20px;
	display: inline;
	list-style-type: none;
	margin-right: 6px;
	padding-left: 10px;
}
#footer li+li {
	border-left: 1px solid #FFF;
}