@charset "utf-8";

/************************************************************************************
RESET
*************************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
    	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

*{
	zoom:1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow: auto;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
	border:none;
	background:none;
}

ol, ul, li{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

img, fieldset {
	border: 0;
}


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
	font: 16px 'Hiragino Kaku Gothic Pro',Meiryo,"Helvetica Neue",sans-serif;
	color: #444;
	min-width:1100px;
	word-break: break-all;
}

a {
	color:#444;
}
a:hover {
	color:#96a2b8;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	text-decoration:none;
}

.st a {
	color: #3375ad;
	font-weight:bold;
	text-decoration:none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.st a:hover {
	color:#96a2b8;
}


/************************************************************************************
GENERAL
*************************************************************************************/
#wrap {
	position:relative;
	margin: 0 auto;
}

.inner {
	width:1000px;
	margin:0 auto;
	position:relative;
}


.sp {
	display:none;
}


/************************************************************************************
HEADER
*************************************************************************************/
#header {
	background:#fff url(../images/head_bg.png) repeat-x;
	position: relative;
	padding:5px 0 10px;
	z-index: 99999 !important;
	font-size:12px;
	border-bottom:4px solid #edf1f9;
	height:75px;
}
#header a {
	color:#1c293a;
	text-decoration:none;
	font-weight:bold;
}
#site-title {
	float:left;
	padding-top:30px;
}
h1#logo {
	float:left;
	margin-right:10px;
}
h1#logo p {
	float:left;
}
h1#logo .nifty {
	width:81px;
}
h1#logo .hansoku {
	width:292px;
}
#description {
	float:left;
	color:#96a2b8;
	margin-top:5px;
	letter-spacing:0.05em;
}
#header .contact {
	float:right;
	text-align:right;
	padding-top:10px;
}
#header #tel {
	float:left;
	margin:7px 10px 0;
}
#header .contact .btn {
	float:left;
	margin-top:5px;
}


/************************************************************************************
GNAV
*************************************************************************************/
#gnav {
	width:1000px;
	margin:0 auto;
}
#gnav li {
	float:left;
	width:200px;
	text-align:center;
	line-height:16px;
}
#gnav li a {
	display:block;
	padding:20px 0;
	color:#1c293a;
	text-decoration:none;
	font-weight:bold;
}
#gnav li a span {
	color:#96a2b8;
	font-size:12px;
}
#gnav li a.current,
#gnav li a.current span,
#gnav li a:hover,
#gnav li a:hover span {
	color:#fff;
}
#gnav li.about a {
	background:url(../images/gnav_bg1.png) left top no-repeat;
}
#gnav li.production a {
	background:url(../images/gnav_bg2.png) left top no-repeat;
}
#gnav li.example a {
	background:url(../images/gnav_bg3.png) left top no-repeat;
}
#gnav li.faq a {
	background:url(../images/gnav_bg4.png) left top no-repeat;
}
#gnav li.point a {
	background:url(../images/gnav_bg5.png) left top no-repeat;
}
#gnav li.about a.current,
#gnav li.about a:hover {
	background:#e3c94a url(../images/gnav_bgw.png) left top no-repeat;
}
#gnav li.production a.current,
#gnav li.production a:hover {
	background:#f26b61 url(../images/gnav_bgw.png) left top no-repeat;
}
#gnav li.example a.current,
#gnav li.example a:hover {
	background:#479aef url(../images/gnav_bgw.png) left top no-repeat;
}
#gnav li.faq a.current,
#gnav li.faq a:hover {
	background:#79ce41 url(../images/gnav_bgw.png) left top no-repeat;
}
#gnav li.point a.current,
#gnav li.point a:hover {
	background:#a687e3 url(../images/gnav_bgw.png) left top no-repeat;
}

