@charset "UTF-8";
/* -------------------- reset start -------------------- */
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
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
nav ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/* -------------------- reset end -------------------- */

/* -------------------- common start -------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #000;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
}
a:link {
	text-decoration: none;
    color:#19447f;
    
}
a:visited {
	text-decoration: none;
    color:#19447f;
}
a:hover {
	text-decoration: underline;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
    color:#19447f;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a img:hover {
	opacity: 0.8;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.inner {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.fa:after {
	content: "\00a0";
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.pagetop a {
	display: block;
	background-color: #8c0038;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	padding: 5px 10px;
}
.pagetop a:hover {
	display: block;
	background-color: #a50042;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	padding: 5px 10px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.pagetop .fa:after {
	content: "";
}
/* -------------------- common end -------------------- */

/* -------------------- gnav start -------------------- */
#container {
}
#gnav {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #19447f;
	width: 100%;
	position: fixed;
	z-index: 999;
	box-shadow: 0px 1px 2px #333;
}
#gnav ul li {
	width: 20%;
	box-sizing: border-box;
	vertical-align: middle;
    line-height: 1;
}
#gnav ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
#gnav ul li a:hover {
	color: #ffc;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}
#gnav ul li a .fa:after {
	content: "";
}
.gnavtxt {
	font-size:10px;
}
/* -------------------- gnav end -------------------- */

/* -------------------- header start -------------------- */
#header {
    line-height: 1.6;
	padding-top: 80px;
}
#header h1 {
	font-size:54px;
    color:#19447f;
	text-shadow: 1px 1px 5px #fff;
    font-weight: normal;
    letter-spacing: 5px;
}
#header p {
	font-size:36px;
    color:#a50042;
	text-shadow: 1px 1px 5px #fff;
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

/* -------------------- header end -------------------- */

/* -------------------- contents start -------------------- */
.contents {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
#about, #works {
	background-color: #f5f7fa;
}
#service, #contact {
	background-color: #ebeff5;
}
.contents section h2 {
	font-size: 36px;
	color: #19447f;
	text-shadow: 0px 1px 0px #ffffff;
	margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: 5px;
    line-height: 1.6;
}
.contents section h3 {
	font-size: 24px;
	color:#8c0038;
	letter-spacing: 1px;
	text-shadow: 0px 1px 0px #fafafa;
	margin-bottom: 10px;
    font-weight: normal;
    line-height: 1.6;
}
.contents section p {
	line-height: 1.6;
	margin-bottom: 1em;
}
/* -------------------- contents end -------------------- */

/* -------------------- attention start -------------------- */

#attention h2 {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1.6;
    font-weight: bold;
    color: #a50042;
    margin-bottom: 10px;
}
#attention p {
	font-size: 15px;
}
#attention a {
	color: #666;
}
#attention a:hover {
	color: #888;
}
/* -------------------- attention end -------------------- */

/* -------------------- about start -------------------- */

#gaiyou {
	margin-top: 20px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 20px;
	background-color: #fff;
	box-sizing: border-box;
}
#gaiyou tr {
	line-height: 1.8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
#gaiyou tr:last-child {
	border-bottom: none;
}
#gaiyou th {
	width: 17%;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
	color: #19447f;
    vertical-align: middle;
}
#gaiyou td {
	width: 83%;
	padding: 10px;
	margin-bottom: 10px;
}
/* -------------------- about end -------------------- */

/* -------------------- service start -------------------- */
#price {
	max-width: 450px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	padding:15px;
	padding-bottom:5px;
	border: 2px dotted #888;
	background-color: #fcfcfc;	
}
#priceTitle {
	text-align:center;
	font-size:17px;
	text-shadow: 0px 1px 0px #ffffff;
}
/* -------------------- service end -------------------- */



/* -------------------- contact start -------------------- */
#contactForm {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 30px;
}
#contactForm dt {
	margin-bottom: 5px;
}
#contactForm dd {
	margin-bottom: 20px;
}
#name,#email,#company,#tel,#zipcode,#address {
	width: 280px;
}
#txtform {
	width: 280px;
	height: 200px;
}
/* -------------------- contact end -------------------- */

/* -------------------- footer start -------------------- */
#footer {
	width: 100%;
	background-color: #19447f;
    color: #fff;
    padding-top: 30px;
	padding-bottom: 30px;
    line-height: 1.6;
}
#footer h4 {
	font-size: 18px;
    letter-spacing: 5px;
}
#footer p {
	font-size: 15px;
    margin-top: 20px;
}
#footer p small {
	font-size: 12px;
}
/* -------------------- footer end -------------------- */

/* -------------------- responsive start -------------------- */
@media only screen and (max-width : 989px) {

}
@media only screen and (max-width : 767px) {
.displayNone {
	display: none;
}
#header h1 {
	font-size:26px;
}
#header p {
	font-size:18px;
}

.contents section h2 {
	font-size: 24px;
}
.contents section h3 {
	font-size: 18px;
}
}
 @media only screen and (max-width : 479px) {
#header h1 {	
	text-align: left;
} 
#header p {	
	text-align: left;
} 

.contents section h3 {
	text-align: left;
}
.contents section p {
	text-align: left;
}
}
/* -------------------- responsive end -------------------- */

/* -------------------- print start -------------------- */
@media print {
#gnav {
	display: none;
}
#about, #service, #works, #contact {
	background-color: #fff;
}
}
/* -------------------- print end -------------------- */