/************************************************************************************
BREAD-CRUMB
*************************************************************************************/
#production #breadcrumb {
	background:#f26b61;
	padding:2px 0;
}
#example #breadcrumb {
	background:#479aef;
	padding:2px 0;
}
#faq #breadcrumb {
	background:#79ce41;
	padding:2px 0;
}
#column #breadcrumb {
	background:#a687e3;
	padding:2px 0;
}
#contact #breadcrumb {
	background:#18b57c;
	padding:2px 0;
}
#plane #breadcrumb {
	background:#444;
	padding:2px 0;
}
#breadcrumb li {
	float:left;
	background:url(../images/bread_arrow.png) right center no-repeat;
	padding-right:20px;
	margin-right:10px;
	color:#fff;
	font-size:13px;
}
#breadcrumb li:last-child {
	background:none;
	padding:0;
	margin:0;
}
#breadcrumb li a {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

/************************************************************************************
PAGETITLE
*************************************************************************************/
#pagetitle {
	margin-bottom:40px;
	padding:30px 0;
	letter-spacing:0.05em;
}
#pagetitle h2 {
	font-size:30px;
	font-weight:normal;
	margin-bottom:15px;
}
#pagetitle p {
	font-size:16px;
	color:#444;
	line-height:30px;
}

#production #pagetitle {
	background:#fce1df;
	color:#f26b61;
}
#example #pagetitle {
	background:#daebfc;
	color:#1678db;
}
#faq #pagetitle {
	background:#e4f5d9;
	color:#4eaa11;
}
#column #pagetitle {
	background:#ede7f9;
	color:#9f7be5;
}
#contact #pagetitle {
	background:#fff38b;
	color:#07b173;
}


/************************************************************************************
CONTENTS
*************************************************************************************/
h3,h4 {
	color:#1c293a;
	font-weight:bold;
}

hr {
	border:0;
	border-bottom:5px solid #cfd8e8;
	margin:0 0 40px 0;
}

.btn.form {
	text-align: center;
}

#contents section {
	margin-bottom:40px;
}

#contents .arrow_r a {
	display:block;
	background:#3375ad url(../images/arrow_r.png) right center no-repeat;
	border:10px solid #3375ad;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:3px;
	padding:0 20px;
}
#contents .arrow_r a:hover {
	background:#96a2b8 url(../images/arrow_r.png) right center no-repeat;
	border:10px solid #96a2b8;
}

#plane #contents h5 {
	border-bottom:2px solid #f0f0f0;
	padding-bottom:10px;
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
}
#plane #contents p {
	margin-bottom:30px;
}


/************************************************************************************
FOOTER
*************************************************************************************/
footer {
	margin-top:60px;
}

#connect {
	background:#cfd8e8;
	padding:40px 0;
}
#connect .title {
	font-size:25px;
	color:#1c293a;
	font-weight:bold;
	padding:5px 0 5px 20px;
	border-left:10px solid #fff;
	margin-bottom:20px;
}
#connect li {
	margin-bottom:10px;
	clear:both;
}
#connect li .tag {
	float:left;
	width:120px;
	padding:2px 10px;
	text-align:center;
	color:#fff;
	margin:0 10px 10px 0;
}
#connect li.production .tag {
	background:#f26b61;
}
#connect li.example .tag {
	background:#479aef;
}
#connect li.faq .tag {
	background:#79ce41;
}
#connect li.column .tag {
	background:#a687e3;
}
#connect li span {
	font-weight:bold;
}

/*===================================
foot_consul
====================================*/
#foot_consul .box {
	width:1000px;
	margin:40px auto 70px;
}
#foot_consul .title {
	background:#e7cf00;
	margin:0;
	text-align:center;
	padding:15px 0;
	line-height:0;
}
#foot_consul .title img {
	width:300px;
}
#foot_consul .inner {
	position:relative;
	/*background: none repeat scroll 0 0 #fff38b;*/
	/*border:5px solid #e7cf00;*/
	width:950px;
	text-align:center;
	padding:0 20px 40px;
}
#foot_consul .select {
	float:left;
	margin-top:10px;
}
#foot_consul .select-wrap{
	position:relative;
	overflow:hidden;
	display:inline-block;
	background:#ffffff url(../images/consul_select.png) right 10px center no-repeat;
	background-size:5px;
	border:1px solid #e7cf00;
	border-radius:5px;
}
#foot_consul .select-wrap select{
	position:relative;
	z-index:2;
	display:block;
	margin:0;
	border:0; outline:none;
	font-size:13px;
	background:#fff;
	height:40px;
	vertical-align:middle;
	padding:5px;
}

#foot_consul .btn input.btn_submit {
	cursor: pointer;
	display:block;
	/*float:right;*/
	width:500px;
	height:82px;
	margin:10px auto 0;
	box-shadow:none;
	text-indent: -9999px;
	background: url(../images/submit_btn_s_off.png) no-repeat;
	border:0;
}

#foot_consul .btn input.btn_submit:hover {
	background: url(../images/submit_btn_s_on.png) no-repeat;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

#foot_consul .badge {
	position:absolute;
	top:-80px;
	left:230px;
	width:100px;
}
#foot_consul .caption {
	color:#444;
	font-size:13px;
	text-align:center;
	clear:both;
	margin-top:10px;
}

#pagetop {
	width:1000px;
	margin:0 auto;
}
#pagetop a {
	display:block;
	float:right;
	background:#1c293a url(../images/pagetop.png) 20px center no-repeat;
	padding:10px 20px 10px 40px;
	height:20px;
	margin:-40px auto 0;
	color:#fff;
	text-decoration:none;
	border-radius:3px 3px 0 0;
}
#pagetop a:hover {
	background:#96a2b8 url(../images/pagetop.png) 20px center no-repeat;
}


#foot-nav {
	clear:both;
	background:#3b5483;
	font-size:13px;
	color:#fff;
	padding:40px 0;
}
#foot-nav a {
	color:#fff;
	text-decoration:underline;
	font-weight:normal;
}
#foot-nav a:hover {
	text-decoration:none;
	color:#96a2b8;
}
#foot-nav .info {
	float:left;
	width:260px;
}
#foot-nav .info .logo {
	margin-bottom:50px;
}
#foot-nav .info .btn a {
	display:block;
	background:#fff url(../images/foot_arrow.png) 200px center no-repeat;
	border-radius:3px;
	color:#3b5483;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	font-size:16px;
	padding:10px 0;
	width:220px;
	margin-bottom:20px;
}
#foot-nav .info .btn a:hover {
	background:#96a2b8 url(../images/foot_arrow.png) 200px center no-repeat;
	color:#fff;
}

#foot-nav .nav {
	float:right;
	width:740px;
}
#foot-nav .nav ul {
	margin-top:20px;
	width:240px;
	float:left;
}
#foot-nav .nav li {
	margin-bottom:10px;
}
#foot-nav .nav li span {
	color:#1c293a;
	margin-right:10px;
}

#foot-link {
	padding: 40px 0;
	color: white;
	background: #273a52;
}
#foot-link ul {
	margin: 0 auto;
	text-align: center;
}
#foot-link li {
	display: inline-block;
	font-size: 11px;
}
#foot-link li:after {
	content: "｜";
}
#foot-link li:first-child:after,
#foot-link li:last-child:after {
	content: "";
}
#foot-link .foot-link__head {
	margin-right: 20px;
}
#foot-link .foot-link__head a {
	color: #ec6c00;
	text-decoration: none;
}
#foot-link a {
	color: #cfd8e8;
}

#foot-copy {
	clear:both;
	background:#1c293a;
	padding:20px 0;
	color:#fff;
	font-size:12px;
}
#foot-copy ul {
	border-bottom:1px solid #000;
	box-shadow:0 1px 0 rgba(43,53,65,1);
	margin-bottom:20px;
	padding-bottom:20px;
}
#foot-copy li {
	float:right;
	border-right:1px solid #3b5483;
	padding:0 10px;
}
#foot-copy li:last-child {
	border-left:1px solid #3b5483;
}
#foot-copy li a {
	color:#cfd8e8;
	text-decoration:underline;
	font-weight:normal;
}
#foot-copy li a:hover {
	text-decoration:none;
	color:#3b5483;
}
#foot-copy .gotop,
#foot-copy .toroku {
	float:left;
	margin-right:10px;
}
#foot-copy .copy {
	float:right;
	font-family:"Helvetica Neue";
}





